<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Nuclear Rooster</title>
	<link>http://dev.nuclearrooster.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 03:48:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Node.JS filesystem watcher: Auto-reload server on code-change</title>
		<description><![CDATA[Wow, a 2nd Node.JS post of the day, a Sunday to boot. I was thinking about how to auto-reload a node server, and then I came across a great solution by accident. DracoBlue has some good Node.JS articles. In particular, check out this one about auto-reloading in addition to a link to the code in [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/07/18/node-js-filesystem-watcher-auto-reload-server-on-code-change/</link>
			</item>
	<item>
		<title>Capistrano Scripts for Node.js</title>
		<description><![CDATA[Here are some basic capistrano scripts and a configuration script to get Node.js running on Ubuntu 10.0.4 Lucid on ec2 (or anywhere else). I pieced these together from different places, but it's kinda cool to have a 2-command deploy out-of-the-box. Here is a gist that should get you up and running with node.js on ec2. [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/07/18/capistrano-scripts-for-node-js/</link>
			</item>
	<item>
		<title>Compiling Node.js on a 512mb (ve) MediaTemple VPS</title>
		<description><![CDATA[The Bad News You can't. Or at least I couldn't. Make started throwing "virtual memory exhausted: Cannot allocate memory" errors after a few seconds. I tried setting some make flags. I confirmed make was increasing the fail count of 'privvmpages' in /proc/user_beancounters. I started trying to change the swap. And then I found an easier [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/07/15/compiling-node-js-on-a-512-ve-mediatemple-vps/</link>
			</item>
	<item>
		<title>IRC with Adium</title>
		<description><![CDATA[IRC with Adium IRC is a great way to get help when you need it, and it's even easier now that your favorite OS X IM client supports IRC. Here's how to get up and running. How to 1) Create an account Add a new IRC account. Enter your nickname, host server (irc.freenode.net). You probably [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/07/06/irc-with-adium/</link>
			</item>
	<item>
		<title>MongoDB Resources</title>
		<description><![CDATA[Somebody on #mongodb asked for some learning resources yesterday, noting that all the mongo books are not yet published. Sometimes it feels great to have a pulpy reference, but, in the meantime, there are plenty of resources out there. Tutorials 10gen's got a solid set of docs. A good place to start is the general [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/07/06/mongodb-resources/</link>
			</item>
	<item>
		<title>280 Slides:  these go up to 11</title>
		<description><![CDATA[Recently, I was looking through some of the Cuppaccino demos and saw this snippit about 280 Slides claiming that it is "one of the most advanced applications on the web today". I took the bait, and shortly after loading the page was the claim proven correct. Most web apps on the web to day are [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/05/14/280-slides-these-go-up-to-11/</link>
			</item>
	<item>
		<title>Developer Quiz:  Should I do this now?</title>
		<description><![CDATA[I recently had a average sized freakout after migrating from a beta to a real account at MongoHQ. (MongoHQ rocks. It wasn't their fault, the migration couldn't be easier. I just goofed something and was looking in the wrong place). A friend recently asked me "Can't you just not have that happen again?". Well, yes [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/05/10/developer-quiz-should-i-do-this-now/</link>
			</item>
	<item>
		<title>Web-enable your OS X Documents folder</title>
		<description><![CDATA[Working with web technologies, you can't (or shouldn't) avoid HTML, PHP and JavaScript.  Apple provides the default webserver serving files from /Library/WebServer/Documents, and your user vhost under ~/Sites, but I don't find either very convenient.  I keep all of the projects under ~/Documents, and I want to be able to view those files in a browser as well.]]></description>
		<link>http://dev.nuclearrooster.com/2010/05/09/web-enable-your-os-x-documents-folder/</link>
			</item>
	<item>
		<title>CSS Sprite example from Google maps</title>
		<description><![CDATA[CSS sprites are a great way to improve both the speed and user experience of your website. Combining multiple images into a single file reduces the number of different requests made, which is at the top of Yahoo's list of ways to speed up your website. Additionally, it improves user-experience: since essentially all the contained [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/05/07/css-sprite-example-from-google-maps/</link>
			</item>
	<item>
		<title>HTML 5 Browser Compatibility Screenshots (20+ browsers)</title>
		<description><![CDATA[I didn't think that much of HTML 5 at first. I saw a few cool demos for sure, but the thought of waiting for the browser compatibility seems like a non-starter. That is until I saw a demo of Gilt Group's HTML5 based real-time analytics tool that was presented at MongoSF last Friday. Enter Litmus [...]]]></description>
		<link>http://dev.nuclearrooster.com/2010/05/02/html-5-browser-compatibility-screenshots-20-browsers/</link>
			</item>
</channel>
</rss>
