<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>edrackham &#187; Tools</title>
	<link>http://edrackham.com</link>
	<description>PHP, MySQL, and Other Web Snippets!</description>
	<pubDate>Tue, 10 Feb 2009 14:52:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Functions Inc.</title>
		<link>http://edrackham.com/tools/functions-inc/</link>
		<comments>http://edrackham.com/tools/functions-inc/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 21:12:17 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://edrackham.com/featured/functions-inc/</guid>
		<description><![CDATA[Functions Inc. is a new site I&#039;ve started for all you guys to add your code snippets to. It&#039;s an online code snippet repository where you can add your useful snippets, as well as view others. You can keep your snippets private, just using the site as an online code library, or choose to share [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://functionsinc.com">Functions Inc.</a> is a new site I&#039;ve started for all you guys to add your code snippets to. It&#039;s an online code snippet repository where you can add your useful snippets, as well as view others. You can keep your snippets private, just using the site as an online code library, or choose to share them with others.</p>
<p>Why not <a href="http://functionsinc.com">head over there now</a> and check it out. It&#039;s free!</p>
]]></content:encoded>
			<wfw:commentRss>http://edrackham.com/tools/functions-inc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online .htpasswd Generator</title>
		<link>http://edrackham.com/apache/online-htpasswd-generator/</link>
		<comments>http://edrackham.com/apache/online-htpasswd-generator/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 13:51:25 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
		
		<category><![CDATA[.htaccess]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Tools]]></category>
<category>generator</category><category>htpasswd</category><category>prevent access</category><category>secure directory</category><category>Tools</category>
		<guid isPermaLink="false">http://edrackham.com/apache/online-htpasswd-generator/</guid>
		<description><![CDATA[Use the following .htpasswd generator to secure your Apache web directories.
Your browser does not support IFRAMES. Please view the generator at http://edrackham.com/tutorials/online-htpasswd-generator/
Make sure you have a .htaccess and .htpasswd file in the directory you want to secure, then add the entries once you&#039;ve generated your password.






]]></description>
			<content:encoded><![CDATA[<p>Use the following .htpasswd generator to secure your Apache web directories.</p>
<p><iframe id="htpasswd_generator" name="htpasswd_generator" width="460" scrolling="no" height="130" frameborder="0" src="http://edrackham.com/tutorials/online-htpasswd-generator/?iframe">Your browser does not support IFRAMES. Please view the generator at http://edrackham.com/tutorials/online-htpasswd-generator/</iframe></p>
<p>Make sure you have a .htaccess and .htpasswd file in the directory you want to secure, then add the entries once you&#039;ve generated your password.</p>
<p>
<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-4159646232668987";
/* 468x60, created 3/10/08 */
google_ad_slot = "7234899452";
google_ad_width = 468;
google_ad_height = 60;
google_cpa_choice = ""; // on file
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://edrackham.com/apache/online-htpasswd-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online MD5 Hash Generator</title>
		<link>http://edrackham.com/tools/online-md5-hash-generator/</link>
		<comments>http://edrackham.com/tools/online-md5-hash-generator/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 10:38:41 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
		
		<category><![CDATA[Tools]]></category>
<category>MD5 Hash</category><category>PHP</category><category>Tools</category>
		<guid isPermaLink="false">http://edrackham.com/tools/online-md5-hash-generator/</guid>
		<description><![CDATA[Here is a simple MD5 hash generator I created quickly as part of a useful toolset I&#039;m planning to build up.
Your browser doesn&#039;t support IFRAMES. You can see the MD5 hash generator here.
The code to generate an MD5 hash using PHP is simple:

md5&#40;$string_to_convert&#41;;







]]></description>
			<content:encoded><![CDATA[<p>Here is a simple MD5 hash generator I created quickly as part of a useful toolset I&#039;m planning to build up.</p>
<p><iframe frameborder="0" src="http://edrackham.com/tutorials/online-md5-hash-generator/?iframe" height="80px" width="460px" scrolling="no">Your browser doesn&#039;t support IFRAMES. You can see the MD5 hash generator <a href="http://edrackham.com/tutorials/online-md5-hash-generator/" title="Simple Online MD5 Hash Generator">here</a>.</iframe></p>
<p>The code to generate an MD5 hash using PHP is simple:</p>
<div class="codesnip-container" >
<div class="codesnip"><a href="http://www.php.net/md5"><span class="kw3">md5</span></a><span class="br0">&#40;</span><span class="re0">$string_to_convert</span><span class="br0">&#41;</span>;</div>
</div>
<p>
<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-4159646232668987";
/* 468x60, created 3/10/08 */
google_ad_slot = "7234899452";
google_ad_width = 468;
google_ad_height = 60;
google_cpa_choice = ""; // on file
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://edrackham.com/tools/online-md5-hash-generator/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
