<?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>Fudnik &#187; Uncategorized</title>
	<atom:link href="http://fudnik.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://fudnik.com</link>
	<description>Development. Technology. Perspective.</description>
	<lastBuildDate>Tue, 18 Oct 2011 22:56:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Script Timing in PHP</title>
		<link>http://fudnik.com/2008/08/script-timing-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=script-timing-in-php</link>
		<comments>http://fudnik.com/2008/08/script-timing-in-php/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:46:52 +0000</pubDate>
		<dc:creator>fudnik</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[script timer]]></category>

		<guid isPermaLink="false">http://fudnik.com/?p=12</guid>
		<description><![CDATA[Knowing how long something takes to process is very important. However, hand-rolling a timing solution every time you need one can be frustrating. This little class is a very lightweight solution that allows you to to simply start a timer, then capture elapsed time at various points in your program. 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798  class Script_Timer &#123; &#160; [...]]]></description>
		<wfw:commentRss>http://fudnik.com/2008/08/script-timing-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximum Up-Time</title>
		<link>http://fudnik.com/2008/05/maximum-up-time/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maximum-up-time</link>
		<comments>http://fudnik.com/2008/05/maximum-up-time/#comments</comments>
		<pubDate>Fri, 02 May 2008 18:03:02 +0000</pubDate>
		<dc:creator>fudnik</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[energy drinks]]></category>
		<category><![CDATA[up-time]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://fudnik.com/?p=28</guid>
		<description><![CDATA[All the skill and innovation in the world doesn&#8217;t matter if you fall asleep on your keyboard. Having that extra edge is crucial. A long time ago, I used to try various herbal pick-me-up pills, usually found at gas stations. What I found was that they would drive me crazy. Too much energy, not enough [...]]]></description>
		<wfw:commentRss>http://fudnik.com/2008/05/maximum-up-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

