<?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>zytzagoo's den. &#187; Uncategorized</title>
	<atom:link href="http://zytzagoo.net/blog/categories/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog</link>
	<description>On life, web dev and everything in between.</description>
	<lastBuildDate>Wed, 09 Jun 2010 15:45:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Barcamp 2 recap.</title>
		<link>http://zytzagoo.net/blog/2009/01/24/barcamp-2-recap/</link>
		<comments>http://zytzagoo.net/blog/2009/01/24/barcamp-2-recap/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 02:10:52 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=124</guid>
		<description><![CDATA[Was at the anti-conference  today. &#8217;twas cool. Nothing spectacular tho, but saw a bunch of folks I haven&#8217;t seen in a while, which was cool. As usual, it&#8217;s all about the networking effect. If you want knowledge and deep insights, stick to googlin&#8217;.
The 6 degrees of separation thing turned out to be so fucking true [...]]]></description>
			<content:encoded><![CDATA[<p>Was at the anti-conference  today. &#8217;twas cool. Nothing spectacular tho, but saw a bunch of folks I haven&#8217;t seen in a while, which was cool. As usual, it&#8217;s all about the networking effect. If you want knowledge and deep insights, stick to googlin&#8217;.</p>
<p>The 6 degrees of separation thing turned out to be so fucking true it was unbelievable! Croatia is just one fuckin&#8217; giant village, no matter what anyone says.</p>
<p>P.S.<br />
Good times with the crew that went out for drinks afterwards &#8212; we should do it again soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/01/24/barcamp-2-recap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Media Douchebags Explained</title>
		<link>http://zytzagoo.net/blog/2008/04/29/new-media-douchebags-explained/</link>
		<comments>http://zytzagoo.net/blog/2008/04/29/new-media-douchebags-explained/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:32:37 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=59</guid>
		<description><![CDATA[Oldie but goldie!

]]></description>
			<content:encoded><![CDATA[<p>Oldie but goldie!</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/zSP8xm_gaK4"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/zSP8xm_gaK4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2008/04/29/new-media-douchebags-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A PHP script for removing Thumbs.db, .DS_Store, MacOS hidden and other annoying files</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/</link>
		<comments>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 14:33:05 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Todo]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43</guid>
		<description><![CDATA[Tired of explaining to others how to turn off thumbnail caching on Windows, how to install TinkerTool on Mac? Deleted your fair share of those damn files manually? Me too! Never again!

/**
* housekeeping.php
*
* Removes various annoying hidden and/or useless files leftover from
* different people doing different stuff on the filesystem using
* various OSes.
*/

Source: housekeeping.php (5KB, [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of explaining to others how to turn off thumbnail caching on Windows, how to install TinkerTool on Mac? Deleted your fair share of those damn files manually? Me too! Never again!</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/**
* housekeeping.php
*
* Removes various annoying hidden and/or useless files leftover from
* different people doing different stuff on the filesystem using
* various OSes.
*/</span></pre></div></div>

<p>Source: <a href="http://zytzagoo.net/code/housekeeping/housekeeping.phps">housekeeping.php</a> (5KB, .phps file)</p>
<p>When and how you invoke the function (cron or scheduled tasks, manually, before/after/during some scm process, on login/logout&#8230;) is up to you.</p>
<p>Questions, comments, etc &#8212; use the form below. Enjoy nuking those files.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Teh blog lookz sexeh!</title>
		<link>http://zytzagoo.net/blog/2008/01/22/teh-blog-lookz-sexeh/</link>
		<comments>http://zytzagoo.net/blog/2008/01/22/teh-blog-lookz-sexeh/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 15:47:24 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/01/22/teh-blog-lookz-sexeh/</guid>
		<description><![CDATA[Big thanks to Marko Kršul (the creative) and Marko Dugonjić (teh c0d3R). If you like the theme, you can grab it here, it comes in 2 flavors.
I&#8217;ve modified some font-sizes for now, and plan on doing some other stuff later on.
]]></description>
			<content:encoded><![CDATA[<p>Big thanks to <a href="http://ii.teribl.org/">Marko Kršul</a> (the creative) and <a href="http://www.maratz.com/blog/">Marko Dugonjić</a> (teh c0d3R). If you like the theme, you can <a href="http://www.maratz.com/blog/archives/2008/01/22/2-balanced-wordpress-themes/">grab it here</a>, it comes in 2 flavors.</p>
<p>I&#8217;ve modified some font-sizes for now, and plan on doing some other stuff later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2008/01/22/teh-blog-lookz-sexeh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
