<?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>Jon Troth</title>
	<atom:link href="http://jontroth.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jontroth.com</link>
	<description>A day in the life of jon</description>
	<lastBuildDate>Wed, 17 Feb 2010 19:46:35 +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>Getting YouTube Video Thumbnails using PHP</title>
		<link>http://jontroth.com/youtube-video-thumbnails-php/</link>
		<comments>http://jontroth.com/youtube-video-thumbnails-php/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:44:35 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[PHP Programmer]]></category>
		<category><![CDATA[Tricks & Treats]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=263</guid>
		<description><![CDATA[I needed a quick and simple method to show YouTube thumbnails to for a &#8220;What&#8217;s New&#8221; video section so I whiped up this quick and dirty class.


&#60;?PHP
class YouTubeThumbnailImage {
/* $image_id can be 1, 2, 3 at 120px x 90px or hqdefault at 480px × 360px */
public function get_image_tag( $youtube_url = &#8221;, $image_id = 1, $title [...]]]></description>
		<wfw:commentRss>http://jontroth.com/youtube-video-thumbnails-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP XML Solution for Chase Orbital Gateway</title>
		<link>http://jontroth.com/php-xml-solution-chase-orbital-gateway/</link>
		<comments>http://jontroth.com/php-xml-solution-chase-orbital-gateway/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:47:31 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[PHP Programmer]]></category>
		<category><![CDATA[Tricks & Treats]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=226</guid>
		<description><![CDATA[I recently had the chance to setup a Chase Merchant Account Orbital Gateway. I needed a PHP solution for it  though Orbital didn&#8217;t have any PHP examples, only SDKs for Java, Perl and .net.
So I decided to use their XML API and create the PHP script using CURL.
I hope this is helpful to anyone [...]]]></description>
		<wfw:commentRss>http://jontroth.com/php-xml-solution-chase-orbital-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day in the life of the htaccess RewriteEngine : Part 1 &#8211; Rewrite Directives</title>
		<link>http://jontroth.com/day-life-htaccess-rewriteengine/</link>
		<comments>http://jontroth.com/day-life-htaccess-rewriteengine/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 04:35:20 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[Tricks & Treats]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=195</guid>
		<description><![CDATA[The Rewrite Mod is often noted as the Swiss Army Knife of htaccess URL manipulation, a tool with unlimited functionality and flexibility though also one with a lot of complexity.
On that note it is also probably the most confusing feature for an htaccess novice, so don&#8217;t expect to understand this entire module in just one [...]]]></description>
		<wfw:commentRss>http://jontroth.com/day-life-htaccess-rewriteengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess Password Protection using htpasswd and htdigest</title>
		<link>http://jontroth.com/httaccess-password-protection-using-htpasswd-htdigest/</link>
		<comments>http://jontroth.com/httaccess-password-protection-using-htpasswd-htdigest/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 16:53:31 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[Tricks & Treats]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=105</guid>
		<description><![CDATA[Sometimes you may need to password protect specific folders and files in your website without creating an entire user system or making a complicate setup and there are several ways of doing this.
You can create a simple html username/password form that posts to a server side script using PHP, PERL or ASP to set a [...]]]></description>
		<wfw:commentRss>http://jontroth.com/httaccess-password-protection-using-htpasswd-htdigest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Up An htaccess Error Document or Error Page</title>
		<link>http://jontroth.com/creating-htaccess-error-document/</link>
		<comments>http://jontroth.com/creating-htaccess-error-document/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 04:41:19 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[Tricks & Treats]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=103</guid>
		<description><![CDATA[I am sure you have clicked on a link only to end up with a generic 404 page not found error, most of the time caused because the page was removed from the site though it was still indexed in the search engines.
A great feature with the .htaccess file is being able to specify your [...]]]></description>
		<wfw:commentRss>http://jontroth.com/creating-htaccess-error-document/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redesigning traffic for the perfect Hot Tub Cover company &#8211; TheCoverGuy.com</title>
		<link>http://jontroth.com/redesigning-perfect-hot-tub-cover/</link>
		<comments>http://jontroth.com/redesigning-perfect-hot-tub-cover/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:27:18 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=21</guid>
		<description><![CDATA[TheCoverGuy.com is a successful online service providing a 24/7 access point to their clientele from coast to coast. The Cover Guy sells custom made hot tub covers and spa covers to North American clients.
When the company approached me to make their online purchasing process faster, easier and safer I was more than happy to take [...]]]></description>
		<wfw:commentRss>http://jontroth.com/redesigning-perfect-hot-tub-cover/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Great World of the .htaccess File</title>
		<link>http://jontroth.com/great-world-htaccess-file/</link>
		<comments>http://jontroth.com/great-world-htaccess-file/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:04:46 +0000</pubDate>
		<dc:creator>jontroth</dc:creator>
				<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[Tricks & Treats]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=58</guid>
		<description><![CDATA[From my first day of web application development the .htaccess file has been my favourite quick and dirty file. It's a perfect tool to get the job done when you don't have write access or any permissions to the servers main config files. Over the next few weeks I am going to post everything I have come across in regards to using the .htaccess file; from security issues, redirecting traffic, the rewrite engine and helpful PHP commands.

Let's start from the basics. The .htaccess file is a simple ASCII formatted file allowing you to create and edit it in a basic text editor like SimpleText or NotePad. The file can only be used on UNIX systems and not on Windows NT. Though not all 3rd party hosting servers are setup to use .htaccess files, some disable .htaccess all together and some only disable certain commands.]]></description>
		<wfw:commentRss>http://jontroth.com/great-world-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a website for FREE! Create a website in minutes!</title>
		<link>http://jontroth.com/hello-world/</link>
		<comments>http://jontroth.com/hello-world/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 20:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[website builder]]></category>

		<guid isPermaLink="false">http://jontroth.com/?p=1</guid>
		<description><![CDATA[The GoGoBuilder website service allows you to build a website for a personal or business web presence within minutes. There are a great choice of beautiful website designs &#038; themes to build a website with. Create your web page layout and add photos, video and content with GoGoBuilders simple website builder drag and drop interface.]]></description>
		<wfw:commentRss>http://jontroth.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
