<?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>Tangential Musings&#187; Apple Articles  | Tangential Musings</title>
	<atom:link href="http://danilo.ariadoss.com/category/off-topic/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://danilo.ariadoss.com</link>
	<description>Incoherent babble served on a silver platter.</description>
	<lastBuildDate>Sun, 10 Jan 2010 13:11:18 +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 recursively remove .DS_Store files on Mac OS X</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/</link>
		<comments>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:39:49 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265</guid>
		<description><![CDATA[The following command will remove all .DS_Store files in a directory where it is executed as well as that particular directory&#8217;s subdirectories:
find . -name '*.DS_Store' -type f -delete
Why would you want to remove .DS_Store files? The .DS_Store files store Finder-specific preferences concerning the display of each of your folders. Removing these files is an easy [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to set up virtual hosts in the MAMP environment</title>
		<link>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/</link>
		<comments>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:46:21 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=246</guid>
		<description><![CDATA[I don&#8217;t personally use the MAMP application nor do I condone its use. However, a reader posted a comment asking how to setup virtual hosts within MAMP. So here you go: A simple guide on how to setup named-based virtual hosts in the MAMP environment.
If you want what&#8217;s in my opinion a more stable and [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to set up virtual hosts on Mac OS X 10.5 (Leopard)</title>
		<link>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/</link>
		<comments>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 14:03:59 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=190</guid>
		<description><![CDATA[This is a simple guide on how to setup name-based virtual hosts in Apache on Mac OS X 10.5 (Leopard). This tutorial is intended as a supplement to my article, How to setup Apache, PHP, &#038; MySQL on Mac OS X 10.5 (Leopard).
What are virtual hosts used for?
In the case of this tutorial we will [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to change a file&#8217;s last modified and creation dates on Mac OS X</title>
		<link>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/</link>
		<comments>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/#comments</comments>
		<pubDate>Sun, 31 May 2009 11:00:57 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=164</guid>
		<description><![CDATA[This a very simple guide on how to change a file&#8217;s date modified and date created attributes on Mac OS X (this should work on both 10.4 Tiger and 10.5 Leopard).
Date Format Key:
YYYY &#8211; The year (the first two digits/century can be omitted).
MM &#8211; The month of the year, from 1 to 12.
DD &#8211; The [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Best Web Browsers for Mac Users</title>
		<link>http://danilo.ariadoss.com/best-web-browsers-for-mac-users/</link>
		<comments>http://danilo.ariadoss.com/best-web-browsers-for-mac-users/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:28:33 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/2007/09/25/best-web-browsers-for-mac-users/</guid>
		<description><![CDATA[A listing of my favorite web browsers for Mac users.]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/best-web-browsers-for-mac-users/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->