<?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>JQueryin &#187; optimization</title>
	<atom:link href="http://www.jqueryin.com/tags/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jqueryin.com</link>
	<description>A web development blog focusing on PHP, MySQL, Javascript, jQuery, and CSS.</description>
	<lastBuildDate>Wed, 06 Jul 2011 19:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Switching Apache from Prefork to Worker MPM in RHEL / CentOS 5.x / Fedora 13</title>
		<link>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/</link>
		<comments>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 13:31:47 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=665</guid>
		<description><![CDATA[I&#8217;m going to outline the process of switching from Apache&#8217;s default installation of MPM Prefork to that of MPM Worker. I will also be covering the proper installation of FastCGI (mod_fcgid) to further improve your server performance. This guide is ideally intended for individuals running on low-memory VPS servers as memory consumption will likely be [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing (and Debugging) Javascript With Firebug</title>
		<link>http://www.jqueryin.com/2010/02/10/optimizing-and-debugging-javascript-with-firebug/</link>
		<comments>http://www.jqueryin.com/2010/02/10/optimizing-and-debugging-javascript-with-firebug/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:55:53 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=273</guid>
		<description><![CDATA[I was vastly unaware of the number of useful functions built into Firebug beyond console.log(). The official Firebug site has a brief overview of the available commands which can be found here. Here&#8217;s a couple of quick examples to get you going. You can use console.time() and console.timeEnd() to quickly log the time spent between [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/02/10/optimizing-and-debugging-javascript-with-firebug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

