<?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>mir.aculo.us &#187; Thomas Fuchs</title>
	<atom:link href="http://mir.aculo.us/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:36:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Go forth and use proprietary browser features</title>
		<link>http://mir.aculo.us/2010/09/01/go-forth-and-use-proprietary-browser-features/</link>
		<comments>http://mir.aculo.us/2010/09/01/go-forth-and-use-proprietary-browser-features/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:36:48 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12336</guid>
		<description><![CDATA[Here&#8217;s why you shouldn&#8217;t be afraid to use proprietary browser features–especially with stuff that&#8217;s more experimental and explorative in nature: First of all, lots of good things come from once-proprietary features. My favorite example perhaps is the .innerHTML property of DOM elements, that originated on Internet Explorer. This property is not only easier to use [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/09/01/go-forth-and-use-proprietary-browser-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, what&#8217;s the status of hardware acceleration, really?</title>
		<link>http://mir.aculo.us/2010/08/28/so-whats-the-status-of-hardware-acceleration-really/</link>
		<comments>http://mir.aculo.us/2010/08/28/so-whats-the-status-of-hardware-acceleration-really/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 08:16:46 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12328</guid>
		<description><![CDATA[It seems that Google Chrome is getting all the developer luv these days, but there are some facts that people get confused. Here&#8217;s the deal: Google Chrome uses Apple&#8217;s WebKit HTML/CSS rendering engine that powers Safari. Google is not the creator of Webkit, Apple is.* What Chrome does is basically adding two components to the [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/28/so-whats-the-status-of-hardware-acceleration-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating awesome CSS3 animations</title>
		<link>http://mir.aculo.us/2010/08/27/creating-awesome-css3-animations/</link>
		<comments>http://mir.aculo.us/2010/08/27/creating-awesome-css3-animations/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:44:17 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12305</guid>
		<description><![CDATA[Yarrrr!! Meet Captain Track, the awesome animated CSS3 pirate! First, grab a WebKit-based browser, like Safari (preferably, because it supports hardware-acceleration!) or Google Chrome and head over to timebemoney.com and say &#8220;yarrrr!&#8221; to Captain Track! Note that on the iPad and iPhone, these animations run with a full, super-smooth 60 frames per second, because of [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/27/creating-awesome-css3-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Flash is dead</title>
		<link>http://mir.aculo.us/2010/08/20/this-flash-is-dead/</link>
		<comments>http://mir.aculo.us/2010/08/20/this-flash-is-dead/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 07:27:56 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12302</guid>
		<description><![CDATA[A user enters a web site. User: &#8216;Ello, I wish to register a complaint. (The owner does not respond.) User: &#8216;Ello, Miss? Adobe: What do you mean &#8220;miss&#8221;? User: I&#8217;m sorry, I have a cold. I wish to make a complaint! Adobe: We&#8217;re closin&#8217; for lunch. User: Never mind that, my lad. I wish to [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/20/this-flash-is-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When does JavaScript trigger reflows and rendering?</title>
		<link>http://mir.aculo.us/2010/08/17/when-does-javascript-trigger-reflows-and-rendering/</link>
		<comments>http://mir.aculo.us/2010/08/17/when-does-javascript-trigger-reflows-and-rendering/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 16:04:57 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12296</guid>
		<description><![CDATA[Browsers are single-threaded beasts* but your JavaScript can still cause very expensive reflows and rendering if you&#8217;re not careful. The important thing is to always remember that reflowing and rendering HTML is the single most expensive operation browsers do. If your page feels sluggish it&#8217;s most likely a problem with rendering. While the easiest way [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/17/when-does-javascript-trigger-reflows-and-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loop unrolling in JavaScript</title>
		<link>http://mir.aculo.us/2010/08/16/loop-unrolling-in-javascript/</link>
		<comments>http://mir.aculo.us/2010/08/16/loop-unrolling-in-javascript/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 08:17:43 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12291</guid>
		<description><![CDATA[One of the historically more popular optimizations is loop unrolling. Instead of a for or while loop, just &#8220;unroll&#8221; the loop: // classic for loop for (var i = 0; i &#60; 100; i++) a++; // unrolled loop a++; a++; a++; a++; a++; a++; a++; a++; // etc. etc. etc. // unrolled loop (in 1 [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/16/loop-unrolling-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript snippets performance</title>
		<link>http://mir.aculo.us/2010/08/14/javascript-snippets-performance/</link>
		<comments>http://mir.aculo.us/2010/08/14/javascript-snippets-performance/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 12:39:26 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12286</guid>
		<description><![CDATA[When working on performance optimization fine-tuning, it&#8217;s great to have some help in the form of benchmarks of various strategies to achieve your code goals. Mathias Bynens has come up with a slick site to do just that, meet jsPerf! First take a look at the various test cases that are already in there. Here&#8217;s [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/14/javascript-snippets-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add the official Tweet Button to WordPress</title>
		<link>http://mir.aculo.us/2010/08/12/how-to-add-the-official-tweet-button-to-wordpress/</link>
		<comments>http://mir.aculo.us/2010/08/12/how-to-add-the-official-tweet-button-to-wordpress/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:55:51 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12284</guid>
		<description><![CDATA[I use WordPress, and I use Twitter, so here&#8217;s how to add the awesome new offical Tweet Button to your WordPress blog: Inside your Main Index template (index.php), add the first line inside the posts loops (above/below/whereever you want it!). You can add additional parameters, and don&#8217;t forget to change the data-via attribute! Then, add [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/12/how-to-add-the-official-tweet-button-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing images for hardware-acceleration on the iPhone and iPad</title>
		<link>http://mir.aculo.us/2010/08/12/optimizing-images-for-hardware-acceleration-on-the-iphone-and-ipad/</link>
		<comments>http://mir.aculo.us/2010/08/12/optimizing-images-for-hardware-acceleration-on-the-iphone-and-ipad/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 11:29:24 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12280</guid>
		<description><![CDATA[I found that big progressive JPEG images can cause performance problems when used with hardware accelerated CSS transforms, so here&#8217;s what I do to makes things work better (with ImageMagick): convert somefile -interlace none somefile_for_ipad.jpg The -interlace none option saves the image as a non-progressive JPEG, and Safari doesn&#8217;t attempt to render progressive intermediate steps [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/12/optimizing-images-for-hardware-acceleration-on-the-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pragmatic HTML &amp; CSS</title>
		<link>http://mir.aculo.us/2010/08/10/pragmatic-html-css/</link>
		<comments>http://mir.aculo.us/2010/08/10/pragmatic-html-css/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 07:05:01 +0000</pubDate>
		<dc:creator>Thomas Fuchs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mir.aculo.us/?p=12277</guid>
		<description><![CDATA[With all those great new features coming in CSS3 people are tempted to invent the &#8220;ultimate reset.css&#8221; stylesheet. But what&#8217;s the point? The default CSS rules are sensible and make sense (for example, they format unordered lists correctly). You&#8217;ll end up with less CSS to write, and less code to maintain, fewer lines of code [...]]]></description>
		<wfw:commentRss>http://mir.aculo.us/2010/08/10/pragmatic-html-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
