<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Joe Freeman&#039;s Weblog &#187; PHP</title>
	<atom:link href="http://joefreeman.co.uk/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://joefreeman.co.uk/blog</link>
	<description>Musings on Software Development, etc</description>
	<lastBuildDate>Mon, 27 Dec 2010 01:02:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>A Java Swing Application for Testing PHP Snippets</title>
		<link>http://joefreeman.co.uk/blog/2009/11/a-java-swing-application-for-testing-php-snippets/</link>
		<comments>http://joefreeman.co.uk/blog/2009/11/a-java-swing-application-for-testing-php-snippets/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:34:44 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Swing]]></category>

		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=210</guid>
		<description><![CDATA[I've put together an application that lets you test PHP snippets without having to save them to a file. This should be useful to testing out built-in functions and regular expressions amongst other things. There's also a built-in web server so you can see the results in your browser. The article talks through how I've put it together. There are links to download the application and it's source code. <a href="http://joefreeman.co.uk/blog/2009/11/a-java-swing-application-for-testing-php-snippets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://joefreeman.co.uk/blog/2009/11/a-java-swing-application-for-testing-php-snippets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FULLTEXT Search with MySQL and CodeIgniter</title>
		<link>http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/</link>
		<comments>http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 10:17:27 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=187</guid>
		<description><![CDATA[This article demonstrates how to use MySQL's FULLTEXT search feature from within CodeIgniter with a sample search application. It highlights a few of CodeIgniter's features such as the MVC pattern, pagination, custom configuration, custom helpers and profiling. <a href="http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP Script to Compare MySQL Database Schemas</title>
		<link>http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/</link>
		<comments>http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:40:46 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=110</guid>
		<description><![CDATA[A brief description of the process involved in determining the schema of a MySQL database, and an accompanying tool, which will compare schemas of databases. The tool is able to compare databases that reside on separate hosts. This may be a useful tool for checking that databases have the same schema when deploying an application to separate hosts. <a href="http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stock Quotes with Ext JS Charts</title>
		<link>http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/</link>
		<comments>http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 23:02:01 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=4</guid>
		<description><![CDATA[An example to display stock indexes in an Ext JS chart. Including an introduction to Ext JS, a simple introductory Ext JS example and an introduction to the new charts feature. Concludes with a more comprehensive demo, showing some more of Ext's features. <a href="http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

