Offices
54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<title>W3C Offices</title>
<meta name="viewport" content="width=device-width" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="http://www.w3.org/Consortium/Offices/wp-content/themes/w3c_blog/style.css" />
<link rel="pingback" href="http://www.w3.org/Consortium/Offices/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="http://www.w3.org/Consortium/Offices/wp-content/themes/w3c_blog/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="W3C Offices » Feed" href="http://www.w3.org/Consortium/Offices/feed/" />
<link rel="alternate" type="application/rss+xml" title="W3C Offices » Comments Feed" href="http://www.w3.org/Consortium/Offices/comments/feed/" />
<link rel='stylesheet' id='offices_css-css' href='http://www.w3.org/Consortium/Offices/wp-content/plugins/offices/offices.css?ver=3.2.1' type='text/css' media='all' />
<script type='text/javascript' src='http://www.w3.org/Consortium/Offices/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://www.w3.org/Consortium/Offices/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<script type='text/javascript' src='http://www.w3.org/Consortium/Offices/wp-content/plugins/collapsing-archives/collapsFunctions.js?ver=1.7'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.w3.org/Consortium/Offices/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.w3.org/Consortium/Offices/wp-includes/wlwmanifest.xml" />
<link rel='index' title='W3C Offices' href='http://www.w3.org/Consortium/Offices/' />
<meta name="generator" content="WordPress 3.2.1" />
<style type='text/css'>
</style>
<style type='text/css'>
</style>
</head>
<body class="home blog">
<header id="branding" role="banner">
<a href="http://www.w3.org/Consortium/Offices/" title="W3C Offices" rel="home"><img src="http://www.w3.org/Consortium/Offices/wp-content/themes/w3c_blog/images/headers/w3c-header.jpg" width="940" height="198" alt="" /></a>
</header><!-- #branding -->
<div id="wrapper" class="hfeed">
<div id="header">
<div id="masthead">
<h1 id="site-title">
<a href="http://www.w3.org/Consortium/Offices/" title="W3C Offices" rel="home">W3C Offices</a>
</h1>
<div id="site-description">
<div id="description-widget-area" role="complementary">
<div id="first" class="widget-area">
<aside id="linkcat-24" class="widget-container widget_links"><header><h3 class="widget-title">Offices</h3></header>
<ul class='xoxo blogroll'>
<li><a href="http://www.w3c.org.au/">Australia</a></li>
<li><a href="http://www.w3c.nl/index.shtml.nl" title="Benelux">Benelux/Bénélux</a></li>
<li><a href="http://www.w3c.br/">Brasil</a></li>
<li><a href="http://www.w3c.de/" title="Germany and Austria">Deutschland und Österreich</a></li>
<li><a href="http://www.w3c.es/" title="Spain">España</a></li>
<li><a href="http://www.w3c.fr" title="France">France</a></li>
<li><a href="http://www.w3cindia.in/" title="India">India/भारत</a></li>
<li><a href="http://www.w3c.it/" title="Italy">Italia</a></li>
<li><a href="http://www.w3c.hu/" title="Hungary">Magyarország</a></li>
<li><a href="http://www.w3c.sn/" title="Senegal">Sénégal</a></li>
<li><a href="http://www.w3c.org.za/" title="Southern Africa">Southern Africa</a></li>
<li><a href="http://www.w3c.tut.fi/" title="Finland">Suomi</a></li>
<li><a href="http://www.w3c.se/" title="Sweden">Sverige</a></li>
<li><a href="http://www.w3cuk.org.uk/" title="United Kingdom and Ireland">United Kingdom and Ireland</a></li>
<li><a href="http://www.w3c.gr/" title="Greece">Ελλάδα</a></li>
<li><a href="http://w3c.org.ru" title="Russia">Россия</a></li>
<li><a href="http://www.w3c.org.il/" title="Israel">ישראל</a></li>
<li><a href="http://www.w3c.org.ma/" title="Morocco">المغرب</a></li>
<li><a href="http://www.chinaw3c.org/" title="China">中国</a></li>
<li><a href="http://www.w3c.or.kr/" title="Korea">한국</a></li>
</ul>
</aside>
</div><!-- #first .widget-area -->
</div><!-- #description-widget-area -->
</div>
<nav id="access" role="navigation">
<div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div>
<div class="menu-header"><ul id="menu-test" class="menu"><li id="menu-item-314" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-314"><a href="http://www.w3.org/Consortium/Offices/">Home</a></li>
<li id="menu-item-315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-315"><a href="http://www.w3.org/Consortium/Offices/about/">About Offices</a>
<ul class="sub-menu">
<li id="menu-item-318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="http://www.w3.org/Consortium/Offices/about/becoming/">Becoming a W3C Office</a></li>
<li id="menu-item-319" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-319"><a href="http://www.w3.org/Consortium/Offices/about/role/">Roles of W3C Offices</a></li>
</ul>
</li>
<li id="menu-item-316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-316"><a href="http://www.w3.org/Consortium/Offices/events/">Events</a></li>
<li id="menu-item-317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317"><a href="http://www.w3.org/Consortium/Offices/talks/">Talks</a></li>
<li id="menu-item-313" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-313"><a href="http://www.w3.org/Consortium/Offices/staff">List of Offices</a></li>
</ul></div> </nav><!-- #access -->
<div class="triangle-l"></div>
<div class="triangle-r"></div>
</div><!-- #masthead -->
</div><!-- #header -->
<div id="main">
<section id="container">
<div id="content" role="main">
<!-- <div id="nav-above" class="navigation">
<div class="nav-previous"><a href="http://www.w3.org/Consortium/Offices/page/2/" ><span class="meta-nav">←</span> Older posts</a></div>
<div class="nav-next"></div>
</div>
-->
<article id="post-401" class="post-401 post type-post status-publish format-standard hentry category-spain tag-granada tag-w3cday">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2012/01/05/w3c-day-in-spain-2012/" title="Permalink to W3C Day in Spain 2012" rel="bookmark">W3C Day in Spain 2012</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2012/01/05/w3c-day-in-spain-2012/" title="20:27" rel="bookmark"><span class="entry-date">January 5, 2012</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/mlvarez/" title="View all posts by Martin Alvarez">Martin Alvarez</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>The <a title="W3C Spanish Office" href="http://www.w3c.es/">W3C Spanish Office</a> is pleased to announce the <a title="W3C Day in Spain" href="http://www.w3c.es/Eventos/2012/DiaW3C">W3C Day in Spain</a>, which will be held on January 12, in Granada. This event is organized every year since 2006 in different cities around Spain, with the main objective of gathering together the <a title="List of W3C Spanish Members" href="http://www.w3c.es/Consorcio/miembro/listado_es">Spanish W3C Members</a> to discuss about hot topics related to Web technologies. The W3C Day will be opened by <a title="Information on Dominique Hazaël-Massieux " href="http://www.w3.org/People/Dom/">Dominique Hazael-Massieux</a>, W3C Mobile Web Initiative Activity Lead, who will give a keynote on HTML5. After his presentation the protagonists are the W3C Member representatives who expose their successes, challenges, and issues using standards.<br />
This year, the community is also invited to take part in the event actively. Spanish researchers, professionals, and individuals will present lightning talks on interesting subjects such as Linked Data, Accessibility, and Open Data. See <a title="Agenda of the W3C Day in Spain" href="http://www.w3c.es/Eventos/2012/DiaW3C/agenda">the agenda</a> with the invited speakers and more information on the <a title="W3C Day in Spain" href="http://www.w3c.es/Eventos/2012/DiaW3C">website of the event</a>.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/spain/" title="View all posts in Spain" rel="category tag">Spain</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/granada/" rel="tag">granada</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/w3cday/" rel="tag">w3cday</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-395" class="post-395 post type-post status-publish format-standard hentry category-germany-and-austria category-w3c-offices tag-accessibility tag-language-technology tag-standardization">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/12/28/w3c-day-presentation-receives-award/" title="Permalink to W3C Day presentation receives Award" rel="bookmark">W3C Day presentation receives Award</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/12/28/w3c-day-presentation-receives-award/" title="14:40" rel="bookmark"><span class="entry-date">December 28, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/fsasaki/" title="View all posts by Felix Sasaki">Felix Sasaki</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>The presentation <a href="http://www.xinnovations.de/tl_files/xinnovations.2011/slides/1909/w3c/04%20Christian%20Lieske.pdf">“Leichte Sprache – Large Scale”</a> (Simple Language – Large Scale) from Christian Lieske, given at the <a href="http://www.xinnovations.de/w3c-tag.html">W3C Day event in Berlin on 19 September 2011</a>, received the <a href="http://www.xinnovations.de/medienservices/articles/x-award-zum-dritten-mal-fuer-innovative-it-ideen-und-loesungen-verliehen.html">X-Award</a>. This award is given for presentations at the annual Xinnovations event that foster innovative ideas and solutions. See also the <a href="http://www.xinnovations.de/medienservices/articles/x-award-zum-dritten-mal-fuer-innovative-it-ideen-und-loesungen-verliehen.html">complete list of winners for this year</a>. The topic of simple language on the Web was awarded because it bears the potential to build bridges between communities: accessibility, language technology and Web technology standardization. The group of people who has gathered around this topic is eager to pursue this direction and to help realizing the Web for everybody.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/germany-and-austria/" title="View all posts in Germany and Austria" rel="category tag">Germany and Austria</a>, <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/" title="View all posts in Offices" rel="category tag">Offices</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/accessibility/" rel="tag">Accessibility</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/language-technology/" rel="tag">language technology</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/standardization/" rel="tag">standardization</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-379" class="post-379 post type-post status-publish format-standard hentry category-korea tag-korea-office tag-w3c">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/11/22/w3c-members-meeting-in-korea-2/" title="Permalink to W3C members meeting in Korea" rel="bookmark">W3C members meeting in Korea</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/11/22/w3c-members-meeting-in-korea-2/" title="13:35" rel="bookmark"><span class="entry-date">November 22, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/klee5/" title="View all posts by Kangchan Lee">Kangchan Lee</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>The <a href="http://www.w3c.or.kr/">W3C Korea Office</a> held a Korean Member Workshop in Seoul on 16 November 2011. Participants were from the Korean membership as well as from the regional W3C host in Keio University, Tokyo. It was an opportunity to have a face to face membership gathering, and also to share interests and discuss plans for Web standardization activities among the members. The program started with talks on trends of new Web technologies including Media Annotation, Social Federation.<br />
The new W3C member, <a href="http://eng.nia.or.kr/">NIA(National Information Society Agency)</a>, who joined W3C membership in October 2011, shared their interests and future plans for W3C activities. There was also a session to introduce roles of AC Reps. presented by W3C Korea Office. W3C Korea Office also talked about its future plans and asked for members’ input and suggestions for its efficient operation.</p>
<p>The <a href="http://www.w3c.or.kr/Events/member/2011.html">detailed discussion</a> throughout the workshop can be found from the Korea Office website.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/korea/" title="View all posts in Korea" rel="category tag">Korea</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/korea-office/" rel="tag">Korea Office</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/w3c/" rel="tag">W3C</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-385" class="post-385 post type-post status-publish format-standard hentry category-korea tag-html5 tag-kig tag-korea-office tag-w3c">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/11/10/w3c-html5-day-in-korea/" title="Permalink to W3C HTML5 Day in Korea" rel="bookmark">W3C HTML5 Day in Korea</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/11/10/w3c-html5-day-in-korea/" title="03:14" rel="bookmark"><span class="entry-date">November 10, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/klee5/" title="View all posts by Kangchan Lee">Kangchan Lee</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>The <a href="http://www.w3c.or.kr/">W3C Korea Office</a> hosts the <a href="http://www.w3c.or.kr/Events/html5/">W3C HTML5 Day</a> in Korea on 17 November. In the event, the activities of <a href="http://www.w3.org/html/ig/ko/">W3C HTML5 KIG(Korea Interest Group)</a> will be introduced as well as HTML5 & Media, future direction of HTML5 technologies. Registration is required and the number of participants is limited. Please register by 6. November 2011.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/korea/" title="View all posts in Korea" rel="category tag">Korea</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/html5/" rel="tag">html5</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/kig/" rel="tag">KIG</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/korea-office/" rel="tag">Korea Office</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/w3c/" rel="tag">W3C</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-372" class="post-372 post type-post status-publish format-standard hentry category-australia category-w3c-offices tag-accessibility tag-w3c-south tag-web-directions">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/11/10/web-accessibility-takes-centre-stage/" title="Permalink to Web accessibility takes centre stage" rel="bookmark">Web accessibility takes centre stage</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/11/10/web-accessibility-takes-centre-stage/" title="03:13" rel="bookmark"><span class="entry-date">November 10, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/ahaller2/" title="View all posts by Armin Haller">Armin Haller</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p><em><a href="http://www.w3.org/Consortium/Offices/wp-content/uploads/2011/10/6255901806_2c27fd63f3_b.jpg"><img class="size-medium wp-image-374 alignleft" src="http://www.w3.org/Consortium/Offices/wp-content/uploads/2011/10/6255901806_2c27fd63f3_b-300x225.jpg" alt="" width="300" height="225" /></a>Ensuring the Internet is available to all – whether computers or people – was a central theme of this international conference.</em></p>
<p>About 800 people gathered in Sydney on October 13-14 for the Web Directions South conference, the premier conference for Web professionals in Australia. For the third year running, the W3C Office Australia hosted the <a title="W3C South" href="http://south10.webdirections.org/program/w3c">W3C South Track</a>, a two-day thematic track that runs in parallel to the design, business and development tracks and is fully integrated in the two day program of the Web Directions South conference.</p>
<p>This year’s feature topic was accessibility. The W3C’s Web Content Accessibility Guidelines version 2.0 (WCAG 2.0) have been adopted by the Australian Government and all government websites, including CSIRO’s, must comply by 2012.</p>
<p>The Guidelines are designed to make web content more accessible to people with disabilities beyond vision impairment, as well as older individuals with changing abilities, but following the guidelines tends to make web content more usable for everyone.</p>
<p>Andrew Arch (part of the team who developed the Web Accessibility National Transition Strategy to help Australian Governments adopt WCAG 2.0) described ways to simplify the task of improving the accessibility of content and Gian Wild (who spent six years writing the WCAG 2.0 Guidelines) demonstrated useful techniques for achieving compliance with WCAG 2.0.</p>
<p>The W3C South Track also covered development of open standards and guidelines for web languages and protocols. Peter Mika, from Yahoo Research in Barcelona, told of how search engines will soon be able to answer complex questions. Other points of interest included augmented reality, the mobile web and how practical publishing tools are shaping the web experience at the Australian War Memorial.</p>
<p>See slides from the talks <a href="http://south11.webdirections.org/">http://south11.webdirections.org/</a>.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/australia/" title="View all posts in Australia" rel="category tag">Australia</a>, <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/" title="View all posts in Offices" rel="category tag">Offices</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/accessibility/" rel="tag">Accessibility</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/w3c-south/" rel="tag">W3C South</a>, <a href="http://www.w3.org/Consortium/Offices/blog/tag/web-directions/" rel="tag">Web Directions</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-360" class="post-360 post type-post status-publish format-standard hentry category-germany-and-austria tag-html5">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/10/18/w3c-german-austrian-office-celebrates-html5-day-2011/" title="Permalink to W3C German-Austrian Office celebrates HTML5-Day 2011" rel="bookmark">W3C German-Austrian Office celebrates HTML5-Day 2011</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/10/18/w3c-german-austrian-office-celebrates-html5-day-2011/" title="02:14" rel="bookmark"><span class="entry-date">October 18, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/fsasaki/" title="View all posts by Felix Sasaki">Felix Sasaki</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>The <a href="http://www.w3c.de/">W3C German-Austrian Office</a> celebrates the <a href="http://www.w3c.de/#html5-tag-2011">HTML5-Day 2011</a> on 23 November. In a one day tutorial held at the Berlin <a href="http://theseus-programm.de/de/976.php">Theseus Innovation center</a>, we will expand on background and goals of HTML5, technical basics, HTML5 and Web architecture. In addition, many new features will be demonstrated via a variety of examples. <a href="http://www.ict-media.de/HTML5Tutorial/announcement.html#Anmeldung">Registration is required</a> and the number of participants is limited. Please register by 16. November 2011.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/germany-and-austria/" title="View all posts in Germany and Austria" rel="category tag">Germany and Austria</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/html5/" rel="tag">html5</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-342" class="post-342 post type-post status-publish format-standard hentry category-france category-w3c-offices">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/09/22/inria-hosts-first-w3c-office-in-france/" title="Permalink to Inria Hosts First W3C Office in France" rel="bookmark">Inria Hosts First W3C Office in France</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/09/22/inria-hosts-first-w3c-office-in-france/" title="07:02" rel="bookmark"><span class="entry-date">September 22, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/bgidon/" title="View all posts by Bernard Gidon">Bernard Gidon</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>21 September 2011 — To strengthen its relations with industry and research activities in France and Europe, the World Wide Web Consortium (W3C) announces today the opening of a W3C Office in France, hosted by Inria (French National Computer Science Research Institute). To mark the launch, the Office is organizing a session on Open Data at the Open World Forum on 22 September in Paris, in cooperation with Inria and Paris City Hall.</p>
<p>“Inria has a longstanding commitment to the development of free software and open standards,” said Prof. Michel Cosnard, Inria Chairman and CEO. “We have supported W3C’s mission since the inception of the Consortium in 1994, notably by hosting W3C’s European branch”.</p>
<p>One of the Office’s primary activities will be to promote participation by French industry and research leaders in W3C standardization activities. “Through W3C Membership,” said Bernard Odier, manager of the new Office, “industry representatives can do more than follow the rapid evolution of the Web, they can lead it. The W3C environment fosters innovation and creates opportunities for business partnerships. I look forward to working with French companies and research labs to enrich the W3C environment of innovation.”</p>
<p>“We are particularly pleased that Inria, our longtime ally, will be the home of the first France Office,” added Dr. Jeff Jaffe, W3C CEO. “Research and Industry are closely linked when it comes to the development of Web standards. Through its industry relations in France and Europe, Inria is ideally positioned to help W3C achieve its objectives.”</p>
<p>The promotional and recruiting activities of the Office, located in Paris, will complement the technical activities carried out by the W3C staff located elsewhere in France (Sophia Antipolis).</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/france/" title="View all posts in France" rel="category tag">France</a>, <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/" title="View all posts in Offices" rel="category tag">Offices</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-335" class="post-335 post type-post status-publish format-standard hentry category-w3c-offices category-spain tag-staff">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/09/20/new-technical-staff-in-the-w3c-spain-office/" title="Permalink to New technical staff in the W3C Spain Office" rel="bookmark">New technical staff in the W3C Spain Office</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/09/20/new-technical-staff-in-the-w3c-spain-office/" title="12:56" rel="bookmark"><span class="entry-date">September 20, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/mlvarez/" title="View all posts by Martin Alvarez">Martin Alvarez</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p><a href="http://www.w3.org/Consortium/Offices/wp-content/uploads/2011/09/cristian.jpg"><img class="alignleft size-full wp-image-336" src="http://www.w3.org/Consortium/Offices/wp-content/uploads/2011/09/cristian.jpg" alt="Cristian Alvarez" width="160" height="200" /></a> W3C welcomes Cristian Alvarez as a new staff member of the <a title="Homepage of the W3C Spain Office" href="http://w3c.es/">W3C Spain Office</a>. Cristian, a strong advocate of Web standards, will be in charge of the technical issues within the Office. He has a Bachelor of Engineering in Computer Science (<a title="University of Oviedo" href="http://www.uniovi.es">University of Oviedo</a>). Before joining the W3C Spain Office, he worked as a developer in <abbr title="Research and Development">R&D</abbr> departments in the steel industry, researching into computational optimization algorithms.</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/" title="View all posts in Offices" rel="category tag">Offices</a>, <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/spain/" title="View all posts in Spain" rel="category tag">Spain</a> </span>
<span class="meta-sep">|</span>
<span class="tag-links">
<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="http://www.w3.org/Consortium/Offices/blog/tag/staff/" rel="tag">staff</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-333" class="post-333 post type-post status-publish format-standard hentry category-israel category-w3c-offices">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/09/20/html5fest-the-israeli-web-community-conference-october-25th-2011/" title="Permalink to HTML5FEST – The Israeli Web Community conference – October 25th 2011" rel="bookmark">HTML5FEST – The Israeli Web Community conference – October 25th 2011</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/09/20/html5fest-the-israeli-web-community-conference-october-25th-2011/" title="12:55" rel="bookmark"><span class="entry-date">September 20, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/bgidon/" title="View all posts by Bernard Gidon">Bernard Gidon</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>HTML5FEST – The Israeli Web Community conference – October 25th 2011<br />
The Israeli W3C office is hosting HTML5FEST – a central conference for professional web developers, as well web product mangers, designers, students, educators, local and national government representatives.</p>
<p>HTML5FEST will take place on October 25th 2011, in Kfar Maccabiah Convention center, Ramat Gan, Israel. See conference agenda here (Hebrew): http://www.w3c.org.il/HTML5fest.</p>
<p>Tracks<br />
The conference is composed of three parallel tracks:</p>
<p>* Mobile Web<br />
* Browser & Desktop Apps<br />
* Web in local and national government</p>
<p>Main speakers:</p>
<p>* Professional front end developers from Israeli companies and start-ups, including: Netcraft, Sela Group, WebsPlanet, Cofounder, Conduit, Worklight, DoAT.<br />
* Dr. Yesha Sivan, head of W3C office Israel – Chair.<br />
* J. Alan Bird, Global Business Development Leader, W3C.<br />
* Eyal Reshef, Founder & CEO at IMA – Israel Mobile Association (chair – Mobile web)<br />
* Zohar Arad, Freelance front-end architect (chair – Browser & Desktop Apps)<br />
* Shuky Peleg, Information Security Manager at Tehila (chair – Local and national government)<br />
* Zohar Sharon – CIO, municipality of Tel-Aviv.</p>
<p>App contrasts<br />
One of the conference highlights will be the announcement of the HTML5FEST app contest winners, A HTML5 web apps development contests (Hebrew details: w3c.org.il/appcontest(.w3c.org.il/HTML5fest)</p>
<p><a href="http://www.w3.org/Consortium/Offices/wp-content/uploads/2011/09/HTML5fest-logo.jpg"><img class="alignnone size-medium wp-image-343" src="http://www.w3.org/Consortium/Offices/wp-content/uploads/2011/09/HTML5fest-logo-300x238.jpg" alt="" width="182" height="145" /></a></p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/israel/" title="View all posts in Israel" rel="category tag">Israel</a>, <a href="http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/" title="View all posts in Offices" rel="category tag">Offices</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<article id="post-32" class="post-32 post type-post status-publish format-standard hentry category-admin">
<header><h2 class="entry-title"><a href="http://www.w3.org/Consortium/Offices/blog/2011/08/23/a-new-offices-page/" title="Permalink to A new OFFICES page!" rel="bookmark">A new OFFICES page!</a></h2></header>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/Consortium/Offices/blog/2011/08/23/a-new-offices-page/" title="09:57" rel="bookmark"><span class="entry-date">August 23, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/Consortium/Offices/blog/author/abird/" title="View all posts by J. Alan Bird">J. Alan Bird</a></span> </div><!-- .entry-meta -->
<div class="entry-content">
<p>Team,</p>
<p>We have a new look and feel for the Team Offices page that I think you will find far more functional than the previous version. Many thanks to Jean-Gui for doing this work during the recent W3C Geek Week!</p>
<p>I have added a page to the Offices Wiki that will guide you on adding YOUR key activities to this page. If you have any questions or comments please don’t hesitate to contact me!</p>
<p>J. Alan Bird</p>
</div><!-- .entry-content -->
<footer class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/Consortium/Offices/blog/category/admin/" title="View all posts in Admin" rel="category tag">Admin</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><span>Comments Off</span></span>
</footer><!-- .entry-utility -->
</article><!-- #post-## -->
<nav id="nav-below" class="navigation">
<div class="nav-previous"><a href="http://www.w3.org/Consortium/Offices/page/2/" ><span class="meta-nav">←</span> Older posts</a></div>
<div class="nav-next"></div>
</nav><!-- #nav-below -->
</div><!-- #content -->
</section><!-- #container -->
<div id="primary" class="widget-area" role="complementary">
<aside id="collapscat-3" class="widget-container widget_collapscat"><header><h3 class="widget-title">Categories</h3></header><ul id='widget-collapscat-3-top' class='collapsing categories list'>
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/admin/' title="View all posts filed under Admin">Admin</a> (1) </li> <!-- ending category -->
<li class='collapsing categories expandable'><span class='collapsing categories expand'><span class='sym'>[+] </span></span><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/' title="View all posts filed under Offices">Offices</a> (38)
<div id='collapsCat-3:3' style="display:none">
<ul><li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/australia/' title="View all posts filed under Australia">Australia</a> (3) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/benelux/' title="View all posts filed under Benelux">Benelux</a> (4) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/brazil/' title="View all posts filed under Brazil">Brazil</a> (4) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/china/' title="View all posts filed under China">China</a> (3) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/france/' title="View all posts filed under France">France</a> (1) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/germany-and-austria/' title="View all posts filed under Germany and Austria">Germany and Austria</a> (3) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/hungary/' title="View all posts filed under Hungary">Hungary</a> (1) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/india/' title="View all posts filed under India">India</a> (3) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/israel/' title="View all posts filed under Israel">Israel</a> (2) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/korea/' title="View all posts filed under Korea">Korea</a> (3) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/senegal/' title="View all posts filed under Senegal">Senegal</a> (1) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/spain/' title="View all posts filed under Spain">Spain</a> (3) </li> <!-- ending subcategory -->
<li class='collapsing categories item'><a href='http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/united-kingdom-and-ireland/' title="View all posts filed under United Kingdom and Ireland">United Kingdom and Ireland</a> (1) </li> <!-- ending subcategory -->
</ul> </div>
</li> <!-- ending category -->
<li style='display:none'><script type="text/javascript">
// <![CDATA[
/* These variables are part of the Collapsing Categories Plugin
* Version: 2.0.1
* $Id: collapscat.php 422359 2011-08-11 21:39:07Z robfelty $
* Copyright 2007 Robert Felty (robfelty.com)
*/
var expandSym='[+] ';
var collapseSym='[-] ';
try { collapsItems['catTest'] = 'test'; } catch (err) { collapsItems = new Object(); }
collapsItems['collapsCat-23:3'] = '<ul></ul>';
collapsItems['collapsCat-4:3'] = '<ul></ul>';
collapsItems['collapsCat-5:3'] = '<ul></ul>';
collapsItems['collapsCat-6:3'] = '<ul></ul>';
collapsItems['collapsCat-7:3'] = '<ul></ul>';
collapsItems['collapsCat-28:3'] = '<ul></ul>';
collapsItems['collapsCat-9:3'] = '<ul></ul>';
collapsItems['collapsCat-11:3'] = '<ul></ul>';
collapsItems['collapsCat-12:3'] = '<ul></ul>';
collapsItems['collapsCat-13:3'] = '<ul></ul>';
collapsItems['collapsCat-15:3'] = '<ul></ul>';
collapsItems['collapsCat-17:3'] = '<ul></ul>';
collapsItems['collapsCat-19:3'] = '<ul></ul>';
collapsItems['collapsCat-21:3'] = '<ul></ul>';
collapsItems['collapsCat-3:3'] = '<ul><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/australia/\' title=\"View all posts filed under Australia\">Australia</a> (3) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/benelux/\' title=\"View all posts filed under Benelux\">Benelux</a> (4) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/brazil/\' title=\"View all posts filed under Brazil\">Brazil</a> (4) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/china/\' title=\"View all posts filed under China\">China</a> (3) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/france/\' title=\"View all posts filed under France\">France</a> (1) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/germany-and-austria/\' title=\"View all posts filed under Germany and Austria\">Germany and Austria</a> (3) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/hungary/\' title=\"View all posts filed under Hungary\">Hungary</a> (1) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/india/\' title=\"View all posts filed under India\">India</a> (3) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/israel/\' title=\"View all posts filed under Israel\">Israel</a> (2) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/korea/\' title=\"View all posts filed under Korea\">Korea</a> (3) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/senegal/\' title=\"View all posts filed under Senegal\">Senegal</a> (1) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/spain/\' title=\"View all posts filed under Spain\">Spain</a> (3) </li> <!-- ending subcategory --><li class=\'collapsing categories item\'><a href=\'http://www.w3.org/Consortium/Offices/blog/category/w3c-offices/united-kingdom-and-ireland/\' title=\"View all posts filed under United Kingdom and Ireland\">United Kingdom and Ireland</a> (1) </li> <!-- ending subcategory --></ul>';
/* Collapse Functions, version 2.0
*
*--------------------------------------------------------------------------*/
String.prototype.trim = function() {
return this.replace(/^\s+|\s+$/g,"");
}
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
} else {
var expires = "";
}
document.cookie = name+"="+value+expires+"; path=/";
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') {
c = c.substring(1,c.length);
}
if (c.indexOf(nameEQ) == 0) {
return c.substring(nameEQ.length,c.length);
}
}
return null;
}
function eraseCookie(name) {
createCookie(name,"",-1);
}
function addExpandCollapse(id, expandSym, collapseSym, accordion) {
jQuery('#' + id + ' .expand').live('click', function() {
if (accordion==1) {
var theDiv = jQuery(this).parent().parent().find('span.collapse').parent().find('div');
jQuery(theDiv).hide('normal');
jQuery(this).parent().parent().find('span.collapse').removeClass('collapse').addClass('expand');
createCookie(theDiv.attr('id'), 0, 7);
}
jQuery('#' + id + ' .expand .sym').html(expandSym);
expandCat(this, expandSym, collapseSym);
return false;
});
jQuery('#' + id + ' .collapse').live('click', function() {
collapseCat(this, expandSym, collapseSym);
return false;
});
}
function expandCat(symbol, expandSym, collapseSym) {
var theDiv = jQuery(symbol).parent().find('div');
jQuery(theDiv).html(collapsItems[jQuery(theDiv).attr('id')]).show('normal');
jQuery(symbol).removeClass('expand').addClass('collapse');
jQuery(symbol).find('.sym').html(collapseSym);
createCookie(theDiv.attr('id'), 1, 7);
}
function collapseCat(symbol, expandSym, collapseSym) {
var theDiv = jQuery(symbol).parent().find('div');
jQuery(theDiv).hide('normal');
jQuery(symbol).removeClass('collapse').addClass('expand');
jQuery(symbol).find('.sym').html(expandSym);
createCookie(theDiv.attr('id'), 0, 7);
}
addExpandCollapse('widget-collapscat-3-top','[+] ', '[-] ', 0)// ]]>
</script></li>
</ul>
</aside><aside id="collapsarch-3" class="widget-container widget_collapsarch"><header><h3 class="widget-title">Archives</h3></header><ul id='widget-collapsarch-3-top
' class='collapsing archives list'>
<li class='collapsing archives'><span title='click to collapse' class='collapsing archives collapse' onclick='expandCollapse(event, "[+] ", "[-] ", 1,"collapsing archives"); return false' ><span class='sym'>[-] </span></span><a href='http://www.w3.org/Consortium/Offices/blog/2012/'>2012 </a>
<ul id='collapsArch-2012:3'>
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2012/01/' title='January'>January <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
</ul>
</li> <!-- end year -->
<li class='collapsing archives'><span title='click to expand' class='collapsing archives expand' onclick='expandCollapse(event, "[+] ", "[-] ", 1,"collapsing archives"); return false' ><span class='sym'>[+] </span></span><a href='http://www.w3.org/Consortium/Offices/blog/2011/'>2011 </a>
<ul style='display:none' id='collapsArch-2011:3'>
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2011/12/' title='December'>December <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2011/11/' title='November'>November <span class="monthCount">(3)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2011/10/' title='October'>October <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2011/09/' title='September'>September <span class="monthCount">(3)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2011/08/' title='August'>August <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
</ul>
</li> <!-- end year -->
<li class='collapsing archives'><span title='click to expand' class='collapsing archives expand' onclick='expandCollapse(event, "[+] ", "[-] ", 1,"collapsing archives"); return false' ><span class='sym'>[+] </span></span><a href='http://www.w3.org/Consortium/Offices/blog/2010/'>2010 </a>
<ul style='display:none' id='collapsArch-2010:3'>
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/12/' title='December'>December <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/11/' title='November'>November <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/10/' title='October'>October <span class="monthCount">(8)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/09/' title='September'>September <span class="monthCount">(3)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/08/' title='August'>August <span class="monthCount">(3)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/07/' title='July'>July <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/06/' title='June'>June <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/05/' title='May'>May <span class="monthCount">(3)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/03/' title='March'>March <span class="monthCount">(1)</span>
</a>
</li> <!-- close month -->
<li class='collapsing archives'><a href='http://www.w3.org/Consortium/Offices/blog/2010/01/' title='January'>January <span class="monthCount">(2)</span>
</a>
</li> <!-- close month --></ul><!-- close year -->
</li> <!-- end of collapsing archives --><li style='display:none'><script type="text/javascript">
// <![CDATA[
/* These variables are part of the Collapsing Archives Plugin
* version: 1.3.2
* revision: $Id: collapsArch.php 328345 2011-01-03 18:33:01Z robfelty $
* Copyright 2008 Robert Felty (robfelty.com)
*/
var expandSym="<img src='/wp-content/plugins/collapsing-archives/img/expand.gif' alt='expand' />";
var collapseSym="<img src='/wp-content/plugins/collapsing-archives/img/collapse.gif' alt='collapse' />";
try { collapsItems['catTest'] = 'test'; } catch (err) { collapsItems = new Object(); }
collapsItems['collapsArch-2012-1:3'] = '';
collapsItems['collapsArch-2011-12:3'] = '';
collapsItems['collapsArch-2011-11:3'] = '';
collapsItems['collapsArch-2011-10:3'] = '';
collapsItems['collapsArch-2011-9:3'] = '';
collapsItems['collapsArch-2011-8:3'] = '';
collapsItems['collapsArch-2010-12:3'] = '';
collapsItems['collapsArch-2010-11:3'] = '';
collapsItems['collapsArch-2010-10:3'] = '';
collapsItems['collapsArch-2010-9:3'] = '';
collapsItems['collapsArch-2010-8:3'] = '';
collapsItems['collapsArch-2010-7:3'] = '';
collapsItems['collapsArch-2010-6:3'] = '';
collapsItems['collapsArch-2010-5:3'] = '';
collapsItems['collapsArch-2010-3:3'] = '';
collapsItems['collapsArch-2010-1:3'] = 'collapsArch-2010-1:3';
// ]]>
</script></li>
</ul>
</aside><aside id="linkcat-26" class="widget-container widget_links"><header><h3 class="widget-title">Services</h3></header>
<ul class='xoxo blogroll'>
<li><a href="http://www.w3.org/Consortium/Offices/internal/wiki/">Offices' wiki (restricted)</a></li>
</ul>
</aside>
</div><!-- #primary .widget-area -->
<div id="secondary" class="widget-area" role="complementary">
<aside id="meta-3" class="widget-container widget_meta"><header><h3 class="widget-title">Meta</h3></header> <ul>
<li><a href="http://www.w3.org/Consortium/Offices/wp-login.php">Log in</a></li>
<li><a href="http://www.w3.org/Consortium/Offices/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://www.w3.org/Consortium/Offices/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
</ul>
</aside>
</div><!-- #secondary .widget-area -->
</div><!-- #main -->
<footer id="footer" role="contentinfo">
<div id="colophon">
<div id="site-info">
<a href="http://www.w3.org/Consortium/Offices/" title="W3C Offices" rel="home">
W3C Offices </a>
</div><!-- #site-info -->
<div id="site-generator">
<a href="http://wordpress.org/"
title="Semantic Personal Publishing Platform" rel="generator">
Proudly powered by WordPress. </a>
</div><!-- #site-generator -->
</div><!-- #colophon -->
<a href="http://www.w3.org/html/logo/" class="footer-html5"><img src="http://www.w3.org/Consortium/Offices/wp-content/themes/w3c_blog/images/html5-footer.png" alt="HTML5 Logo" /></a>
</footer><!-- #footer -->
</div><!-- #wrapper -->
</body>
</html>