<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>mnavasca.ca</title>
	<link>http://mnavasca.ca</link>
	<description>I haven't thought of a tag line yet...</description>
	<lastBuildDate>Sat, 22 Aug 2009 02:01:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>An Undocumented Feature Of Apple Mail</title>
		<description>An Apple Mail undocumented feature that I can do without: Randomly shooting up to 100% CPU at least 3-4 times a day. After much googling (and following many dead ends) I've decided to blame Apple Mail's data detectors. Type the following on the command line:
defaults write com.apple.mail DisableDataDetectors YES
Restart Mail, ...</description>
		<link>http://mnavasca.ca/2009/05/11/an-undocumented-feature-of-apple-mail/</link>
			</item>
	<item>
		<title>Zebra Tables In Zend Framework</title>
		<description>I came across this today at work:
&#60;?php $rowClass = '#f0f0f0' ?&#62;
&#60;table&#62;
&#60;?php foreach($this-&#62;books as $book) { ?&#62;
   &#60;?php $i = 0; ?&#62;
   &#60;tr class = "&#60;?php echo $rowClass ?&#62;"&#62;
      &#60;td&#62;&#60;?php echo $book['author'] ?&#62;&#60;/td&#62;
   &#60;/tr&#62;
   &#60;?php
    ...</description>
		<link>http://mnavasca.ca/2009/04/20/zebra-tables-in-zend-framework/</link>
			</item>
	<item>
		<title>What&#8217;s Smarty?</title>
		<description>Six months later... and I don't miss Smarty at all. I'm perfectly happy with Zend Framework's view scripts and PHP's alternate syntax tags. Accepting view scripts was easy enough, it's part of the framework so I might as well use it. However I still couldn't accept seeing PHP code in ...</description>
		<link>http://mnavasca.ca/2009/04/04/whats-smarty/</link>
			</item>
	<item>
		<title>I Miss Smarty</title>
		<description>The last couple of days I've been getting my hands dirty with the codebase of one of the projects at work. At first I was kind of excited because it's always a good experience becoming familiar with the unfamiliar. But imagine how my heart sank when I opened that first ...</description>
		<link>http://mnavasca.ca/2008/10/16/i-miss-smarty/</link>
			</item>
	<item>
		<title>A New Job</title>
		<description>So just imagine going into work on a Monday morning. You're immediately called into an unscheduled meeting (which in my experience is never a good thing). You're informed that due to budgetary concerns you're being laid off. 

However a similiar position at another company has been generously arranged for you. ...</description>
		<link>http://mnavasca.ca/2008/10/10/a-new-job/</link>
			</item>
</channel>
</rss>
