<?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>Joshua + Schaible + Blog</title>
	<atom:link href="http://www.joshuaschaible.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaschaible.com/blog</link>
	<description>My World.</description>
	<lastBuildDate>Mon, 25 Jan 2010 22:26:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Ways To Beef Up Security On Wordpress.</title>
		<link>http://www.joshuaschaible.com/blog/simple-ways-to-beef-up-security-on-wordpress/</link>
		<comments>http://www.joshuaschaible.com/blog/simple-ways-to-beef-up-security-on-wordpress/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:08:55 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Security]]></category>
		<category><![CDATA[WP Security]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=2220</guid>
		<description><![CDATA[
With Wordpress being a very popular free and open source software, it can be very easy for hackers to find vulnerabilities and exploit them on whoever they want. In this post I&#8217;m going to explain measures you can take to make sure your site doesn&#8217;t fall victim to an attack.

1. Run The Most Recent Version.
With each release [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-2221" style="border: 1px solid #333;" title="wordpress" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2010/01/wordpress.jpg" alt="" width="500" height="150" /></p>
<p style="text-align: left;">With Wordpress being a very popular free and open source software, it can be very easy for hackers to find vulnerabilities and exploit them on whoever they want. In this post I&#8217;m going to explain measures you can take to make sure your site doesn&#8217;t fall victim to an attack.</p>
<p><span id="more-2220"></span></p>
<h4 style="text-align: left;"><strong>1. Run The Most Recent Version.</strong></h4>
<p>With each release comes new bugs and new vulnerabilities making it very important that you keep your WordPress up to date, as well as plugins that you have installed. Most newer versions even let you upgrade right within your WordPress Admin Panel.</p>
<h4 style="text-align: left;">2. Search For Vulnerabilities.</h4>
<p>With the <a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan</a> plugin you can scan your WordPress installation for security vulnerabilities and it suggests corrective actions. It covers passwords, file permissions, database security, version hiding, WordPress admin protection/security and removes WP Generator META tag from core code.</p>
<h4 style="text-align: left;">3. Protect Your Login &amp; Password.</h4>
<p>Most people that want to hack a WordPress blog usually start first with trying to guess your password. <a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">Login LockDown</a> records the IP address and timestamp of every failed login attempt. If more than a certain number of attempts are detected within a short period of time from the same IP range, then the login function is disabled for all requests from that range.</p>
<h4>4. Secure Your Wordpress.</h4>
<p><a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress</a> helps to secure your WordPress installation by removing error information on login pages, adds index.html to the plugin directory, removes the WP-version, except in the admin area.</p>
<p>If you have other plugins or ways you secure your WordPress installations please put them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/simple-ways-to-beef-up-security-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Falling Snow To Your Website With Javascript!</title>
		<link>http://www.joshuaschaible.com/blog/add-falling-snow-to-your-website-with-javascript/</link>
		<comments>http://www.joshuaschaible.com/blog/add-falling-snow-to-your-website-with-javascript/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 17:57:35 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Snow Storm]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=2093</guid>
		<description><![CDATA[
It&#8217;s that time again! The holidays are here and snow is everywhere. (At least where I live.) Here i&#8217;m going to show you how with one line of code and one JavaScript file, you can have a light snow storm on your website.

Step One
Download the  snowstorm.js file. Then upload the javascript file into the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a rel="attachment wp-att-2097" href="http://www.joshuaschaible.com/blog/add-falling-snow-to-your-website-with-javascript/snow/"><img class="aligncenter size-full wp-image-2097" style="border: 2px solid #333;" title="snow" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/12/snow.jpg" alt="snow" width="500" height="150" /></a></p>
<p style="text-align: left;">It&#8217;s that time again! The holidays are here and snow is everywhere. (At least where I live.) Here i&#8217;m going to show you how with one line of code and one JavaScript file, you can have a light snow storm on your website.</p>
<p><span id="more-2093"></span></p>
<h4>Step One</h4>
<p>Download the <a href="http://joshuaschaible.com/blog/demo/snowstorm/snowstorm.js" target="_blank"></a> snowstorm.js file. Then upload the javascript file into the root folder of your website or your designated /js/ folder.</p>
<h4>Step Two</h4>
<p>Place this code in the &lt;head&gt; tags or the footer of your website:</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;snowstorm.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<p>or</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;js/snowstorm.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<h4>Customizing</h4>
<p>Inside the snowstorm.js file will be several options you can configure such as snow speed, snow color, snow size, how it interacts with mouse movements and so on. If you have questions, post it in the comments!</p>
<h4>The Demo</h4>
<p><a href="http://joshuaschaible.com/blog/demo/snowstorm/" target="_blank"></a>View the demo here!</p>
<p><em>Code by Scott Schiller &#8211; http://schillmania.com</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/add-falling-snow-to-your-website-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Launch: FindBetaTesters.com</title>
		<link>http://www.joshuaschaible.com/blog/upcoming-launch-findbetatesters-com/</link>
		<comments>http://www.joshuaschaible.com/blog/upcoming-launch-findbetatesters-com/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:03:24 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[@findbetatesters]]></category>
		<category><![CDATA[Find Beta Testers]]></category>
		<category><![CDATA[FindBetaTesters.com]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=2038</guid>
		<description><![CDATA[
Developers have a difficult time getting the word out and finding beta testers to rip apart the latest and greatest version of their app whether it&#8217;s for the iPhone, Android or even web based. And let&#8217;s face it, testing is a vital part of the development that needs to be done thoroughly to assure the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-2037" style="border: 2px solid #333333;" title="findbetatesters" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/11/findbetatesters.jpg" alt="findbetatesters" width="500" height="150" /></p>
<p style="text-align: left;">Developers have a difficult time getting the word out and finding beta testers to rip apart the latest and greatest version of their app whether it&#8217;s for the iPhone, Android or even web based. And let&#8217;s face it, testing is a <strong>vital</strong> part of the development that needs to be done thoroughly to assure the success of an app.</p>
<p><span id="more-2038"></span></p>
<p style="text-align: left;"><a href="http://FindBetaTesters.com" target="_blank">FindBetaTesters.com</a> will be a site where small or large developers can post free 30-day ads to find the right people with the right hardware to test their app. Testers will be compensated with either a free app or cash payment.</p>
<p style="text-align: left;">You can follow <a href="http://twitter.com/findbetatesters" target="_blank">@findbetatesters</a> on twitter for news about launch, and then links to new jobs being posted! Help spread the word to other developers!</p>
<p style="text-align: left;"><a href="http://FindBetaTesters.com" target="_blank">http://findbetatesters.com</a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/upcoming-launch-findbetatesters-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Design Featured On Smashing Magazine!</title>
		<link>http://www.joshuaschaible.com/blog/my-design-featured-on-smashing-magazine/</link>
		<comments>http://www.joshuaschaible.com/blog/my-design-featured-on-smashing-magazine/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 17:44:48 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[FiveSecondProjects]]></category>
		<category><![CDATA[GreyscaleGorilla]]></category>
		<category><![CDATA[SmashingMazagine.com]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=2015</guid>
		<description><![CDATA[
I had a huge surprise today when I was told a &#8220;Coming Soon&#8221; design I built for Greyscale Gorilla&#8217;s FiveSecondProjects.com was featured on SmashingMagazine.com! You can check out the article here and view the coming soon page here!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-2024" style="border: 2px solid #333333;" title="fivesecondprojects" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/11/fivesecondprojects.jpg" alt="fivesecondprojects" width="500" height="150" /></p>
<p style="text-align: left;">I had a huge surprise today when I was told a &#8220;Coming Soon&#8221; design I built for Greyscale Gorilla&#8217;s FiveSecondProjects.com was featured on SmashingMagazine.com! You can check out the <a href="http://www.smashingmagazine.com/2009/11/10/designing-coming-soon-pages/" target="_blank">article here</a> and view the coming soon <a href="http://fivesecondprojects.com" target="_blank">page here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/my-design-featured-on-smashing-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Super Creative Domain Names With Domai.nr!</title>
		<link>http://www.joshuaschaible.com/blog/get-super-creative-domain-names-with-domai-nr/</link>
		<comments>http://www.joshuaschaible.com/blog/get-super-creative-domain-names-with-domai-nr/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:30:33 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Domai.nr]]></category>
		<category><![CDATA[Domains]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=1945</guid>
		<description><![CDATA[
There’s a whole world of domains out there—hundreds at the top-level and even more beyond. Whether you want a short URL or something big, Domai.nr helps you explore them all. Its a superb tool! Check it out at http://domai.nr.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1991" style="border: 2px solid #333333;" title="domainr" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/domainr2.jpg" alt="domainr" width="500" height="150" /></p>
<p>There’s a whole world of domains out there—hundreds at the top-level and even more beyond. Whether you want a short URL or something big, <a href="http://Domai.nr" target="_blank">Domai.nr</a> helps you explore them all. Its a superb tool! Check it out at http://domai.nr.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/get-super-creative-domain-names-with-domai-nr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Redirect Users Using Javascript or PHP!</title>
		<link>http://www.joshuaschaible.com/blog/how-to-redirect-users-using-javascript-or-php/</link>
		<comments>http://www.joshuaschaible.com/blog/how-to-redirect-users-using-javascript-or-php/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:14:29 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=1949</guid>
		<description><![CDATA[
Say your switching domains and you want to automatically forward users that go to your old domain, to get forwarded them to your new one. This can be accomplished with either Javascript or PHP.

Using Javascript
Insert this Javascript code into the head of your page (Most likely your index file):

&#60;script type=&#34;text/javascript&#34;&#62;
function delayer(){
&#160; &#160; window.location = &#34;http://joshuaschaible.com&#34;
}
&#60;/script&#62;

Replace [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/code.jpg" alt="code" title="code" width="500" height="150" class="aligncenter size-full wp-image-1963" style="border: 2px solid #333" /></p>
<p>Say your switching domains and you want to automatically forward users that go to your old domain, to get forwarded them to your new one. This can be accomplished with either Javascript or PHP.</p>
<p><span id="more-1949"></span></p>
<h3>Using Javascript</h3>
<p>Insert this Javascript code into the head of your page (Most likely your index file):</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;</span><br />
function delayer(){<br />
&nbsp; &nbsp; window.location = &quot;http://joshuaschaible.com&quot;<br />
}<br />
<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<p>Replace &#8220;http://joshuaschaible.com/&#8221; with that URL you want to forward your users too. Then you must insert an &#8220;onload&#8221; function in your body tag. It should look like this: </p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/body.html"><span class="kw2">body</span></a> <span class="kw3">onLoad</span><span class="sy0">=</span><span class="st0">&quot;setTimeout(&#8216;delayer()&#8217;, 5000)&quot;</span>&gt;</span></div>
</div>
<p>This tells the browser to forward to the site you specificed in 5 seconds. 5 Seconds = 5000. 4 Seconds = 4000 and so on.</p>
<h3>Using PHP</h3>
<p>If you want to automatically forward your users with out a delay, here is a simple step. First your index file must have an extention of .php. (ex. index.php) If it doesn&#8217;t you can do this in your control panel or FTP. Next, insert this code at the top of your web page.</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;"><span class="kw2">&lt;?php</span><br />
&nbsp; <a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: http://joshuaschaible.com&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="sy1">?&gt;</span></div>
</div>
<p>Again, make sure to change the URL so that your site doesn&#8217;t forward to mine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/how-to-redirect-users-using-javascript-or-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send SMS Text Messages Using HTML &amp; PHP!</title>
		<link>http://www.joshuaschaible.com/blog/send-sms-text-messages-using-html-php/</link>
		<comments>http://www.joshuaschaible.com/blog/send-sms-text-messages-using-html-php/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:17:45 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[Text Messages]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=1866</guid>
		<description><![CDATA[
Every once and a while I like to send my friends prank text messages to make them think someone is watching them. The problem is every time I use a free service, they some how cram an ad or spam into the message. I&#8217;m going to show you how you can send your own text [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1875" style="border: 2px solid #333333;" title="sms" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/sms.jpg" alt="sms" width="500" height="150" /></p>
<p>Every once and a while I like to send my friends prank text messages to make them think someone is watching them. The problem is every time I use a free service, they some how cram an ad or spam into the message. I&#8217;m going to show you how you can send your own text messages using HTML/PHP. Demo &amp; Download Included!</p>
<p><span id="more-1866"></span></p>
<h3>First</h3>
<p>Create the form that you&#8217;ll put in your HTML:</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/form.html"><span class="kw2">form</span></a> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;sms&quot;</span> <span class="kw3">name</span><span class="sy0">=</span><span class="st0">&quot;sms&quot;</span> <span class="kw3">method</span><span class="sy0">=</span><span class="st0">&quot;post&quot;</span> <span class="kw3">action</span><span class="sy0">=</span><span class="st0">&quot;sms/send_sms.php&quot;</span>&gt;</span></p>
<p><span class="sc2">&lt;<a href="http://december.com/html/4/element/input.html"><span class="kw2">input</span></a> <span class="kw3">name</span><span class="sy0">=</span><span class="st0">&quot;to&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text&quot;</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;to&quot;</span> <span class="sy0">/</span>&gt;</span></p>
<p><span class="sc2">&lt;<a href="http://december.com/html/4/element/select.html"><span class="kw2">select</span></a> <span class="kw3">name</span><span class="sy0">=</span><span class="st0">&quot;carrier&quot;</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;carrier&quot;</span>&gt;</span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="sc2">&lt;<a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a> <span class="kw3">value</span><span class="sy0">=</span><span class="st0">&quot;att&quot;</span>&gt;</span>AT<span class="sc1">&amp;amp;</span>T<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="sc2">&lt;<a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a> <span class="kw3">value</span><span class="sy0">=</span><span class="st0">&quot;verizon&quot;</span>&gt;</span>Verizon<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="sc2">&lt;<a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a> <span class="kw3">value</span><span class="sy0">=</span><span class="st0">&quot;tmobile&quot;</span>&gt;</span>T-Mobile<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="sc2">&lt;<a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a> <span class="kw3">value</span><span class="sy0">=</span><span class="st0">&quot;sprint&quot;</span>&gt;</span>Sprint<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="sc2">&lt;<a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a> <span class="kw3">value</span><span class="sy0">=</span><span class="st0">&quot;virgin&quot;</span>&gt;</span>Virgin Mobile<span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/option.html"><span class="kw2">option</span></a>&gt;</span></p>
<p><span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/select.html"><span class="kw2">select</span></a>&gt;</span></p>
<p><span class="sc2">&lt;<a href="http://december.com/html/4/element/textarea.html"><span class="kw2">textarea</span></a> <span class="kw3">name</span><span class="sy0">=</span><span class="st0">&quot;message&quot;</span> <span class="kw3">rows</span><span class="sy0">=</span><span class="st0">&quot;6&quot;</span> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;message&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/textarea.html"><span class="kw2">textarea</span></a>&gt;</span></p>
<p><span class="sc2">&lt;<a href="http://december.com/html/4/element/input.html"><span class="kw2">input</span></a> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;submit&quot;</span> <span class="kw3">name</span><span class="sy0">=</span><span class="st0">&quot;Submit&quot;</span> <span class="kw3">value</span><span class="sy0">=</span><span class="st0">&quot;Send&quot;</span> <span class="sy0">/</span>&gt;</span></p>
<p><span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/form.html"><span class="kw2">form</span></a>&gt;</span></div>
</div>
<h3>Second</h3>
<p>Now we need the PHP to send the text message:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;"><span class="kw2">&lt;?php</span><br />
<span class="re0">$to</span> <span class="sy0">=</span> <span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">&#8216;to&#8217;</span><span class="br0">&#93;</span><span class="sy0">;</span><br />
<span class="re0">$carrier</span> <span class="sy0">=</span> <span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">&#8216;carrier&#8217;</span><span class="br0">&#93;</span><span class="sy0">;</span><br />
<span class="re0">$message</span> <span class="sy0">=</span> <a href="http://www.php.net/stripslashes"><span class="kw3">stripslashes</span></a><span class="br0">&#40;</span><span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">&#8216;message&#8217;</span><span class="br0">&#93;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="re0">$headers</span> <span class="sy0">=</span> <span class="st_h">&#8216;From: QuickText &lt;no-reply@quicktext.com&gt;&#8217;</span> <span class="sy0">.</span> <span class="st0">&quot;<span class="es1">\r</span><span class="es1">\n</span>&quot;</span><span class="sy0">;</span></p>
<p><span class="kw1">if</span> <span class="br0">&#40;</span><span class="br0">&#40;</span><a href="http://www.php.net/empty"><span class="kw3">empty</span></a><span class="br0">&#40;</span><span class="re0">$to</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="sy0">||</span> <span class="br0">&#40;</span><a href="http://www.php.net/empty"><span class="kw3">empty</span></a><span class="br0">&#40;</span><span class="re0">$message</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
<a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: ../sms_error.php&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></p>
<p><span class="kw1">else</span> <span class="kw1">if</span> <span class="br0">&#40;</span><span class="re0">$carrier</span> <span class="sy0">==</span> <span class="st0">&quot;verizon&quot;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
<span class="re0">$formatted_number</span> <span class="sy0">=</span> <span class="re0">$to</span><span class="sy0">.</span><span class="st0">&quot;@vtext.com&quot;</span><span class="sy0">;</span><br />
<a href="http://www.php.net/mail"><span class="kw3">mail</span></a><span class="br0">&#40;</span><span class="st0">&quot;<span class="es4">$formatted_number</span>&quot;</span><span class="sy0">,</span> <span class="st0">&quot; TXT Message&quot;</span><span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$message</span>&quot;</span> <span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$headers</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p><a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: ../sms_success.php&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></p>
<p><span class="kw1">else</span> <span class="kw1">if</span> <span class="br0">&#40;</span><span class="re0">$carrier</span> <span class="sy0">==</span> <span class="st0">&quot;tmobile&quot;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
<span class="re0">$formatted_number</span> <span class="sy0">=</span> <span class="re0">$to</span><span class="sy0">.</span><span class="st0">&quot;@tomomail.net&quot;</span><span class="sy0">;</span><br />
<a href="http://www.php.net/mail"><span class="kw3">mail</span></a><span class="br0">&#40;</span><span class="st0">&quot;<span class="es4">$formatted_number</span>&quot;</span><span class="sy0">,</span> <span class="st0">&quot; TXT Message&quot;</span><span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$message</span>&quot;</span> <span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$headers</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p><a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: ../sms_success.php&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></p>
<p><span class="kw1">else</span> <span class="kw1">if</span> <span class="br0">&#40;</span><span class="re0">$carrier</span> <span class="sy0">==</span> <span class="st0">&quot;sprint&quot;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
<span class="re0">$formatted_number</span> <span class="sy0">=</span> <span class="re0">$to</span><span class="sy0">.</span><span class="st0">&quot;@messaging.sprintpcs.com&quot;</span><span class="sy0">;</span><br />
<a href="http://www.php.net/mail"><span class="kw3">mail</span></a><span class="br0">&#40;</span><span class="st0">&quot;<span class="es4">$formatted_number</span>&quot;</span><span class="sy0">,</span> <span class="st0">&quot; TXT Message&quot;</span><span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$message</span>&quot;</span> <span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$headers</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p><a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: ../sms_success.php&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></p>
<p><span class="kw1">else</span> <span class="kw1">if</span> <span class="br0">&#40;</span><span class="re0">$carrier</span> <span class="sy0">==</span> <span class="st0">&quot;att&quot;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
<span class="re0">$formatted_number</span> <span class="sy0">=</span> <span class="re0">$to</span><span class="sy0">.</span><span class="st0">&quot;@txt.att.net&quot;</span><span class="sy0">;</span><br />
<a href="http://www.php.net/mail"><span class="kw3">mail</span></a><span class="br0">&#40;</span><span class="st0">&quot;<span class="es4">$formatted_number</span>&quot;</span><span class="sy0">,</span> <span class="st0">&quot; TXT Message&quot;</span><span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$message</span>&quot;</span> <span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$headers</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: ../sms_success.php&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></p>
<p><span class="kw1">else</span> <span class="kw1">if</span> <span class="br0">&#40;</span><span class="re0">$carrier</span> <span class="sy0">==</span> <span class="st0">&quot;virgin&quot;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
<span class="re0">$formatted_number</span> <span class="sy0">=</span> <span class="re0">$to</span><span class="sy0">.</span><span class="st0">&quot;@vmobl.com&quot;</span><span class="sy0">;</span><br />
<a href="http://www.php.net/mail"><span class="kw3">mail</span></a><span class="br0">&#40;</span><span class="st0">&quot;<span class="es4">$formatted_number</span>&quot;</span><span class="sy0">,</span> <span class="st0">&quot; TXT Message&quot;</span><span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$message</span>&quot;</span> <span class="sy0">,</span> <span class="st0">&quot;<span class="es4">$headers</span>&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p><a href="http://www.php.net/header"><span class="kw3">header</span></a> <span class="br0">&#40;</span><span class="st0">&quot;Location: ../sms_success.php&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></p>
<p><span class="sy1">?&gt;</span></div>
</div>
<p>The code above creates the MINIMUM basics that you need to send a text message. So I went ahead and added some simple styling, validation, support for the iPhone browser and more. Check out the demo and download the files below!</p>
<p>Feel free to use this code, build upon it and share it. But if you would be so kind, leave the footer link in the files. Thank you!</p>
<p><i>*Javascript used in this code example was written by my wife Lauren Schaible.</i></p>
<p style="text-align: center;"><a href="http://joshuaschaible.com/blog/demo/quicktext/" target="_blank"><img class="aligncenter size-full wp-image-1904" style="margin-bottom: 6px;" title="demo" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/demo2.jpg" alt="demo" width="500" height="50" /></a><a href="http://joshuaschaible.com/blog/demo/quicktext/quicktext-1.0.zip"><img class="aligncenter size-full wp-image-1905" title="download" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/download2.jpg" alt="download" width="500" height="50" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/send-sms-text-messages-using-html-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make Your Own iPhone Home Screen Icon!</title>
		<link>http://www.joshuaschaible.com/blog/make-your-own-iphone-home-screen-icon/</link>
		<comments>http://www.joshuaschaible.com/blog/make-your-own-iphone-home-screen-icon/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 15:16:30 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Home Screen Icon]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=1808</guid>
		<description><![CDATA[
The iPhone home screen icon is the ultimate visual reminder for someone to revisit your web-app or mobile friendly site. I&#8217;m going to show you four simple steps to making your own icon and installing it on your site. 

First
Create a 57 x 57 .png file in Photoshop or your favorite image editor.

Second:
Insert your artwork [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1814" style="border: 2px solid #333333;" title="apps" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/apps.jpg" alt="apps" width="500" height="150" /></p>
<p>The iPhone home screen icon is the ultimate visual reminder for someone to revisit your web-app or mobile friendly site. I&#8217;m going to show you four simple steps to making your own icon and installing it on your site. </p>
<p><span id="more-1808"></span></p>
<h3>First</h3>
<p>Create a 57 x 57 .png file in Photoshop or your favorite image editor.</p>
<p style="text-align: center;"><a href="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/Picture-11.png"><img class="aligncenter size-full wp-image-1820" title="Picture 1" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/Picture-11.png" alt="Picture 1" width="500" height="283" style="border: 2px solid #DDDDDD;" /></a></p>
<h3>Second:</h3>
<p>Insert your artwork to make your icon pretty.</p>
<p style="text-align: center;"><a href="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/Picture-4.png"><img class="aligncenter size-full wp-image-1827" title="Picture 4" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/Picture-4.png" alt="Picture 4" width="500" height="326" style="border: 2px solid #DDDDDD;" /></a></p>
<h3>Third</h3>
<p>Save the file for web &amp; devices with the name &#8220;apple-touch-icon.png.&#8221;</p>
<p style="text-align: center;"><a href="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/Picture-3.png"><img class="aligncenter size-full wp-image-1822" title="Picture 3" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/Picture-3.png" alt="Picture 3" width="500" height="350" style="border: 2px solid #DDDDDD;" /></a></p>
<h3>Fourth</h3>
<p>Now just upload this file to the root folder of your website. Don&#8217;t confuse this with the root folder of your web server. Now if you don&#8217;t want to have it in the root folder and you want to place it in the images folder, you can insert this code into the header of your site:</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/link.html"><span class="kw2">link</span></a> <span class="kw3">rel</span><span class="sy0">=</span><span class="st0">&quot;apple-touch-icon&quot;</span> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;images/apple-touch-icon.png&quot;</span><span class="sy0">/</span>&gt;</span></div>
</div>
<p>Thats it! Your done! You can now go to your site on your iPhone or iTouch and test it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/make-your-own-iphone-home-screen-icon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ShakeItPhoto Website Redesign &amp; Makeover!</title>
		<link>http://www.joshuaschaible.com/blog/shakeitphoto-website-redesign-makeover/</link>
		<comments>http://www.joshuaschaible.com/blog/shakeitphoto-website-redesign-makeover/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 19:28:08 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[ShakeItPhoto]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=1762</guid>
		<description><![CDATA[

A couple weeks ago I had the privilege of helping Nick Campbell (GreyscaleGorilla.com) with the complete redesign of the ShakeItPhoto App website. The whole project was based off the new icon which was done by Margot from Pitch Design Union. If you haven&#8217;t already, check out the new site, and then buy the app!
]]></description>
			<content:encoded><![CDATA[<p><img src="file:///Users/jschaible05/Desktop/Picture%201.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1767" style="border: 2px solid #666666;" title="shakeitphoto" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/10/shakeitphoto.jpg" alt="shakeitphoto" width="500" height="150" /></p>
<p>A couple weeks ago I had the privilege of helping Nick Campbell (GreyscaleGorilla.com) with the complete redesign of the ShakeItPhoto App website. The whole project was based off the new icon which was done by Margot from Pitch Design Union. If you haven&#8217;t already, check out <a href="http://shakeitphoto.com/" target="_blank">the new site</a>, and then <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302926603&amp;mt=8" target="_blank">buy the app</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/shakeitphoto-website-redesign-makeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track Outgoing Links With jQuery And G-Analytics!</title>
		<link>http://www.joshuaschaible.com/blog/track-outgoing-links-with-some-jquery-and-google-analytics-easy/</link>
		<comments>http://www.joshuaschaible.com/blog/track-outgoing-links-with-some-jquery-and-google-analytics-easy/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:35:48 +0000</pubDate>
		<dc:creator>Joshua Schaible</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://www.joshuaschaible.com/blog/?p=1676</guid>
		<description><![CDATA[
This is an explanation of how you can track single outgoing links with some jQuery and Google Analytics. Why would you do this? Say your selling an iPhone app, and you have a few ads/links on your own site linking to that iPhone app in iTunes, and you want to know how many people are [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1700" style="border: 2px solid #666666;" title="analytics" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/09/analytics1.jpg" alt="analytics" width="500" height="150" /></p>
<p style="text-align: left;">This is an explanation of how you can track single outgoing links with some<a href="http://jquery.com/" target="_blank"> jQuery</a> and <a href="http://google.com/analytics">Google Analytics</a>. Why would you do this? Say your selling an iPhone app, and you have a few ads/links on your own site linking to that iPhone app in iTunes, and you want to know how many people are clicking on that ad vs. the people buying the app. Sound like something you need? Lets get started.</p>
<p><span id="more-1676"></span></p>
<p style="text-align: left;">If you don&#8217;t have a Google Analytics account, go make one and come back once you have installed the tracking code in the footer of your website. Don&#8217;t worry, this post will wait for you.</p>
<h3 style="text-align: left;">Step #1</h3>
<p>Enter this into the &lt;head&gt; of your website if your not already using the jQuery library.</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<h3 style="text-align: left;">Step #2</h3>
<p>Now go to the specific link that you want to track the clicks on. Your basic html link will probably look like this:</p>
<div class="codesnip-container" >
<div class="javascript codesnip" style="font-family:monospace;"><span class="sy0">&lt;</span>a href<span class="sy0">=</span><span class="st0">&quot;http://joshuaschaible.com/myiphoneapp&quot;</span> target<span class="sy0">=</span><span class="st0">&quot;_blank&quot;</span><span class="sy0">&gt;</span>Buy My App<span class="sy0">!&lt;/</span>a<span class="sy0">&gt;</span></div>
</div>
<p>All we have to do is add one  javascript variable:</p>
<div class="codesnip-container" >
<div class="javascript codesnip" style="font-family:monospace;">onClick<span class="sy0">=</span><span class="st0">&#8216;javascript: pageTracker._trackPageview(&quot;/outgoing/NAME-HERE&quot;);&#8217;</span></div>
</div>
<p><span>Add the onClick function and your link will look like this: </span></p>
<div class="codesnip-container" >
<div class="javascript codesnip" style="font-family:monospace;"><span class="sy0">&lt;</span>a onClick<span class="sy0">=</span><span class="st0">&#8216;javascript: pageTracker._trackPageview(&quot;/outgoing/NAME-HERE&quot;);&#8217;</span> href<span class="sy0">=</span><span class="st0">&quot;http://joshuaschaible.com/myiphoneapp&quot;</span> target<span class="sy0">=</span><span class="st0">&quot;_blank&quot;</span><span class="sy0">&gt;</span>Buy My App<span class="sy0">!&lt;/</span>a<span class="sy0">&gt;</span></div>
</div>
<p>Where it says &#8220;NAME-HERE&#8221; you should put a name or identifier of what your tracking. For example:</p>
<div class="codesnip-container" >
<div class="javascript codesnip" style="font-family:monospace;"><span class="sy0">&lt;</span>a onClick<span class="sy0">=</span><span class="st0">&#8216;javascript: pageTracker._trackPageview(&quot;/outgoing/myiphoneapp&quot;);&#8217;</span> href<span class="sy0">=</span><span class="st0">&quot;http://joshuaschaible.com/myiphoneapp&quot;</span> target<span class="sy0">=</span><span class="st0">&quot;_blank&quot;</span><span class="sy0">&gt;</span>Buy My App<span class="sy0">!&lt;/</span>a<span class="sy0">&gt;</span></div>
</div>
<h3>Step #3</h3>
<p><span>Log into Google Analytics. In the left hand side go to &#8220;Content&#8221; and then to &#8220;Top Content.&#8221;<br />
</span></p>
<p><a href="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/09/Picture-2.png"><span><img class="alignnone size-full wp-image-1734" title="Picture 2" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/09/Picture-2.png" alt="Picture 2" width="258" height="372" /></span></a></p>
<p><span>At the bottom there will be a search box which says &#8220;Filter Page.&#8221; Type in &#8220;outgoing&#8221;. It should then show you all records of /outgoing/ clicks. According to our example it should say &#8220;/outgoing/myiphoneapp/ and show you the amount of clicks and the amount of unique page views.</span></p>
<div id="attachment_1745" class="wp-caption alignnone" style="width: 310px"><a href="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/09/Picture-31.png"><img class="size-medium wp-image-1745" title="Picture 3" src="http://www.joshuaschaible.com/blog/wp-content/uploads/2009/09/Picture-31-300x47.png" alt="Picture 3" width="300" height="47" /></a><p class="wp-caption-text">Click to enlarge!</p></div>
<h3 style="text-align: left;">Remember&#8230;</h3>
<p><span>Google Analytics doesn&#8217;t work in real time yet, so you may have to wait up to 24 hours to start seeing the click numbers go up!</span><span> Hope you enjoyed! Please comment with any questions!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuaschaible.com/blog/track-outgoing-links-with-some-jquery-and-google-analytics-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
