<?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>CodeDread Blog</title>
	<atom:link href="http://www.codedread.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 15:30:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating a Camera Archive Folder</title>
		<link>http://www.codedread.com/blog/archives/2012/01/02/creating-a-camera-archive-folder/</link>
		<comments>http://www.codedread.com/blog/archives/2012/01/02/creating-a-camera-archive-folder/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 15:28:51 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1037</guid>
		<description><![CDATA[I kind of forgot about the idea of writing in my blog so that I can find the answers again via Google. Well here&#8217;s a quick one: How to backup the entire contents of your webcam (I own a Sony HDR-XR150) to a &#8220;Camera Archive Folder&#8221; on OSX. Open up iMovie Go to &#8220;File > [...]]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="100" style="float:right" src="http://codedread.com/clipart/photo.svgz" alt="A simple vector image of a camera" /><br />
I kind of forgot about the idea of writing in my blog so that I can find the answers again via Google.  Well here&#8217;s a quick one:  How to backup the entire contents of your webcam (I own a Sony HDR-XR150) to a &#8220;Camera Archive Folder&#8221; on OSX.</p>
<ol>
<li>Open up iMovie</li>
<li>Go to &#8220;File > Import from Camera&#8221; or the click big camera button under the Project Library pane</li>
<li>Click the &#8220;Archive All&#8221; button beside &#8220;Camera: Sony HDR-XR150&#8243;</li>
<li>Choose a location to save the entire contents of your camera (I use portable hard drives)</li>
</ol>
<p>After doing this, you&#8217;ll have a &#8220;Camera Archive Folder&#8221; where you can import movies into iMovie for your editing pleasure.</p>
<div id="attachment_1039" class="wp-caption alignnone" style="width: 655px"><a href="http://www.codedread.com/blog/wp-content/uploads/2012/01/Capture-Status.jpg"><img src="http://www.codedread.com/blog/wp-content/uploads/2012/01/Capture-Status.jpg" alt="Screenshot of iMovie and the Archive All button" title="iMovie Archive All" width="645" height="483" class="size-full wp-image-1039" /></a><p class="wp-caption-text">Screenshot of iMovie and the Archive All button</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2012/01/02/creating-a-camera-archive-folder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Binary Tools for JavaScript</title>
		<link>http://www.codedread.com/blog/archives/2011/09/19/binary-tools-for-javascript/</link>
		<comments>http://www.codedread.com/blog/archives/2011/09/19/binary-tools-for-javascript/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 05:23:45 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1026</guid>
		<description><![CDATA[As promised, I have a tiny thing to announce here. I recently split off and refactored the code that deals binary data in kthoom into a new open source project: http://bitjs.googlecode.com/, Binary Tools for JavaScript. The faster and faster JavaScript engines in modern browsers and the rise of new technologies like Typed Arrays, Web Workers, [...]]]></description>
			<content:encoded><![CDATA[<p><img xmlns="http://www.w3.org/1999/xhtml" width="100" height="100" style="float:right" src="http://codedread.com/clipart/tools.svgz" alt="I want to believe. SVG as an image format." />As promised, I have a tiny thing to announce here.  I recently split off and refactored the code that deals binary data in <a href="http://kthoom.googlecode.com/">kthoom</a> into a new open source project: <a href="http://bitjs.googlecode.com/">http://bitjs.googlecode.com/</a>, Binary Tools for JavaScript.</p>
<p>The faster and faster JavaScript engines in modern browsers and the rise of new technologies like <a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Arrays</a>, <a href="http://dev.w3.org/html5/workers/">Web Workers</a>, and <a href="http://www.w3.org/TR/FileAPI/">the File APIs</a> mean that browsers can actually be used to read in binary formats completely on the client-side (as long as native performance isn&#8217;t a requirement).</p>
<p>For now the library includes two main capabilities:</p>
<ul>
<li>streams for reading in bits and bytes from a Typed Array</li>
<li>unarchiving zip, rar or tar files (that&#8217;s right, you can unzip and unrar in JavaScript now)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2011/09/19/binary-tools-for-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shuttering&#8230;</title>
		<link>http://www.codedread.com/blog/archives/2011/09/11/shuttering/</link>
		<comments>http://www.codedread.com/blog/archives/2011/09/11/shuttering/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 06:10:36 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1021</guid>
		<description><![CDATA[After finding some time to go through and mass-delete spam comments on this blog, I realized that it&#8217;s time to turn on the &#8220;Automatically close comments on post older than XX days&#8221; checkbox in WordPress. This means that posts older than 90 days will no longer be able to be commented on. In case it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img xmlns="http://www.w3.org/1999/xhtml" width="100" height="100" style="float:right" src="http://codedread.com/clipart/cardboard-box.svgz" alt="I want to believe. SVG as an image format." />After finding some time to go through and mass-delete spam comments on this blog, I realized that it&#8217;s time to turn on the &#8220;Automatically close comments on post older than XX days&#8221; checkbox in WordPress.  This means that posts older than 90 days will no longer be able to be commented on.</p>
<p>In case it&#8217;s not obvious, I haven&#8217;t been writing that much here these days.  I&#8217;ve been too busy at my day job as a <a href="http://codedread.com/+">Google+ engineer</a> and at my night job being a husband and father.  If you really want to &#8220;follow me&#8221; these days, the best bet is Google+ for now.  Let me know if you need an invite.</p>
<p>I&#8217;m not saying I won&#8217;t pick up the ol&#8217; blogging pen from time to time.  In fact, writing this very post has made me realize how much the UI has improved in WordPress.  Also, I might have a couple new things to talk about in a little while, which I&#8217;ll likely post here and reference on Google+.</p>
<p>And yes, I&#8217;ve obviously been fully absorbed into the collective at this point <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2011/09/11/shuttering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Use Edible Arrangements Los Gatos</title>
		<link>http://www.codedread.com/blog/archives/2011/09/02/dont-use-edible-arrangements-los-gatos/</link>
		<comments>http://www.codedread.com/blog/archives/2011/09/02/dont-use-edible-arrangements-los-gatos/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:55:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1018</guid>
		<description><![CDATA[Boo. I ordered some fruit arrangement from &#8220;Edible Arrangements&#8221; in Los Gatos this the morning. I got home in the evening and it hadn&#8217;t been delivered all day. So much for surprise&#8230; I called, they said the driver had the order and was delivering it now. It arrived 45 minutes later with no apology. I [...]]]></description>
			<content:encoded><![CDATA[<p><img xmlns="http://www.w3.org/1999/xhtml" width="100" height="100" style="float:right" src="http://codedread.com/clipart/caution.svgz" alt="I want to believe. SVG as an image format." />Boo.  I ordered some fruit arrangement from &#8220;Edible Arrangements&#8221; in Los Gatos this the morning.  I got home in the evening and it hadn&#8217;t been delivered all day.  So much for surprise&#8230;</p>
<p>I called, they said the driver had the order and was delivering it now.  It arrived 45 minutes later with no apology.</p>
<p>I won&#8217;t be using them again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2011/09/02/dont-use-edible-arrangements-los-gatos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>One step closer to image editing on Wikipedia</title>
		<link>http://www.codedread.com/blog/archives/2011/02/24/one-step-closer-to-image-editing-on-wikipedia/</link>
		<comments>http://www.codedread.com/blog/archives/2011/02/24/one-step-closer-to-image-editing-on-wikipedia/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 04:44:59 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1013</guid>
		<description><![CDATA[Oh, I forgot to mention a cool thing that happened at the beginning of the year while I was so busy: Wikipedia inched a step closer to having an in-browser editing experience for its impressive collection of vector image files via an experimental MediaWiki Extension. The extension was put together by Brion Vibber of StatusNet [...]]]></description>
			<content:encoded><![CDATA[<p><img xmlns="http://www.w3.org/1999/xhtml" width="100" height="100" style="float:right" src="http://codedread.com/clipart/svgedit.svgz" alt="I want to believe. SVG as an image format." />Oh, I forgot to mention a cool thing that happened at the beginning of the year while I was so busy:  Wikipedia inched a step closer to having an in-browser editing experience for its impressive collection of vector image files via an experimental <a href="http://www.mediawiki.org/wiki/Extension:SVGEdit">MediaWiki Extension</a>.  The extension was put together by <a href="http://identi.ca/brionv">Brion Vibber</a> of StatusNet and WikiMedia fame.  Fingers crossed for this to one day appear in Wikipedia! <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2011/02/24/one-step-closer-to-image-editing-on-wikipedia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TypedArrays make me theoretically happy</title>
		<link>http://www.codedread.com/blog/archives/2011/02/23/typedarrays-make-me-theoretically-happy/</link>
		<comments>http://www.codedread.com/blog/archives/2011/02/23/typedarrays-make-me-theoretically-happy/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 17:11:10 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1005</guid>
		<description><![CDATA[I&#8217;ve been busy at my day job not launching code, but over the weekend I had some fun converting kthoom&#8216;s unzip/inflate algorithm from using binary strings to using Typed Arrays. Typed Arrays mean native binary data that is accessible to JavaScript in the browser, making operations like unzip much much faster (like 4x). Unfortunately browser [...]]]></description>
			<content:encoded><![CDATA[<p><img xmlns="http://www.w3.org/1999/xhtml" width="100" height="100" style="float:right" alt="I want to believe. SVG as an image format." src="http://codedread.com/clipart/chrome.svgz" />I&#8217;ve been busy at my day job not launching code, but over the weekend I had some fun converting <a href="http://kthoom.googlecode.com/">kthoom</a>&#8216;s unzip/inflate algorithm from using binary strings to using <a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Arrays</a>.  Typed Arrays mean native binary data that is accessible to JavaScript in the browser, making operations like unzip much much faster (like 4x).<span id="more-1005"></span></p>
<p>Unfortunately browser support is limited to WebKit nightlies (Chromium 11) and Firefox 4 at this time.  To compound this, Firefox did not bother to implement <a href="http://dev.w3.org/2006/webapi/FileAPI/#readAsArrayBuffer">FileReader.readAsArrayBuffer()</a> which means you can&#8217;t use the File API to read in binary data yet&#8230; uh&#8230; WTF?  So basically I no longer support Firefox in kthoom.  Oh well, the performance benefits cannot be ignored and they&#8217;ll eventually get there.  <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=632255">Bug</a>.</p>
<p>That&#8217;s not to say WebKit is all peachy-keen.  You currently can crash Chromium OSX nightlies by <a href="http://code.google.com/p/chromium/issues/detail?id=42342">creating an ArrayBuffer of unusual size</a> and there are some issues passing <a href="http://code.google.com/p/chromium/issues/detail?id=73313">ArrayBuffers into web workers</a>.  This means that I disabled use of <a href="http://www.w3.org/TR/workers/">Workers</a> in kthoom as a result and everything happens in a single thread. :-/</p>
<p>Oh, and you can&#8217;t easily <a href="https://www.khronos.org/webgl/public-mailing-list/archives/1102/msg00145.html">convert bytes from TypedArrays into strings</a>&#8230;</p>
<p>FML.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2011/02/23/typedarrays-make-me-theoretically-happy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh WordPress&#8230;</title>
		<link>http://www.codedread.com/blog/archives/2011/01/21/oh-wordpress/</link>
		<comments>http://www.codedread.com/blog/archives/2011/01/21/oh-wordpress/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 17:39:09 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=1000</guid>
		<description><![CDATA[It appears that comments on my blog have been screwed up now for probably at least a month. When you try to post a comment it 404s. You can no longer see comments on a post. I simply don&#8217;t have the time to look into this at the moment, so my apologies up front. I [...]]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="100" style="float:right" alt="I want to believe. SVG as an image format." src="http://codedread.com/clipart/wordpress.svgz"/>It appears that comments on my blog have been screwed up now for probably at least a month.  When you try to post a comment it 404s.  You can no longer see comments on a post.  I simply don&#8217;t have the time to look into this at the moment, so my apologies up front.  I don&#8217;t know if I&#8217;ve been hacked or if something in my theme broke in an automatic update of WP.</p>
<p>If you need to get ahold of me there&#8217;s always email, Google Chat, Facebook, Twitter, Google Buzz.  Least those don&#8217;t get hacked&#8230; much.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2011/01/21/oh-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVG/Canvas Marketshare: Nov 2010</title>
		<link>http://www.codedread.com/blog/archives/2010/12/21/svgcanvas-marketshare-nov-2010/</link>
		<comments>http://www.codedread.com/blog/archives/2010/12/21/svgcanvas-marketshare-nov-2010/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 17:31:48 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[canvas]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=995</guid>
		<description><![CDATA[I’ve updated my marketshare spreadsheet for Nov 2010 charting the percentage of web users who can view SVG and Canvas: 44.57% I&#8217;m also tracking what percentage of web users can see SVG in an &#60;img&#62; tag: 18.41%]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="100" style="float:right" src="http://codedread.com/clipart/svg.svgz" alt="I want to believe. SVG as an image format."></img>I’ve updated my marketshare spreadsheet for Nov 2010 charting the percentage of web users who can view SVG and Canvas:  <strong>44.57%</strong></p>
<p><iframe width="400" height="440" src="http://spreadsheets.google.com/pub?key=t5TB0_qFXcrkEndedXkKaug&#038;output=html"/></p>
<p>I&#8217;m also tracking what percentage of web users can see SVG in an &#60;img&#62; tag: 18.41%</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2010/12/21/svgcanvas-marketshare-nov-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays 2010</title>
		<link>http://www.codedread.com/blog/archives/2010/12/19/happy-holidays-2010/</link>
		<comments>http://www.codedread.com/blog/archives/2010/12/19/happy-holidays-2010/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 18:26:54 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=986</guid>
		<description><![CDATA[Happy Holiday season to y&#8217;all! This is our first Christmas in California and it&#8217;s a bit of an adjustment. A wet Christmas is not a white Christmas &#8211; but at least there&#8217;s no snow shoveling for me this year. I hope you all have a successful new year in twenty-eleven. Build more! Code more! Write [...]]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="100" style="float:right" src="http://codedread.com/clipart/xmas-tree.svgz" alt="I want to believe. SVG as an image format."></img>Happy Holiday season to y&#8217;all!  This is our first Christmas in California and it&#8217;s a bit of an adjustment.  A wet Christmas is not a white Christmas &#8211; but at least there&#8217;s no snow shoveling for me this year.</p>
<p>I hope you all have a successful new year in twenty-eleven.  Build more! Code more! Write more! Do more!  Those are certainly my goals!  <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By the way, I found that <a href="http://www.openclipart.org/detail/christmas-tree-by-nicubunu">Christmas Tree image</a> by <a href="http://clipart.nicubunu.ro/">Nicu</a> on <a href="http://openclipart.org/">Open Clip Art Library</a> using <a href="http://images.google.com/images?hl=en&#038;q=site:openclipart.org+christmas+tree">Google Image Search</a>, opened it in <a href="http://svg-edit.googlecode.com/">SVG-edit</a>, moved the star to the top of the tree and changed its color to yellow, <a href="http://codedread.com/scour">scoured it</a> and then saved it to my web server.  Took about 10 minutes in total!</p>
<p>Speaking of Christmas trees, it&#8217;s probably high time for me to update my own <a href="http://codedread.com/svg-support">red and green online decoration</a>.  Soon!</p>
<p>Oh, and as I write more posts on my blog, you should be able to see Google indexing the SVG images from my site <a href="http://images.google.com/images?q=site:codedread.com/blog+%2Bsvgz+-jpg+-png+-gif">here</a>.  Note that these are <em>not</em> raster fallbacks.  Hope that means something to you.  <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2010/12/19/happy-holidays-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grooveshark rocking teh HTML5</title>
		<link>http://www.codedread.com/blog/archives/2010/12/05/grooveshark-rocking-teh-html5/</link>
		<comments>http://www.codedread.com/blog/archives/2010/12/05/grooveshark-rocking-teh-html5/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 05:53:30 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codedread.com/blog/?p=969</guid>
		<description><![CDATA[Grooveshark recently deployed an updated UI done in HTML5 instead of Flash. In a word, it&#8217;s awesome. Scrolling is smoother. Text is fully selectable. I like being able to resize the UI (I don&#8217;t think their previous Flash interface allowed zooming at all). I really hope Grooveshark can find a successful revenue model that will [...]]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="100" style="float:right" src="http://codedread.com/clipart/grooveshark.svgz" alt="I want to believe. SVG as an image format."></img><a href="http://www.grooveshark.com/">Grooveshark</a> recently deployed an updated UI done in HTML5 instead of Flash.  In a word, it&#8217;s awesome.  Scrolling is smoother.  Text is fully selectable.  I like being able to resize the UI (I don&#8217;t think their previous Flash interface allowed zooming at all).  I really hope Grooveshark can find a successful revenue model that will keep it alive.<span id="more-969"></span></p>
<p>But this just seems to be part of the overall growing trend towards sexy HTML5 user interfaces.  <a href="http://netflix.com/">Netflix</a> is another one as described in their <a href="http://techblog.netflix.com/2010/12/why-we-choose-html5-for-user.html">recent post</a>.</p>
<p>The industry has been steadily shifting into the next phase of web development for a couple years &#8211; we&#8217;re nearly there now.  Well since IE6 is no longer a concern (or hadn&#8217;t you heard &#8211; less than 5% of web users last month and still dropping), IE7 is quickly shuffling off the stage (~12% and steadily dropping), and IE9 is waiting in the wings.</p>
<p>Oh and IE8?</p>
<p><img width="100" height="100" style="float:right" src="http://codedread.com/clipart/ie.svgz" alt="I want to believe. SVG as an image format."></img>Yeah I don&#8217;t share in the pessimism of some who think that <a href="http://infrequently.org/2010/10/ie-8-is-the-new-ie-6/">IE8 is the new IE6</a>.  And there are a lot of reasons I don&#8217;t:</p>
<ul>
<li>Month-by-month, the total marketshare of all IE versions combined has been steadily dropping.  From 95% six years ago to about 50% now.  Any gains on this percentage will be with IE9, not anything older.</li>
<li>There are now more major modern browsers and platforms than ever before supported by companies with lots of cash and lots of push.</li>
<li>Unlike IE6 at the time, IE8 simply does not have the capabilities expected of the average web developer.  Given the numbers in my first point, next year there will be more users supporting SVG, Canvas, HTML5 audio/video than don&#8217;t.  It makes mathematical sense to target modern browsers first.</li>
<li>In a year and a half, Windows 7 went from nothing to a quarter of all desktops.  At the end of next year, I predict XP users will be a minority among Microsoft desktops.  Any Windows 7 users will be using IE9 in a year, not IE8.</li>
<li>Google&#8217;s <a href="http://code.google.com/chrome/chromeframe/">Chrome Frame</a> plugin can be used to target IE8- users if you can convince them to download/install it.  Disclaimer: I work for Google.</li>
</ul>
<p>As for my own responsibility as a web developer&#8230; well, I&#8217;ve been developing for IE9+ for about 5 years now.  I just didn&#8217;t know it at the time <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedread.com/blog/archives/2010/12/05/grooveshark-rocking-teh-html5/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

