<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Don't call me DOM &#187; Mobile Web</title>
	<atom:link href="http://people.w3.org/~dom/archives/category/mobile-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.w3.org/~dom</link>
	<description>W3C has the DOM, and the Dom ; pick the one you prefer.</description>
	<lastBuildDate>Sat, 07 Nov 2009 11:02:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>W3C Cheatsheet for developers</title>
		<link>http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:00:46 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers</guid>
		<description><![CDATA[
I’ve been working over the past few weeks on a nifty little tool that summarizes a number of W3C technologies, including the Mobile Web Best Practices, in a mobile-friendly format, called the W3C Cheatsheet.

See my post in the W3C blog to learn ...]]></description>
			<content:encoded><![CDATA[<p style='float:left;padding:0.5em;'><img src='http://www-mit.w3.org/2009/11/cheatsheet-screenshot' width='318' height='228' alt='Screenshot of the W3C Cheatsheet on a phone' /></p>
<p>I’ve been working over the past few weeks on a nifty little tool that summarizes a number of W3C technologies, including the Mobile Web Best Practices, in a mobile-friendly format, called the <a href="http://www-mit.w3.org/2009/cheatsheet/">W3C Cheatsheet</a>.</p>

<p>See my <a href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html">post in the W3C blog</a> to learn more about it, and send your feedback!</p>]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Device APIs on the way</title>
		<link>http://people.w3.org/~dom/archives/2009/10/device-apis-on-the-way/</link>
		<comments>http://people.w3.org/~dom/archives/2009/10/device-apis-on-the-way/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:40:57 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/10/16/device_apis_on_the_way</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://people.w3.org/~dom/archives/2009/10/device-apis-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validating XHTML Basic 1.1</title>
		<link>http://people.w3.org/~dom/archives/2009/06/validating-xhtml-basic-1-1/</link>
		<comments>http://people.w3.org/~dom/archives/2009/06/validating-xhtml-basic-1-1/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:03:23 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Work environment]]></category>

		<guid isPermaLink="false">http://people.w3.org/~dom/?p=291</guid>
		<description><![CDATA[As I was trying to validate a large number of XHTML MP 1.2 files (the ones in one of the OMA&#8217;s XHTML MP test suite &#8211; whose welcome page itself ironically is not well-formed), I realized that the tool I was using, based on the WDG HTML validator as packaged by Debian, was making network [...]]]></description>
			<content:encoded><![CDATA[<p>As I was trying to validate a large number of XHTML MP 1.2 files (the ones in one of the <a href="http://testfest.openmobilealliance.org/XHTML_Suite_3/">OMA&#8217;s XHTML MP test suite</a> &#8211; whose welcome page itself ironically is not well-formed), I realized that the tool I was using, based on the <a href="http://htmlhelp.com/tools/validator/">WDG HTML validator</a> as <a href="http://packages.debian.org/en/etch/all/wdg-html-validator">packaged by Debian</a>, was making network access requests when used on these XHTML MP 1.2 files. I then moved to use <code>xmllint</code> with the <code>--valid</code> option, but it had the same behavior.</p>

<p>As one of the W3C Systems team member, I&#8217;m acutely aware <a href="http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic">how bad is the practice of fetching DTDs over the network</a> over and over again.</p>

<p>Furthermore, the OMA XHTML MP 1.2 DTDs are broken &#8211; they include non-UTF-8 characters in the comments of one of the modules (bug that I have reported a while ago but that still hasn&#8217;t been fixed apparently).</p>

<p>But given that XHTML MP 1.2 is mostly equivalent to XHTML Basic 1.1, I thought I would validate the said files against that DTD &#8211; but I wanted to make sure I wouldn&#8217;t hit the network when doing so.</p>

<p>Unfortunately, the XHTML Basic 1.1 DTD was not installed in my local XML catalog by default as part of the others DTD in the <code>w3c-dtd-xhtml package</code> &#8211; I&#8217;ve filed a <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533327">bug report</a> in the hope that it will be in the future, along with the XHMTL+RDFa DTD.</p>

<p>So I looked into adding the XHTML Basic 1.1 DTD to my local XML catalog, and marking it as an equivalent of the XHTML MP 1.2 DTD at the same time. Given that this wasn&#8217;t exactly straightforward, I thought I would document here what I did to set that up on my Ubuntu Jaunty install, in the event that someone else would need to do something simiar:</p>
<ul>
<li>first, I added the following lines to my <code>/etc/xml/catalog</code> file:
<pre><code>&lt;delegatePublic publicIdStartString="-//W3C//DTD XHTML Basic 1.1" catalog="file:///etc/xml/w3c-dtd-xhtml.xml"/&gt;
&lt;!-- Making XHTML MP an equivalent of XHTML Basic 1.1 --&gt;
&lt;delegatePublic publicIdStartString="-//OMA//DTD XHTML Mobile 1.2" catalog="file:///etc/xml/w3c-dtd-xhtml.xml"/&gt;</code></pre></li>
<li>I edited <code>/etc/xml/w3c-dtd-xhtml.xml</code> to add the following lines:
<pre><code>&lt;delegatePublic publicIdStartString="-//W3C//DTD XHTML Basic 1.1//EN" catalog="file:///usr/share/xml/xhtml/schema/dtd/basic11/catalog.xml"/>
&lt;!-- Making XHTML MP an equivalent of XHTML Basic 1.1 -->
&lt;delegatePublic publicIdStartString="-//OMA//DTD XHTML Mobile 1.2//EN" catalog="file:///usr/share/xml/xhtml/schema/dtd/basic11/catalog.xml"/>
</code></pre></li>
<li>I created the directory <code>/usr/share/xml/xhtml/schema/dtd/basic11/</code> and put the following files in it (available as a <a href="/~dom/2009/xhtmlbasic11cat.zip">Zip file</a>):
<ul><li><a href="http://www.w3.org/MarkUp/DTD/xhtml-basic11.cat">the SGML Catalog definition of XHTML Basic 1.1</a> &#8211; since I&#8217;m now using <code>xmllint</code> rather than the WDG validator, I&#8217;m not sure if it works or is useful as is</li>
<li><a href="/~dom/2009/catalog.xml">a modified XML Catalog file</a> that points both the XHTML Basic 1.1 FPI (<code>-//W3C//DTD XHTML Basic 1.1//EN</code>) and the XHMTL MP 1.2 FPI (<code>-//OMA//DTD XHTML Mobile 1.2//EN</code>) to the XHTML Basic 1.1 DTD</li>
<li>a <a href="/~dom/2009/xhtml-basic11-f.dtd">corrected version of the flat DTD for XHTML Basic 1.1</a>, that includes all the necessary modules as a single file &#8211; while it was based on an <a href="http://www.w3.org/MarkUp/DTD/xhtml-basic11-f.dtd">old version developed by the XHTML Working Group</a>, I had to update it quite a bit to make it actually represent what the XHTML Basic 1.1 spec says</li>
<li>I have also included other files that I had found in the similar catalog directory for XHTML Basic 1.0, but I think they&#8217;re only useful for SGML-based validation, rather than XML-based &#8211; they are also in the Zip file, but may not be useful</li>
</ul>

<p>With these changes, I&#8217;m now able to validate my XHTML MP/Basic files without hitting the network. But the main lesson for me remains that it isn&#8217;t exactly trivial to add DTDs to a catalog when it isn&#8217;t done by people who actually know what they&#8217;re doing&hellip;</p>]]></content:encoded>
			<wfw:commentRss>http://people.w3.org/~dom/archives/2009/06/validating-xhtml-basic-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed new group to work on Device APIs</title>
		<link>http://www.w3.org/blog/MWITeam/2009/06/01/proposed_new_group_to_work_on_device_api</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/06/01/proposed_new_group_to_work_on_device_api#comments</comments>
		<pubDate>Mon, 01 Jun 2009 08:53:55 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/06/01/proposed_new_group_to_work_on_device_api</guid>
		<description><![CDATA[Last week, W3C started the formal process to start a new Working Group that would focus on the development of client-side APIs that enable the development of Web Applications and Web Widgets that interact with devices services such as Calendar, Contact...]]></description>
			<content:encoded><![CDATA[<p>Last week, W3C <a href="http://lists.w3.org/Archives/Public/public-new-work/2009May/0000.html">started the formal process</a> to start a new Working Group that would <a href="http://www.w3.org/2009/05/DeviceAPICharter">focus on the development of client-side APIs</a> <q>that enable the development of Web Applications and Web Widgets that interact with devices services such as Calendar, Contacts, Camera, etc</q>.</p>
<p>If the group's creation is approved, this means that in a year or two, Web developers should have a bunch of <a href="http://www.w3.org/2009/05/DeviceAPICharter#deliverables">new standard APIs</a> to make their Web applications even more compelling and integrated with their hosting platforms; on mobile devices, this would make the Web platform an even stiffer <a href="http://mobileopportunity.blogspot.com/2008/02/mobile-applications-rip.html">competitor to the existing development platforms</a>.</p>
<p>Stay tuned - we should know more about whether this group will go ahead in a few weeks.</p>]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/06/01/proposed_new_group_to_work_on_device_api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML Basic 1.1 Proposed Edited Recommendation</title>
		<link>http://www.w3.org/blog/MWITeam/2009/05/07/xhtml_basic_1_1_proposed_edited_recommen</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/05/07/xhtml_basic_1_1_proposed_edited_recommen#comments</comments>
		<pubDate>Thu, 07 May 2009 15:43:43 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/05/07/xhtml_basic_1_1_proposed_edited_recommen</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/05/07/xhtml_basic_1_1_proposed_edited_recommen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile at WWW2009</title>
		<link>http://www.w3.org/blog/MWITeam/2009/04/28/mobile_at_www2009</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/04/28/mobile_at_www2009#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:17:24 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/04/28/mobile_at_www2009</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/04/28/mobile_at_www2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Device Independent or Accessible? at European Accessibility Forum</title>
		<link>http://www.w3.org/blog/MWITeam/2009/03/31/device_independent_or_accessible_at_euro</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/03/31/device_independent_or_accessible_at_euro#comments</comments>
		<pubDate>Tue, 31 Mar 2009 15:34:41 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/03/31/device_independent_or_accessible_at_euro</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/03/31/device_independent_or_accessible_at_euro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring the world of Web video</title>
		<link>http://people.w3.org/~dom/archives/2009/02/exploring-the-world-of-web-video/</link>
		<comments>http://people.w3.org/~dom/archives/2009/02/exploring-the-world-of-web-video/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:33:20 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Work environment]]></category>

		<guid isPermaLink="false">http://people.w3.org/~dom/?p=190</guid>
		<description><![CDATA[A colleague of mine recently pointed me to Michael Wesch&#8217;s great and inspiring anthropological introduction to YouTube, which made me curious about the use of video as an expression mechanism on the Web.
Coupling this with my recent upgrade in the camcorder world to a fully digital device, and the early results of the Video in [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague of mine recently pointed me to <a href="http://www.youtube.com/watch?v=TPAO-lZ4_hU">Michael Wesch&#8217;s great and inspiring <cite>anthropological introduction to YouTube</cite></a>, which made me curious about the use of video as an expression mechanism on the Web.</p>
<p>Coupling this with my recent upgrade in the camcorder world to a fully digital device, and the early results of the <a href="http://www.w3.org/2008/WebVideo/">Video in the Web activity</a> W3C started a year ago, I had to start playing in this area to understand it better.</p>

<p>As a starting point, I thought that I would use the <a href="http://www.dailymotion.com/parisweb/parisweb/video/x4lzho_bonnes-pratiques-du-web-mobile_tech">video of the presentation I made to ParisWeb back in 2007</a> on the Mobile Web Best Practices, also <a href="http://videos.paris-web.fr/2007/">available un-flashed on ParisWeb servers</a> &#8211; usefully made available in a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed">by-nc-sa Creative Commons license</a>.</p>

<p>One thing that I needed to take into account, but was also a driver for this exploratory work, is that we are about to adopt a W3C internal policy that we can only publish media on-line if we ensure a minimum level of accessibility &#8211; at this time, this minimum level requires providing a full transcript of any material.</p>

<p>This post serves as an introduction to my adventures in the hazardous world of Web videos, where you&#8217;ll find me finding my way:</p>
<ul>
<li>in the <a href="http://people.w3.org/~dom/archives/2009/02/diving-in-transcriptiondiving-in-transcription/">world of transcription, and the tools available to that end on linux</a>,</li>
<li>in the <a href="http://people.w3.org/~dom/archives/2009/02/synchronizing-text-and-videosynchronizing-text-and-video/">formats for publishing and associating the transcripts with the video</a>,</li>
<li>the <a href="http://people.w3.org/~dom/archives/2009/02/the-beauty-of-htmlmediaelementthe-beauty-of-htmlmediaelement/">proposed HTMLMediaElement DOM Interface</a> to make it possible to synchronize events with media playing, adding a pinch of JQuery, RDFa and Media Fragment to taste.</li>
</ul>
<p>At the end of these stories, you will join me in rejoicing in front of a <a href="http://www.w3.org/2009/02/presentation-viewer/parisweb2007-dom.html">synchronized, close-captioned and annotated video and slides presentations viewer for your browser</a> &#8211; if you browser lives sufficiently on the edge, that is (which I think at this time means specifically Firefox 3.1 beta), and if you&#8217;re patient enough to deal with video operations on a 85 MB video. And if you speak or read French.</p>
<p>And if you&#8217;re not patient enough to go past these obstacles, I have prepared a <a href="http://dotsub.com/view/ed3cbe9c-07d1-45fc-bd76-2d0d58870e0e">screencast of the system in action</a>:</p>
<object  height="347" width="420" type="application/x-shockwave-flash" name="mpl" data="http://dotsub.com/static/players/portalplayer.swf">
<param name="swliveconnect" value="true"  />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="mediauri=/media/ed3cbe9c-07d1-45fc-bd76-2d0d58870e0e/m/flv/en&amp;screenshoturi=http://dotsub.com/media/ed3cbe9c-07d1-45fc-bd76-2d0d58870e0e/p&amp;mediaDuration=38000&amp;lang=eng "/>
<object height="347" width="420" type="video/x-flv" data="http://dotsub.com/media/ed3cbe9c-07d1-45fc-bd76-2d0d58870e0e/m/flv/e" ></object>
</object>
<p>Transcript:</p>
<blockquote title="Transcript of the screencast of a presentation viewer in HTML">
<p>[the screen shows a Web page in a browser, split in 4 zones]</p>
<p>This is a screencast of a presentation viewer written in HTML and Javascript.</p>
<p>You can see here [on the top left corner] the area where the video will appear,
here [on the top right corner] the slides that will accompany the video presentation,
and there [on the bottom left corner] a table of contents.</p>
<p>If I start the video here [clicking on the play control of the video],
you can see the closed captions appearing below the video.</p>
<p>And then I can navigate in the video and the presentation using the table of content.</p>
<p>And you can see how the video and the slides get updated live,
and I can even have side notes appearing on the side [bottom right corner] of the screen.</p>
</blockquote>
<p>(also available as <a href="http://media.w3.org/2009/02/presentation-viewer-screencast.ogv">Ogg/Theora video</a> with a <a href="http://media.w3.org/2009/02/presentation-viewer-screencast.xml">Timed Text transcript</a>.)</p>]]></content:encoded>
			<wfw:commentRss>http://people.w3.org/~dom/archives/2009/02/exploring-the-world-of-web-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://dotsub.com/media/ed3cbe9c-07d1-45fc-bd76-2d0d58870e0e/m/flv/en" length="2433090" type="video/x-flv" />
<enclosure url="http://media.w3.org/2009/02/presentation-viewer-screencast.ogv" length="688128" type="video/ogg" />
		</item>
		<item>
		<title>Social Networking Workshop Report</title>
		<link>http://www.w3.org/blog/MWITeam/2009/02/03/social_networking_workshop_report</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/02/03/social_networking_workshop_report#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:50:48 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/02/03/social_networking_workshop_report</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/02/03/social_networking_workshop_report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return of the Mobile Style Sheet in A List Apart</title>
		<link>http://people.w3.org/~dom/archives/2009/01/return-of-the-mobile-style-sheet-in-a-list-apart/</link>
		<comments>http://people.w3.org/~dom/archives/2009/01/return-of-the-mobile-style-sheet-in-a-list-apart/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:23:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">tag:www.w3.org://3ac8a5f8e59977ecd8c0b1502052b35b</guid>
		<description><![CDATA[An article I wrote on the use of style sheets targetting mobile devices, titled Return of the Mobile Style Sheet, is published today in A List Apart.
It gives some practical advices on how to combine CSS Media Types, CSS Media Queries with a bit of tooling help from Javascript and server-side filtering, to create a mobile-friendly CSS layout that will work across a large number of devices.]]></description>
			<content:encoded><![CDATA[<p>An article I wrote on the use of style sheets targetting mobile devices, titled <cite><a href="http://www.alistapart.com/comments/returnofthemobilestylesheet">Return of the Mobile Style Sheet</a></cite>, is published today in <cite><a href="http://www.alistapart.com/">A List Apart</a></cite>.</p>
<p>It gives some practical advices on how to combine CSS Media Types, CSS Media Queries with a bit of tooling help from Javascript and server-side filtering, to create a mobile-friendly CSS layout that will work across a large number of devices.</p>]]></content:encoded>
			<wfw:commentRss>http://people.w3.org/~dom/archives/2009/01/return-of-the-mobile-style-sheet-in-a-list-apart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return of the Mobile Style Sheet in A List Apart</title>
		<link>http://www.w3.org/blog/MWITeam/2009/01/06/lcitegreturn_of_the_mobile_style_sheetl_</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/01/06/lcitegreturn_of_the_mobile_style_sheetl_#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:23:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/01/06/lcitegreturn_of_the_mobile_style_sheetl_</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/01/06/lcitegreturn_of_the_mobile_style_sheetl_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Published in A List Apart</title>
		<link>http://people.w3.org/~dom/archives/2009/01/published-in-a-list-apart/</link>
		<comments>http://people.w3.org/~dom/archives/2009/01/published-in-a-list-apart/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 12:32:25 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://people.w3.org/~dom/?p=152</guid>
		<description><![CDATA[A List Apart just published an article I wrote, Return of the Mobile Style Sheet, that focuses on how to write and deploy CSS style sheets specifically targeted at mobile devices, even on devices that don&#8217;t use the handheld CSS Media Type. Woohoo!
That article was very much inspired by the work the Mobile Web Initiative [...]]]></description>
			<content:encoded><![CDATA[<p><cite><a href="http://www.alistapart.com/">A List Apart</a></cite> just published an article I wrote, <cite><a href="http://www.alistapart.com/articles/returnofthemobilestylesheet">Return of the Mobile Style Sheet</a></cite>, that focuses on how to write and deploy CSS style sheets specifically targeted at mobile devices, even on devices that don&#8217;t use the <code>handheld</code> CSS Media Type. Woohoo!</p>
<p>That article was very much inspired by the work the Mobile Web Initiative Team did for its <a href="http://www.w3.org/blog/MWITeam/2008/08/07/mwi_site_redesign">site redesign</a>, as well as W3C&#8217;s still ongoing work on <a href="http://www.w3.org/QA/2008/06/about_the_love_w3org_redesign.html">a whole redesign of the W3C site</a>.</p>
<p>But more importantly, I took some of the most useful statistics from the data gathered by the <a href="http://www.w3.org/2007/03/mth/harness">Mobile Test Harness</a>: thanks to all the contributors!</p>
<p>Particular thanks to Ian Jacobs and François Daoust who provided lots of useful feedback and edits, and the ALA team who also helped polish the article quite a bit!</p>]]></content:encoded>
			<wfw:commentRss>http://people.w3.org/~dom/archives/2009/01/published-in-a-list-apart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 mobile web standards fireworks</title>
		<link>http://www.w3.org/blog/MWITeam/2009/01/05/2008_mobile_web_standards_fireworks</link>
		<comments>http://www.w3.org/blog/MWITeam/2009/01/05/2008_mobile_web_standards_fireworks#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:46:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2009/01/05/2008_mobile_web_standards_fireworks</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2009/01/05/2008_mobile_web_standards_fireworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dan Appelquist on W3C Q&amp;A Blog</title>
		<link>http://www.w3.org/blog/MWITeam/2008/11/25/dan_appelquist_on_w3c_qaamp_a_blog</link>
		<comments>http://www.w3.org/blog/MWITeam/2008/11/25/dan_appelquist_on_w3c_qaamp_a_blog#comments</comments>
		<pubDate>Tue, 25 Nov 2008 08:13:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2008/11/25/dan_appelquist_on_w3c_qaamp_a_blog</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2008/11/25/dan_appelquist_on_w3c_qaamp_a_blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended deadline to submit position papers to workshop on the Future of Social Netorking</title>
		<link>http://www.w3.org/blog/MWITeam/2008/11/20/extended_deadline_to_submit_position_pap</link>
		<comments>http://www.w3.org/blog/MWITeam/2008/11/20/extended_deadline_to_submit_position_pap#comments</comments>
		<pubDate>Thu, 20 Nov 2008 12:25:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mobile Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/blog/MWITeam/2008/11/20/extended_deadline_to_submit_position_pap</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/blog/MWITeam/2008/11/20/extended_deadline_to_submit_position_pap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
