
<?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>Kung Fu Development: kfdev</title>
	<atom:link href="http://www.kfdev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kfdev.com</link>
	<description>LAMP based web development</description>
	<lastBuildDate>Thu, 30 Sep 2010 18:07:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More shell magic: find orphan images</title>
		<link>http://www.kfdev.com/2010/06/12/more-shell-magic/</link>
		<comments>http://www.kfdev.com/2010/06/12/more-shell-magic/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 04:54:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.kfdev.com/?p=301</guid>
		<description><![CDATA[Ok, ok. So lets say you are using wordpress and want to find all the deprecated images in your theme&#8217;s image directory. Because I&#8217;m a madcap party animal, I&#8217;d say you could do something like this:

#!/bin/bash
for i in *.*; do
    cd ..
    RES=`grep -lIrc "$i" * &#124; grep -v [...]]]></description>
		<wfw:commentRss>http://www.kfdev.com/2010/06/12/more-shell-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random number generation in bash</title>
		<link>http://www.kfdev.com/2010/06/02/random-number-generation-in-bash/</link>
		<comments>http://www.kfdev.com/2010/06/02/random-number-generation-in-bash/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 09:24:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.kfdev.com/?p=296</guid>
		<description><![CDATA[Ok, so lets say just hypothetically that you had all the 80 episodes of the 3 seasons of Star Trek the Original Series listed in a text file named list.txt and you wanted to select one at random to simulate what you might&#8217;ve seen on channel 13 on your black and white tv. 
Well, you [...]]]></description>
		<wfw:commentRss>http://www.kfdev.com/2010/06/02/random-number-generation-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhoto Export</title>
		<link>http://www.kfdev.com/2010/02/05/iphoto-export/</link>
		<comments>http://www.kfdev.com/2010/02/05/iphoto-export/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 01:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.kfdev.com/?p=232</guid>
		<description><![CDATA[iPhoto is the default camera/photo application for Mac OS X computers. And it is not readily obvious how to get your images out of there, and into a folder for emailing to your web developer!&#8211;hence this post.
Permalink: http://www.kfdev.com/2010/02/05/iphoto-export/
0) Step zero is to create a new folder in your home directory. I called mine &#8220;web_uploads&#8221;.  Isn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.kfdev.com/2010/02/05/iphoto-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put it where you want it</title>
		<link>http://www.kfdev.com/2009/09/08/put-it-where-you-want-it/</link>
		<comments>http://www.kfdev.com/2009/09/08/put-it-where-you-want-it/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 22:55:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Too much time]]></category>

		<guid isPermaLink="false">http://dev.kfdev.com/?p=196</guid>
		<description><![CDATA[Hilarious.
Remi Gaillard &#8212; Put It Where You Want It
I don&#8217;t play soccer/futbol, but I like this guy&#8217;s shenanigans.
]]></description>
		<wfw:commentRss>http://www.kfdev.com/2009/09/08/put-it-where-you-want-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Normalization</title>
		<link>http://www.kfdev.com/2009/08/31/database-normalization/</link>
		<comments>http://www.kfdev.com/2009/08/31/database-normalization/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 08:46:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://dev.kfdev.com/?p=143</guid>
		<description><![CDATA[The purpose of this document is to serve as a basic overview of database normalization. This example uses a hazarous waste disposal company as a client.

The example company has customers, who have waste generator locations, who produce waste streams.]]></description>
		<wfw:commentRss>http://www.kfdev.com/2009/08/31/database-normalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Array</title>
		<link>http://www.kfdev.com/2009/08/26/18/</link>
		<comments>http://www.kfdev.com/2009/08/26/18/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 06:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://dev.kfdev.com/?p=18</guid>
		<description><![CDATA[Arrays are a crucial element of php. There are a number of array functions, look on php.net to see them.  http://us2.php.net/manual/en/book.array.php
Data from databases is usually returned as an array, so given a table like this:
mysql&#62; describe quotes;
+--------+-----------------+------+-----+---------+----------------+
&#124; Field  &#124; Type            &#124; Null &#124; [...]]]></description>
		<wfw:commentRss>http://www.kfdev.com/2009/08/26/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

