<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Tangential Musings&#187;  | Tangential Musings</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to set up Xdebug with webgrind for PHP Performance Profiling on Mac OS X 10.5 (Leopard)</title>
		<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>
		<link>http://danilo.ariadoss.com/how-to-setup-xdebug-webgrind-php-performance-profiling-mac-os-x-leopard/</link>
			</item>
	<item>
		<title>Time management is a waste of time!</title>
		<description><![CDATA[For those of you who didn&#8217;t learn your lesson in, The No BS Guide To Getting Things Done, here is something further to waste your time reading. Hopefully this will point you in the right direction (or maybe not). Oh, and guess what? It&#8217;s incomplete. Why? Time management is a waste of time.
Time management is [...]]]></description>
		<link>http://danilo.ariadoss.com/time-management-is-a-waste-of-time/</link>
			</item>
	<item>
		<title>The No BS Guide To Getting Things Done</title>
		<description><![CDATA[Step 1: Stop reading this and do what you need to do!
If you&#8217;re still reading this stop! Seriously, quit wasting your time with blogs and other distractions and just get to work. Focus, focus, focus. Productivity books, articles, audiobooks, manifestos, etc. are all major timesinks (i.e. significant wastes of time). I wouldn&#8217;t even know what [...]]]></description>
		<link>http://danilo.ariadoss.com/the-no-bs-guide-to-getting-things-done/</link>
			</item>
	<item>
		<title>How to recursively remove .DS_Store files on Mac OS X</title>
		<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>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/</link>
			</item>
	<item>
		<title>How to set up virtual hosts in the MAMP environment</title>
		<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>
		<link>http://danilo.ariadoss.com/how-to-setup-virtual-hosts-mamp-environment/</link>
			</item>
	<item>
		<title>How to copy password protected PDF data or content</title>
		<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>
		<link>http://danilo.ariadoss.com/how-to-copy-password-protected-pdf-data-or-content/</link>
			</item>
	<item>
		<title>How to set up virtual hosts on Mac OS X 10.5 (Leopard)</title>
		<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>
		<link>http://danilo.ariadoss.com/setup-virtual-hosts-mac-os-x-leopard/</link>
			</item>
	<item>
		<title>How to change a file&#8217;s last modified and creation dates on Mac OS X</title>
		<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>
		<link>http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/</link>
			</item>
	<item>
		<title>The Essential Guide to Open Source Web Design Part 0</title>
		<description><![CDATA[Want to learn how to design professional websites using only freely available open source tools?  I thought it might be an interesting topic and if you share this interest please don&#8217;t hesitate to comment with what you&#8217;d like to learn about (this will help me determine whether or not it will be worth while [...]]]></description>
		<link>http://danilo.ariadoss.com/open-source-web-design-guide/</link>
			</item>
	<item>
		<title>How to set up Apache, PHP, &amp; MySQL on Mac OS X 10.5 (Leopard)</title>
		<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>
		<link>http://danilo.ariadoss.com/how-to-setup-apache-php-mysql-on-mac-os-x-105-leopard/</link>
			</item>
</channel>
</rss>
