<?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>DavisPlanet</title>
	<atom:link href="http://www.davisplanet.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davisplanet.net</link>
	<description>The Words of a Technical Evangelist and Common Sense Advocate</description>
	<lastBuildDate>Thu, 08 Jul 2010 19:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>grep and svn rm and svn add files</title>
		<link>http://www.davisplanet.net/2010/07/08/grep-and-svn-rm-and-svn-add-files/</link>
		<comments>http://www.davisplanet.net/2010/07/08/grep-and-svn-rm-and-svn-add-files/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 19:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=73</guid>
		<description><![CDATA[Very handy for auto-commits: To remove files that went away and are identified by a &#8216;!&#8217;, use: svn status &#124; grep ^\! &#124; cut -c8- &#124; xargs svn rm To add files svn doesn&#8217;t know about: svn status &#124; grep &#8230; <a href="http://www.davisplanet.net/2010/07/08/grep-and-svn-rm-and-svn-add-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2010/07/08/grep-and-svn-rm-and-svn-add-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Touch Command</title>
		<link>http://www.davisplanet.net/2009/07/22/the-touch-command/</link>
		<comments>http://www.davisplanet.net/2009/07/22/the-touch-command/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:52:11 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=71</guid>
		<description><![CDATA[The touch command is the easiest way to create new, empty files. It is also used to change the timestamps (i.e., dates and times of the most recent access and modification) on existing files and directories. touch&#8217;s syntax is touch &#8230; <a href="http://www.davisplanet.net/2009/07/22/the-touch-command/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/07/22/the-touch-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Find&#8217; Command Examples &#8211; Solaris</title>
		<link>http://www.davisplanet.net/2009/07/15/find-command-examples-solaris/</link>
		<comments>http://www.davisplanet.net/2009/07/15/find-command-examples-solaris/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:09:05 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[examples]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=68</guid>
		<description><![CDATA[Searching for Files (find) The find command searches for files that meet conditions you specify, starting from a directory you name. For example, you might search for file names that match a certain pattern or that have been modified within &#8230; <a href="http://www.davisplanet.net/2009/07/15/find-command-examples-solaris/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/07/15/find-command-examples-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Find&#8217; Command Examples</title>
		<link>http://www.davisplanet.net/2009/07/15/find-command-examples/</link>
		<comments>http://www.davisplanet.net/2009/07/15/find-command-examples/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:06:56 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[examples]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=66</guid>
		<description><![CDATA[The following examples illustrate typical uses of the command find for finding files on a computer. find / -name game Looks for a file named &#8220;game&#8221; starting at the root directory (searching all directories including mounted filesystems). The `-name&#8217; option &#8230; <a href="http://www.davisplanet.net/2009/07/15/find-command-examples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/07/15/find-command-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN Relocate Command</title>
		<link>http://www.davisplanet.net/2009/06/05/svn-relocate-command/</link>
		<comments>http://www.davisplanet.net/2009/06/05/svn-relocate-command/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:54:42 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=64</guid>
		<description><![CDATA[svn switch --relocate http://old_svnserver/svn/repo/trunk http://new_svnserver/svn/repo/trunk .]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/06/05/svn-relocate-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is your idea of a successful project characterised by?</title>
		<link>http://www.davisplanet.net/2009/05/28/what-is-your-idea-of-a-successful-project-characterised-by/</link>
		<comments>http://www.davisplanet.net/2009/05/28/what-is-your-idea-of-a-successful-project-characterised-by/#comments</comments>
		<pubDate>Thu, 28 May 2009 14:37:32 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=62</guid>
		<description><![CDATA[I&#8217;ll extrapolate some of the &#8216;objective&#8217; and &#8216;subjective&#8217; points for this discussion. I think it&#8217;s important to recognize and acknowledge these two categories of criteria in order to maintain and grow your organizations promises as they pertain to it&#8217;s offerings. &#8230; <a href="http://www.davisplanet.net/2009/05/28/what-is-your-idea-of-a-successful-project-characterised-by/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/05/28/what-is-your-idea-of-a-successful-project-characterised-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert Spaces Between Capital Letters in a String</title>
		<link>http://www.davisplanet.net/2009/05/18/insert-spaces-between-capital-letters-in-a-string/</link>
		<comments>http://www.davisplanet.net/2009/05/18/insert-spaces-between-capital-letters-in-a-string/#comments</comments>
		<pubDate>Tue, 19 May 2009 00:37:09 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=59</guid>
		<description><![CDATA[Works well with formatting output of form field keys. preg_replace(&#8216;/(\w+)([A-Z])/U&#8217;, &#8216;\\1 \\2&#8242;, $string);]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/05/18/insert-spaces-between-capital-letters-in-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Randomize HTML Snippets</title>
		<link>http://www.davisplanet.net/2009/05/16/randomize-html-snippets/</link>
		<comments>http://www.davisplanet.net/2009/05/16/randomize-html-snippets/#comments</comments>
		<pubDate>Sat, 16 May 2009 17:20:18 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=51</guid>
		<description><![CDATA[This one is very useful for randomizing html snippets such as image tags or just plain quotes. /** Randomizes the order of the html in the $html array below. * Don&#039;t forget the comma (,) at the end of each &#8230; <a href="http://www.davisplanet.net/2009/05/16/randomize-html-snippets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/05/16/randomize-html-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First / Last Letter of a Column</title>
		<link>http://www.davisplanet.net/2009/05/04/first-last-letter-of-a-column/</link>
		<comments>http://www.davisplanet.net/2009/05/04/first-last-letter-of-a-column/#comments</comments>
		<pubDate>Tue, 05 May 2009 04:07:36 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=48</guid>
		<description><![CDATA[Will return if you have a record beginning with a distinct letter. sort them and count the records. Useful for alphabetical lists. For Left (First character): SELECT DISTINCT LEFT(title. 1) AS letter. COUNT(*) as count FROM table GROUP BY letter &#8230; <a href="http://www.davisplanet.net/2009/05/04/first-last-letter-of-a-column/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/05/04/first-last-letter-of-a-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Post Hijacking</title>
		<link>http://www.davisplanet.net/2009/05/04/form-post-hijacking/</link>
		<comments>http://www.davisplanet.net/2009/05/04/form-post-hijacking/#comments</comments>
		<pubDate>Tue, 05 May 2009 04:05:13 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.davisplanet.net/?p=46</guid>
		<description><![CDATA[Great article about Form Post Hijacking I found at http://www.anders.com/projects/sysadmin/formPostHijacking/ AKA: Email Form Header Injection The Problem. Spammers are constantly being blacklisted and kicked off of networks. Because of this. tricking a non-spamming website into sending spam has become a &#8230; <a href="http://www.davisplanet.net/2009/05/04/form-post-hijacking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.davisplanet.net/2009/05/04/form-post-hijacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

