<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; CSS</title>
	<atom:link href="http://gigaom.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 04:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; CSS</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Does your Facebook mobile app suck? Here&#8217;s why</title>
		<link>http://gigaom.com/2012/05/15/does-your-facebook-mobile-app-suck-heres-why/</link>
		<comments>http://gigaom.com/2012/05/15/does-your-facebook-mobile-app-suck-heres-why/#comments</comments>
		<pubDate>Tue, 15 May 2012 21:19:15 +0000</pubDate>
		<dc:creator>Kevin C. Tofel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Mobile Apps]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=521833</guid>
		<description><![CDATA[Is your Facebook mobile app slow to update or showing old data on Android or iOS? If so, you're not alone. I've noticed a degradation in the mobile application's performance for months but I never knew exactly why it was. Until now.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=521833&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/05/facebook-loading.jpg"><img  title="facebook-loading" src="http://gigaom2.files.wordpress.com/2012/05/facebook-loading.jpg?w=168&#038;h=300" alt="" width="168" height="300" class="alignright size-medium wp-image-521847" /></a>For the past year or so, I&#8217;ve noticed that my Facebook mobile apps have slowed down with each screen tap. I used to tap the screen and see the latest posts or photos fairly quickly. Now I see the &#8220;Loading&#8221; message more than anything else. Even worse: I&#8217;m constantly pulling the screen down to refresh the data, even when tapping a Facebook notification takes me to a supposedly updated post. I&#8217;m not sure when that behavior started, but it&#8217;s quite annoying and happens on both my Android and iOS devices.</p>
<p>I long suspected these problems had much to do with Facebook&#8217;s use of various Web technologies, since much of the mobile platform was built with web standards and technologies such as HTML5, surrounded by a native wrapper for Android or iOS. But I&#8217;m not a developer, so I couldn&#8217;t be sure. Now I am, thanks to <a href="http://blog.mobtest.com/2012/05/heres-why-the-facebook-ios-app-is-so-bad-uiwebviews-and-no-nitro/">Dirk de Kok&#8217;s detailed post at Mobtest</a>, which tests mobile applications.</p>
<p>The gist of the problem, at least for iOS (and likely for Android as well, at least partially) is two-fold. One problem concerns HTML use with UIWebViews but without support for Nitro, which is Apple&#8217;s JavaScript engine. The second happens because the app makes different data calls for similar, but out-of-sync information. Here&#8217;s a pair of excerpts to explain:</p>
<blockquote><p>&#8220;For a starter, caching of unchanged content cannot be controlled by the developer. The FB app downloads the whole timeline HTML every time, and it is up to the UIWebView to determine whether it needs to download images, stylesheets etc again&#8230;. Also, to communicate from the UIWebView to the native app, a Javascript bridge is needed. This is tricky stuff, slow and not really thread safe.&#8221;</p>
<p>&#8220;For notifications, messages and friend requests regular REST calls are done, returning XML data. First check is to see what number of new notifications are there, then the actual content is retrieved in a separate call. As far as I can tell, the Facebook service calls return inconsistent information. When you check too fast what new notifications are awaiting you, you don’t get the new information.&#8221;</p></blockquote>
<p>I recommend reading de Kok&#8217;s entire analysis because he explains in further detail how all these moving parts are working together in a less than optimal way, illustrating the exact behaviors I&#8217;ve seen in the Facebook mobile app. I think it&#8217;s great that <a href="http://gigaom.com/mobile/facebook-brings-bigger-pics-and-posts-to-mobiles/">Facebook is adding new features and improvements on a regular basis</a> and I understand that by using Web technologies, it can make these changes on the server side; you don&#8217;t have to update your Facebook app as a result.</p>
<p>But for the time being, I&#8217;m going to switch to m.facebook.com in my smartphone browser. I did some testing this afternoon and the experience is far faster, up to date and generally offers the same features as the native mobile app.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=521833&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=228139"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=228139" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=521833+does-your-facebook-mobile-app-suck-heres-why&utm_content=kevintofel">Sign up for a free trial</a>.</p><ul></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/05/15/does-your-facebook-mobile-app-suck-heres-why/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/05/facebook-loading1.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/05/facebook-loading1.jpg?w=150" medium="image">
			<media:title type="html">facebook-loading</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6cbb45abac59965c2626e40155358d1b?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Kevin C. Tofel</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/05/facebook-loading.jpg?w=168" medium="image">
			<media:title type="html">facebook-loading</media:title>
		</media:content>
	</item>
		<item>
		<title>If web apps take off, Mozilla is prepared on mobiles</title>
		<link>http://gigaom.com/2012/03/19/if-web-apps-take-off-mozilla-is-prepared-on-mobiles/</link>
		<comments>http://gigaom.com/2012/03/19/if-web-apps-take-off-mozilla-is-prepared-on-mobiles/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 20:05:25 +0000</pubDate>
		<dc:creator>Kevin C. Tofel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=501118</guid>
		<description><![CDATA[Could a smartphone run solely on web code instead of native software? Mozilla thinks so and recently demonstrated such a device on video, replacing the Google Android operating system on a Samsung Galaxy S II  phone with its Boot 2 Gecko (B2G) technology.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=501118&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Could a smartphone run solely on web code instead of native software? Mozilla thinks so and has recently shown off just such a device on video, replacing the Google Android operating system on a Samsung phone with its Boot 2 Gecko (B2G) technology. The project itself kicked off last year, but this video demo &#8212; <a href="http://www.pcworld.com/article/250879/first_look_at_mozillas_web_platform_for_phones_boot_to_gecko.html">captured by PC World at the recent Mobile World Congress event</a> &#8212; is the first I&#8217;ve seen, and it&#8217;s impressive.</p>
<p><object width="580" height="326" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.pcworld.com/video/player.swf" /><param name="allowscriptaccess" value="always" /><param name="allowfullscreen" value="true" /><param name="flashvars" value="&amp;autostart=true&amp;bandwidth=21506&amp;fbit.height=296&amp;fbit.pluginmode=FLASH&amp;fbit.visible=true&amp;fbit.width=580&amp;fbit.x=0&amp;fbit.y=0&amp;file=%2Fvideo%2Fnews%2F120228_Mozillademo_idg.flv&amp;frontcolor=0xffffff&amp;googima.ad=undefined&amp;googima.ad.pcw.position=pre&amp;googima.ad.pcw.tag=http%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fpcw.main.video%2FJWPlayer%3Baid%3D251001%3Bmid%3D2210%3Bc%3D2119%3Bpg%3Dvideo%3Bsz%3D640x360%3Bord%3D9482591&amp;googima.ad.pcw.type=video&amp;googima.admessagedynamic=This%20ad%20will%20close%20in%20XX%20seconds&amp;googima.admessagedynamickey=XX&amp;googima.admessagestatic=&amp;googima.allowvolumeslider=true&amp;googima.height=296&amp;googima.pluginmode=HYBRID&amp;googima.position=over&amp;googima.visible=true&amp;googima.width=580&amp;googima.x=0&amp;googima.y=0&amp;image=http%3A%2F%2Fzapp0.staticworld.net%2Fimages%2Fvideo%2FLoading.gif&amp;plugins=http%3A%2F%2Flp.longtailvideo.com%2F5%2Fgoogima%2Fgoogima.swf%2Chttp%3A%2F%2Fflash.pcworld.com%2Fjw%2Fviral-2.swf%2Chttp%3A%2F%2Fflash.pcworld.com%2Fjw%2Ffbit-1.swf%2Chttp%3A%2F%2Fflash.pcworld.com%2Fjw%2Ftweetit-1.swf&amp;skin=http%3A%2F%2Fwww.pcworld.com%2Fvideo%2Fpcworld.zip&amp;streamer=rtmp%3A%2F%2Fflashstream.pcworld.com&amp;tweetit.height=296&amp;tweetit.pluginmode=FLASH&amp;tweetit.visible=true&amp;tweetit.width=580&amp;tweetit.x=0&amp;tweetit.y=0&amp;viral.allowmenu=true&amp;viral.functions=link%2Cembed&amp;viral.onpause=false&amp;viral.pluginmode=FLASH" /><embed width="580" height="326" type="application/x-shockwave-flash" src="http://www.pcworld.com/video/player.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="&amp;autostart=true&amp;bandwidth=21506&amp;fbit.height=296&amp;fbit.pluginmode=FLASH&amp;fbit.visible=true&amp;fbit.width=580&amp;fbit.x=0&amp;fbit.y=0&amp;file=%2Fvideo%2Fnews%2F120228_Mozillademo_idg.flv&amp;frontcolor=0xffffff&amp;googima.ad=undefined&amp;googima.ad.pcw.position=pre&amp;googima.ad.pcw.tag=http%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fpcw.main.video%2FJWPlayer%3Baid%3D251001%3Bmid%3D2210%3Bc%3D2119%3Bpg%3Dvideo%3Bsz%3D640x360%3Bord%3D9482591&amp;googima.ad.pcw.type=video&amp;googima.admessagedynamic=This%20ad%20will%20close%20in%20XX%20seconds&amp;googima.admessagedynamickey=XX&amp;googima.admessagestatic=&amp;googima.allowvolumeslider=true&amp;googima.height=296&amp;googima.pluginmode=HYBRID&amp;googima.position=over&amp;googima.visible=true&amp;googima.width=580&amp;googima.x=0&amp;googima.y=0&amp;image=http%3A%2F%2Fzapp0.staticworld.net%2Fimages%2Fvideo%2FLoading.gif&amp;plugins=http%3A%2F%2Flp.longtailvideo.com%2F5%2Fgoogima%2Fgoogima.swf%2Chttp%3A%2F%2Fflash.pcworld.com%2Fjw%2Fviral-2.swf%2Chttp%3A%2F%2Fflash.pcworld.com%2Fjw%2Ffbit-1.swf%2Chttp%3A%2F%2Fflash.pcworld.com%2Fjw%2Ftweetit-1.swf&amp;skin=http%3A%2F%2Fwww.pcworld.com%2Fvideo%2Fpcworld.zip&amp;streamer=rtmp%3A%2F%2Fflashstream.pcworld.com&amp;tweetit.height=296&amp;tweetit.pluginmode=FLASH&amp;tweetit.visible=true&amp;tweetit.width=580&amp;tweetit.x=0&amp;tweetit.y=0&amp;viral.allowmenu=true&amp;viral.functions=link%2Cembed&amp;viral.onpause=false&amp;viral.pluginmode=FLASH" /></object></p>
<p>B2G is Mozilla&#8217;s effort to build a device operating system for the open web that can <a href="https://wiki.mozilla.org/B2G/FAQ">offer the same features as a device with a non-web-based OS</a>:</p>
<blockquote><p>&#8220;We believe that the next frontier for Web applications is full device integration, so that Web developers have the same capabilities as those building for OS-specific stacks. Boot To Gecko is intended to identify those missing device capabilities and other application needs, and design standardized solutions for app developers to use.&#8221;</p></blockquote>
<p>The demo video, which I found through <a href="http://www.geek.com/articles/mobile/mozilla-demos-boot-2-gecko-on-a-samsung-galaxy-s2-20120319/">Geek.com</a>, shows that Mozilla is well on its way towards meeting that goal. B2G is built upon a Linux kernel, similar to Google Android, but boots directly into a web-based user interface. Browsing the Internet is breeze, as expected, as is using web-based apps or watching video. But our smartphones today are capable of so much more. How then could B2G suffice as a potential smartphone platform replacement?</p>
<p>That&#8217;s where Mozilla&#8217;s experience with web APIs comes into play; the company created the popular Firefox web browser. Through different APIs and new web standards, B2G can directly access hardware components on the smartphone. That allows for picture taking with the camera or placing a phone call over a cellular network, for example.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/03/iphone-web-apps.jpg"><img  title="iphone-web-apps" src="http://gigaom2.files.wordpress.com/2012/03/iphone-web-apps.jpg?w=210&#038;h=140" alt="" width="210" height="140" class="alignleft  wp-image-501171" /></a>Could your next phone run on browser-based technologies, then? Given the current state and popularity of native app stores, I suspect not. But recall that Apple&#8217;s first iPhone actually bet on web-based apps in 2007 &#8212; <a href="http://www.apple.com/webapps/whatarewebapps.html">and still supports them</a>. These later gave way to native apps, but perhaps the idea of web apps wasn&#8217;t a bad one. Instead, it might have been an idea ahead of its time as web technologies were still (and are) maturing in addition to heavy reliance on young mobile broadband networks.</p>
<p>Given that <a href="http://gigaom.com/mobile/will-1b-html5-phones-change-the-mobile-app-economy/">sales of HTML5-capable phones are expected to hit 1 billion in 2013</a>, I wouldn&#8217;t count web apps out just yet. And if B2G is ready by then to fully power a smartphone, some OEMs could take a chance on the solution.</p>
<p>With the ability to run a web-based phone on fairly minimal hardware, such smartphones could be much less expensive than phones that use a mobile operating system. If that&#8217;s the case, B2G-based phones could do well at the very low end of the market, which would hurt sales of Android and Windows Phone devices more than any other.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=501118&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=759709"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=759709" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=501118+if-web-apps-take-off-mozilla-is-prepared-on-mobiles&utm_content=kevintofel">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/report/where-new-opportunity-lies-in-the-mobile-operating-system-space/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=501118+if-web-apps-take-off-mozilla-is-prepared-on-mobiles&utm_content=kevintofel">Where new opportunity lies in the mobile operating system space</a></li><li><a href="http://pro.gigaom.com/2010/07/html5s-a-game-changer-for-web-apps/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=501118+if-web-apps-take-off-mozilla-is-prepared-on-mobiles&utm_content=kevintofel">HTML5&#8217;s a Game-Changer for Web Apps</a></li><li><a href="http://pro.gigaom.com/2013/01/how-new-devices-networks-and-consumer-habits-will-change-the-web-experience/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=501118+if-web-apps-take-off-mozilla-is-prepared-on-mobiles&utm_content=kevintofel">How to deliver the next-generation web experience</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/03/19/if-web-apps-take-off-mozilla-is-prepared-on-mobiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/03/iphone-web-apps.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/03/iphone-web-apps.jpg?w=150" medium="image">
			<media:title type="html">iphone-web-apps</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6cbb45abac59965c2626e40155358d1b?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Kevin C. Tofel</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/03/iphone-web-apps.jpg?w=300" medium="image">
			<media:title type="html">iphone-web-apps</media:title>
		</media:content>
	</item>
		<item>
		<title>Wheels of Steel lets wannabe DJs drive the decks</title>
		<link>http://gigaom.com/2011/06/16/wheels-of-steel-lets-wannabe-djs-drive-the-decks/</link>
		<comments>http://gigaom.com/2011/06/16/wheels-of-steel-lets-wannabe-djs-drive-the-decks/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 12:00:09 +0000</pubDate>
		<dc:creator>Bobbie Johnson</dc:creator>
				<category><![CDATA[@NYT]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[soundcloud]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=362168</guid>
		<description><![CDATA[The success of Pandora’s public offering underscores the popularity of online music, and the thousands of ways you can listen to tracks online. But how many can claim to be as fun as new virtual turntable setup Wheels of Steel?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=362168&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom.com/2011/06/16/wheels-of-steel-lets-wannabe-djs-drive-the-decks/wheelsofsteel/" rel="attachment wp-att-362176"><img  title="Wheels of Steel" src="http://gigaom2.files.wordpress.com/2011/06/wheelsofsteel.jpg?w=300&#038;h=200" alt="Wheels of Steel" width="300" height="200" class="alignleft size-medium wp-image-362176" /></a>Yeah, yeah, you like music. You probably listen to quite a lot, tuning in to the things you like with <a href="http://www.rdio.com/">Rdio</a>, or letting the music take control by turning on <a href="http://www.pandora.com">Pandora</a>. Maybe you find out the latest sounds by following <a href="http://hypem.com/#!/">the Hype Machine</a>, or even listen to it with your friends through a service like <a href="http://gigaom.com/2011/06/15/alive-web/">Turntable.fm</a>. But however much you like music and however you listen to it, you probably can’t do <a href="http://wheelsofsteel.net">this</a>.</p>
<p><a href="http://wheelsofsteel.net">Wheels of Steel</a> is a fun app that allows you to play with a fully functioning set of turntables online — loading up records, dropping the needle, manipulating the vinyl, using volume controls, faders, equalizers and pitch controls. You can switch between 33RPM and 45. You can mix, beat match… you can even scratch yourself silly. Pick your tracks by entering the relevant <a href="http://www.soundcloud.com">Soundcloud</a> URL, or plugging in the specific URL of the MP3 you want, and then go crazy.</p>
<p>And the most amazing thing? It’s built entirely in HTML, CSS and JavaScript.</p>
<p><object width="640" height="390" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/F3OfmtE7qL4?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="640" height="390" type="application/x-shockwave-flash" src="http://www.youtube.com/v/F3OfmtE7qL4?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>The man behind this piece of genius is Flickr engineer Scott Schiller, an audio nerd who previously developed <a href="http://www.schillmania.com/projects/soundmanager2/">Sound Manager</a>, an API that lets you play audio online, through JavaScript, without worrying about the usual hassles (Sound Manager is, unsurprisingly, used to power Wheels of Steel).</p>
<p>For anyone wondering exactly how it works, Schiller has <a href="http://www.schillmania.com/content/entries/2011/wheels-of-steel/">written a blog post giving an incredibly detailed look</a> at how it was put together. The post details every aspect of the build, and explains how all the different options and physics were designed and assembled.</p>
<p>Ultimately, it’s all intended as a bit of fun produced by somebody who was clearly dedicated to building virtual turntables. The actual build took 12 weeks, but he admits that he’s been interested in doing this for “years”. But it’s a great demonstration of what is now possible by using the basic toolkits of the web.</p>
<blockquote><p>The prototype is an experimental bit of web audio fun, stamped with a number of warning labels and is not intended for pro or &#8220;skratch&#8221; DJs as frankly, it will quickly disappoint &#8212; and what DJ really wants to scratch records with a mouse, anyway. ;)</p>
<p>We now have digital toys and things that allow music to be manipulated in ways never imagined before &#8212; and yet, there remains something special and meaningful about the old, scratchy, dusty sound of analog mediums and the hands-on, real physical experience of mixing music that digital technology &#8212; this HTML experiment included &#8212; still aims to match.</p></blockquote>
<p>Great stuff.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=362168&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=436633"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=436633" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=362168+wheels-of-steel-lets-wannabe-djs-drive-the-decks&utm_content=bobbiejohnson">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=362168+wheels-of-steel-lets-wannabe-djs-drive-the-decks&utm_content=bobbiejohnson">What Does the Future Hold For Browsers?</a></li><li><a href="http://pro.gigaom.com/2012/07/new-strategies-in-consumer-media-cloud-storage/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=362168+wheels-of-steel-lets-wannabe-djs-drive-the-decks&utm_content=bobbiejohnson">The evolution of consumer-media cloud storage</a></li><li><a href="http://pro.gigaom.com/2012/04/flash-analysis-future-opportunities-for-pinterest/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=362168+wheels-of-steel-lets-wannabe-djs-drive-the-decks&utm_content=bobbiejohnson">Flash analysis: future opportunities for Pinterest</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/06/16/wheels-of-steel-lets-wannabe-djs-drive-the-decks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/06/wheelsofsteel.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/06/wheelsofsteel.jpg?w=150" medium="image">
			<media:title type="html">Wheels of Steel</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6e5c23eccd5022fef0059f01c98c2ea4?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">bobbiejohnson</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/06/wheelsofsteel.jpg?w=300" medium="image">
			<media:title type="html">Wheels of Steel</media:title>
		</media:content>
	</item>
		<item>
		<title>DRM FAIL: Five Broken Copy Protection Schemes</title>
		<link>http://gigaom.com/2010/09/17/drm-fail-five-broken-copy-protection-schemes-2/</link>
		<comments>http://gigaom.com/2010/09/17/drm-fail-five-broken-copy-protection-schemes-2/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 20:49:56 +0000</pubDate>
		<dc:creator>Janko Roettgers</dc:creator>
				<category><![CDATA[video]]></category>
		<category><![CDATA[bd+]]></category>
		<category><![CDATA[Blu-ray]]></category>
		<category><![CDATA[copy protection]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[HDCP]]></category>
		<category><![CDATA[Macrovision]]></category>

		<guid isPermaLink="false">http://newteevee.com/?p=56566</guid>
		<description><![CDATA[This week, we learned that the HDCP copy protection scheme is now essentially broken. HDCP's failure is just one of many examples of copy protection technology not living up to its promises of security. Read on for five of the most glorious examples of DRM FAIL.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=227255&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://newteevee.files.wordpress.com/2010/09/500995147_5f56493a1e_z.jpg"><img title="500995147_5f56493a1e_z" src="http://newteevee.files.wordpress.com/2010/09/500995147_5f56493a1e_z-e1284755843964.jpg?w=300&#038;h=198" alt="" width="300" height="198" class="alignleft size-medium wp-image-56570"></a>A copy protection scheme used in virtually all consumer HD video devices, from Blu-ray  players to game consoles, was broken this week when someone leaked an  essential secret key online. The High-Bandwidth Digital Content  Protection (HDCP) protocol key <a href="http://www.engadget.com/2010/09/14/hdcp-master-key-supposedly-released-unlocks-hdtv-copy-protect/" target="_blank">found its way onto the Internet</a> on Monday, and HDCP vendor <a href="http://news.cnet.com/8301-27080_3-20016756-245.html?tag=mncol%3Btxt" target="_blank">Intel has since confirmed its authenticity.</a></p>
<p>It’s  unlikely that this breach will have any immediate impact on either  digital media sales or online piracy. However, the defeat of HDCP is yet another instance of supposedly unbreakable content protection schemes failing badly.</p>
<p>Still,  people in the industry are holding onto the illusion that there will  one day be a secure architecture for digital content, despite of plenty  of evidence to the contrary.  We’ve compiled a list of five of the most  glorious DRM failures over the years:</p>
<p><strong>1. Macrovision.</strong> The original copy protection scheme was first deployed in 1984 on VHS tapes. Macrovision  worked by adding invisible signals to the video recordings on  commercially released VHS tapes, which would make it impossible to make  copies of these tapes with a second <span style="text-decoration: line-through;">DVD</span> VHS recorder. Macrovision was later also added to DVD players, disabling the ability to record DVDs on VHS. Macrovision Was however easily defeated when tinkerers figured out ways to filter out those extra signals, leading to a brief boom of Macrovision filtering devices. Some DVD player manufacturers also allowed users to disable Macrovision through special codes.</p>
<p>Macrovision’s corporate entity is now called Rovi,  and it’s increasingly focusing on <a href="http://newteevee.com/2010/01/08/rovis-got-the-content-but-will-the-customers-follow/">delivering programming guides for CE  devices</a>. Its long-defeated technology, however, is still in use on  virtually any DVD player.</p>
<p><strong>2. CSS.</strong> The Content Scramble System was  Hollywood’s attempt to lock down the DVD format and prevent end users  from ripping and copying DVDs. It was cracked in 1999, when a number of  unknown hackers disassembled a software DVD player to extract its  encryption key. This crack eventually led to a tool called DeCSS. One of the people involved in the creation of DeCSS was Jon Lech Johansen, who found himself <a href="http://www.efn.no/jonjohansen-en.html" target="_blank">targeted by Norwegian law enforcement and Hollywood</a> studios as a result. The case against Johansen  <a href="http://www.wired.com/entertainment/music/news/2004/01/62040" target="_blank">was eventually dropped in 2004</a>, and he went on to bring media playback  tools to the Android world with his San Francisco-based company <a href="http://www.doubletwist.com/" target="_blank">doubleTwist</a>. CSS decryption tools now have found their ways into many DVD copying tools, but their sale is still illegal in the U.S.</p>
<p><strong>3. SDMI.</strong> The Secure Digital Music Initiative tried to prevent music piracy  through watermarking of audio tracks. The initiative was founded in 1998  and backed by some 200 music, technology and CE companies. However,it  faced difficulties coming to market, partially because even within the  industry, some doubted its effectiveness. These critics were supposed to  be convinced with a contest launched in 2000 that asked security  experts to “hack SDMI.”</p>
<p>Princeton professor <a href="http://www.cs.princeton.edu/~felten/" target="_blank">Ed Felten</a> took the  initiative by its word, and c<a href="http://www.cs.princeton.edu/sip/sdmi/" target="_blank">racked all but one proposed watermarking  schemes</a>. The Recording Industry Association of America (RIAA) went on to threaten Felten with a lawsuit when he tried to document his findings, but subequently backed down when Felten <a href="http://w2.eff.org/IP/DMCA/Felten_v_RIAA/" target="_blank">teamed up with the EFF</a>. SDMI eventually dissolved in 2001.</p>
<p><strong>4. BD+</strong>. The early defeat of DVD copy protection hasn’t stopped the industry from trying to lock down Blu-ray disks. In fact, the BD+ copy protection scheme is far more sophisticated than CSS, because it’s based on updateable keys. However, that <a href="http://newteevee.com/2008/03/19/blu-ray-copy-protection-gets-hacked/">hasn’t stopped skillful minds from cracking BD+</a>, and rips of a number of Blu-ray movies <a href="http://torrentfreak.com/avatar-most-pirated-blu-ray-film-ever-100427/" target="_blank">have since appeared online</a>. The industry has reacted to this by in turn updating BD+, but the cure turned out to be more like a poison: <a href="http://newteevee.com/2010/08/24/copy-protection-dozens-of-blu-ray-titles-unplayable/">Dozens of Blu-ray titles have been rendered unplayable</a> for owners of Samsung’s Blu-ray players, thanks to copy protection gone wrong.</p>
<p><strong>5. HDCP.</strong> The High-Bandwidth Digital Content Protection protocol aims to protect  video signals traveling from one device to another. For example, if you  connect your Blu-ray player via HDMI with your TV, then all the video will be encrypted with HDCP. The idea behind this is to prevent people from recording the HD signal, just like the original Macrovision copy protection system tried to prevent recordings on VHS.</p>
<p>And just like with Macrovision, this has led to the emergence of HDCP filtering devices. Dongles that make it possible to play HDCP-protected streams on non-compliant devices have been available for a number of years, but the fact that HDCP is now completely broken could potentially enable rogue manufacturers to build more sophisticated DVRs or Blu-ray copying devices. Also possible: Interfaces like an HDMI USB adapter or an HDMI Firewire converter, allowing you to write encrypted video streams onto your hard drive and then decrypt them with the help of a future DeHDCP application.</p>
<p>However,  all of this likely <a href="http://www.freedom-to-tinker.com/blog/felten/understanding-hdcp-master-key-leak" target="_blank">won’t change much for the average consumer</a>. Copy  protection, even if broken, tends to be around for decades, as Macrovision and CSS have proven. And we can be sure that the next fail-safe protection scheme is just around the corner…</p>
<p><em>Image <a href="http://creativecommons.org/licenses/by/2.0/">courtesy of</a> Flickr user <a href="http://www.flickr.com/photos/subcircle/500995147/">subcircle.</a></em></p>
<p><strong>Related content on GigaOm Pro:</strong> <a href="http://pro.gigaom.com/2010/06/the-return-of-drm/%20?utm_source=video&amp;utm_medium=editorial&amp;utm_content=jroettgers&amp;utm_campaign=intext&amp;utm_term=227255+drm-fail-five-broken-copy-protection-schemes-2">The Return of DRM</a> (subscription required)</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=227255&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=478590"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=478590" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2010/09/17/drm-fail-five-broken-copy-protection-schemes-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:thumbnail url="http://newteevee.files.wordpress.com/2010/09/500995147_5f56493a1e_z.jpg?w=150" />
		<media:content url="http://newteevee.files.wordpress.com/2010/09/500995147_5f56493a1e_z.jpg?w=150" medium="image">
			<media:title type="html">500995147_5f56493a1e_z</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/08bc62ecf138202f06b74dfa01376e74?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">jroettgers</media:title>
		</media:content>

		<media:content url="http://newteevee.files.wordpress.com/2010/09/500995147_5f56493a1e_z-e1284755843964.jpg?w=300" medium="image">
			<media:title type="html">500995147_5f56493a1e_z</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable CSS3 Support for CSSEdit</title>
		<link>http://gigaom.com/2009/12/15/enable-css3-support-for-cssedit/</link>
		<comments>http://gigaom.com/2009/12/15/enable-css3-support-for-cssedit/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:44:54 +0000</pubDate>
		<dc:creator>Bryan Schuetz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cssedit]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=37607</guid>
		<description><![CDATA[Chances are if you do any kind of front-end web development on a Mac you&#8217;ve heard about CSSEdit, a very popular tool for editing .css files in OS X. I use CSSEdit pretty much all day long at my day job and while I absolutely love [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173747&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img  title="css_icon" src="http://gigapple.files.wordpress.com/2009/12/css_icon.png?w=205&#038;h=205" alt="" width="205" height="205" class=" alignleft" /></p>
<p class="excerpt">Chances are if you do any kind of front-end web development on a Mac you&#8217;ve heard about <a href="http://macrabbit.com/cssedit/">CSSEdit</a>, a very popular tool for editing .css files in OS X. I use CSSEdit pretty much all day long at my day job and while I absolutely love it and have a hard time imagining doing my job without it, its lack of support for all the new CSS3 properties is becoming more and more problematic.</p>
<p>Unfortunately, the good folks at MacRabbit who make CSSEdit have had their hands full lately. They just shipped a new update to their all-in-one web development app <a href="http://macrabbit.com/espresso/">Espresso</a> and apparently haven&#8217;t been able to get around to updating CSSEdit with full support for CSS3 yet. Lucky for us though, <a href="http://twitter.com/andyford">@andyford</a> is on the case and has come up with this great <a href="http://aloestudios.com/2009/11/adding-css3-support-to-cssedit/">&#8220;hack&#8221;</a> for customizing the AutoCompletion.plist file in CSSEdit to include CSS3 syntax. <span id="more-173747"></span></p>
<p>The .plist file in question is essentially just a collection of arrays that define the possible values for a given property, like font-weight for instance. As you can see from the screen shot below, the font-weight property has several strings contained in it&#8217;s array, all of which will be presented as autocomplete options when defining an elements font-weight within a .css file.</p>
<p><img  title="css_plist" src="http://gigapple.files.wordpress.com/2009/12/css_plist1.png?w=570&#038;h=542" alt="" width="570" height="542" class=" alignleft" /></p>
<p>This is great news, as now we can use a handy tool like <a href="http://www.apple.com/downloads/macosx/development_tools/plisteditpro.html">PlistEdit Pro</a> to go in and add our own custom properties and values. By adding in additional strings to an array or by creating entirely new arrays, we can change the autocomplete behavior of CSSEdit and make it more CSS3 friendly.</p>
<p>But wait, Andy is ahead of the curve and has already rolled up a custom <a href="http://dl.dropbox.com/u/156641/aloe/code/CSSEditAutoCompletionPlist.zip">AutoCompletion.plist file</a> (ZIP) for us which includes all the hot new CSS3 properties like border-radius, transform, transition, and more, including some custom values of his own. To join the fun, just right click on the CSSEdit application to &#8220;show package contents&#8221; and throw the custom .plist file into the CSSEdit/Contents/Resources directory. It&#8217;s probably a good idea though to first back up the existing .plist file somewhere safe just in case.</p>
<p>I did notice a couple CSS3 properties missing from Andy&#8217;s file but now that we know it&#8217;s there it will be easy enough to add in any important missing properties or values we need. I look forward to the folks at MacRabbit getting around to making an official update to CSSEdit now that they have the new version of Espresso out the door. There&#8217;s a lot of excitement building around HTML5 and CSS3 at the moment and I&#8217;m really hoping that my favorite CSS application can keep pace.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173747&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=750354"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=750354" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2010/11/mobile-app-developer-survey-profiles-platforms-and-monetization/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">Mobile App Developer Survey: Profiles, Platforms and Monetization</a></li><li><a href="http://pro.gigaom.com/2010/05/tv-apps-evolution-from-novelty-to-mainstream/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">TV Apps: Evolution from Novelty to Mainstream</a></li><li><a href="http://pro.gigaom.com/2012/02/how-do-developers-ride-the-siri-wave/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">How do developers ride the Siri wave?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/12/15/enable-css3-support-for-cssedit/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:thumbnail url="http://gigapple.files.wordpress.com/2009/12/cssedit_thumb.jpg?w=150" />
		<media:content url="http://gigapple.files.wordpress.com/2009/12/cssedit_thumb.jpg?w=150" medium="image">
			<media:title type="html">cssedit_thumb</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/b1f0aaa5169b785bc9f833a12aba5b3c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">bryanschuetz</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/12/css_icon.png" medium="image">
			<media:title type="html">css_icon</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/12/css_plist1.png?w=570" medium="image">
			<media:title type="html">css_plist</media:title>
		</media:content>
	</item>
		<item>
		<title>How-To: Create Custom CSS Email Signatures on the iPhone</title>
		<link>http://gigaom.com/2009/08/21/how-to-create-custom-css-email-signatures-on-the-iphone/</link>
		<comments>http://gigaom.com/2009/08/21/how-to-create-custom-css-email-signatures-on-the-iphone/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 18:00:23 +0000</pubDate>
		<dc:creator>Christopher Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=30873</guid>
		<description><![CDATA[Previously, I discussed how to create custom CSS email signatures for Mail in Mac OS X. This week, we&#8217;re going to look at what it takes to replicate the same signature on your iPhone. What You Will Need Your Mac Your iPhone (it needs to be [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173253&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="excerpt"><img  title="iPhone Mail Icon" src="http://gigapple.files.wordpress.com/2009/07/iphone_mail_icon.png?w=192&#038;h=192" alt="iPhone Mail Icon" width="192" height="192" class=" alignleft" />Previously, I discussed how to create <a href="http://theappleblog.com/2009/08/07/how-to-getting-more-from-mail-with-html-signatures/">custom CSS email signatures</a> for Mail in Mac OS X. This week, we&#8217;re going to look at what it takes to replicate the same signature on your iPhone.</p>
<h3>What You Will Need</h3>
<ul>
<li>Your Mac</li>
<li>Your iPhone (it needs to be jailbroken)</li>
<li><a href="http://www.fatcatsoftware.com/plisteditpro/"> PlistEdit Pro</a> (or another application capable of editing plists)</li>
<li><a href="http://www.panic.com/coda/">Coda</a> (or another application for editing HTML)</li>
</ul>
<p><span id="more-173253"></span></p>
<h3>Before We Begin</h3>
<p>To use a custom CSS signature, we will be modifying a preference file on your iPhone. Simply using copy and paste within the new 3.0 OS will not maintain the HTML and formatting of our signature. Your iPhone should already be jailbroken and capable of mounting as an Apple File Protocol (AFP) share on your Mac. For instructions on this process, see <a href="http://theappleblog.com/2009/07/03/jailbreak-for-iphone-3gs-now-available-online/">here</a>.</p>
<h3>Step One</h3>
<p>Once you have logged into your iPhone over AFP, browse to the following location:</p>
<p>/private/var/mobile/Library/Preferences</p>
<p>Copy the file <code>com.apple.mobilemail.plist</code> to your Mac. Go ahead and duplicate this file, appending “backup” to the end of the filename so you have a clean copy in case something goes wrong.</p>
<h3>Step Two</h3>
<p>Open your email signature that we created (see the original post <a href="http://theappleblog.com/2009/08/07/how-to-getting-more-from-mail-with-html-signatures/">here</a>) in your HTML editor and copy the contents to the clipboard.</p>
<h3>Step Three</h3>
<p>Use PlistEdit Pro to open the file you copied earlier in Step One. Towards the bottom of the list, you will see an entry called “SignatureKey.” The value for this string will match your current iPhone signature.</p>
<p>Double-click this value to highlight the contents and delete what&#8217;s there. Now paste the HTML code for your email signature that we copied in Step Two. Save this file back to your desktop.</p>
<h3>Step Four</h3>
<p>Browse back to the Preferences folder on your iPhone. Copy our new edited plist file and replace the original on your iPhone.</p>
<h3><img  title="iPhone HTML Email" src="http://gigapple.files.wordpress.com/2009/08/iphonehtmlemail1.jpg?w=256&#038;h=384" alt="iPhone HTML Email" width="256" height="384" class=" alignleft" />Step Five</h3>
<p>All done! Create a new email and you should see your HTML email signature at the bottom.</p>
<h3>Limitations</h3>
<p>Unfortunately, due to limitations in the iPhone 3.0 OS, Mail on the iPhone only supports one signature. There are third-party applications available on the App Store that address this issue, but I have not tested them with HTML email signatures. Hopefully in a future OS update, Apple will allow users to have unique signatures for multiple mail accounts.</p>
<p>This process and file location has remained the same since iPhone OS 1.1.4 and will likely remain the same, meaning as new OS updates come out, they should not break this functionality (unless Apple adds support for multiple signatures at some point). However, if an update does break your signature, the process outlined above should still work to put it back.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173253&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=847673"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=847673" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173253+how-to-create-custom-css-email-signatures-on-the-iphone&utm_content=limeology">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/02/trends-challenges-and-chances-in-the-rising-mobile-deals-space/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173253+how-to-create-custom-css-email-signatures-on-the-iphone&utm_content=limeology">Opportunities and challenges for mobile deals</a></li><li><a href="http://pro.gigaom.com/2011/09/html5-or-native-mobile-app-how-about-both/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173253+how-to-create-custom-css-email-signatures-on-the-iphone&utm_content=limeology">HTML5 or native mobile app? How about both?</a></li><li><a href="http://pro.gigaom.com/2011/08/flash-analysis-steve-jobs/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173253+how-to-create-custom-css-email-signatures-on-the-iphone&utm_content=limeology">Flash analysis: Steve Jobs</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/08/21/how-to-create-custom-css-email-signatures-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/832459ff6ff50bbfb3a2b901927c1448?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">limeology</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/07/iphone_mail_icon.png?w=300" medium="image">
			<media:title type="html">iPhone Mail Icon</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/08/iphonehtmlemail1.jpg" medium="image">
			<media:title type="html">iPhone HTML Email</media:title>
		</media:content>
	</item>
		<item>
		<title>Real Networks Throws Haymaker With &#8220;TiVo for DVDs&#8221;</title>
		<link>http://pro.gigaom.com/2009/05/real-networks-throws-haymaker-with-tivo-for-dvds/</link>
		<comments>http://pro.gigaom.com/2009/05/real-networks-throws-haymaker-with-tivo-for-dvds/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:00:29 +0000</pubDate>
		<dc:creator>Michael Wolf</dc:creator>
				<category><![CDATA[pro-connected-consumer]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[cascading-style-sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[DVDs]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[internet-media]]></category>
		<category><![CDATA[internet-world]]></category>
		<category><![CDATA[kaleidescape]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[REAL]]></category>
		<category><![CDATA[Real Networks]]></category>
		<category><![CDATA[Rob Glaser]]></category>
		<category><![CDATA[TIVO]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=1511</guid>
		<description><![CDATA[For the last 10 years, Real Networks has resembled a past-his-prime boxer. Ever since the Internet world said “thanks, but no thanks” to the company’s streaming formats and yes first to Windows Media, then to Flash, the Seattle-based Internet media pioneer has been taking wild swings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=308951&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For the last 10 years, Real Networks has resembled a past-his-prime boxer. Ever since the Internet world said “thanks, but no thanks” to the company’s streaming formats and yes first to Windows Media, then to Flash, the Seattle-based Internet media pioneer has been taking wild swings in hopes of connecting a knockout punch. While the company has periodically landed glancing blows — as with its lawsuit and legal settlement against Microsoft — most of the time, it swings and misses. That has been reflected in its large losses in 2008 and languishing stock price.</p>
<p>Real has recently thrown one last haymaker by opening up a potentially promising — and very risky — line of business.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=308951&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=189984"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=189984" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=308951+real-networks-throws-haymaker-with-tivo-for-dvds&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2010/01/making-movies-mobile/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=308951+real-networks-throws-haymaker-with-tivo-for-dvds&utm_content=gigaguest">Making Movies Mobile</a></li><li><a href="http://pro.gigaom.com/2010/05/google-tv-strategic-analysis/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=308951+real-networks-throws-haymaker-with-tivo-for-dvds&utm_content=gigaguest">Google TV: Overview and Strategic Analysis</a></li><li><a href="http://pro.gigaom.com/2012/01/newnet-q4-platform-mania-and-social-commerce-shakeout/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=308951+real-networks-throws-haymaker-with-tivo-for-dvds&utm_content=gigaguest">NewNet Q4: Platform mania and social commerce shakeout</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2009/05/real-networks-throws-haymaker-with-tivo-for-dvds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>
	</item>
		<item>
		<title>Opera Still Cooking With CSS3 On the Way</title>
		<link>http://gigaom.com/2009/03/27/opera-still-cooking-with-css3-on-the-way/</link>
		<comments>http://gigaom.com/2009/03/27/opera-still-cooking-with-css3-on-the-way/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:00:36 +0000</pubDate>
		<dc:creator>Aliza Sherman</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Personalities]]></category>
		<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[SXSW]]></category>

		<guid isPermaLink="false">http://webworkerdaily.com/?p=9757</guid>
		<description><![CDATA[While at SXSW, I had the opportunity to meet one of the web's founding fathers, Håkon Wium Lie. He's the creator of CSS and a CERN alum, along with Tim Berners-Lee. He’s also the CTO of Opera Software and sang the praises of this underdog browser that, while often ignored, introduced some of the snazziest features in the browser world today. Lie and I discussed CSS3 and the upcoming Opera 10, currently in alpha, that will continue Opera's tradition of innovation.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=9757&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img  title="opera-browser-faster-safer-internet-free-download" src="http:///2009/03/opera-browser-faster-safer-internet-free-download.jpg?w=300" alt="opera-browser-faster-safer-internet-free-download" hspace="10" vspace="10" width="300" height="193" class=" alignleft" />While at SXSW, I had the opportunity to meet one of the web&#8217;s founding fathers, Håkon Wium Lie. He&#8217;s the creator of Cascading Style Sheets (CSS) and a CERN alum, along with Tim Berners-Lee. He’s also the CTO of <a href="http://www.opera.com/">Opera Software</a>, and sang the praises of this underdog browser that, while often ignored, introduced some of the snazziest features in the browser world today. Lie and I discussed CSS3 and the upcoming Opera 10, currently in alpha, that will continue Opera&#8217;s tradition of innovation.</p>
<p>Web designers have long been using <a href="http://www.w3.org/Style/CSS/">CSS</a> to customize font size, style, family, backgrounds and layouts across a site. CSS3 brings a much more powerful feature set to those designers, including:<span id="more-9757"></span></p>
<p><strong>Text shadows, borders, shaped borders, boxes with shadows</strong>. No longer will you have to fancy up fonts as graphics files and embed them. Also, because of the detailed specifications for shaping a border, gone are the days of struggling with rounded corners. You can set the radius for each corner and <em>voila</em>!</p>
<p><strong><img  title="css3-module_-web-fonts" src="http:///2009/03/css3-module_-web-fonts.jpg?w=300" alt="css3-module_-web-fonts" hspace="10" vspace="10" width="300" height="152" class=" alignleft" />Web fonts</strong>. Yes, you can now specify the font you want to use in CSS3, and the browser will auto-download it if it&#8217;s not already installed. No longer are you at the mercy of the fonts your users have installed.</p>
<p>CSS3 also offers <strong>transitions for dynamic effects</strong> such as changing the size, color or positioning of text by hovering your cursor over it. Move over Flash and JavaScript effects: CSS3 has got these animation-like features covered.</p>
<p>The current version of Opera already supports parts of CSS3, while <a href="http://www.css3.info/opera-10-alpha-continues-the-css3-push/">support in Opera 10 will be even greater</a>. Opera 10 beta should be available in the next few months.</p>
<p>Lie also showed me an e-book designed entirely using CSS3. The CSS took care if all of the intricate printing layout details, like pagination, that would normally be handled by something like Adobe InDesign. Fascinating.</p>
<p>Opera, Mozilla and Safari will all fully support CSS3 in the future; indeed, they have all had partial support for the standard for a while now. The lone party pooper is IE, of course. Lie is hoping web developers will rally together to ignore IE in their development strategies and, &#8220;free yourself from the IE prison.&#8221; A noble cause, but probably not realistic just yet. Personally, I haven&#8217;t used IE for eons (especially as a Mac user). However, many of my clients  are still adamant that IE is their visitors&#8217; most popular browser.</p>
<p>Check out this live video demo of CSS3 by Lie at SXSW:</p>
<p><object width="500" height="371" data="http://vimeo.com/moogaloop.swf?clip_id=3836568&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3836568&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3836568">Håkon Wium Lie from Opera Software Demos CSS3</a> from <a href="http://vimeo.com/user1441854">WebWorkerDaily</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><em>What are your thoughts on CSS3? And how likely do you think it is that we&#8217;ll be able to banish IE from our web design work in the future?</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=9757&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=408545"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=408545" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=9757+opera-still-cooking-with-css3-on-the-way&utm_content=alizasherman">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=9757+opera-still-cooking-with-css3-on-the-way&utm_content=alizasherman">What Does the Future Hold For Browsers?</a></li><li><a href="http://pro.gigaom.com/2012/02/practical-business-content-collaboration-personal-tools-show-the-way/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=9757+opera-still-cooking-with-css3-on-the-way&utm_content=alizasherman">Personal tools lead to practical business</a></li><li><a href="http://pro.gigaom.com/2011/09/disruptapalooza-2011-how-amazons-kindle-is-changing-the-portable-media-game/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=9757+opera-still-cooking-with-css3-on-the-way&utm_content=alizasherman">Disruptapalooza 2011: how Amazon&#8217;s Kindle is changing the portable media game</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/03/27/opera-still-cooking-with-css3-on-the-way/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/21760d5d265f4c1cbf10cf67b8627cb9?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">alizasherman</media:title>
		</media:content>

		<media:content url="http:///2009/03/opera-browser-faster-safer-internet-free-download.jpg?w=300" medium="image">
			<media:title type="html">opera-browser-faster-safer-internet-free-download</media:title>
		</media:content>

		<media:content url="http:///2009/03/css3-module_-web-fonts.jpg?w=300" medium="image">
			<media:title type="html">css3-module_-web-fonts</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Animation in Latest WebKit Builds, Threat to Flash On iPhone?</title>
		<link>http://gigaom.com/2009/02/06/css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone/</link>
		<comments>http://gigaom.com/2009/02/06/css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 23:00:26 +0000</pubDate>
		<dc:creator>Darrell Etherington</dc:creator>
				<category><![CDATA[CNN Mobile]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[NYT Enterprise]]></category>
		<category><![CDATA[NYT Internet]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=16679</guid>
		<description><![CDATA[According to the official WebKit blog, the browser rendering engine now supports some explicit CSS animations. A recent nightly build brings support for keyframes and repeating animated effects coded directly in CSS. The animation features are currently exclusive to test builds of Safari, but they have [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172328&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img  title="photo-8" src="http://gigapple.files.wordpress.com/2009/02/photo-8.jpg?w=300&#038;h=200" alt="photo-8" width="300" height="200" class=" alignleft" /></p>
<p class="excerpt">According to the <a href="http://webkit.org/blog/324/css-animation-2/" target="_self">official WebKit blog</a>, the browser rendering engine now supports some explicit CSS animations. A recent nightly build brings support for keyframes and repeating animated effects coded directly in CSS. The animation features are currently exclusive to test builds of Safari, but they have already been put into play by Apple in the iPhone and iPod touch&#8217;s mobile Safari browser.</p>
<p>Since that&#8217;s the easiest way to see them live, I fired up mobile Safari on my iPhone and had a look at the three demos available. There are <a href="http://webkit.org/blog-files/leaves/index.html" target="_self">falling leaves</a>, <a href="http://webkit.org/blog-files/pulse.html" target="_self">pulse</a>, and a <a href="http://webkit.org/blog-files/bounce.html" target="_self">bouncing box</a>. The falling leaves were probably the most impressive example of the potential this new tech offers, but all three were promising and looked good on the iPhone. They should soon be supported by Safari for the desktop as well, and they have been submitted for inclusion in the official CSS standards, as determined by the W3.<br />
<span id="more-172328"></span><br />
While it&#8217;s not clear yet what the limitations of the tech are in terms of interactivity, they do present a nice, simple alternative to overly complicated Flash animations, at least for visuals. Depending on how advanced the support for CSS animations and other effects becomes, Apple may see less of a need for supporting Flash. As the iPhone gains more hold in the mobile browser market, web designers could opt to code in CSS animation effects to reach a broader audience.</p>
<p>Regardless of what happens with Flash, CSS animation support is promising for iPhone users and developers alike, since it expands the canvas and promises more graphically-rich content. As long as it doesn&#8217;t result in <a href="http://www.angelfire.com/super/badwebs/" target="_self">this kind of thing.</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172328&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=324852"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=324852" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/mobile-q2-smartphone-growth-surges-ipads-rule-continues/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">Mobile Q2: Smartphone growth surges; iPad&#8217;s rule continues</a></li><li><a href="http://pro.gigaom.com/2011/02/what-googles-honeycomb-means-for-apple-and-microsoft/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">What Google&#8217;s Honeycomb Means for Apple and Microsoft</a></li><li><a href="http://pro.gigaom.com/2010/11/mobile-app-developer-survey-profiles-platforms-and-monetization/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">Mobile App Developer Survey: Profiles, Platforms and Monetization</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/02/06/css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/188039e12983eb749171a75cfd01378d?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">etherin</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/02/photo-8.jpg?w=300" medium="image">
			<media:title type="html">photo-8</media:title>
		</media:content>
	</item>
		<item>
		<title>3 Key Web Working Skills to Develop in 2009</title>
		<link>http://gigaom.com/2009/01/14/3-key-web-working-skills-to-develop-in-2009/</link>
		<comments>http://gigaom.com/2009/01/14/3-key-web-working-skills-to-develop-in-2009/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 16:00:19 +0000</pubDate>
		<dc:creator>Darrell Etherington</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[NYT Enterprise]]></category>
		<category><![CDATA[NYT Internet]]></category>
		<category><![CDATA[pda]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Workplace Trends]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[professional development]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://webworkerdaily.com/?p=6336</guid>
		<description><![CDATA[Targeting your professional development in a preemptive rather than reactive way, is not always easy. Usually freelancers and consultants just roll with the punches and learn what they have to depending on client requirements. A little forethought, though, can go a long way to making you the applicant of choice before any contracts are awarded.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=78299&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re a web worker, then you know the importance of constantly examining, reassessing and adding to your existing skill set. A successful online entrepreneur is almost always a extremely adaptable and eager to learn. As 2009 dawns, complete with continued economic unrest, this will be equally, if not more, true.</p>
<p>Targeting your professional development, however, in a preemptive rather than reactive way, is not always easy. Usually freelancers and consultants just roll with the punches and learn what they have to depending on client requirements. A little forethought, though, can go a long way to making you the applicant of choice before any contracts are awarded.</p>
<p><span id="more-78299"></span></p>
<p><strong>Skill 1: Working Knowledge of HTML and CSS</strong></p>
<p><img  title="doglogo" src="http:///2009/01/doglogo.gif" alt="doglogo" width="140" height="91" class=" alignleft" />This is an oldie but goodie, and it will become even more important as companies start to streamline their IT departments. It happened to traditional freelancers and consultants when they were expected to bring desktop publishing skills to the table along with their analytical abilities, and it will happen with online workers as well. For employers, it&#8217;s simple math: fine one who&#8217;ll do the job of two. Here&#8217;s a useful <a href="http://htmldog.com/" target="_self">free resource</a> to start with.</p>
<p><strong>Skill 2: Transparent Reporting</strong></p>
<p>When spending is the key deciding factor behind any and all business decisions, good reporting practices can make all the difference. Show your prospective client that you have a solid, consistent reporting process that&#8217;s simple, straightforward, and transparent, and they&#8217;ll thank you by awarding you more contracts. Things to think about are the level of detail you put into your activity logs, what increments you use to account for your time, how you list and back up your expense claims, etc.</p>
<p><strong>Skill 3: Twitter Networking</strong></p>
<p><img  title="twitter" src="http:///2009/01/twitter.jpg" alt="twitter" width="136" height="138" class=" alignleft" />You may be a networking whiz, with all the LinkedIn, Facebook, and MySpace contacts one person can handle, but that doesn&#8217;t translate into instant Twitter success. That&#8217;s because Twitter&#8217;s a different beast altogether. Case in point: the overwhelming majority of my Facebook contacts have never even heard of Twitter, yet it boasts among its members the most powerful and successful people working online today.</p>
<p>Succeeding here means learning to converse instead of broadcast, giving people a reason to follow you beyond your portfolio, and treading the thin line between self-promotion and spamming. Check out Darren Rowse&#8217;s <a href="http://twitip.com" target="_self">Twitip</a> for some help getting started, or refining your Tweet-Fu.</p>
<p>I&#8217;m sure that as the year progresses, many other valuable skill sets will emerge, but you can bet that these three, at least, will continue to be relevant well into the future.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=78299&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=436997"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=436997" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=78299+3-key-web-working-skills-to-develop-in-2009&utm_content=etherin">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/millenials-in-the-enterprise-part-1-strategies-for-supporting-the-new-digital-workforce/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=78299+3-key-web-working-skills-to-develop-in-2009&utm_content=etherin">Millennials in the enterprise, part 1: strategies for supporting the new digital workforce</a></li><li><a href="http://pro.gigaom.com/2011/02/a-2011-newnet-forecast/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=78299+3-key-web-working-skills-to-develop-in-2009&utm_content=etherin">A 2011 NewNet Forecast</a></li><li><a href="http://pro.gigaom.com/2010/10/what-enterprise-software-vendors-could-learn-from-the-consumer-space/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=78299+3-key-web-working-skills-to-develop-in-2009&utm_content=etherin">What Enterprise Software Vendors Could Learn from the Consumer Space</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/01/14/3-key-web-working-skills-to-develop-in-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/188039e12983eb749171a75cfd01378d?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">etherin</media:title>
		</media:content>

		<media:content url="http:///2009/01/doglogo.gif" medium="image">
			<media:title type="html">doglogo</media:title>
		</media:content>

		<media:content url="http:///2009/01/twitter.jpg" medium="image">
			<media:title type="html">twitter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
