<?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>Digicave</title>
	<atom:link href="http://digicave.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://digicave.org</link>
	<description>Drop in, watch your head.</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:58:52 +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>Declare it then change it, if necessary.</title>
		<link>http://digicave.org/2008/08/16/declare-it-then-change-it-if-necessary/</link>
		<comments>http://digicave.org/2008/08/16/declare-it-then-change-it-if-necessary/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 07:16:43 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[conditional]]></category>
		<category><![CDATA[if clause]]></category>

		<guid isPermaLink="false">http://digicave.org/scrawls/?p=58</guid>
		<description><![CDATA[I recently stumbled then read some PHP optimization tips and realized that this simple bit of code was inefficient. if (!empty($rec[&#039;link_url&#039;])) { $title= $rec[&#039;link_title&#039;]; $url= $rec[&#039;link_url&#039;]; } else { $url = &#039;&#039;; } It&#8217;s faster to do this.. $url = &#039;&#039;; $title = $rec[&#039;link_title&#039;]; if (!empty($rec[&#039;link_url&#039;])) { $url = $rec[&#039;link_url&#039;]; } You know who you [...]]]></description>
		<wfw:commentRss>http://digicave.org/2008/08/16/declare-it-then-change-it-if-necessary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I guess I have to answer this question publicly..</title>
		<link>http://digicave.org/2006/09/11/i-guess-i-have-to-answer-this-question-publicly/</link>
		<comments>http://digicave.org/2006/09/11/i-guess-i-have-to-answer-this-question-publicly/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 06:26:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Radio]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[compressor]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[voice-over]]></category>

		<guid isPermaLink="false">http://digicave.org/scrawls/2006/09/i-guess-i-have-to-answer-this-question-publicly/</guid>
		<description><![CDATA[I must get six emails a week from people who want recommendations before buying a compressor for their studios. I of course pose the most obvious question, &#8220;What will you need the compressor for?&#8221; Five out of six of those people say the same thing, &#8220;for my microphone.&#8221; (insert cringe here) Aspiring voice talents please write this down&#8230; [...]]]></description>
		<wfw:commentRss>http://digicave.org/2006/09/11/i-guess-i-have-to-answer-this-question-publicly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What it really takes..</title>
		<link>http://digicave.org/2006/07/23/what-it-really-takes/</link>
		<comments>http://digicave.org/2006/07/23/what-it-really-takes/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 23:08:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Radio]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Wedge]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://digicave.org/scrawls/2006/07/what-it-really-takes/</guid>
		<description><![CDATA[In my experience listening to internet radio broadcasts over the past several years, I&#8217;ve come to realize two things. You can tell whether the station is worth its salt after three songs. Why you ask? How can you tell? Well, if you&#8217;re listening to a classic rock station and they play classic rock for three [...]]]></description>
		<wfw:commentRss>http://digicave.org/2006/07/23/what-it-really-takes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
