<?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>purpleAsphalt &#187; David Herman</title>
	<atom:link href="http://www.purpleasphalt.com/author/dstarh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.purpleasphalt.com</link>
	<description>a programmers ramblings about everything</description>
	<lastBuildDate>Fri, 05 Dec 2008 16:31:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Brew Urban Cafe, Fort Lauderdale</title>
		<link>http://www.purpleasphalt.com/2008/12/05/brew-urban-cafe-fort-lauderdale/</link>
		<comments>http://www.purpleasphalt.com/2008/12/05/brew-urban-cafe-fort-lauderdale/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 16:27:26 +0000</pubDate>
		<dc:creator>David Herman</dc:creator>
				<category><![CDATA[food and drink]]></category>
		<category><![CDATA[brew]]></category>
		<category><![CDATA[espresso]]></category>
		<category><![CDATA[fort lauderdale]]></category>

		<guid isPermaLink="false">http://www.purpleasphalt.com/?p=107</guid>
		<description><![CDATA[
Just wanted to write a quick note about Brew.  Had some time to kill before going to a show with Amalia so I went over to Brew based on recomendations from a friend. I&#8217;m a big fan of espresso, especially machiattos, and had the perfect machiatto on Wednesday night.  For once I was able to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brewurbancafe.com/"><img class="alignleft" style="margin-left: 5px; margin-right: 5px;" title="Brew Logo" src="http://www.brewurbancafe.com/images/logo.gif"  alt="Brew Logo" width="89" height="90" align="left" / rel="lightbox[roadtrip]"></a></p>
<p>Just wanted to write a quick note about Brew.  Had some time to kill before going to a <a href="http://www.laffingmatterz.com/" target="_blank">show</a> with <a href="http://www.daveandamalia.com/amalia">Amalia</a> so I went over to Brew based on recomendations from a <a href="http://trak3r.blogspot.com">friend</a>. I&#8217;m a big fan of espresso, especially machiattos, and had the perfect machiatto on Wednesday night.  For once I was able to order a machiatto without having to explain to the barista that a it&#8217;s not a little latté, nor is it espresso with whipped cream (never order something complex from *$ on the turnpike).</p>
<p>The espresso was rich and extremely bold without being overly bitter, and the locally roasted beans seem to make quite a difference.  Now if only they had a location closer to my office. Like I said, a quick note, wasn&#8217;t there long enough to write a full review.  What&#8217;s your favorite coffee &#8220;joint&#8221; as they say?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleasphalt.com/2008/12/05/brew-urban-cafe-fort-lauderdale/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pods Fail</title>
		<link>http://www.purpleasphalt.com/2008/11/30/pods-fail/</link>
		<comments>http://www.purpleasphalt.com/2008/11/30/pods-fail/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:03:11 +0000</pubDate>
		<dc:creator>David Herman</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[pods]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.purpleasphalt.com/?p=97</guid>
		<description><![CDATA[Always on the lookout for new tools I thought I&#8217;d try and install pods.  Pods claims to be a simple cms tool that allows you to create relatable objects.  You can create master &#62; detail pages, calendars, photo albums.  Seems to be the simple &#8220;relational db&#8221; plugin I&#8217;ve been looking for.
The install instructions [...]]]></description>
			<content:encoded><![CDATA[<p>Always on the lookout for new tools I thought I&#8217;d try and install <a title="pods" href="http://pods.uproot.us/">pods</a>.  Pods claims to be a simple cms tool that allows you to create relatable objects.  You can create master &gt; detail pages, calendars, photo albums.  Seems to be the simple &#8220;relational db&#8221; plugin I&#8217;ve been looking for.</p>
<p>The install instructions are:</p>
<ol>
<li>Copy the pods .htaccess file and overwrite yours</li>
<li>Change the permalink to /%postname%/</li>
<li>Activate plugin</li>
</ol>
<p>I followed those instructions and got the following warnings</p>
<p><code>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /purpleasphalt/wp-content/plugins/pods/init.php on line 33</code></p>
<p><code>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /purpleasphalt/wp-content/plugins/pods/sql/update.php on line 4<br />
</code></p>
<p><code>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /purpleasphalt/wp-content/plugins/pods/sql/update.php on line 11<br />
</code></p>
<p><code>Warning: Cannot modify header information - headers already sent by (output started at /purpleasphalt/wp-content/plugins/pods/init.php:33) in /purpleasphalt/wp-includes/classes.php on line 1569<br />
</code></p>
<p>On I trudged ignoring the errors.  I was able to create a new pod, or at least it showed up on the screen, but when I refreshed, it was gone.</p>
<p>I started poking around the comments section of the site and found that the warnings would be cleared up in the next release.   I also noted that issues can be cleared up by removing the associated pods tables, and that they would be re-created.  However it looks like from my warnings that pods could not determine if it had already installed itself.  My suspicions were correct when I checked mysql and found that there were no pods tables found.</p>
<p>I&#8217;ll post more when 1.2.1 hits and the warnings go away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleasphalt.com/2008/11/30/pods-fail/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hey mac, give me my keyboard back!</title>
		<link>http://www.purpleasphalt.com/2008/11/28/hey-mac-give-me-my-keyboard-back/</link>
		<comments>http://www.purpleasphalt.com/2008/11/28/hey-mac-give-me-my-keyboard-back/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 18:12:29 +0000</pubDate>
		<dc:creator>David Herman</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.purpleasphalt.com/?p=84</guid>
		<description><![CDATA[I&#8217;m a recent mac convert and everything is as they say, Hunky Dory.  In windows I was rather proud in not having to take my fingers off the keyboad for most computing endeavors.  However, on sparkly new macbook things are were not so easy.
Web Forms:
The default behavior it seems is to tab between text and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a recent mac convert and everything is as they say, Hunky Dory.  In windows I was rather proud in not having to take my fingers off the keyboad for most computing endeavors.  However, on sparkly new macbook things <span style="text-decoration: line-through;">are</span> were not so easy.</p>
<p>Web Forms:<br />
The default behavior it seems is to tab between text and list boxes only.  That checkbox that says &#8220;Remember Me&#8221;, good luck selecting that with your keyboard.</p>
<p>Dialog Boxes:<br />
I&#8217;m also used to using the arrow keys to hit Cancel or Ok, which ever is not the default option.</p>
<p>To fix this problem change the settings from &#8220;Text boxes and Lists only&#8221; to &#8220;All Controls&#8221;</p>
<div id="attachment_85" class="wp-caption alignnone" style="width: 160px"><a href="http://www.purpleasphalt.com/wp-content/uploads/2008/11/keyboard-mouse.jpg"  rel="lightbox[roadtrip]"><img class="size-thumbnail wp-image-85" title="Keyboard and Mouse Settings" src="http://www.purpleasphalt.com/wp-content/uploads/2008/11/keyboard-mouse-150x150.jpg" alt="Get your keyboard back!" width="150" height="150" /></a><p class="wp-caption-text">Get your keyboard back!</p></div>
<p>This has now fixed one of the main pain points for me and my new mac.  There&#8217;s not much that I have issues with but this was one that really bothered me.  I just wish it was the default setting.  I&#8217;d love an application that would list all of the &#8220;newb&#8221; settings all in one place so that I could more easily change them, or know that they exist for that matter.</p>
<p>Some other things that I have found:</p>
<p>fn + delete = makes delete key a delete key and not a backspace key.</p>
<p>Speaking of the &#8216;fn&#8217; key, have an app that loves the F Keys like Eclipse?  You can default them to F1,F2 etc with the following change:</p>
<div id="attachment_91" class="wp-caption alignnone" style="width: 160px"><a href="http://www.purpleasphalt.com/wp-content/uploads/2008/11/keyboard-mouse-2.jpg"  rel="lightbox[roadtrip]"><img class="size-thumbnail wp-image-91" title="Function Keys" src="http://www.purpleasphalt.com/wp-content/uploads/2008/11/keyboard-mouse-2-150x150.jpg" alt="Use function keys by default" width="150" height="150" /></a><p class="wp-caption-text">Use function keys by default</p></div>
<p>Any other keyboard tips and tricks? Let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleasphalt.com/2008/11/28/hey-mac-give-me-my-keyboard-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
