<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Sirbastian Manning</title>
	<link>http://sirbastian.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 11 Sep 2008 20:36:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Faces</title>
		<description><![CDATA[Because I was bored&#8230;

]]></description>
		<link>http://sirbastian.com/blog/faces/</link>
			</item>
	<item>
		<title>Autorate ruined my life</title>
		<description><![CDATA[The Autorate application ruined my life.
I use to have all of my music rated in a way that made it perfect for listening to while I was riding my bike.

5 = Awesome songs that would get me pumped and that I would never have to skip while riding
4 = All the songs that I just [...]]]></description>
		<link>http://sirbastian.com/blog/autorate-ruined-my-life/</link>
			</item>
	<item>
		<title>Another redesign</title>
		<description><![CDATA[Well I finally came up with a layout involving a sidebar that I actually quite like. It&#8217;s not finished yet as I&#8217;ve still got to sort out some of the little things, like the individual blog post pages and comments etc. but it&#8217;s good enough to start moving everything into it.

I&#8217;m really pleased I&#8217;ve actually [...]]]></description>
		<link>http://sirbastian.com/blog/another-redesign/</link>
			</item>
	<item>
		<title>Rock solid javascript addEvent()</title>
		<description><![CDATA[Rock solid addEvent() written, again, by Dustin Diaz (my internet super hero). 

	function addEvent( obj, type, fn ) {
		if (obj.addEventListener) {
			obj.addEventListener( type, fn, false );
			EventCache.add(obj, type, fn);
		}
		else if (obj.attachEvent) {
			obj["e"+type+fn] = fn;
			obj[type+fn] = function() { obj["e"+type+fn]( window.event ); }
			obj.attachEvent( &#8220;on&#8221;+type, obj[type+fn] );
			EventCache.add(obj, type, fn);
		}
		else {
			obj["on"+type] = obj["e"+type+fn];
		}
	}

	var EventCache = function(){
		var listEvents = [];
		return {
			listEvents : [...]]]></description>
		<link>http://sirbastian.com/blog/rock-solid-javascript-addevent/</link>
			</item>
	<item>
		<title>Mac dictionary definition for the word &#8216;Bogart&#8217;</title>
		<description><![CDATA[Notice anything odd in this picture?

Made for a brief chuckle.
]]></description>
		<link>http://sirbastian.com/blog/mac-dictionary-definition-for-the-word-bogart/</link>
			</item>
	<item>
		<title>The joy of css frameworks</title>
		<description><![CDATA[When I began web development 4 years ago I started out learning HTML and CSS on a &#8216;Web Design &#038; Programming&#8217; forum, the forum was full of very elitist people who would completely rip apart a design and give harsh (but very useful) criticism (usually to do with web standards) if the code was not [...]]]></description>
		<link>http://sirbastian.com/blog/the-joy-of-css-frameworks/</link>
			</item>
	<item>
		<title>The most stupid search message ever</title>
		<description><![CDATA[I just tried to search the MAMP forum for everything related to databases and this was my result:

I had to use &#8216;*database*&#8217; instead.
The only word I can think of to describe this is: Stupid. 
Talk about poor usability. Ah well I never have liked phpBB
]]></description>
		<link>http://sirbastian.com/blog/the-most-stupid-search-message-ever/</link>
			</item>
	<item>
		<title>My mac software/tweak recommendations v1</title>
		<description><![CDATA[
Yesterday I decided it was time to backup my laptop and reinstall leopard. 
The following guide is the steps I&#8217;ve taken to get my Macbook Pro back to how it was set up before the format. I primarily use my laptop for web development so a lot of this stuff wont be useful to some [...]]]></description>
		<link>http://sirbastian.com/blog/my-mac-softwaretweak-recommendations-v1/</link>
			</item>
	<item>
		<title>My laptop is slowly going insane</title>
		<description><![CDATA[For about a month I&#8217;ve had my wallpaper set to change randomly every couple of minutes, which was pretty cool for a while but now it&#8217;s starting to irritate me. 
I&#8217;ve tried about 6 times to change it it a fixed wallpaper but it still insists on changing it ever 2 minutes (it just changed [...]]]></description>
		<link>http://sirbastian.com/blog/my-laptop-is-slowly-going-insane/</link>
			</item>
	<item>
		<title>Diablo 3 looks amaaaaaaazing</title>
		<description><![CDATA[I just watched the gameplay video for the new Diablo game and it blew my mind. I was a big huge fan of Diablo 2 and I spent a lot of time playing it online (I had a full set of Trang-Oul at one time. woo) so it makes me happy that the new one [...]]]></description>
		<link>http://sirbastian.com/blog/diablo-3-looks-amaaaaaaazing/</link>
			</item>
</channel>
</rss>
