<?xml version="1.0" encoding="ISO-8859-1" ?> 
<rss version="2.0">
<channel>
<title>ferdychristant.com :: MySQL</title> 
<link>http://ferdychristant.com</link> 
<description>MySQL Feed: ferdychristant.com</description> 
<language>en</language> 
<item>
<title>Defensive GUIDs in MySQL</title> 
<pubDate>Fri, 18 Jun 2010 12:24:52 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-86JFE3</link>
<description><p>Defensive GUIDs in MySQL</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-86JFE3">Read the full post</a></p></description>
</item>
<item>
<title>Avoiding timezone nightmares in PHP and MySQL</title> 
<pubDate>Mon, 19 Apr 2010 19:08:48 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-84NEJN</link>
<description><p>Avoiding timezone nightmares in PHP and MySQL</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-84NEJN">Read the full post</a></p></description>
</item>
<item>
<title>Escaping MySQL LIKE statements</title> 
<pubDate>Fri, 8 May 2009 10:05:50 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7RUCP6</link>
<description><p>Just a quick tip to escape MySQL LIKE statements, which works differently from normal escape patterns.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7RUCP6">Read the full post</a></p></description>
</item>
<item>
<title>New article: hierarchical data in MySQL</title> 
<pubDate>Sat, 28 Mar 2009 09:36:20 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7QKDA8</link>
<description><p>New article: hierarchical data in MySQL.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7QKDA8">Read the full post</a></p></description>
</item>
<item>
<title>Hierarchical data in MySQL: easy and fast</title> 
<pubDate>Fri, 27 Mar 2009 11:44:00 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7QJPM7</link>
<description><p>Read about the methods I use to store  hierarchical data in a relational database. The example I use is a comment system with unlimited nesting.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7QJPM7">Read the full post</a></p></description>
</item>
<item>
<title>Super friendly dates in PHP/MySQL</title> 
<pubDate>Mon, 23 Mar 2009 11:32:54 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7QEFK4</link>
<description><p>More and more sites use date formats like &quot;submitted 20 minutes ago&quot;, instead of the classic date stamp. Here's how I do it in PHP/MySQL</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7QEFK4">Read the full post</a></p></description>
</item>
<item>
<title>SQL gurus...is my Related Tags logic correct?</title> 
<pubDate>Sat, 14 Mar 2009 09:07:14 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7Q5SS2</link>
<description><p>I've been thinking about how to calculate related tags based upon a specified tag. I think I have a basic version wotking, but I want to share to see if you see any flaws in my logic.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7Q5SS2">Read the full post</a></p></description>
</item>
<item>
<title>New article: Building Unicode LAMP applications</title> 
<pubDate>Fri, 14 Nov 2008 12:09:40 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7LDGA3</link>
<description><p>I have published a new article that describes into detail how to build Unicode support into a PHP/MySQL application.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7LDGA3">Read the full post</a></p></description>
</item>
<item>
<title>Building Unicode LAMP applications</title> 
<pubDate>Fri, 14 Nov 2008 08:28:04 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7LDBXK</link>
<description><p>This article describes in detail what it takes to allow for the input, storage and display of Unicode characters in PHP/MySQL applications.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7LDBXK">Read the full post</a></p></description>
</item>
<item>
<title>JungleDragon and Unicode</title> 
<pubDate>Tue, 11 Nov 2008 16:32:00 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7LAMDG</link>
<description><p>JungleDragon and Unicode</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7LAMDG">Read the full post</a></p></description>
</item>
<item>
<title>a Grande tour of a Small website</title> 
<pubDate>Wed, 24 Sep 2008 07:07:06 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7JSJMM</link>
<description><p>In this blog entry I show you how I occasionally produce websites for small local businesses.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7JSJMM">Read the full post</a></p></description>
</item>
<item>
<title>Elegant database code using Code Ingiter</title> 
<pubDate>Sun, 6 Jul 2008 12:26:09 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7GAFEV</link>
<description><p>Elegant database code using Code Ingiter</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7GAFEV">Read the full post</a></p></description>
</item>
<item>
<title>Remote MySQL access...part II</title> 
<pubDate>Sat, 5 Jul 2008 10:15:43 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7G9CVC</link>
<description><p>Almost three years ago I blogged about how to enable remote MySQL access by granting the correct priviliges. More recent versions of MySQL are even more restricted. By default, the host only listens to localhost requests.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7G9CVC">Read the full post</a></p></description>
</item>
<item>
<title>Book review: MySQL 5 certification study guide</title> 
<pubDate>Wed, 25 Jun 2008 02:15:45 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7FXHKD</link>
<description><p>Book review: MySQL 5 certification study guide</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-7FXHKD">Read the full post</a></p></description>
</item>
<item>
<title>Book review: PHP Hacks</title> 
<pubDate>Fri, 21 Apr 2006 08:38:50 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6P3R2S</link>
<description><p>What's wrong with me? I've read two books in one week! Here's my review of the book &quot;PHP hacks&quot;.</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6P3R2S">Read the full post</a></p></description>
</item>
<item>
<title>Wednesday's Show 'n Shame</title> 
<pubDate>Wed, 15 Mar 2006 08:26:05 +0100</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6MWRYB</link>
<description><p>I was going to excuse my late blogging absence by providing a cool new article, but...</p><p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6MWRYB">Read the full post</a></p></description>
</item>
<item>
<title>Remote MySQL Access</title> 
<pubDate>Sat, 1 Oct 2005 14:32:15 +0200</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6GRGQ7</link>
<description>Remote MySQL Access<p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6GRGQ7">Read the full post</a></p></description>
</item>
<item>
<title>PHP introduction</title> 
<pubDate>Mon, 1 Aug 2005 11:57:02 +0200</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6EUDP6</link>
<description>PHP introduction<p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6EUDP6">Read the full post</a></p></description>
</item>
<item>
<title>SQL Injection</title> 
<pubDate>Fri, 15 Apr 2005 10:09:56 +0200</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6BGBL8</link>
<description>SQL Injection<p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6BGBL8">Read the full post</a></p></description>
</item>
<item>
<title>PHP Contacts: How I did it</title> 
<pubDate>Mon, 14 Mar 2005 21:20:32 +0200</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6AGRUU</link>
<description>PHP Contacts: How I did it<p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6AGRUU">Read the full post</a></p></description>
</item>
<item>
<title>PHP Contacts Database</title> 
<pubDate>Mon, 7 Mar 2005 18:59:38 +0200</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6A9P4S</link>
<description>PHP Contacts Database<p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6A9P4S">Read the full post</a></p></description>
</item>
<item>
<title>WHAMP!</title> 
<pubDate>Thu, 3 Mar 2005 21:01:26 +0200</pubDate>
<link>http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6A5RGW</link>
<description>WHAMP!<p><a href="http://ferdychristant.com/fchristant/production/fdm.nsf/archive/DOMM-6A5RGW">Read the full post</a></p></description>
</item>
</channel>
</rss>
