<?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>World Gone Web &#187; Mac OS X</title>
	<atom:link href="http://www.samanthahalfon.net/worldgoneweb/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samanthahalfon.net/worldgoneweb</link>
	<description></description>
	<lastBuildDate>Sat, 17 Apr 2010 22:51:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript Completion in Textmate</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/javascript-completion-in-textmate/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/javascript-completion-in-textmate/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 22:51:03 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=363</guid>
		<description><![CDATA[

Thomas Aylott, the author of the JavaScript Bundle for Textmate, announced that he added the completion feature to his package. This is great news. as far as I know, this is the first completion made available for Textmate and I understand it is easily extended so we could see several other languages being supported soon. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/javascript-completion-in-textmate/&amp;shorturl=http://bit.ly/9lBOTt&amp;title=Javascript+Completion+in+Textmate&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p><img src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/04/Screen-shot-2010-04-18-at-12.20.54-AM-300x153.png" alt="" title="TextMate JavaScript Bundle" width="356" height="184" class="aligncenter size-medium wp-image-364" /></p>
<p><a href="http://subtlegradient.com/articles/">Thomas Aylott</a>, the author of the <a href="http://github.com/subtleGradient/javascript.tmbundle">JavaScript Bundle for Textmate</a>, announced that he added the <a href="http://subtlegradient.com/articles/2008/09/21/new_textmate_code_completion_and_smart_tooltips.html">completion feature</a> to his package. This is great news. as far as I know, this is the first completion made available for Textmate and I understand it is easily extended so we could see several other languages being supported soon. If that&#8217;s the case, this will make Textmate a real contender not only to text editors but full featured IDE. This is exiting.</p>
<p>To install the bundle, just head over to <a href="http://github.com/subtleGradient">Thomas Aylott&#8217;s GitHub page</a> and download the <a href="http://github.com/subtleGradient/javascript.tmbundle">Javascript bundle</a> (not the Javascript-tools one) and extract it. Rename the generated folder javascript.bundle and double click it. Once the bundle is installed, enter the beginning of a javascript line of code and press option+escape to show the completion.</p>
<p>At first, I was getting the following error message in Textmate:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">/</span>ruby<span style="color: #000000; font-weight: bold;">/</span>1.8<span style="color: #000000; font-weight: bold;">/</span>rubygems<span style="color: #000000; font-weight: bold;">/</span>custom_require.rb:27:<span style="color: #000000; font-weight: bold;">in</span> <span style="color: #000000; font-weight: bold;">`</span>gem_original_require<span style="color: #ff0000;">': no such file to load -- json (MissingSourceFile)</span></div></td></tr></tbody></table></div>
</p>
<p>It was fixed by running the following command</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> json</div></td></tr></tbody></table></div></p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/javascript-completion-in-textmate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Fink on Mac OS X 10.6</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/installing-fink-on-mac-os-x-10-6/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/installing-fink-on-mac-os-x-10-6/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 06:34:38 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/2010/installing-fink-on-mac-os-x-10-6/</guid>
		<description><![CDATA[

Before I was a mac user, I have used Windows and Linux for several years. I still use Linux daily (via SSH) and I still see Windows running on machines all around me. From these two worlds, there are very few things that I am missing on Mac OS X.

From the Windows world, I would [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/installing-fink-on-mac-os-x-10-6/&amp;shorturl=http://bit.ly/9tHr8E&amp;title=Installing+Fink+on+Mac+OS+X+10.6&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p><img src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/04/finkLogo.png" alt="" title="finkLogo" width="171" height="85" class="alignleft size-full wp-image-341" /></p>
<p>Before I was a mac user, I have used Windows and Linux for several years. I still use Linux daily (via SSH) and I still see Windows running on machines all around me. From these two worlds, there are very few things that I am missing on Mac OS X.</p>
<p><img src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/04/amarokLogo.png" alt="" title="amarokLogo" width="370" height="45" class="alignright size-full wp-image-342" /></p>
<p>From the Windows world, I would like to get AnyDVD, DVD Shrink (that is a cool name for a cool soft) and IrfanView. From my Linux setup, there is one thing that I’ve missed: <a href="http://amarok.kde.org/">Amarok</a>.<br />
Every now and then I try to compile Amarok on my mac. So far I had tried using MacPorts but this week end, I found out it could also work using FInk so I tried to install it. Fink is a linux port for Mac OS X which works pretty closely to aptitude on Debian.<br />
The installation, on Snow Leopard, can only be done from the source but it’s simple enough:</p>
<p>Install Apple XCode<br />
<a href="http://downloads.sourceforge.net/fink/fink-0.29.10.tar.gz">Download the Fink source</a><br />
Untar the package</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;br /&gt;<br />
tar -xvzf fink-0.29.10.tar.gz&lt;br /&gt;</div></td></tr></tbody></table></div>
<p>
Launch the bootstarp file</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd fink-0.29.10&lt;br /&gt;<br />
./bootstrap&lt;/p&gt;<br />
&lt;p&gt;</div></td></tr></tbody></table></div>
<p>
Add fink to your path</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/sw/bin/pathsetup.sh</div></td></tr></tbody></table></div>
<p>
Update fink</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">fink selfupdate</div></td></tr></tbody></table></div>
<p>
Finally, in order to install Amarok, switch to the unstable branch by doing</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">fink configure</div></td></tr></tbody></table></div>
<p>
update your fink distribution again</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">fink selfupdate</div></td></tr></tbody></table></div>
<p>
And try installing Amarok</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">fink install amarok</div></td></tr></tbody></table></div>
<p>
It doesn’t compile for me at this point (it failed on kdebase) but I’ll try again. In the meantime, fink works.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/installing-fink-on-mac-os-x-10-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Server Community Edition for Mac OS X &#8211; MySQL problem</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/zend-server-community-edition-for-mac-os-x-mysql-problem/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/zend-server-community-edition-for-mac-os-x-mysql-problem/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 08:05:44 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[Zend Server]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=328</guid>
		<description><![CDATA[

I switched my dev. environnement at work from MAMP to Zend Server Community Edition  a while ago but was disappointed that my Mac Book could not migrate because of a MySql error. Every time I would try to run the server, I would get the following error:
1ERROR! MySQL PID file could not be found!
Googling [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/zend-server-community-edition-for-mac-os-x-mysql-problem/&amp;shorturl=http://bit.ly/bV4xAf&amp;title=Zend+Server+Community+Edition+for+Mac+OS+X+-+MySQL+problem&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p><a href="http://www.zend.com/en/products/server-ce/"><img src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/02/Zend-Server-Community-Edition.jpg" alt="" title="Zend Server Community Edition" width="360" height="126" class="aligncenter size-full wp-image-329" /></a></p>
<p>I switched my dev. environnement at work from <a href="http://www.mamp.info/en/index.html">MAMP</a> to <a href="http://www.zend.com/en/products/server-ce/">Zend Server Community Edition</a>  a while ago but was disappointed that my Mac Book could not migrate because of a MySql error. Every time I would try to run the server, I would get the following error:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ERROR<span style="color: #000000; font-weight: bold;">!</span> MySQL PID <span style="color: #c20cb9; font-weight: bold;">file</span> could not be found<span style="color: #000000; font-weight: bold;">!</span></div></td></tr></tbody></table></div>
<p>Googling this error, all kinds of solutions came up: privileges on the files, misconfiguration issues, installation problems&#8230;<br />
It seems to be a generic message. After trying to understand what might have happened to the missing PID file, I tried re-installations and all the common MySql on Mac OS X tips I could find on Google. No luck. At least, MAMP worked.</p>
<p>Eventually, the same error occured on <a href="http://alheim.fr/">alheim</a>&#8217;s computer. He eventually found a solution which worked for him (SnowLeopard running on Mac Book Pro) for my own laptop as well (Snow Leopard on a black MacBook).</p>
<p>So here are the steps we took:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>zend<span style="color: #000000; font-weight: bold;">/</span>mysql<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> scripts<span style="color: #000000; font-weight: bold;">/</span>mysql_install_db<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chown</span> <span style="color: #660033;">-R</span> zend:wheel data<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> bin<span style="color: #000000; font-weight: bold;">/</span>zendctl.sh start-mysql</div></td></tr></tbody></table></div>
<p>Hopefully, you&#8217;ll get a &#8220;SUCCCESS&#8221; message, too. Thanks to <a href="http://alheim.fr/">Alheim</a> for the tip.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/zend-server-community-edition-for-mac-os-x-mysql-problem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Yamaha DTXPlorer Kit with Rock Band (or Guitar Hero) on Xbox 360</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/yamaha-dtxplorer-kit-with-rock-band-or-guitar-hero-on-xbox-360/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/yamaha-dtxplorer-kit-with-rock-band-or-guitar-hero-on-xbox-360/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 09:26:31 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Drums]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[XBox 360]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[DTXPlorer]]></category>
		<category><![CDATA[Guitar Hero]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Midi Pipe]]></category>
		<category><![CDATA[Plastic Rock]]></category>
		<category><![CDATA[Rock Band]]></category>
		<category><![CDATA[Yamaha]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=221</guid>
		<description><![CDATA[
So I play guitar (a little) and I used to play Guitar Hero on PS2 from time to time. Last year, for Christmas we got an XBox 360 and it was my intention all along to get Guitar Hero World Tour or Rock Band to try the drums. Little did I know where it would [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/yamaha-dtxplorer-kit-with-rock-band-or-guitar-hero-on-xbox-360/&amp;shorturl=http://bit.ly/5qJRUO&amp;title=Yamaha+DTXPlorer+Kit+with+Rock+Band+%28or+Guitar+Hero%29+on+Xbox+360&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>So I play guitar (a little) and I used to play Guitar Hero on PS2 from time to time. Last year, for Christmas we got an XBox 360 and it was my intention all along to get Guitar Hero World Tour or Rock Band to try the drums. Little did I know where it would take me. I played passionately for a year, every week end. I made it pretty far in Rock Band 2 playing in Hard or Expert mode and I finished the awesome Rock Band the Beatles in expert mode. I survived the war declared by my neighbors and totally abandoned my plastic guitar.</p>
<p style="text-align: center;"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4660.jpg"><img class="size-large wp-image-246   aligncenter" title="DTXplorer-4660" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4660-1024x682.jpg" alt="" width="442" height="294" /></a></p>
<p style="text-align: center;">
<p>A year later, my Christmas present was a real electronic drum kit. I picked the <a title="Yamaha DTXPlorer" href="http://www.yamaha.com/drums/drumproductdetail.html?CNTID=544640&amp;CTID=5040587" target="_blank"><strong>Yamaha DTXplorer</strong></a>. I understand it isn&#8217;t the best instrument on the planet (neither am I the best drummer) but it is a complete, well built kit. It is a good price and a great way to learn to play for real. I got the drums and look forward to taking some lessons though my weeks are a bit too busy at the moment for me to insert that in my schedule. So, in the meantime, I work on my own thanks to a couple of learning DVDs.</p>
<p>Still, sometimes, I want to plug the drum kit to the game(s) to get some help as to what to try and play. I like the Beatles beats lessons in the Rock Band training mode. Whenever I can, I plug the drum to the game and practice away with the metronome.</p>
<h2>How to Do It ?</h2>
<p>So, if any of you out there are in the same situation (you like the game, you have a real kit) and you are wondering if they can be used together : they can. They are several solutions on how to achieve this (depending on your drum model, your console and your plastic rock gear). So, let&#8217;s get some solutions out of the way:</p>
<ol>
<li>If you have a PS2, I understand you need to upgrade your console, sorry</li>
<li>If you have a WII or a PS3, a hardware solution exists for you to make this a little bit easier though the solution I will describe here will work for you, too</li>
<li>If you have a drum kit that allows midi remapping, the whole setup is a lot easier for you, you can skip the computer part</li>
<li>Solutions on the web describe how you can tweak your drum kit (taking the sensors off the plastic rock kit and placing them on the real one) or <a href="http://theflashspeaks.wordpress.com/2008/02/03/playing-rock-band-with-a-yamaha-dtxplorer-how-to/" target="_blank">tearing up the plastic kit and hooking wires to it</a>. I decided to not take any chances with my electronic skills and not build/destroy anything. Some solutions involve soldiering either on the plastic rock kit or on the real drums themselves. There was no way I&#8217;d touch the new kit <img src='http://www.samanthahalfon.net/worldgoneweb/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ol>
<p>For more infos on these other solutions, run a little search for &#8220;DTXPlorer&#8221; or &#8220;real drums&#8221; on the <a title="Rock Band forums" href="http://www.rockband.com/forums/" target="_blank">Rock Band forums</a> for example</p>
<h2>What do you need ?</h2>
<p>The solution described in this post works for both Guitar Hero and Rock Band.</p>
<ol>
<li>A real electronic drum kit</li>
<li>A midi cable</li>
<li>A computer</li>
<li>A Guitar Hero drum kit or at least, <a title="eDrum wireless controller for XBox 360" href="http://www.edrums.info/for_sale_items.htm" target="_blank">the best part of it</a></li>
</ol>
<p>When I bought my plastic rock game, I checked out the <a title="Plastic Rock Instrument Compatibility Matrix" href="http://www.joystiq.com/Instrument-Compatibility-Matrix/" target="_blank">instrument compatibility matrix</a> for Xbox and got the Guitar Hero World Tour pack because the Guitar Hero instruments would allow me to play all the games I could ever buy on Xbox anyway. Then, I bought the Rock Band games alone. Okay, later on, I gave in and traded the guitar hero guitar for the <a title="Rock Band Gretsch" href="http://www.amazon.com/gp/product/B002JTX8B8?ie=UTF8&amp;tag=worwidang-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002JTX8B8" target="_blank">Rock Band George Harrison Gretsch</a>. Actually, Derrick done that for me and I got the good looking Gretsch for Christmas, too.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/RockBandGretsch.png"><img class="size-full wp-image-245  aligncenter" title="RockBandGretsch" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/RockBandGretsch.png" alt="" width="382" height="250" /></a></p>
<p>Anyway, the point is, because Xbox uses a closed source system to communication between the controllers and the console, it can not be reproduced by any home made hardware (as it is possible for PS3). The great thing about the GH drums, though, is that it has a MIDI In plug. It allows you to do just what we want, plug a real electronic kit to the GH kit and let the GH kit send the signal to the console. So, what if you don&#8217;t have the GH kit ? Well, that&#8217;s where you can tweak your RB kit with a soldiering gun or buy this <a title="eDrum wireless controller for XBox 360" href="http://www.edrums.info/for_sale_items.htm" target="_blank">little GH drum kit &#8220;module&#8221;</a> online. Personally, I sold my GH drum kit on ebay for 50 euros and bought the little GH box online for 60 dollars and came out even (quick shipping, great product).</p>
<p>So, all you gotta do is plug the DTXPlorer to that box and start rocking&#8230; Well, yes and no. The game expects some basic information: yellow, red, orange, blue or green. The real kit, on the other hand, has more notes to offer. So we need to map these notes and describe which is yellow, which is red, etc&#8230; If your module allows you to map the notes, everything is simple. If not (and the DTXplorer doesn&#8217;t) you need to add a computer in the mix to tackle the job. I use a MacBook running Midi Pipe to do that but I heard of a similar software for PC. As for the midi cable, I suppose you can use any which one. Here is a link to <a title="Prodipe Midi USB 1i10" href="http://www.amazon.fr/Prodipe-midi-usb-1i1o-interface/dp/B001CVMVGW/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1264289225&amp;sr=8-1" target="_blank">mine</a> (Prodipe Midi USB 1i10).</p>
<h2>The remapping</h2>
<p>Again, if your drum kit enables midi remapping, you can skip this step altogether and you do not need a computer to connect your kit to the game. If not, here we go.</p>
<h3>A little theory</h3>
<p>Rock Band and Guitar Hero try to be compatible with each others instrument controllers which is great news for users like me. I don&#8217;t think I would have spent the money to get two plastic drum sets and I know for a fact my living room couldn&#8217;t hold another of these bulky controllers. That&#8217;s why I bought the Guitar Hero Pack. The Guitar Hero controller was an obvious choice since it has the &#8220;Orange&#8221; pad needed to play GH:WT while allowing to play Rock Band. What I didn&#8217;t know at the time was that the GH:WT would prove to be an even better choice because it has the MIDI IN plug.</p>
<p>Midi is a standard protocol that enables musical instruments (such as keyboards, electronic drums) and computers to communicate and control each other. Midi data is not an audio signal or media, it refers to &#8220;event messages&#8221; such as the pitch and intensity of musical notes to play, control signals for parameters such as volume, vibrato and panning, cues, and clock signals to set the tempo. (more about <a title="Midi - Wikipedia" href="http://en.wikipedia.org/wiki/Midi" target="_blank">Midi on Wikipedia</a>)</p>
<p>So, the Guitar Hero controller understands Midi and is the bridge between the signal sent by your drum kit (Midi) and the signal expected by the XBox (some wireless Microsoft proprietary protocol). If  GH:WT input is midi note 38, the signal sent to each box will be &#8220;the red button has been pressed&#8221; just as if you had pressed the red button on the regular XBox controller or hit the red pad on the GH:WT drum kit.</p>
<p>The games use 5 (Rock Band) or 6 colors. Their Midi equivalences are noted below:</p>
<ul>
<li><span style="color: #ff0000;">RED</span>: MIDI Note 38</li>
<li><span style="color: #ffff00;">YELLOW</span>- MIDI Note 46</li>
<li><span style="color: #3366ff;">BLUE</span>- MIDI Note 48</li>
<li><span style="color: #339966;">GREEN</span>- MIDI Note 45</li>
<li><span style="color: #ff9900;">ORANGE</span>- Midi Note 49</li>
<li><span style="color: #800080;">KICK</span>- MIDI Note 36</li>
</ul>
<p>The Yamaha drum kit on the other hand, is more subtle. It acknowledges a difference between hitting the center of the snare or its rim, it plays a different sound if you play the center or edge of the clash and ride and offers more toms. Each of these actions also have a matching Midi note that the drum kit can send out to a computer using the Midi out plug.</p>
<p><a title="Yamaha Download Center" href="http://download.yamaha.com/downloads/service/search/product" target="_blank">Yamaha download center</a> offers the <a title="DTXPlorer drum set user guide" href="http://www.samanthahalfon.net/resources/DTXPlorer_guide_en.pdf">DTXPlorer drumkit user guide</a> which lists the notes sent out by each pad.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXPlorer-Midi-Notes.png"><img class="size-full wp-image-238  aligncenter" title="DTXPlorer Midi Notes" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXPlorer-Midi-Notes.png" alt="" width="448" height="94" /></a></p>
<p>In order to play the games with the DTXplorer we simply need to map what each pad on the DTXPlorer should trigger in the GH:WT module. For example, the DTXplorer snare sends out the midi note 31. I want it to control the &#8220;red&#8221; pad in the game. So I must transform the midi note 31 sent out into a 38 for the game to register the hit. That&#8217;s what the computer will do for us.</p>
<table border="0" cellspacing="1" cellpadding="20" width="100%">
<tbody>
<tr>
<td>Snare</td>
<td>31</td>
<td>G# 2</td>
<td>Red</td>
<td>38</td>
<td>D 3</td>
</tr>
<tr>
<td>Snare open rim</td>
<td>34</td>
<td>A# 2</td>
<td>Red</td>
<td>38</td>
<td>D 3</td>
</tr>
<tr>
<td>Snare close rim</td>
<td>37</td>
<td>C# 3</td>
<td>Red</td>
<td>38</td>
<td>D 3</td>
</tr>
<tr>
<td>Hi Tom</td>
<td>48</td>
<td>C 4</td>
<td>Blue</td>
<td>48</td>
<td>C 4</td>
</tr>
<tr>
<td>Mid Tom</td>
<td>47</td>
<td>B 3</td>
<td>Blue</td>
<td>48</td>
<td>C 4</td>
</tr>
<tr>
<td>Low Tom</td>
<td>43</td>
<td>G 3</td>
<td>Green</td>
<td>45</td>
<td>A 3</td>
</tr>
<tr>
<td>Ride</td>
<td>51</td>
<td>D# 4</td>
<td>Orange</td>
<td>49</td>
<td>C# 4</td>
</tr>
<tr>
<td>Ride edge</td>
<td>52</td>
<td>E 4</td>
<td>Orange</td>
<td>49</td>
<td>C# 4</td>
</tr>
<tr>
<td>Clash</td>
<td>49</td>
<td>C# 4</td>
<td>Yellow</td>
<td>46</td>
<td>A# 3</td>
</tr>
<tr>
<td>Clash edge</td>
<td>57</td>
<td>A 4</td>
<td>Yellow</td>
<td>46</td>
<td>A# 3</td>
</tr>
<tr>
<td>Hi Hat Open</td>
<td>46</td>
<td>A# 3</td>
<td>Yellow</td>
<td>46</td>
<td>A# 3</td>
</tr>
<tr>
<td>Hi Hat Close</td>
<td>42</td>
<td>F# 3</td>
<td>Yellow</td>
<td>46</td>
<td>A# 3</td>
</tr>
<tr>
<td>Kick</td>
<td>33</td>
<td>A 2</td>
<td>Purple</td>
<td>36</td>
<td>C 3</td>
</tr>
</tbody>
</table>
<h3>Setting up Midi Pipe (Mac OS X)</h3>
<p><a title="Midi Pipe" href="http://www.apple.com/downloads/macosx/audio/midipipe.html" target="_blank">Midi Pipe</a> is a Mac OS X software that allows to do just that. It reads the Midi In, alters it (if necessary) and sends it back out. A PC alternative exists, it is called <a title="eDrum" href="http://www.chaoticbox.com/edrum_midi_mapper.php" target="_blank">eDrum Midi Mapper</a>.</p>
<p>Once your drum kit is successfully connected to your Mac (see Troubleshooting section below for help on that) launch Midi Pipes.</p>
<p>You will have a tool list on the left and a pipe list on the right. Start by dragging the Midi In to the right and click &#8216;Hijack&#8217;. The hijack option will allow us to trick the signal before it is send out. Then, add the Keyboard and check the &#8216;highlight&#8217; box in order to visualize the signal as you hit your drums. Finally, add the Midi out and uncheck the &#8216;pass through&#8217; to send out the tweaked signal.</p>
<p style="text-align: center;"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/Midi-Pipe-1.png"><img class="size-full wp-image-241 aligncenter" title="Midi Pipe 1" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/Midi-Pipe-1.png" alt="" width="419" height="315" /></a></p>
<p style="text-align: center;">
<p>Now it&#8217;s all a matter of adding Key Mappers for each note that needs to be remapped to its GH:WT equivalent. Add a keymapper element to the pipes and select the drum kit note of a given pad on the left and the matching note for the games on the right. Below is the example for the snare which we map from midi note 31 to midi note 38 (red) in the game.</p>
<p style="text-align: center;"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/Midi-Pipe-2.png"><img class="size-full wp-image-243  aligncenter" title="Midi Pipe 2" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/Midi-Pipe-2.png" alt="" width="419" height="303" /></a></p>
<p>You can now name your pipe and save your setup. Next time, all you have to do is launch Midi Pipe and load your configuration back.</p>
<p><strong>Warning:</strong> the order is important. As you can see from the table above, for example, we map the 49 into a 46 (clash) and the 51 into a 49 (ride). Make sure to remap the the clash to a 46 first and the ride second or you ride will remap to 46 (yellow).</p>
<p>If you don&#8217;t want to create your own configuration, <a title="MidiPipe configuration" href="http://www.samanthahalfon.net/resources/MyPipeDTXPlorerPlastick.mipi">just download mine</a> (see diagram below for color codes)</p>
<p>You are free to assign the pads you want to any of the colors you want in the game. It is possible also to have a set of different Midi Pipe configuration to use for different songs in the game as well. Below is a diagram showing the color repartition I chose.</p>
<p style="text-align: center;"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DrumColors.png"><img class="aligncenter size-full wp-image-264" title="DrumColors" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DrumColors.png" alt="" width="417" height="305" /></a></p>
<h2>Getting it all together</h2>
<ol>
<li>Plug your Midi In to the DTXplorer</li>
<li>Plug the USB to the computer</li>
<li>Enable the remapping</li>
<li>Plug the Midi Out to the GH box</li>
<li>Turn everything on&#8230; You Rock! (Do not let your mac go to sleep while you play or eventually you&#8217;ll loose the connection between the kit and the game)</li>
</ol>
<h2>Enjoy!</h2>
<p style="text-align: center; margin-top: 15px;"><a title="Rock Band: the Beatles" rel="lightbox" href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4669.jpg"><img class="aligncenter size-thumbnail wp-image-247" style="margin-left: 100px;" title="DTXplorer-4669" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4669-150x150.jpg" alt="" width="225" height="150" /></a></p>
<p><a title="Yamaha DTXplorer" rel="lightbox" href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4658.jpg"><img class="aligncenter size-thumbnail wp-image-248" style="margin-left: 100px;" title="DTXplorer-4658" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4658-1024x682.jpg" alt="" width="225" height="150" /></a></p>
<p><a title="GH:WT module" rel="lightbox" href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4665.jpg"><img class="aligncenter size-thumbnail wp-image-249" style="margin-left: 100px;" title="DTXplorer-4665" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4665-1024x682.jpg" alt="" width="225" height="150" /></a></p>
<p><a title="DTXPlorer" rel="lightbox" href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4667.jpg"><img class="aligncenter size-thumbnail wp-image-250" style="margin-left: 100px;" title="DTXplorer-4667" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4667-1024x682.jpg" alt="" width="223" height="150" /></a></p>
<p><a title="Rock Band: the Beatles" rel="lightbox" href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4668.jpg"><img class="aligncenter size-thumbnail wp-image-251" style="margin-left: 100px;" title="DTXplorer-4668" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/DTXplorer-4668-1023x680.jpg" alt="" width="225" height="150" /></a></p>
<p style="text-align: center; clear: left;">
<h2>Trouble Shoot</h2>
<p><strong><em>I hit the &#8220;green&#8221; on the real drum kit and nothing happens in the game.</em></strong></p>
<p>Two possibilities: the signal doesn&#8217;t make it to the computer or the signal doesn&#8217;t make it to the GH box. On Mac OS X, you can make sure that the signal at least gets to the computer by running Garage Band. If Garage Band sees your drum kit and allows you to record yourself, the signal makes it that far and the problem is with your GH box. Check the connections. If Garage Band doesn&#8217;t see your drum kit, you have a midi connection problem which I usually solve by launching the Audio Midi Setup application. Go in Window and click on  &#8220;show MIDI window&#8221;. The Prodipe Midi USB appears.  I then click on Default (in the configuration section) and select &#8220;Create New Configuration). I name it Prodipe and it usually somehow turns the MIDI on.</p>
<p><strong><em>I was rocking and suddenly when I hit the pads, nothing happens in the game</em></strong></p>
<p>Don&#8217;t let your computer go to sleep. At least, with my MacBook, the midi signal is not sent out anymore when the Mac enter sleep mode. If you are using a laptop, you might just be out of battery, too. That would never happen to me though, I&#8217;ll get shot by the neighbors if I ever played long enough to exhaust my battery.</p>
<p><strong><em>When I play, some hits don&#8217;t seem to register in the game</em></strong></p>
<p>Electronic kits try to emulate real (acoustic) kits. Some of them will handle two or more signals for the same pad depending on where you hit it (center, side, etc). If you want all these to register with the game you must map these extra notes as well. The hi-hat for example needs to be mapped whether it&#8217;s hit when closed or open. You can refer to your kit user guide to get a full list of the notes it uses. I have included the one for the DTXplorer earlier in this post.</p>
<h2>Some links</h2>
<p>I read a lot (more than a lot) about plugging a real drum kit to the games before I bought mine for Christmas. As much as I wanted to play the real thing, I knew being able to play the games would be important to me to access the training mode or just jam with the Beatles. So I read until I was sure it was possible to plug the real drum in the game. When I was reading, I came across several links of interests. Here they are:</p>
<ul>
<li><a title="EDrum Monitor" href="http://www.edrummonitor.com/download.html" target="_blank">EDrum Monitor</a></li>
<li><a title="EDrum Midi mapper" href="http://www.chaoticbox.com/edrum_midi_mapper.php" target="_blank">EDrum Midi Mapper</a></li>
<li><a href="http://www.macosxaudio.com/forums/viewtopic.php?f=1&amp;t=31170" target="_blank">Midi Pipe how to</a></li>
<li>Rock Band Forums: <a href="http://docsrockbandmods.netforums.us/possible-solution-for-drum-brains-w-fixed-midi-vt543.html" target="_blank">link1</a>, <a href="http://docsrockbandmods.netforums.us/edrum-monitor-tutorial-vt994.html" target="_blank">link2</a>, <a href="http://docsrockbandmods.netforums.us/drum-mods-and-drum-gear-forums-guide-and-faq-vt749.html" target="_blank">link3</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/yamaha-dtxplorer-kit-with-rock-band-or-guitar-hero-on-xbox-360/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>RTM paranoia (fight todo lists stack overflows)</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/rtm-paranoia-fight-todo-lists-stack-overflows/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/rtm-paranoia-fight-todo-lists-stack-overflows/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:47:57 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=198</guid>
		<description><![CDATA[
In addition to my previous post about how to display RTM tasks right on the desktop, I  should also mention that a Mac OS X Dashboard Widget is available to keep track of your RTM to do list. Combined with the iPhone app (available to Pro RTM users only), Apple freaks will have no excuse [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/rtm-paranoia-fight-todo-lists-stack-overflows/&amp;shorturl=http://bit.ly/4t4gRk&amp;title=RTM+paranoia+%28fight+todo+lists+stack+overflows%29&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p><img class="alignleft size-medium wp-image-199" title="Elephant" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/elephant-217x300.jpg" alt="Elephant" width="217" height="300" />In addition to my previous post about <a title="RTM Geek Tool" href="http://www.samanthahalfon.net/worldgoneweb/2010/display-remember-the-milk-tasks-on-your-desktop-mac-os-x/" target="_self">how to display RTM tasks right on the desktop</a>, I  should also mention that a Mac OS X Dashboard Widget is available to keep track of your RTM to do list. Combined with the iPhone app (available to Pro RTM users only), Apple freaks will have no excuse to miss the Jan. 27th event.</p>
<p>Anyway, the widget is called <a title="Remember the Moof" href="http://www.apple.com/downloads/dashboard/business/rememberthemoof.html" target="_blank">Remember the Moof</a> (whatever that is). If that doesn&#8217;t do the trick, get your brain some RAM!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/rtm-paranoia-fight-todo-lists-stack-overflows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display Remember the Milk Tasks on your Desktop (Mac OS X)</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/display-remember-the-milk-tasks-on-your-desktop-mac-os-x/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/display-remember-the-milk-tasks-on-your-desktop-mac-os-x/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:38:18 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Geek Tool]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[Tasks]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=191</guid>
		<description><![CDATA[
I use iCalBuddy and GeekTool to display the upcoming events from my calendar on my desktop.
When I started using Remember the Milk I decided I wanted my tasks to show on there, too.
I don&#8217;t know if I have a terrible memory or a long list of things to do but it looks like I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/display-remember-the-milk-tasks-on-your-desktop-mac-os-x/&amp;shorturl=http://bit.ly/7xjzVb&amp;title=Display+Remember+the+Milk+Tasks+on+your+Desktop+%28Mac+OS+X%29&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><div id="attachment_195" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-195" title="RTM Geek Tool" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2010/01/RTM-Geek-Tool1-300x178.png" alt="Geek Tool Pref Pane" width="300" height="178" /><p class="wp-caption-text">Geek Tool Pref Pane</p></div>
<p>I use iCalBuddy and GeekTool to display the upcoming events from my calendar on my desktop.</p>
<p>When I started using Remember the Milk I decided I wanted my tasks to show on there, too.</p>
<p>I don&#8217;t know if I have a terrible memory or a long list of things to do but it looks like I can&#8217;t get too organized.</p>
<p>Anyway, I googled my way through the following process (I apologized in advance but I somehow lost the links that led the way)</p>
<ol>
<li>Of course, you need to download and install <a title="Geek Tool" href="http://projects.tynsoe.org/en/geektool/" target="_blank">Geek Tool</a></li>
<li>Of course, you need to have a <a title="Remember the Milk" href="http://www.rememberthemilk.com/" target="_blank">Remember the Milk</a> account (free or pro)</li>
<li>Open system preferences -&gt; Geek Tool</li>
<li>Drag the &#8220;Shell&#8221; icon to your desktop, a window appears allowing you to edit the Geek Tool command while a frame appears on your desktop allowing you to place your RTM tasks as you wish on the desktop</li>
<li>To load your RTM tasks, enter the following command :<br />
curl &#8211;user username:password url | grep -E &#8216;(&lt;li&gt;)&#8217; | sed -e &#8217;s/&lt;[^&gt;]*&gt;//g&#8217; | sed -e &#8217;s/&amp;nbsp\;//g&#8217; |  sed -e &#8217;s/&amp;bull\;/*/g&#8217;<br />
and replace username and password by your rtm credentials. As for the URL, you can obtain it by going to your tasks and copy your RSS feed url</li>
<li> That is it, your task list will now appear on your desktop and using the geek tool panel you can tweak the properties to make them look like you want</li>
</ol>
<p>I hope you will not forget anything important in the future (though so many things are not as important as they seem to be ; I forgot to sign up for college once &#8211; true story)</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/display-remember-the-milk-tasks-on-your-desktop-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Ack In Project for Textmate</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2010/installing-ack-in-project-for-textmate/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2010/installing-ack-in-project-for-textmate/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 10:31:53 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[ack]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=185</guid>
		<description><![CDATA[
One of the reasons I had to install GIT was to be able to install these GitHub hosted Textmate plugins I find useful. The most important one of them being Ack in Project. It is so much better and faster than the built-in search in project feature included with Textmate.
Here is a quick post about [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2010/installing-ack-in-project-for-textmate/&amp;title=Installing+Ack+In+Project+for+Textmate&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>One of the reasons I had to <a title="Installing GIT on Mac OS X" href="http://www.samanthahalfon.net/worldgoneweb/2009/installing-git-on-mac-os-x-snow-leopard/" target="_self">install GIT</a> was to be able to install these GitHub hosted Textmate plugins I find useful. The most important one of them being Ack in Project. It is so much better and faster than the built-in search in project feature included with Textmate.</p>
<p>Here is a quick post about how to install Ack In Project which is basically just a translation of <a href="http://t37.net/ack-in-project-le-plugin-qui-rend-textmate-presque-parfait.html" target="_blank">Frederic De Villiamil&#8217;s post</a>.</p>
<p>First, go to the Textmate/Bundles folder. If it doesnt exist, create it. Then, clone the code:</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd ~/Library/Application\ Support/TextMate/Bundles/<br />
git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle</div></td></tr></tbody></table></div>
<p>At this point, if you restart Textmate, the Ack In Project will be available by pressing Cmd + Shift + A which is very uncool. Not only that command is used by the Subversion plugin but I always expect the search to use the &#8220;F&#8221; key. To fix that behavior, edit</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Commands/Ack\ in\ Project.tmCommand</div></td></tr></tbody></table></div>
<p>and modify line 16 to read:</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;string&gt;@F&lt;/string&gt;</div></td></tr></tbody></table></div>
<p>Thanks, Fred, for the tip.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2010/installing-ack-in-project-for-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Git On Mac OS X (Snow Leopard)</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2009/installing-git-on-mac-os-x-snow-leopard/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2009/installing-git-on-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:04:11 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=182</guid>
		<description><![CDATA[
There are a lot of how to&#8217;s out there with several solutions including installing from source, from binaries, with an installer. Here is how I&#8217;ve done it guided by the following posts:

Compiling and installing Git on Mac OS X
Installing Git on Mac OS X Leopard

First, I downloaded git from its homepage in bz2 format.
Then, I [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2009/installing-git-on-mac-os-x-snow-leopard/&amp;title=Installing+Git+On+Mac+OS+X+%28Snow+Leopard%29&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>There are a lot of how to&#8217;s out there with several solutions including installing from source, from binaries, with an installer. Here is how I&#8217;ve done it guided by the following posts:</p>
<ul>
<li><a title="GitHub Guides" href="http://github.com/guides/compiling-and-installing-git-on-mac-os-x">Compiling and installing Git on Mac OS X</a></li>
<li><a href="http://dysinger.net/2007/12/30/installing-git-on-mac-os-x-105-leopard/">Installing Git on Mac OS X Leopard</a></li>
</ul>
<p>First, I downloaded git from <a title="Git" href="http://git-scm.com/">its homepage</a> in bz2 format.</p>
<p>Then, I compiled it and installed it using the following commands :</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Downloads<br />
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xjf</span> git-1.6.1.3.tar.bz2<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> git-1.6.1.3<br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #007800;">prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>git<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #007800;">prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>git</div></td></tr></tbody></table></div>
<p>Finally, I added an alias called git to /opt/git/bin/git in my .bash_profile:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">git</span>=<span style="color: #ff0000;">'/opt/git/bin/git'</span></div></td></tr></tbody></table></div>
<p>You can then configure Git with the following commands:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">git config <span style="color: #660033;">--global</span> user.name <span style="color: #ff0000;">&quot;Your Name&quot;</span><br />
git config <span style="color: #660033;">--global</span> user.email <span style="color: #ff0000;">&quot;Your Email&quot;</span></div></td></tr></tbody></table></div>
<p>That&#8217;s all, you&#8217;re done.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2009/installing-git-on-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customize Windows XP to look like Mac OS X</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2009/customize-windows-xp-to-look-like-mac-os-x/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2009/customize-windows-xp-to-look-like-mac-os-x/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 09:28:23 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=105</guid>
		<description><![CDATA[
I frequently use Mac OS X, Windows XP and Linux (Debian, KDE4). I have a MacBook which I use by default to browse the Internet, answer email, etc. I turn on my desktop computer and run Linux if I&#8217;m about to edit a video. If I am about to code a little something from home, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2009/customize-windows-xp-to-look-like-mac-os-x/&amp;title=Customize+Windows+XP+to+look+like+Mac+OS+X&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>I frequently use Mac OS X, Windows XP and Linux (Debian, KDE4). I have a MacBook which I use by default to browse the Internet, answer email, etc. I turn on my desktop computer and run Linux if I&#8217;m about to edit a video. If I am about to code a little something from home, I&#8217;ll turn my desktop and run Linux. Of the three OS, Windows XP has the least enjoyable default interface. I usually customize it to make it look more like the MacBook one.</p>
<div id="attachment_109" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2009/02/desktop1.jpg"><img class="size-medium wp-image-109" title="desktop1" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2009/02/desktop1-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Safari, Dock and Launcher</p></div>
<h3>The launcher</h3>
<p>First thing I do is install a launcher (to replace the missing Mac OS X Spotlight). I use <a title="Colibri, type ahead" href="http://colibri.leetspeak.org/" target="_blank">Colibri</a>. I have also tried <a title="Enso Humanized" href="http://humanized.com/enso/" target="_blank">Enso Humanized</a>.</p>
<h3>The Dock</h3>
<p>The second thing I really miss is the Dock. On Windows I have used <a title="Rocket Dock" href="http://rocketdock.com/" target="_blank">Rocket Dock</a>, <a title="ObjectDock" href="http://www.stardock.com/products/objectdock/" target="_blank">Object Dock</a> and <a title="RK launcher" href="http://home.cogeco.ca/~rklauncher/" target="_blank">RK Launcher</a> to replace this important item. Currently I am running RK Launcher and totally hid the Windows taskbar. There is a <a title="DevianArt: RK Launcher theme" href="http://asdrubale88.deviantart.com/art/RealDock-for-RKLauncher-24908430" target="_blank">theme for RK Launcher</a> shared on DevianArt by Asdrubale88 to make your dock look just like the Leopard one.</p>
<h3>The theme</h3>
<p>At work, on my windows, I run Rocket Dock and HUmanized Enso as a launcher and didn&#8217;t go any further. But on my home computer, I always change the default theme to use either or Panther or a Leopard one. There are several availalbe but I usually look for one on <a title="DeviantArt where art meets application" href="http://www.deviantart.com/" target="_blank">Deviant Art</a> or on <a title="CrystalXP" href="http://www.crystalxp.net/" target="_blank">CrystalXP.net</a>. Right now, I am trying with the <a title="Mac Os X Smooth theme" href="http://www.crystalxp.net/galerie/en.id.511-mac-os-smooth-snakeuk-visual-styles.htm" target="_blank">MacOSXSmooth </a>from CrystalXP.</p>
<div id="attachment_110" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2009/02/desktop2.jpg"><img class="size-medium wp-image-110" title="desktop2" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2009/02/desktop2-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Wallapper, Dock and Theme</p></div>
<h3>The Desktop wallpaper</h3>
<p>If there is one thing I hate about Windows it&#8217;s the default wallpaper with the hills. It never stays on my computer more than 10 minutes after installation. I usually replace it by no wallpaper at all until I have time to look for something else. A good place to start is <a title="InterfaceLift" href="http://interfacelift.com/wallpaper_beta/downloads/date/any/" target="_blank">interfacelift</a>. At the moment, <a title="InterfaceLift" href="http://interfacelift.com/wallpaper_beta/tags/344/event/macworld_expo/" target="_blank">I am using the Apple logo centered on a black backgroung</a>.</p>
<h3>The cursor set</h3>
<p>It is possible to go further than that and also change the mouse cursors set. An easy to install Mac OS X cursor set is available on <a title="Usher, techblog by Damian Gaweda" href="http://www.usher.com.pl/mac-os-x-mouse-cursors-for-windows-xp-vista-quick-installer" target="_blank">Usher</a>.</p>
<h3>Expose</h3>
<p>If you really want your windows to emulate Mac OS X you can also install an equivalent to Expose like <a title="ShockAero3D" href="http://docs.kr/entry/Download-Shock-Aero3D-en">Shock Aero 3D</a>.</p>
<div id="attachment_111" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2009/02/desktop3.jpg"><img class="size-medium wp-image-111" title="desktop3" src="http://www.samanthahalfon.net/worldgoneweb/wp-content/uploads/2009/02/desktop3-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Expose-like</p></div>
<h3>More information</h3>
<p>I have been doing this [customize Win XP to look like mac] for quite a while but just had to do it again on a reinstallation of my home computer. To find most of these informations back, I read through <a title="Pimp Your Windows to Make it Look like a mac desktop" href="http://www.wikihow.com/Pimp-Your-Windows-XP-Desktop-to-Look-Like-a-Cool-Mac-Desktop" target="_blank">this post</a> on <a title="WikiHow" href="http://www.wikihow.com" target="_blank">WikiHow</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2009/customize-windows-xp-to-look-like-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to fix Apple Mail</title>
		<link>http://www.samanthahalfon.net/worldgoneweb/2009/how-to-fix-apple-mail/</link>
		<comments>http://www.samanthahalfon.net/worldgoneweb/2009/how-to-fix-apple-mail/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 18:24:38 +0000</pubDate>
		<dc:creator>shalfon</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.samanthahalfon.net/worldgoneweb/?p=103</guid>
		<description><![CDATA[
Today, I experienced my first big bug with Apple Mac OS X 10.5 running on my Mac Book. I&#8217;ve used this laptop for a year and 3 months. I can easily tolerate a bug a year and be a very happy user, nonetheless, bugs need fixed.
Today, after turning on the laptop, Mail refused to run. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://www.samanthahalfon.net/worldgoneweb/2009/how-to-fix-apple-mail/&amp;title=How+to+fix+Apple+Mail&amp;theme=blue&amp;nick=samo9789&amp;order=count,retweet,badge&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>Today, I experienced my first big bug with Apple Mac OS X 10.5 running on my Mac Book. I&#8217;ve used this laptop for a year and 3 months. I can easily tolerate a bug a year and be a very happy user, nonetheless, bugs need fixed.</p>
<p>Today, after turning on the laptop, Mail refused to run. It started, displayed my inboxes and accounts then crashed displaying: &#8220;Mail quit unexpectedly, ignore, report or relaunch&#8221;. After relaunching, the same thing happened&#8230; I reported the issue to Apple but didn&#8217;t wait on their answer to try a reboot (a Windows user instinct). The same thing happened all over again.</p>
<p>Finally, I found the solution:</p>
<ol>
<li>Go to ~/Library</li>
<li>Move the Mail folder mv Mail Mail.old</li>
<li>Run Mail. Everything works. Click Next then Done.</li>
<li>Close Mail</li>
<li>Move the newly created (and almost empty) Mail folder mv Mail Mail.new</li>
<li>Move the original Mail folder back where it was mv Mail.old Mail</li>
<li>Restart Mail and hopefully, everything is fine.</li>
</ol>
<p>Easy enough and actually a lot less painless than rebooting.</p>
<p>See you in a year for my next Mac OS X bug fix.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.samanthahalfon.net/worldgoneweb/2009/how-to-fix-apple-mail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
