<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="0.92">
<channel>
	<title>Madness and Macness</title>
	<link>http://madross.com</link>
	<description>groovy</description>
	<lastBuildDate>Tue, 09 Jan 2007 12:12:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Convert Windows Line endings to Unix / OS X</title>
		<description>After reading a Windows user's nightmare of having to convert hundreds of files, I thought I'd post this solution. If you need to convert Windows line endings to Mac / Unix ones, you need to execute this command in Terminal. (This solution doesn't add extra line-endings that some do)


$ cd ...</description>
		<link>http://madross.com/blog/convert-windows-line-endings-to-unix-os-x/</link>
			</item>
	<item>
		<title>Remove the iTunes DRM with Roxio Toast Titanium</title>
		<description>Apple allows you to burn a particular playlist to a CD a maximum of 7 times. You can use this method to remove the DRM and so play music that you yourself purchased on a player of your choice. However, if you don't want to 'waste' a CD in the ...</description>
		<link>http://madross.com/blog/remove-the-itunes-drm-with-roxio-toast-titanium/</link>
			</item>
	<item>
		<title>Set up multiple Apache virtual hosts in OS X</title>
		<description>When you are developing websites in OS X, you'll often want to be able to have a unique test domain for site. For example, my testing domain for this site on localhost is
madross.lh  [the lh for localhost, use anything you like]
For j-cafe.com , I use j-cafe.lh

To do do this ...</description>
		<link>http://madross.com/blog/set-up-multiple-apache-virtual-hosts-in-os-x/</link>
			</item>
	<item>
		<title>BBCode Spam Plugin</title>
		<description>If you get a lot of spam with multiple BBCode links this will stop them. If it finds [/url] anywhere in the text it'll give the poster a chance to modify the post and repost it. It's unlikely that [/url] is required by a legitimate poster so it won't impact ...</description>
		<link>http://madross.com/blog/bbcodespam/</link>
			</item>
	<item>
		<title>Miscellaneous Terminal Basics</title>
		<description>This is a random list of useful stuff for Terminal beginners. I'll just add things as they come to mind.

TextWrangler
Rather than trying to faff around in Pico or vi, you can use the excellent and free Textwrangler from Barebones.

Want to edit an invisible file like .profile? Just drag a directory ...</description>
		<link>http://madross.com/blog/miscellaneous-terminal-basics/</link>
			</item>
	<item>
		<title>Speed up Azureus in OS X</title>
		<description>This is about as basic as it gets. The BitTorrent client, Azureus, can be a memory hog if you leave it visible. Simply do Command-H whenever you want to switch out of it. I find the CPU dropping from 20% to 3%. Your mileage may vary. </description>
		<link>http://madross.com/blog/speed-up-azureus-in-os-x/</link>
			</item>
	<item>
		<title>Remove the iTunes DRM</title>
		<description>A look at the possible methods of removing the DRM in iTunes, advantages, disadvantages, and their legal implications
Part 1: the 'Apple' method and hints to avoid major loss of quality, 
Part 2: removing the DRM without loss of quality

Note: this article is only about music that you have bought and ...</description>
		<link>http://madross.com/blog/remove-the-itunes-drm/</link>
			</item>
	<item>
		<title>Removing the iTunes DRM (part 2)</title>
		<description>In part 1, we explained how to remove the iTunes DRM using a method that is OK by Apple, and is 100% legal. This method has disadvantages in that there is a reduction of quality and it's time consuming. If that doesn't bother you then that's probably the way to ...</description>
		<link>http://madross.com/blog/removing-the-itunes-drm-2/</link>
			</item>
	<item>
		<title>How to size text with CSS</title>
		<description>For those in a hurry!

After years of trying we can now use pure CSS to let users read text the size they want it. All, it takes is
body {
font-size: 76%; /*sets a standard base of 12pixel*/
}

and from then on use ems like this:

h1{
font-size: 1.34em /*set base header 1 to 16px*/

}



Intro
We ...</description>
		<link>http://madross.com/blog/how-to-size-text-with-css/</link>
			</item>
</channel>
</rss>
