<?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>PHP and MySQL Development &#187; MySQL</title>
	<atom:link href="http://mwillis.co.uk/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://mwillis.co.uk</link>
	<description>My thoughts and findings on PHP, MySQL and all things web development.</description>
	<lastBuildDate>Wed, 27 Apr 2011 21:20:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SugarSync Client update</title>
		<link>http://mwillis.co.uk/mysql/sugarsync-client-update/</link>
		<comments>http://mwillis.co.uk/mysql/sugarsync-client-update/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 13:49:54 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=214</guid>
		<description><![CDATA[Hi all,
Good News - my SugarSync client is now in alpha - with the ability to download and upload files and folders based on last modified times.
I will provide some initial source code once I have tidied it up a bit and done some more extensive testing.
]]></description>
		<wfw:commentRss>http://mwillis.co.uk/mysql/sugarsync-client-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sorting MySQL Result by field</title>
		<link>http://mwillis.co.uk/mysql/sorting-mysql-result-by-field/</link>
		<comments>http://mwillis.co.uk/mysql/sorting-mysql-result-by-field/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 19:54:42 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=168</guid>
		<description><![CDATA[After my post about sorting multidimensional array's by an array of values I've now found a better way of keeping a mysql result set in order by using the ORDER BY FIELD() function. For example:
SELECT id,name FROM tbl_name ORDER BY FIELD&#40;id,3,4,2,6,8,1&#41; DESC
Will return the results in the correct order or using ASC instead of DESC [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/mysql/sorting-mysql-result-by-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony MVC outlook</title>
		<link>http://mwillis.co.uk/php/symfony-mvc-outlook/</link>
		<comments>http://mwillis.co.uk/php/symfony-mvc-outlook/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:04:25 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=135</guid>
		<description><![CDATA[I have been playing with the Zend framework for the past week or so, There will be a post in the next few days reviewing it. I am also looking at the Symfony framework this week and will post a comparison on both frameworks within the next week or two.
Symfony provides an architecture, components and [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/php/symfony-mvc-outlook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote development &#8211; Happier staff</title>
		<link>http://mwillis.co.uk/php/remote-development-happier-staff/</link>
		<comments>http://mwillis.co.uk/php/remote-development-happier-staff/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 19:56:04 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=117</guid>
		<description><![CDATA[If you had the choice would you commute to your works office everyday (maybe 1-2 hours each way) to do web development or would you prefer to stay at home spend an extra few hours with your family? Would you turn down / negotiate terms on a job proposal if you always work from home [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/php/remote-development-happier-staff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ip2long vs INET_ATON</title>
		<link>http://mwillis.co.uk/mysql/ip2long-vs-inet_aton/</link>
		<comments>http://mwillis.co.uk/mysql/ip2long-vs-inet_aton/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:47:52 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[inet_aton]]></category>
		<category><![CDATA[ip2long]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=67</guid>
		<description><![CDATA[Whilst I was making the IP range function for my crawler catcher, I stumbled upon the problem of signed and unsigned integers for ip address (ip2long, INET_ATON) and back again (long2ip, INET_NTOA) using PHP and MySQL respectively. This caused me a problem when I used ip2long to sort ip addresses by order, and received negative [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/mysql/ip2long-vs-inet_aton/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sphinx Search Review</title>
		<link>http://mwillis.co.uk/sphinx/sphinx-search-review/</link>
		<comments>http://mwillis.co.uk/sphinx/sphinx-search-review/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:34:28 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[Sphinx]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=14</guid>
		<description><![CDATA[As with more and more developers, i've always faced a problem with MySQL's FULLTEXT search. As soon as you get over 100-200Mb table and try and do a BOOLEAN search on a keyword field, performance seems to fall out the window.
For Example:
SELECT id FROM listing WHERE MATCH &#40; keywords &#41; AGAINST &#40; 'plumbers' IN BOOLEAN [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/sphinx/sphinx-search-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Blog</title>
		<link>http://mwillis.co.uk/home/my-new-blog/</link>
		<comments>http://mwillis.co.uk/home/my-new-blog/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 10:35:35 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[About Me]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[eAccelerator]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://mwillis.co.cc/?p=3</guid>
		<description><![CDATA[My blog will contain information about Apache, PHP, Linux, MySQL, Sphinx and other web technologies]]></description>
		<wfw:commentRss>http://mwillis.co.uk/home/my-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
