<?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>rahji.com &#187; macintosh</title>
	<atom:link href="http://www.rahji.com/wordpress/category/macintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rahji.com/wordpress</link>
	<description>art &#038; technology</description>
	<lastBuildDate>Sun, 24 Jan 2010 06:29:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get your RSS feeds out of Mail.app (and into NetNewsWire)</title>
		<link>http://www.rahji.com/wordpress/2008/09/14/how-to-get-a-list-of-rss-feed-urls-from-mailapp/</link>
		<comments>http://www.rahji.com/wordpress/2008/09/14/how-to-get-a-list-of-rss-feed-urls-from-mailapp/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 02:13:37 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[macintosh]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[netnewswire]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/?p=138</guid>
		<description><![CDATA[If you use Mail.app to read RSS feeds and want to export the URLs for those feeds (maybe you want to use some other RSS reader now?), you can use this command.
(... more at rahji.com)
]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2008/09/14/how-to-get-a-list-of-rss-feed-urls-from-mailapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl template for TextMate</title>
		<link>http://www.rahji.com/wordpress/2008/03/17/perl-template-for-textmate/</link>
		<comments>http://www.rahji.com/wordpress/2008/03/17/perl-template-for-textmate/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:54:00 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[macintosh]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/2008/03/17/perl-template-for-textmate/</guid>
		<description><![CDATA[Here&#8217;s how you can create perl scripts in TextMate, starting from a template instead of a blank screen.

(... more at rahji.com)
]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2008/03/17/perl-template-for-textmate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TextMate Syntax Highlighting for AVR Libc</title>
		<link>http://www.rahji.com/wordpress/2007/09/27/textmate-syntax-highlighting-for-avr-libc/</link>
		<comments>http://www.rahji.com/wordpress/2007/09/27/textmate-syntax-highlighting-for-avr-libc/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 21:51:53 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[electronica]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[libc]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/27/textmate-syntax-highlighting-for-avr-libc/</guid>
		<description><![CDATA[This isn&#8217;t perfect, but it should do a pretty good job of highlighting your C source if you&#8217;re using TextMate to program an AVR using AVR Libc.  

(... more at rahji.com)
]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2007/09/27/textmate-syntax-highlighting-for-avr-libc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting data from MS Access files on MacOS X</title>
		<link>http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/</link>
		<comments>http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 17:21:25 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[macintosh]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/</guid>
		<description><![CDATA[The only real way that I've found to extract data from an MS Access .mdb file on MacOS X is to use mdbtools. If you aren't familiar with the unix underpinnings of MacOS X, this information might be too much for you. Otherwise, this is a step-by-step list of what I had to do to get mdbtools to compile and get useful data from a .mdb]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to burn a DVD From a .img file</title>
		<link>http://www.rahji.com/wordpress/2006/06/25/how-to-burn-a-dvd-from-img-file/</link>
		<comments>http://www.rahji.com/wordpress/2006/06/25/how-to-burn-a-dvd-from-img-file/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 14:01:20 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[macintosh]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/articles/3</guid>
		<description><![CDATA[These are instructions for burning a DVD disc when what you've been given is a .img (Disk Image) file. The instructions are for users of MacOS X. If you're using Windows or Linux, check Google for other pages like this one.]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2006/06/25/how-to-burn-a-dvd-from-img-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cicero Dashboard Widget</title>
		<link>http://www.rahji.com/wordpress/2005/10/25/cicero-dashboard-widget/</link>
		<comments>http://www.rahji.com/wordpress/2005/10/25/cicero-dashboard-widget/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 22:17:45 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/04/22/cicero/</guid>
		<description><![CDATA[My Cicero Dashboard Widget allows you to instantly copy a chunk of "Lorem Ipsum" to your clipboard with a single click on your Mac OS X Dashboard.  Download it now.]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2005/10/25/cicero-dashboard-widget/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Skull &amp; Bones Dashboard Widget</title>
		<link>http://www.rahji.com/wordpress/2005/10/23/skull-bones-dashboard-widget/</link>
		<comments>http://www.rahji.com/wordpress/2005/10/23/skull-bones-dashboard-widget/#comments</comments>
		<pubDate>Sun, 23 Oct 2005 15:23:43 +0000</pubDate>
		<dc:creator>rob duarte</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.rahji.com/wordpress/2005/10/23/skull-bones-dashboard-widget/</guid>
		<description><![CDATA[Just in time for Halloween comes a creepy skull &#38; crossbones to adorn your Mac OS X Dashboard.  Download it here.]]></description>
		<wfw:commentRss>http://www.rahji.com/wordpress/2005/10/23/skull-bones-dashboard-widget/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
