<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<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>Wed, 16 Jun 2010 05:07:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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'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 &#124; author    [...]]]></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 "glob".  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; [...]]]></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('fast', 1)&#34; onmouseout=&#34;$(this).fadeTo('fast', '0.33')&#34;&#62;



&#160; &#160;Content



&#60;/div&#62;



&#60;script type=&#34;text/javascript&#34;&#62;



$(document).ready(function(){



$('#whateveryouwant').fadeTo('fast', '0.33');



});



&#60;/script&#62;



&#160;



That code should be very easy to understand.
In sit amet nulla. Curabitur ligula metus, bibendum nec, ullamcorper sed, ullamcorper sed, ligula. Lorem [...]]]></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 [...]]]></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 [...]]]></description>
		<link>http://createtheinternet.com/2009-10-16/bit-ly/</link>
			</item>
	<item>
		<title>reCAPTCHA</title>
		<description><![CDATA[I'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'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'll start with a routing number like 231381116. Here's how the algorithm works. First, strip out any non-numeric characters (like [...]]]></description>
		<link>http://createtheinternet.com/2009-08-30/bank-routing-number-algorithm/</link>
			</item>
	<item>
		<title>Gmail HTML Signature</title>
		<description><![CDATA[
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 to easily add signatures to each sending address within your account.
Simply compose [...]]]></description>
		<link>http://createtheinternet.com/2009-07-26/gmail-html-signature/</link>
			</item>
	<item>
		<title>The &#8220;Outside the Home&#8221; Home Office</title>
		<description><![CDATA[My wife pointed out a website about TINY homes to me tonight (http://www.tinytexashouses.com).   After taking a look at the site, I decided that these houses remind me alot of nice garden sheds.  If people can live in less than 100 sq ft, I figured that they might make some practical use for the regular [...]]]></description>
		<link>http://createtheinternet.com/2009-07-25/the-outside-the-home-home-office/</link>
			</item>
</channel>
</rss>
