<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Tobias Cohen</title>
	<link>http://tobiascohen.com</link>
	<description>Journal of a Web Developer</description>
	<lastBuildDate>Wed, 26 Aug 2009 00:46:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Making Cygwin look at your .bashrc</title>
		<description><![CDATA[Having recently installed Cygwin on my windows machine in order to get access to helpful Unix stuff like Git, I soon found the need to set some custom defaults, such as the PATH variable. The standard way to do this is to create a file called .bashrc in your home directory, containing something like this:

PATH=$PATH:/cygdrive/c/mysql4.1.36/bin
export [...]]]></description>
		<link>http://tobiascohen.com/2009/08/26/making-cygwin-look-at-your-bashrc/</link>
			</item>
	<item>
		<title>References are not Pointers</title>
		<description><![CDATA[I have to admit, I've been working quite happily in PHP for years without ever really needing to use a pointer. Nevertheless, eventually you'll come across a problem that just calls out for a pointer, as I did the other day. This is when I discovered that PHP does not actually have pointers.]]></description>
		<link>http://tobiascohen.com/2009/04/14/references-are-not-pointers/</link>
			</item>
</channel>
</rss>
