<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Create The Internet...</title>
	<link>http://createtheinternet.com</link>
	<description>It&#039;s What I Do EVERY Day - Joseph Yancey</description>
	<lastBuildDate>Mon, 21 Nov 2011 01:59:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>For you Grandpa</title>
		<description><![CDATA[For as long as I can remember, my Grandpa has always been there for me. When life was unstable (which my almost always was), my Grandpa was the one consistent person around. From the time that I was about two, Grandpa always came to the house and picked me up for church every Sunday mornings. [...]]]></description>
		<link>http://createtheinternet.com/2011-01-09/for-you-grandpa/</link>
			</item>
	<item>
		<title>New Directions</title>
		<description><![CDATA[As most of you already know, I will be taking a big step in life this week.  I am moving to another state.  My wife and I arrived at this decision after much thought.  We are both from Arkansas and we love this place.  Arkansas is beautiful and natural.  Why would anyone ever want to [...]]]></description>
		<link>http://createtheinternet.com/2010-06-16/new-directions/</link>
			</item>
	<item>
		<title>MySQL Joins</title>
		<description><![CDATA[I hated joins as a young developer.  I just want the world to know that.  Once I found out exactly how they worked, I didn&#8217;t hate them at all.  Joins can be your friend. Joins simply relate rows in one table with rows in another table. Take these tables for example: Books +---------+-----------+ &#124; book_id [...]]]></description>
		<link>http://createtheinternet.com/2010-05-16/mysql-joins/</link>
			</item>
	<item>
		<title>Find files in PHP</title>
		<description><![CDATA[There is a super easy way to get all files matching some particular pattern in PHP. In comes &#8220;glob&#8221;. It sounds like some slimey green goop but really it is quite handy. Glob will return an array of files that match a pattern. Handy huh? $files = glob&#40;&#34;*.txt&#34;&#41;; foreach &#40;$files as $filename&#41; &#123; &#160; &#160; [...]]]></description>
		<link>http://createtheinternet.com/2010-05-16/find-files-in-php/</link>
			</item>
	<item>
		<title>jQuery &#8211; Mouseover Fade</title>
		<description><![CDATA[This one is really simple. You just make sure that you have jquery included on the page. Then you create a div like this: &#60;div id=&#34;whateveryouwant&#34;&#34; onmouseover=&#34;$(this).fadeTo(&#8216;fast&#8217;, 1)&#34; onmouseout=&#34;$(this).fadeTo(&#8216;fast&#8217;, &#8217;0.33&#8242;)&#34;&#62; &#160; &#160;Content &#60;/div&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(document).ready(function(){ $(&#8216;#whateveryouwant&#8217;).fadeTo(&#8216;fast&#8217;, &#8217;0.33&#8242;); }); &#60;/script&#62; &#160; That code should be very easy to understand. In sit amet nulla. Curabitur ligula [...]]]></description>
		<link>http://createtheinternet.com/2010-05-15/jquery-mouseover-fade/</link>
			</item>
	<item>
		<title>My life Changed</title>
		<description><![CDATA[On November 20th 2009 at 4:50pm my life changed. My son was born. At 7 pounds 6.5 ounces and 21 inches long he is a long skinny little guy. He has a head full of hair and looks like his daddy. I always wanted a family of my own and now I have it. My [...]]]></description>
		<link>http://createtheinternet.com/2009-11-21/my-life-change/</link>
			</item>
	<item>
		<title>Bit.ly API function</title>
		<description><![CDATA[Everyone knows about the bit.ly url shortening service. I have created a php function to automatically shorten a url passed to it. First, you need to go to bit.ly and signup for an account.  You will need your api key and your username.  With my function, you simply insert your api key and username and [...]]]></description>
		<link>http://createtheinternet.com/2009-10-16/bit-ly/</link>
			</item>
	<item>
		<title>reCAPTCHA</title>
		<description><![CDATA[I&#8217;m sure that you have seen a captcha somewhere on the web.  A captcha is an image that you have to type the contents of to continue on in a form.  We use them at work from time to time.  I&#8217;ve been interested in but never used the reCAPTCHA system.  Recently purchased by google, I [...]]]></description>
		<link>http://createtheinternet.com/2009-09-16/recaptcha/</link>
			</item>
	<item>
		<title>Bank Routing Number (ABA) Algorithm</title>
		<description><![CDATA[At work, I have recently had to work on some validation for bank routing numbers.  Through much research, I have discovered the algorithm.  The number that I am talking about here is the ABA Routing Number. We&#8217;ll start with a routing number like 231381116. Here&#8217;s how the algorithm works. First, strip out any non-numeric characters [...]]]></description>
		<link>http://createtheinternet.com/2009-08-30/bank-routing-number-algorithm/</link>
			</item>
	<item>
		<title>Gmail HTML Signature</title>
		<description><![CDATA[Update: This can all be accomplished directly in gmail now under Settings-&#62;General-&#62;Signature Those of us that use Gmail know that adding an HTML signature can be a pain in the behind.  Typically, Gmail only allows standard plain text signatures.  I have discovered a  great Firefox plugin named Blank Canvas Gmail Signatures.  This plugin allows you [...]]]></description>
		<link>http://createtheinternet.com/2009-07-26/gmail-html-signature/</link>
			</item>
</channel>
</rss>

