<?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; Articles tagged as Mac OS X  | Tangential Musings</title>
	<atom:link href="http://danilo.ariadoss.com/tags/mac-os-x/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 set up Xdebug with webgrind for PHP Performance Profiling on Mac OS X 10.5 (Leopard)</title>
		<link>http://danilo.ariadoss.com/how-to-setup-xdebug-webgrind-php-performance-profiling-mac-os-x-leopard/</link>
		<comments>http://danilo.ariadoss.com/how-to-setup-xdebug-webgrind-php-performance-profiling-mac-os-x-leopard/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 07:22:36 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=311</guid>
		<description><![CDATA[This is a straightforward guide on how to setup and use Xdebug 2.0.4 with webgrind 1.0 for PHP Performance Profiling on Mac OS X 10.5 (Leopard). Xdebug is a powerful debugging and profiling tool for PHP. While, webgrind is a web-based alternative to kCacheGrind, which allows you to see bottlenecks in your code represented by [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-setup-xdebug-webgrind-php-performance-profiling-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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 copy password protected PDF data or content</title>
		<link>http://danilo.ariadoss.com/how-to-copy-password-protected-pdf-data-or-content/</link>
		<comments>http://danilo.ariadoss.com/how-to-copy-password-protected-pdf-data-or-content/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:22:18 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=228</guid>
		<description><![CDATA[I find that when I read a PDF document on my computer I like to take notes. Sometimes I get really lazy and just copy and paste chunks of text into a text file for future reference. But just a moment ago I tried to copy a bit of text and it said I needed [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-copy-password-protected-pdf-data-or-content/feed/</wfw:commentRss>
		<slash:comments>4</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>How to set up Apache, PHP, &amp; MySQL on Mac OS X 10.5 (Leopard)</title>
		<link>http://danilo.ariadoss.com/how-to-setup-apache-php-mysql-on-mac-os-x-105-leopard/</link>
		<comments>http://danilo.ariadoss.com/how-to-setup-apache-php-mysql-on-mac-os-x-105-leopard/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 23:11:14 +0000</pubDate>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://danilo.ariadoss.com/2007/12/16/how-to-setup-apache-php-mysql-on-mac-os-x-105-leopard/</guid>
		<description><![CDATA[Since I&#8217;m on winter break and have some spare time, I thought it would be helpful if I posted a little tutorial on how to setup Apache 2.2.6, PHP 5.2.4, and MySQL 5.0.45 on Mac OS X 10.5 (Leopard).  
I recently purchased a very sleek MacBook from Apple.com, thinking to myself, why not end [...]]]></description>
		<wfw:commentRss>http://danilo.ariadoss.com/how-to-setup-apache-php-mysql-on-mac-os-x-105-leopard/feed/</wfw:commentRss>
		<slash:comments>60</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! -->