<?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>MeetJennings &#187; How To</title>
	<atom:link href="http://meetjennings.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://meetjennings.com</link>
	<description>A personal portfolio and project changelog.</description>
	<lastBuildDate>Fri, 09 Apr 2010 19:03:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Play a XBOX 360 game with broken disc</title>
		<link>http://meetjennings.com/how-to/play-a-xbox-360-game-with-broken-disc/</link>
		<comments>http://meetjennings.com/how-to/play-a-xbox-360-game-with-broken-disc/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 00:47:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://meetjennings.com/?p=67</guid>
		<description><![CDATA[My 360 fell off my dresser last night, went vertical, and then to the floor. Luckily the Xbox is fine, but as most people know by now, if you move your Xbox 360 while a disc is spinning in the tray, it leaves a nice round scratch around the disc, leaving it unreadable.
However! You may [...]]]></description>
		<wfw:commentRss>http://meetjennings.com/how-to/play-a-xbox-360-game-with-broken-disc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost PS Optimization</title>
		<link>http://meetjennings.com/how-to/dreamhost-ps-optimization/</link>
		<comments>http://meetjennings.com/how-to/dreamhost-ps-optimization/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 03:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://meetjennings.com/?p=60</guid>
		<description><![CDATA[I have been wondering about this myself for a while. For many people, a Dreamhost PS is going to be the first private server they have ever dealt with.
If you&#8217;re on a budget, chances are you will max out the available resources on your PS at one time or another. Your server will go unresponsive. [...]]]></description>
		<wfw:commentRss>http://meetjennings.com/how-to/dreamhost-ps-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check if PHP is in safemode</title>
		<link>http://meetjennings.com/how-to/how-to-check-if-php-is-in-safemode/</link>
		<comments>http://meetjennings.com/how-to/how-to-check-if-php-is-in-safemode/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 21:03:06 +0000</pubDate>
		<dc:creator>j3nnings</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://meetjennings.com/?p=19</guid>
		<description><![CDATA[Simple, all you need to do is create a new php document, and paste the following into it.
&#60;?php phpinfo(); ?&#62;
Load the page in your browser, and then press Control + F and search for &#8220;safe_mode.&#8221;
]]></description>
		<wfw:commentRss>http://meetjennings.com/how-to/how-to-check-if-php-is-in-safemode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Desktop Shortcut Icons Back To Google Gears Applications</title>
		<link>http://meetjennings.com/how-to/add-desktop-shortcut-icons-back-to-google-gears-applications/</link>
		<comments>http://meetjennings.com/how-to/add-desktop-shortcut-icons-back-to-google-gears-applications/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:52:45 +0000</pubDate>
		<dc:creator>j3nnings</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://meetjennings.com/?p=17</guid>
		<description><![CDATA[I'm a fan of Google Gears, but things still tend to be a bit buggy. If you accidentally delete the desktop shortcuts to your Google Gears services, here is how you get them back.]]></description>
		<wfw:commentRss>http://meetjennings.com/how-to/add-desktop-shortcut-icons-back-to-google-gears-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find SQL Bottlenecks With CodeIgniter</title>
		<link>http://meetjennings.com/how-to/codeigniter-performance-tips/</link>
		<comments>http://meetjennings.com/how-to/codeigniter-performance-tips/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 00:51:37 +0000</pubDate>
		<dc:creator>j3nnings</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://meetjennings.com/?p=8</guid>
		<description><![CDATA[I have been using my latest project, VentStatus, as a an opportunity to learn a new framework: CodeIgniter. It has treated me well so far, most problems encountered only required a short workaround. Lately I&#8217;ve been concerned with the scale-ability of VentStatus, it&#8217;s my first project on this large of a scale. Luckily, CodeIgniter has [...]]]></description>
		<wfw:commentRss>http://meetjennings.com/how-to/codeigniter-performance-tips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
