<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Digicave</title>
	<link>http://digicave.org</link>
	<description>Drop in, watch your head.</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:58:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Declare it then change it, if necessary.</title>
		<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>
		<link>http://digicave.org/2008/08/16/declare-it-then-change-it-if-necessary/</link>
			</item>
	<item>
		<title>I guess I have to answer this question publicly..</title>
		<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>
		<link>http://digicave.org/2006/09/11/i-guess-i-have-to-answer-this-question-publicly/</link>
			</item>
	<item>
		<title>What it really takes..</title>
		<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>
		<link>http://digicave.org/2006/07/23/what-it-really-takes/</link>
			</item>
</channel>
</rss>
