<?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>A Programmer's Perspective</title>
	<atom:link href="http://www.jason-palmer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jason-palmer.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Nov 2009 00:36:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP File Streaming with cat and passthru</title>
		<link>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/</link>
		<comments>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:36:45 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=63</guid>
		<description><![CDATA[The problem
This weekend, I needed to figure out how to make an on-request, downloadable, backup of an entire MySQL database (for Magento, in case you were wondering).
At first, I attempted the simplest approach, which was to perform the backup via system() or exec(), and then serve the file as a download using either file_get_contents or [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHPMailer Inline String Attachment</title>
		<link>http://www.jason-palmer.com/2009/09/phpmailer-inline-string-attachment/</link>
		<comments>http://www.jason-palmer.com/2009/09/phpmailer-inline-string-attachment/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:38:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=54</guid>
		<description><![CDATA[Recently, while using PHPMailer, I needed the ability to have an inline string attachment, however this functionality is not present as of version 5.0.2, so I wrote my own.
For those who don&#8217;t know, PHPMailer has a number of ways you can create email attachments:

Standard Attachment &#8211; works as you&#8217;d expect
Inline Attachment &#8211; attachments you can [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/09/phpmailer-inline-string-attachment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress API</title>
		<link>http://www.jason-palmer.com/2009/07/wordpress-api/</link>
		<comments>http://www.jason-palmer.com/2009/07/wordpress-api/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 23:13:14 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=52</guid>
		<description><![CDATA[Recently I&#8217;ve gotten into Wordpress plugin development.  I&#8217;ve created a few plugins for clients that include widgets, settings pages, and hooks into several actions.  However, one thing I&#8217;ve not yet been able to figure out is how to encrypt settings page options.  Has anyone done this?
There are currently a few ways to [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/07/wordpress-api/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Javascript Minifier</title>
		<link>http://www.jason-palmer.com/2009/06/javascript-minifier/</link>
		<comments>http://www.jason-palmer.com/2009/06/javascript-minifier/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:17:46 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=48</guid>
		<description><![CDATA[Last week, I created a simple online tool for minifying Javascript snippets or entire Javascript files.

Check it out
JSMinifier.com
]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/06/javascript-minifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaltura Wordpress Plugin &#8211; Switching Partner IDs</title>
		<link>http://www.jason-palmer.com/2009/05/kaltura-wordpress-plugin-switching-partner-ids/</link>
		<comments>http://www.jason-palmer.com/2009/05/kaltura-wordpress-plugin-switching-partner-ids/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:50:13 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=42</guid>
		<description><![CDATA[I am using the Kaltura All-In-One-Video Wordpress Plugin on a project these days and I&#8217;ve come across a situation where I needed to switch my Partner ID to a new one (we purchased a paid account).
However, there is currently no way of doing this in the interface or by editing any of the plugin files&#8230; [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/05/kaltura-wordpress-plugin-switching-partner-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blueprint CSS Framework</title>
		<link>http://www.jason-palmer.com/2009/04/blueprint-css-framework/</link>
		<comments>http://www.jason-palmer.com/2009/04/blueprint-css-framework/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:10:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=35</guid>
		<description><![CDATA[The past few projects I&#8217;ve worked on, I&#8217;ve opted to use the Blueprint CSS Framework.
Blueprint offers several things that truly make a developer happy:

Small footprint
Instant cross-browser compatibility
Simple grid-based framework that allows for the creation of simple to complex web designs
The grid is completely customizable.
Did I mention cross-browser compatibility?

I&#8217;ve always considered myself fairly fluent with CSS, [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/04/blueprint-css-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Books for dummies</title>
		<link>http://www.jason-palmer.com/2009/04/books-for-dummies/</link>
		<comments>http://www.jason-palmer.com/2009/04/books-for-dummies/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 23:20:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/2009/04/books-for-dummies/</guid>
		<description><![CDATA[I was in a local book store today searching for a good iphone development book when I came across the most pathetic computer section I&#8217;ve ever seen.
Nearly every book is an [insert topic here] for dummies book.

]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/04/books-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooFlow Firefox Uncaught Exception Fix</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/</link>
		<comments>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 16:03:45 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30</guid>
		<description><![CDATA[I am using MooFlow for a project at work and it is absolutely fantastic.  Nothing else gives the ease of use and nice look like MooFlow.  However, it kept throwing an uncaught exception in Firefox:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage]&#8221;  nsresult: &#8220;0&#215;80040111 (NS_ERROR_NOT_AVAILABLE)&#8221;  location: &#8220;JS frame [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Slicehost CentOS RMagick Install</title>
		<link>http://www.jason-palmer.com/2009/02/slicehost-centos-rmagick-install/</link>
		<comments>http://www.jason-palmer.com/2009/02/slicehost-centos-rmagick-install/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 03:17:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=28</guid>
		<description><![CDATA[I feel your pain.
The problem is that if you install ImageMagick and ImageMagick-devel from yum you end up with version 6.2.x instead of the required 6.3.x or higher that RMagick requires.
Just install from source.  Follow these steps.
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
cd ImageMagick-6-??
./configure
make
make install
gem install rmagick
Relax with a beer.
]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/02/slicehost-centos-rmagick-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Antipodr</title>
		<link>http://www.jason-palmer.com/2008/10/antipodr/</link>
		<comments>http://www.jason-palmer.com/2008/10/antipodr/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:37:27 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[antipodal point]]></category>
		<category><![CDATA[antipodr]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[jake rutter]]></category>
		<category><![CDATA[jason palmer]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=24</guid>
		<description><![CDATA[Antipodr is a simple little tool I created with Jake Rutter that allows you to calculate the exact spot on the other side of the planet from any location you enter.  A complete waste of time, yes, but fun!
Antipodr utilizes Google Maps and the Google Geocoding Web Service to bring you the end result.  Once [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2008/10/antipodr/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.491 seconds -->
<!-- Cached page served by WP-Cache -->
