<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>fritz stelluto »  / blog / fritz / digital developer and producer</title>
	
	<link>http://blog.gotofritz.net</link>
	<description>digital developer and producer, berlin</description>
	<lastBuildDate>Thu, 17 May 2012 14:51:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/gotofritz" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gotofritz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Is nginx going to overtake IIS?</title>
		<link>http://blog.gotofritz.net/geekery/is-nginx-going-to-overtake-iis/</link>
		<comments>http://blog.gotofritz.net/geekery/is-nginx-going-to-overtake-iis/#comments</comments>
		<pubDate>Fri, 11 May 2012 16:06:16 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/is-nginx-going-to-overtake-iis</guid>
		<description><![CDATA[According to Netcraft, in May 2012 it&#8217;s getting very close.]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/is-nginx-going-to-overtake-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing IDs manually is faster than getElementById</title>
		<link>http://blog.gotofritz.net/geekery/storing-ids-manually-is-faster-than-getelementbyid/</link>
		<comments>http://blog.gotofritz.net/geekery/storing-ids-manually-is-faster-than-getelementbyid/#comments</comments>
		<pubDate>Wed, 09 May 2012 11:02:23 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/storing-ids-manually-is-faster-than-getelementbyid</guid>
		<description><![CDATA[I always assumed getElementById, being native code, is faster than any &#8220;manual&#8221; implementation where you manually store all the IDs in a JS map. This JSPerf says it&#8217;s not true.]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/storing-ids-manually-is-faster-than-getelementbyid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding all new files to Subversion recursively</title>
		<link>http://blog.gotofritz.net/geekery/adding-all-new-files-to-subversion-recursively/</link>
		<comments>http://blog.gotofritz.net/geekery/adding-all-new-files-to-subversion-recursively/#comments</comments>
		<pubDate>Sat, 05 May 2012 08:04:14 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/adding-all-new-files-to-subversion-recursively</guid>
		<description><![CDATA[Annoyingly, svn add is not recursive. If you have upgraded a project and a whole bunch of new files are added in various folders, there is no easy way to add them all in one go from the shell. Except for this:]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/adding-all-new-files-to-subversion-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structuring CSS – state of play in 2012</title>
		<link>http://blog.gotofritz.net/geekery/structuring-css/</link>
		<comments>http://blog.gotofritz.net/geekery/structuring-css/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 10:01:06 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/structuring-css</guid>
		<description><![CDATA[Structuring CSS has long been a struggle, due the limitiations of the language. There seem to be a growing consesus that some of the best practices, particularly the admonition against &#8220;classitis&#8221; and introducing non-semantic elements, are actually detrimental. Here&#8217;s a roundup of some discussions on the issue. Before looking at semantics, a couple of reminders [...]]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/structuring-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically creating chapters in iDVD</title>
		<link>http://blog.gotofritz.net/howto/automatically-create-chapters-idvd/</link>
		<comments>http://blog.gotofritz.net/howto/automatically-create-chapters-idvd/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 19:42:42 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/howto/automatically-create-chapters-idvd</guid>
		<description><![CDATA[If you have a large movie file you want to burn to DVD with iDVD, and would like to split it into chapters automatically, here&#8217;s what to do. create a new Magic DVD project (File &#62; New&#8230; &#62; Magic DVD drag the movie file(s) into it click on the &#8216;Create Project&#8217; button, bottom right select [...]]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/howto/automatically-create-chapters-idvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On responsive images</title>
		<link>http://blog.gotofritz.net/geekery/responsive-images/</link>
		<comments>http://blog.gotofritz.net/geekery/responsive-images/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 09:04:32 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/responsive-images</guid>
		<description><![CDATA[The new iPad launch caused a flurry of activity as web developers are trying to get to get grips with the Retina display. Responsive Images: How they Almost Worked and What We Need From A List Apart, well worth reading as always. The article was written by a developer on the groundbreaking Boston Globe responsive [...]]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/responsive-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links, 2012-04-07</title>
		<link>http://blog.gotofritz.net/link/2012-04-07/</link>
		<comments>http://blog.gotofritz.net/link/2012-04-07/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 12:38:45 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[WebGL]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/link/2012-04-07</guid>
		<description><![CDATA[Movies as told by geeks, some lovely games, Chrome deveoper tools, performance tips, WebGL, and more. UX / Visual BROCHURE SITE Lovely responsive design and UX Natural High INFOGRAPH Fun idea Infography of the film &#8216;Seven&#8217; Showcases HTML5, GAMES Gorgeous. Lux Ahoy! WEBGL, 3D PRINTING Nick Kwiatek&#8217;s portfolio site &#8211; love the ASCII effect nkwiatek.com [...]]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/link/2012-04-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a RESTful Python API with Bottle</title>
		<link>http://blog.gotofritz.net/weekly-challenge/restful-python-api-bottle/</link>
		<comments>http://blog.gotofritz.net/weekly-challenge/restful-python-api-bottle/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 13:06:55 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Weekly Challenge]]></category>
		<category><![CDATA[Bottle]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/weekly-challenge/restful-python-api-bottle</guid>
		<description><![CDATA[The task: creating a RESTful Python backend for a simple recipe manager. About the challenge This is part 5 of an ongoing project, a simple recipe manager webapp. part 1: definition and streamlined the process of creating XML files with a text editor part 2: fetched data from Google Docs and converted it to XML [...]]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/weekly-challenge/restful-python-api-bottle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escaping $ in replace strings in Javascript</title>
		<link>http://blog.gotofritz.net/geekery/escaping-in-replace-strings-in-javascript/</link>
		<comments>http://blog.gotofritz.net/geekery/escaping-in-replace-strings-in-javascript/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 16:52:30 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/escaping-in-replace-strings-in-javascript</guid>
		<description><![CDATA[To have a $ in your replace strings in Javascript regular expressions, it needs to be escaped with another $ ($$) not a slash (\$):]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/escaping-in-replace-strings-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LabChirp, a fun sound generator for Windows</title>
		<link>http://blog.gotofritz.net/geekery/labchirp-sound-generator-windows/</link>
		<comments>http://blog.gotofritz.net/geekery/labchirp-sound-generator-windows/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 08:29:55 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.gotofritz.net/geekery/labchirp-sound-generator-windows</guid>
		<description><![CDATA[Just had a little play with LabChirp, a no frills yet powerful sound generator for Windows.]]></description>
		<wfw:commentRss>http://blog.gotofritz.net/geekery/labchirp-sound-generator-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->

