<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>What&#039;s In The Box?</title>
	<link>http://leftnode.com</link>
	<description>Software Development .plan for Vic Cherubini</description>
	<lastBuildDate>Tue, 09 Mar 2010 10:55:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Refactoring a few Jolt tests</title>
		<description><![CDATA[ZDC is a much more talented developer than I am, so I frequently throw my code his way for review. In reviewing some of the tests I wrote for Jolt, he had some criticisms. One test in particular, testRouteNamesAreValid(), was quite smelly.
It was incredibly verbose and tested two things at once: valid named routes and [...]]]></description>
		<link>http://leftnode.com/refactoring-a-few-jolt-tests/</link>
			</item>
	<item>
		<title>Jolt Routing</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to March 7, 2010.
Over the weekend, I worked on the routing code for Jolt. Following a strict TDD design, I wrote the tests first and then wrote the code to match the tests.
I primarily worked on the Named Route code. Jolt will have two [...]]]></description>
		<link>http://leftnode.com/jolt-routing/</link>
			</item>
	<item>
		<title>Moving Forward as a PHP Developer</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to March 1, 2010.
Programmers are (generally) defined by the language they know best or use most frequently. I&#8217;m a PHP programmer, John Resig is a JavaScript programmer, DHH is a Ruby programmer, and Randal Schwartz is a Perl programmer. Every programmer needs to know [...]]]></description>
		<link>http://leftnode.com/moving-forward-as-a-php-developer/</link>
			</item>
	<item>
		<title>git-daemon Startup Script</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to Feb. 27, 2010
I&#8217;m hosting Jolt&#8217;s Git repository on my server rather than using Github. To do this, I&#8217;m using Gitosis, a small and efficient program in Python to manage your Git repositories. The brilliant thing about Gitosis is it uses Git to manage [...]]]></description>
		<link>http://leftnode.com/git-daemon-startup-script/</link>
			</item>
	<item>
		<title>Nope, that&#8217;s what I charge</title>
		<description><![CDATA[I do freelance work from time to time to pick up some extra money for my family. It&#8217;s generally not much, just small changes here and there on mostly existing websites. Rarely I write software from scratch for a client. I always get a surprised look when I explain how much I charge. I generally [...]]]></description>
		<link>http://leftnode.com/nope-thats-what-i-charge/</link>
			</item>
	<item>
		<title>Jolt Interceptors</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to Feb. 22, 2010
Interceptors will be a new feature added to Jolt. When dealing with a classic Model-View Controller, the Router should determine both the type of content coming in (via the Content-Type header), and the type of data the client with accept (via [...]]]></description>
		<link>http://leftnode.com/jolt-interceptors/</link>
			</item>
	<item>
		<title>Artisan System Becomes Jolt</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to Feb. 22, 2010
I released Artisan System in November 2008. Ever since I released it, I was never crazy about the name. I always felt like it would be difficult for developers to say they used Artisan System. I intended it to be a [...]]]></description>
		<link>http://leftnode.com/artisan-system-becomes-jolt/</link>
			</item>
	<item>
		<title>Compiling HipHop-PHP on Ubuntu 9.10 64bit</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to Feb. 22, 2010
Facebook recently open-sourced their new software, HipHop-PHP. HPHP compiles PHP source to very efficient C++, which is then compiled to an executable binary. After a few hiccups, building HPHP is surprisingly easy. HPHP must be compiled on a 64bit platform. If [...]]]></description>
		<link>http://leftnode.com/compiling-hiphop-php-on-ubuntu-9-10-64bit/</link>
			</item>
	<item>
		<title>Validating Articles</title>
		<description><![CDATA[I recently read an article about a problem with blogging: very outdated and inaccurate articles (particularly technical articles) are still indexed by Google, so when you&#8217;re browsing for a solution to your answer, and you find an article from 2001, you end up becoming more frustrated.
Because this is a technically oriented website, I&#8217;ll be validating [...]]]></description>
		<link>http://leftnode.com/validating-articles/</link>
			</item>
	<item>
		<title>HipHop PHP From Facebook Released</title>
		<description><![CDATA[This is a valid article, and is considered technically accurate up to Feb. 21, 2010
Facebook has officially released HipHop for PHP on GitHub. I&#8217;ve spent all morning attempting to compile it on my local machine (Ubuntu 9.10 32bit) with no luck. I&#8217;ll try another computer in a moment, and then post a detailed instruction set [...]]]></description>
		<link>http://leftnode.com/hiphop-php-from-facebook-released/</link>
			</item>
</channel>
</rss>
