<?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>Too Much Information &#187; tip</title>
	<atom:link href="http://alex.tsd.net.au/cpill/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://alex.tsd.net.au/cpill</link>
	<description>Code, Berlin, design, poetry, information, travel, learning ...</description>
	<lastBuildDate>Fri, 21 May 2010 13:10:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1-beta1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert .dmg to .iso</title>
		<link>http://alex.tsd.net.au/cpill/2008/01/07/convert-dmg-to-iso/</link>
		<comments>http://alex.tsd.net.au/cpill/2008/01/07/convert-dmg-to-iso/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 17:23:00 +0000</pubDate>
		<dc:creator>CpILL</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://alex.tsd.net.au/cpill/2008/01/07/convert-dmg-to-iso/</guid>
		<description><![CDATA[
 hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso

For Mac OSX only of course
]]></description>
		<wfw:commentRss>http://alex.tsd.net.au/cpill/2008/01/07/convert-dmg-to-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>handy Javascript debugging function</title>
		<link>http://alex.tsd.net.au/cpill/2007/11/21/handy-javascript-debugging-function/</link>
		<comments>http://alex.tsd.net.au/cpill/2007/11/21/handy-javascript-debugging-function/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 12:34:21 +0000</pubDate>
		<dc:creator>CpILL</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://alex.tsd.net.au/cpill/2007/11/21/handy-javascript-debugging-function/</guid>
		<description><![CDATA[Actually taken from the JS v1.4 Guide and modified to be a little more useful:

function showme&#40;obj, obj_name&#41; &#123;
   var result = &#34;&#34;
   var null_list = &#34;&#34;;
   obj_name = &#40;obj_name != ''&#41;? obj_name: 'obj';
   for &#40;var i in obj&#41; &#123;
		if&#40;obj&#91;i&#93; != null &#38;&#38; obj&#91;i&#93; != ''&#41;
			result += obj_name [...]]]></description>
		<wfw:commentRss>http://alex.tsd.net.au/cpill/2007/11/21/handy-javascript-debugging-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webby Awards judging criteria</title>
		<link>http://alex.tsd.net.au/cpill/2007/06/06/webby-awards-judging-criteria/</link>
		<comments>http://alex.tsd.net.au/cpill/2007/06/06/webby-awards-judging-criteria/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 14:31:09 +0000</pubDate>
		<dc:creator>CpILL</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[interactivity]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://alex.tsd.net.au/cpill/2007/06/06/webby-awards-judging-criteria/</guid>
		<description><![CDATA[The Webbys were just on and Erika was a jduge and attended the ceremony. If you want win a webby award you have to try and scrore high the following:

Content
Content is the information provided on the site. It is not just text, but music, sound, animation, or video &#8212; anything that communicates a sites body [...]]]></description>
		<wfw:commentRss>http://alex.tsd.net.au/cpill/2007/06/06/webby-awards-judging-criteria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache, mod_rewrite on Mac OS X</title>
		<link>http://alex.tsd.net.au/cpill/2007/03/08/apache-mod_rewrite-on-mac-os-x/</link>
		<comments>http://alex.tsd.net.au/cpill/2007/03/08/apache-mod_rewrite-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:51:33 +0000</pubDate>
		<dc:creator>CpILL</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://alex.tsd.net.au/cpill/2007/03/08/apache-mod_rewrite-on-mac-os-x/</guid>
		<description><![CDATA[Here a quick list of things to remember when trying to debug Apache on Mac OS X (10.4.8 anyway):

Apache
Command line control of Apache:

&#8220;sudo apachectl start &#8221; &#8211; to start the Apache process
&#8220;sudo apachectl stop&#8221; &#8211; to stop the Apache process
&#8220;sudo apachectl restart&#8221; &#8211; to restart the Apache process

Folders to find Apaches config files (In the [...]]]></description>
		<wfw:commentRss>http://alex.tsd.net.au/cpill/2007/03/08/apache-mod_rewrite-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Regular Expression to remove HTML tables</title>
		<link>http://alex.tsd.net.au/cpill/2006/09/12/regular-expression-to-remove-html-tables/</link>
		<comments>http://alex.tsd.net.au/cpill/2006/09/12/regular-expression-to-remove-html-tables/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 15:27:06 +0000</pubDate>
		<dc:creator>CpILL</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://alex.tsd.net.au/cpill/2006/09/12/regular-expression-to-remove-html-tables/</guid>
		<description><![CDATA[Just figured out this regular expression to remove all tables from a HTML document:

&#60;/?table[^&#62;]*&#62;&#124;&#60;/?tr[^&#62;]*&#62;&#124;&#60;/?td[^&#62;]*&#62;&#124;&#60;/?thead[^&#62;]*&#62;&#124;&#60;/?tbody[^&#62;]*&#62;

Extremely useful for cleaning up prehistoric mark-up with a text editor that supports regular expression find-and-replace searches.
And to go all the way, this one removes font tags too:

&#60;/?table[^&#62;]*&#62;&#124;&#60;/?tr[^&#62;]*&#62;&#124;&#60;/?td[^&#62;]*&#62;&#124;&#60;/?thead[^&#62;]*&#62;&#124;&#60;/?tbody[^&#62;]*&#62;&#124;&#60;/?font[^&#62;]*&#62;

]]></description>
		<wfw:commentRss>http://alex.tsd.net.au/cpill/2006/09/12/regular-expression-to-remove-html-tables/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
