<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>andrewfreiday.com</title>
	<link>http://andrewfreiday.com</link>
	<description>Useless web programming tips and code snippets</description>
	<lastBuildDate>Mon, 23 Aug 2010 19:19:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Experiment update: revised Django-like PHP (5.3 compatible) querying interface</title>
		<description><![CDATA[After some research, discussion and a bit of hacking together some poorly organized code, I&#8217;ve come up with a revised interface from my previous post An experiment: Django Framework-like querying/model interface in PHP. Now there existed a few problems I was well aware that I wanted to address if I was going to spend any [...]]]></description>
		<link>http://andrewfreiday.com/2010/08/23/experiment-update-revised-django-like-php-5-3-compatible-querying-interface/</link>
			</item>
	<item>
		<title>An experiment: Django Framework-like querying/model interface in PHP</title>
		<description><![CDATA[I have continued with this experiment and created a new querying interface compatible with PHP 5.3 and has no dependent PECL extensions: Experiment update: revised Django-like PHP (5.3 compatible) querying interface. So this is an experiment I&#8217;ve had in the making for quite some time. I&#8217;ve been working for years trying to build a reusable [...]]]></description>
		<link>http://andrewfreiday.com/2010/08/10/an-experiment-django-framework-like-queryingmodel-interface-in-php/</link>
			</item>
	<item>
		<title>Google Charts-like Provincial Data Map For Canada</title>
		<description><![CDATA[This is PHP class I developed for work when I needed a Canada-specific map chart in some reporting tools I was creating. Obviously Google&#8217;s Map Charts API would&#8217;ve been my first choice, but it didn&#8217;t support Canada as it&#8217;s zoom level for reporting province-based data sets. This is where I sat down, thought about a [...]]]></description>
		<link>http://andrewfreiday.com/2010/05/03/google-charts-like-provincial-data-map-for-canada/</link>
			</item>
	<item>
		<title>Retrieving coordinates of two addresses using Google Maps and calculating distance</title>
		<description><![CDATA[So here&#8217;s a quick couple snippets of code that will allow you to retrieve the coordinates of two locations using Google Maps API &#8212; no API key necessary. This first function will return the coordinates of specific address (I find pretty much anything works, whether it&#8217;s a full address with street number, or just a [...]]]></description>
		<link>http://andrewfreiday.com/2010/04/30/retrieving-coordinates-of-two-addresses-using-google-maps-and-calculating-distance/</link>
			</item>
	<item>
		<title>Generating MP3 waveforms with PHP</title>
		<description><![CDATA[I don&#8217;t quite know what gave me the desire to ever generate audio (specifically MP3) waveforms with PHP &#8212; it&#8217;s not something I&#8217;ll likely ever use &#8212; but after doing some research and coming up a bit short I decided to make it happen. A few days of Googling, I did come up with a [...]]]></description>
		<link>http://andrewfreiday.com/2010/04/29/generating-mp3-waveforms-with-php/</link>
			</item>
</channel>
</rss>
