<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Sadglobe</title>
	
	<link>http://www.sadglobe.com</link>
	<description>Distilled analysis</description>
	<lastBuildDate>Mon, 29 Jun 2009 11:50:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sadglobe" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sadglobe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Making validation with jquery-validate and Internet Explorer 6 work.</title>
		<link>http://www.sadglobe.com/2009/06/29/making-validation-with-jquery-validate-and-internet-explorer-6-work/</link>
		<comments>http://www.sadglobe.com/2009/06/29/making-validation-with-jquery-validate-and-internet-explorer-6-work/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 11:50:05 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery-validate]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=178</guid>
		<description><![CDATA[As a web developer, one of the more annoying things about forms is the validation part. Luckily there&#8217;s jquery-validate which makes validating forms as easy as just adding a simple class to an input field that needs validation.
However, during one of my latest projects I discovered that under certain conditions, jquery-validate doesn&#8217;t play nicely with [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer, one of the more annoying things about forms is the validation part. Luckily there&#8217;s <a href="http://docs.jquery.com/Plugins/Validation">jquery-validate </a>which makes validating forms as easy as just adding a simple class to an input field that needs validation.</p>
<p>However, during one of my latest projects I discovered that under certain conditions, jquery-validate doesn&#8217;t play nicely with Internet Explorer 6. By the time you will read this, things might have changed, but the issue I had was that no form validation was done at all.</p>
<p>After some Googling, it turned out the problem is caused by the fact that jquery-validate is encoded as <em>ISO-8859-1</em>. Since the page itself was using <em>UTF-8</em>, and Internet Explorer 6 seems to assume all scripts without a proper encoding defined must be using the same encoding as the page, this caused the validation to stop working.</p>
<p>The solution is simple however. You just need to change the line where jquery-validate is loaded :</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;jquery.validate.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></div></div>

<p>and add the proper encoding by adding <em>charset=&#8221;iso-8859-1&#8243;</em> to the script tag :</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;jquery.validate.js&quot; 
type=&quot;text/javascript&quot; charset=&quot;iso-8859-1&quot;&gt;&lt;/script&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2009/06/29/making-validation-with-jquery-validate-and-internet-explorer-6-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An easy guide to installing Windows 7 RC under VMware Fusion</title>
		<link>http://www.sadglobe.com/2009/05/07/an-easy-guide-to-installing-windows-7-rc-under-vmware-fusion/</link>
		<comments>http://www.sadglobe.com/2009/05/07/an-easy-guide-to-installing-windows-7-rc-under-vmware-fusion/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:43:18 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorial/Howto]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vmware fusion]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=147</guid>
		<description><![CDATA[Installing the Microsoft Windows 7 Release Candidate under VMware Fusion on the Mac isn&#8217;t difficult at all. Probably the hardest step is downloading Windows 7 RC itself. But for those who still are unsure (or plain lazy), this guide was written! And if that wasn&#8217;t enough, a Flickr photoset with even more screenshots is available.
Warning! [...]]]></description>
			<content:encoded><![CDATA[<p>Installing the <a href="http://www.microsoft.com/windows/windows-7/">Microsoft Windows 7</a> Release Candidate under <a href="http://www.vmware.com/products/fusion/">VMware Fusion</a> on the Mac isn&#8217;t difficult at all. Probably the hardest step is downloading Windows 7 RC itself. But for those who still are unsure (or plain lazy), this guide was written! And if that wasn&#8217;t enough, a <a href="http://www.flickr.com/photos/sadglobe/sets/72157617790955912/">Flickr photoset</a> with even more screenshots is available.<span id="more-147"></span></p>
<p><strong>Warning!</strong> Since Microsoft Windows 7 RC is still pre-release software, and the fact that officially VMware Fusion doesn&#8217;t support Windows 7 yet, <strong>install at your own risk!</strong>. As always, backup first.</p>
<p>Without further ado, let&#8217;s begin!</p>
<h3>Downloading Windows 7 RC</h3>
<p>Microsoft Windows 7 Release Candidate can be downloaded for free at:</p>
<p><a rel="nofollow" href="http://www.microsoft.com/windows/windows-7/download.aspx">www.microsoft.com/windows/windows-7/download.aspx</a></p>
<p>Don&#8217;t forget to actually read the instructions and information provided on this page. It&#8217;s actually very helpful and informative. Also please note that you&#8217;ll need a Windows Live ID if you want to download Windows 7 RC. If you have a Hotmail, MSN or Live.com email address, you already have a Windows Live ID. Otherwise,<a href="https://signup.live.com/"> sign up for one</a> for free.<br />
</p>
<p>Scroll down to the bottom of the page and choose whether you want to test drive the 32 bit or 64 bit version and pick your preferred language. </p>
<p>After logging in with your Windows Live ID you&#8217;ll eventually get to a screen with a big &#8216;<em>Download</em>&#8216; button. More importanly, this page also displays your product key. You&#8217;ll need this key to install Windows 7 RC so <strong>WRITE IT DOWN!</strong><br />
</p>
<p>When the download finishes, you are left with an iso disk image file. You can burn this disk image to a DVD-R, but since VMware Fusion also allows you to mount an iso file and use it like regular DVD media, we will do just that.</p>
<h3>Setting up your VMware Fusion virtual machine</h3>
<p>Select <em>File &gt; New</em> from the menu to create a new virtual machine.<br />
</p>
<p>If you (like me) are installing Windows 7 RC directly from the .iso file you downloaded, choose &#8216;<em>Continue without disk</em>&#8216;.<br />
</p>
<p>If you are installing Windows 7 RC from a DVD, choose &#8216;<em>Use operating system installation disk</em>&#8216; and select the correct DVD drive.</p>
<p>If you are installing Windows 7 RC from a .iso disk image file, Choose &#8216;<em>Use operating system installation disk image file</em>&#8216; and choose the Windows 7 RC disk image you downloaded.<br />
</p>
<p>Although Windows 7 RC isn&#8217;t yet supported by VMware Fusion, choosing &#8216;<em>Windows Server 2008</em>&#8216; as the operating system you will be installing works fine for installing Windows 7 RC. Of course, choose the 64 bit version of Windows Server 2008 from the list if you downloaded the 64 bit version of Windows 7 RC.<br />
</p>
<p>Enter the account name and password you like to use and enter the Windows product key you received during downloading Windows 7 RC.<br />
</p>
<p>Before Windows 7 RC will install, VMware Fusion will present you with a confirmation window. If you like to change some settings, like the amount of memory Windows 7 RC is allowed to use, choose the &#8216;<em>Customize Settings</em>&#8216;.<br />
</p>
<p>Choose the filename for the virtual machine. In my case, &#8216;<em>Windows 7 RC</em>&#8216; is descriptive enough.<br />
</p>
<h3>Installing Windows&#8230;</h3>
<p>Since we chose the VMware Fusion Easy Install option, and provided VMware Fusion with all the details it needs, there&#8217;s no need to enter any data during installation.</p>
<p>Depending on your system the installation will take 30 to 60 minutes. Also your virtual machine will reboot a few times. Don&#8217;t worry, this is normal.<br />
<br />
<br />
<br />
</p>
<h3>Log in for the first time</h3>
<p>At this point, Windows 7 RC is done installing. All we need to do now is log in with the credentials you entered earlier while creating the virtual machine.<br />
</p>
<h3>Installing VMware Tools</h3>
<p>Immediately after your first log in, VMware Tools will start installing. Just let it run because it will install some drivers needed for Windows 7 RC to operate correctly within VMware Fusion . Your virtual machine will reboot one more time after VMware Tools is installed.<br />
</p>
<h3>Congratulations&#8230; Enjoy Windows 7 RC!</h3>
<p>Log in again and you&#8217;re all done&#8230; At least, until Windows 7 RC will expire on June 1, 2010 :-)<br />
</p>
<p>If you still have any questions, please post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2009/05/07/an-easy-guide-to-installing-windows-7-rc-under-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclusive BioShock 2 debut footage on GT!</title>
		<link>http://www.sadglobe.com/2009/04/10/exclusive-bioshock-2-debut-footage-on-gt/</link>
		<comments>http://www.sadglobe.com/2009/04/10/exclusive-bioshock-2-debut-footage-on-gt/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 22:59:49 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[bioshock 2]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=133</guid>
		<description><![CDATA[Check out the exclusive BioShock 2 debut footage of GameTrailers.com. In it we finally get to see a Big sister and of course the famous Big Daddy drill in action. Only a few more months till Rapture awaits us all!

]]></description>
			<content:encoded><![CDATA[<p>Check out the exclusive BioShock 2 debut footage of <a href="http://www.gametrailers.com">GameTrailers.com</a>. In it we finally get to see a Big sister and of course the famous Big Daddy drill in action. Only a few more months till Rapture awaits us all!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=47806"/><param name="quality" value="high" /><embed src="http://www.gametrailers.com/remote_wrap.php?mid=47806" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2009/04/10/exclusive-bioshock-2-debut-footage-on-gt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First teaser picture of new game released by the Behemoth!</title>
		<link>http://www.sadglobe.com/2009/03/10/first-teaser-picture-of-new-game-released-by-the-behemoth/</link>
		<comments>http://www.sadglobe.com/2009/03/10/first-teaser-picture-of-new-game-released-by-the-behemoth/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:14:51 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[alien hominid]]></category>
		<category><![CDATA[castle crashers]]></category>
		<category><![CDATA[live arcade]]></category>
		<category><![CDATA[the behemoth]]></category>
		<category><![CDATA[xbla]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=125</guid>
		<description><![CDATA[The Behemoth, the game developer responsible for Castle Crashers and Alien Homonid today released the first teaser screenshot of their upcoming game.
Very little is known about this game, so in preperation of the planned trailer (March 18th!), this single screen shot is very welcome. Unfortunately though, it doesn&#8217;t tell us much.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thebehemoth.com/">The Behemoth</a>, the game developer responsible for Castle Crashers and Alien Homonid today released the first teaser screenshot of their upcoming game.</p>
<p>Very little is known about this game, so in preperation of the planned trailer (March 18th!), this single screen shot is very welcome. Unfortunately though, it doesn&#8217;t tell us much.</p>
<div id="attachment_126" class="wp-caption alignnone" style="width: 460px"><a href="http://www.sadglobe.com/wp-content/uploads/2009/03/game3_reveal.jpg" rel="lightbox"><img class="size-full wp-image-126" title="Screenshot of upcoming game of the Behemoth" src="http://www.sadglobe.com/wp-content/uploads/2009/03/game3_reveal.jpg" alt="If you liked the style of Castle Crashers, you will absolutely love this." width="450" height="253" /></a><p class="wp-caption-text">If you liked the style of Castle Crashers, you will absolutely love this.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2009/03/10/first-teaser-picture-of-new-game-released-by-the-behemoth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There really is something in the sea!</title>
		<link>http://www.sadglobe.com/2009/03/09/there-really-is-something-in-the-sea/</link>
		<comments>http://www.sadglobe.com/2009/03/09/there-really-is-something-in-the-sea/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 22:06:45 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[bioshock 2]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=119</guid>
		<description><![CDATA[In my previous post I discussed the new teaser site for Bioshock 2: Sea Of Dreams, the upcoming sequel of the highly successful video game Bioshock.
Since that post, they updated the web site and added some clues in the form of even more  news paper clippings, pictures and notes. Apparently, more girls aged 5 to 7 [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.sadglobe.com/2009/03/07/something-in-the-sea/">previous post</a> I discussed the <a href="http://www.somethinginthesea.com/">new teaser site</a> for <em>Bioshock 2: Sea Of Dreams</em>, the upcoming sequel of the highly successful video game <a href="http://www.2kgames.com/bioshock/">Bioshock</a>.</p>
<p>Since that post, they updated the web site and added some clues in the form of even more  news paper clippings, pictures and notes. Apparently, more girls aged 5 to 7 were abducted along the Atlantic coast of Europe, again by a &#8217;skinny monster&#8217; wearing a &#8216;red light&#8217;. The new content also mentions reports of strange red lights beneath the sea surface.</p>
<p>I&#8217;m very interested in how all these events and facts will fit in the story arc of Bioshock.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2009/03/09/there-really-is-something-in-the-sea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something in the sea?</title>
		<link>http://www.sadglobe.com/2009/03/07/something-in-the-sea/</link>
		<comments>http://www.sadglobe.com/2009/03/07/something-in-the-sea/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:24:01 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[bioshock 2]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=103</guid>
		<description><![CDATA[Once every few years there comes a game which manages to amaze everyone. In 2007, Bioshock did just that. Besides great game play and graphics, the true beauty of the game were it&#8217;s interesting story and atmosphere. So it&#8217;s not surprising that many of us are eagerly awaiting it&#8217;s sequel &#8216;Bioshock 2: Sea of Dreams&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Once every few years there comes a game which manages to amaze everyone. In 2007, <a href="http://www.2kgames.com/bioshock/">Bioshock</a> did just that. Besides great game play and graphics, the true beauty of the game were it&#8217;s interesting story and atmosphere. So it&#8217;s not surprising that many of us are eagerly awaiting it&#8217;s sequel &#8216;Bioshock 2: Sea of Dreams&#8217; which hopefully will be released this year.</p>
<p>Very little is known about the story of Bioshock 2. The <a href="http://www.gametrailers.com/player/41898.html">short teasing trailer</a> released in October 2008 revealed virtually nothing but successfully generated a lot of buzz, speculation and anticipation.</p>
<p>Recently, Take-Two launched a <a href="http://www.somethinginthesea.com/">teaser site</a> which like the October trailer doesn&#8217;t tell us much.</p>
<p><span id="more-103"></span><br />
The site&#8217;s background shows a map of the world with a marking &#8216;2/20/67&#8242; on the coast of Ireland. Besides this the site contains some newspaper clippings, notes and pictures. These seem to describe two main events which occurred at <a href="http://www.irelandmidwest.com/clare/beaches/Lahinch.htm">Lahinch Beach, Ireland</a> :</p>
<ul>
<li>Mysterious footprints found on the beach on February 17, 1967</li>
<li>The abduction of a 7 year old local girl</li>
</ul>
<p>Apparently the girl was abducted &#8220;very quick&#8221;, &#8220;thin&#8221;, &#8220;above average height attacker&#8221; wearing some &#8220;red light&#8221;. Furthermore the newspaper clipping of February 17 describes &#8220;mysterious crimson (red) lights under the surface of Liscannor Bay&#8221;. Could these red lights share the same source?</p>
<p>Also, a picture of a Big Daddy doll which was found a week before the abduction on the same beach is shown on the site. One of the notes speculates that the attacker of the girl could be a Big Daddy though they aren&#8217;t very quick or thin. Perhaps in Bioshock 2 we can expect a new Big Daddy variant?</p>
<p>The pictures with the footprints show very strange footprints. It&#8217;s safe to say that these footprints are from (the same being as) the attacker of the little girl. Also note the strange object (a ribbon?) in the top left corner of the picture.</p>
<p>Furthermore the site mentions a certain Jeremiah Lynch (aged 71) who seems to be the person who discovered the footprints.</p>
<p>The Bioshock 2: Sea Of Dreams teaser site can be found at:<br />
<a href="http://www.somethinginthesea.com/">http://www.somethinginthesea.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2009/03/07/something-in-the-sea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.5 released</title>
		<link>http://www.sadglobe.com/2008/03/29/wordpress-25-released/</link>
		<comments>http://www.sadglobe.com/2008/03/29/wordpress-25-released/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:32:26 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/?p=92</guid>
		<description><![CDATA[Finally! The latest version of Wordpress, version 2.5 has arrived! For many it was a long wait, but as I&#8217;m typing this message from the new administration panel I must say it was worth it (especially since the editor now seems to work properly with Safari!)
I&#8217;ve been following the development of this version on my [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-94" style="float: right;" title="Wordpress logo" src="http://www.sadglobe.com/wp-content/uploads/2008/03/wordpress-150x150.png" alt="" width="150" height="150" />Finally! The latest version of <a href="http://www.wordpress.org">Wordpress</a>, version 2.5 has arrived! For many it was a long wait, but as I&#8217;m typing this message from the new administration panel I must say it was worth it (especially since the editor now seems to work properly with Safari!)</p>
<p>I&#8217;ve been following the development of this version on my local sandbox install and each time I checked it out (literally through SVN) it got better and better.</p>
<p>If you are running an older version of Wordpress, it&#8217;s worth upgrading.</p>
<p>For more information on Wordpress 2.5 it&#8217;s new features, read the <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">announcement by Matt Mullenweg on the Wordpress Development Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2008/03/29/wordpress-25-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X tip: Easily change toolbar look of windows</title>
		<link>http://www.sadglobe.com/2008/03/26/mac-os-x-tip-easily-change-toolbar-look-of-windows/</link>
		<comments>http://www.sadglobe.com/2008/03/26/mac-os-x-tip-easily-change-toolbar-look-of-windows/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 19:37:34 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorial/Howto]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/2008/03/26/mac-os-x-tip-easily-change-toolbar-look-of-windows/</guid>
		<description><![CDATA[I just found out something very neat in Mac OS X which some of you might find handy. I&#8217;m sure this tip has been around and known for some time, but in case you haven&#8217;t heard of it before (like me),  read on.
By default, if you want to change the toolbar from say icons [...]]]></description>
			<content:encoded><![CDATA[<p>I just found out something very neat in Mac OS X which some of you might find handy. I&#8217;m sure this tip has been around and known for some time, but in case you haven&#8217;t heard of it before (like me),  read on.</p>
<p>By default, if you want to change the toolbar from say icons and text to just icons, you would do that through the View menu.  However, by clicking that &#8216;pill-like&#8217; button in the top right part of a window while holding down the Control (or Apple) key, you can easily switch between toolbar styles. It won&#8217;t work with all windows though, but so far, I succesfully tested it with Finder and <a href="http://colloquy.info/">Colloquy</a>.<br />
<img src="http://www.sadglobe.com/wp-content/uploads/2008/03/afbeelding-2.png" alt="afbeelding-2.png" /></p>
<p><img src="http://www.sadglobe.com/wp-content/uploads/2008/03/afbeelding-3.png" alt="afbeelding-3.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2008/03/26/mac-os-x-tip-easily-change-toolbar-look-of-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nintendo Wii’s WiiWare service live in Japan</title>
		<link>http://www.sadglobe.com/2008/03/25/nintendo-wiis-wiiware-service-live-in-japan/</link>
		<comments>http://www.sadglobe.com/2008/03/25/nintendo-wiis-wiiware-service-live-in-japan/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 19:02:11 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[WiiWare]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/2008/03/25/nintendo-wiis-wiiware-service-live-in-japan/</guid>
		<description><![CDATA[Finally, the WiiWare service for the Nintendo Wii has gone live. The first region to get their hands on the nine games available at launch is Japan, but the US and Europe will (hopefully) follow in May this year.
The list of launch titles for the WiiWare service is as follows :

Dr. Mario &#38; Virus Buster
Star [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sadglobe.com/wp-content/uploads/2008/03/329.jpg" title="WiiWare service button in Wii Shop channel" rel="lightbox"><img src="http://www.sadglobe.com/wp-content/uploads/2008/03/329.thumbnail.jpg" alt="WiiWare service button in Wii Shop channel" align="right" /></a>Finally, the WiiWare service for the Nintendo Wii has gone live. The first region to get their hands on the nine games available at launch is Japan, but the US and Europe will (hopefully) follow in May this year.</p>
<p>The list of launch titles for the WiiWare service is as follows :</p>
<ul>
<li>Dr. Mario &amp; Virus Buster</li>
<li>Star Soldier R.</li>
<li>Final Fantasy Crystal Chronicles: My Life as a King</li>
<li>Tenshi no Solitaire</li>
<li>Okiraku Ping Pong</li>
<li>Kotoba no Puzzle Mojipittan Wii</li>
<li>Saku Saku Animal Panic</li>
<li>Pokemon Farm</li>
<li>LONPOS</li>
</ul>
<p>Before you can use the WiiWare service, you first need to update the Wii system to the latest version, which will add the WiiWare service (when it&#8217;s live in your region) to the Wii Shop channel. Also, judging by the screenshots and information available, buying WiiWare games will be like buying Virtual Console games, using the same familiar interface.</p>
<p>At the moment, the prices will range from 500 Wii points to 1500 Wii points. One thing that raised concern is the fact that judging by the filesize of the games and the limited internal memory of the Nintendo Wii, it&#8217;s very possible you&#8217;ll soon run out of available space, especially if you also have some Virtual Console games installed.</p>
<p>Probably the coolest thing of WiiWare games (compared to Virtual Console games) is that they offer online functionality like online multi-player gaming, leaderboards etc (if supported by the game).</p>
<p>Some games can also be extended with additional downloadable content through the Nintendo Wi-Fi Connection Pay &amp; Play service.  At the moment, Final Fantasy Crystal Chronicles: My Life as a King,  Kotoba no Puzzle Mojipittan Wii and LONGPOS are the only games which support this functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2008/03/25/nintendo-wiis-wiiware-service-live-in-japan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to pair an Apple Remote with a specific Mac</title>
		<link>http://www.sadglobe.com/2008/03/22/how-to-pair-an-apple-remote-with-a-specific-mac/</link>
		<comments>http://www.sadglobe.com/2008/03/22/how-to-pair-an-apple-remote-with-a-specific-mac/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 21:22:02 +0000</pubDate>
		<dc:creator>DocGroove</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorial/Howto]]></category>
		<category><![CDATA[apple remote]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.sadglobe.com/2008/03/22/how-to-pair-an-apple-remote-with-a-specific-mac/</guid>
		<description><![CDATA[Recent Mac computers come with a handy remote control. This remote let&#8217;s you interact with programs like FrontRow, iTunes, iPhoto and it can even be used as a remote for Keynote.
However, if you have two or more Macs close to each other, both Macs will respond to any button pressed on the Apple Remote Control. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sadglobe.com/wp-content/uploads/2008/03/apple-remote.thumbnail.jpg" alt="Apple Remote Control" align="right" />Recent Mac computers come with a handy remote control. This remote let&#8217;s you interact with programs like FrontRow, iTunes, iPhoto and it can even be used as a remote for Keynote.</p>
<p>However, if you have two or more Macs close to each other, both Macs will respond to any button pressed on the Apple Remote Control. This is because by default, your Mac will respond to any Apple Remote.</p>
<p>Luckily you can change this behaviour by pairing each Apple Remote with one specific Mac. You can do this by holding the remote close to the Mac you want it to pair to while pressing the Menu and Next buttons simultaneously for about 5 seconds. A remote icon should appear on your screen when the pairing process was successful.</p>
<p>One thing you might want to do is temporarily disable the IR port on the other Macs by going to System Preferences and the Security pane. On the General tab, there&#8217;s a checkbox option which allows you to disable the IR receiver on your Mac. When you&#8217;re done, you can switch the IR receiver back on by unchecking the same checkbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sadglobe.com/2008/03/22/how-to-pair-an-apple-remote-with-a-specific-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

