<?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>that's whacked</title>
	<atom:link href="http://whacked.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://whacked.net</link>
	<description>thoughts on open spaces</description>
	<lastBuildDate>Tue, 03 Aug 2010 23:28:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Android UI&#8230; fragmentation?</title>
		<link>http://whacked.net/2010/08/03/android-ui-fragmentation/</link>
		<comments>http://whacked.net/2010/08/03/android-ui-fragmentation/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 22:59:20 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Rdio]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1391</guid>
		<description><![CDATA[Perhaps fragmentation isn&#8217;t the right word&#8230; but this issue certainly confuses me.  It seems trendy to throw about the term &#8216;platform fragmentation&#8217; as it pertains to Android, so I&#8217;ll capitalise on that buzzword and go with that for now.  (To be fair, I&#8217;d love to be proven wrong and will happily eat my words if [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps fragmentation isn&#8217;t the right word&#8230; but this issue certainly confuses me.  It seems trendy to throw about the term &#8216;platform fragmentation&#8217; as it pertains to Android, so I&#8217;ll capitalise on that buzzword and go with that for now.  (To be fair, I&#8217;d love to be proven wrong and will happily eat my words if someone can point out a better way I should be addressing this).  While developing the <a href="http://rdio.com">Rdio</a> Android app, I&#8217;ve been testing on a bunch of different devices and frankly, with generally stock widgets in use, I&#8217;m running into the problem where widgets look different on each device.  This wouldn&#8217;t be so much an issue, except often times the differences are visual/stylistic tweaks in things like background images or colours which cause our design assets (icons, text colour, etc.) to look bad on one or more devices.</p>

<p>Case in point: TabWidget.  Using a completely stock TabWidget on our app which has minSdkVersion 4 and targetSdkVersion 6, I get the following:</p>

<p><div id="attachment_1395" class="wp-caption alignleft" style="width: 190px"><a href="http://whacked.net/wp-content/uploads/2010/08/stock_froyo.png"><img class="size-medium wp-image-1395 " title="stock_froyo" src="http://whacked.net/wp-content/uploads/2010/08/stock_froyo-180x300.png" alt="Android 2.2 on Nexus One" width="180" height="300" /></a><p class="wp-caption-text">Android 2.2 on Nexus One</p></div></p>

<p><div id="attachment_1394" class="wp-caption alignleft" style="width: 190px"><a href="http://whacked.net/wp-content/uploads/2010/08/sense.png"><img class="size-medium wp-image-1394 " src="http://whacked.net/wp-content/uploads/2010/08/sense-180x300.png" alt="Android 2.1 + Sense UI on HTC Droid Incredible" width="180" height="300" /></a><p class="wp-caption-text">Android 2.1 + Sense UI on HTC Droid Incredible</p></div></p>

<p><div id="attachment_1393" class="wp-caption alignleft" style="width: 210px"><a href="http://whacked.net/wp-content/uploads/2010/08/sense_hero.png"><img class="size-medium wp-image-1393 " title="Android 2.1 + Sense UI on HTC Hero" src="http://whacked.net/wp-content/uploads/2010/08/sense_hero-200x300.png" alt="Android 2.1 + Sense UI on HTC Hero" width="200" height="300" /></a><p class="wp-caption-text">Android 2.1 + Sense UI on HTC Hero</p></div></p>

<p><div id="attachment_1392" class="wp-caption alignleft" style="width: 178px"><a href="http://whacked.net/wp-content/uploads/2010/08/motoblur.png"><img class="size-medium wp-image-1392 " title="motoblur" src="http://whacked.net/wp-content/uploads/2010/08/motoblur-168x300.png" alt="Android 2.1 + Motoblur on Motorola Droid X" width="168" height="300" /></a><p class="wp-caption-text">Android 2.1 + Motoblur on Motorola Droid X</p></div>
</p><p style="clear:left;">In each above screenshot, the leftmost tab is selected (i.e. active/current), the centre tab is focused/pressed (i.e. my finger is currently holding it down but I haven&#8217;t released it, while the rightmost tab is unselected.</p>
<p style="clear:left;">As you can see from the above images, things like the selected and unselected tab icons look fine on the Motoblur and Hero with Sense UI, but look like crap on the Droid Incredible with Sense UI and stock Android on the Nexus One.  Meanwhile text colour looks fine on Motoblur, looks passable on the stock Android, looks mostly awful on the Droid Incredible with Sense UI, and is completely unusable on the Hero with Sense UI.</p>
<p style="clear:left;">One option we have available to us is to hardcode all our own widget styles, which means completely skipping the system look and feel.  This is great for the Rdio brand (i.e. we can use our own highlight colours, etc.).. but this is like going back to the days of the 1337 90s when we were all cool kids in college running Litestep, XFCE, GNOME, etc. and only apps with custom themes and skins.  At some point it gets old, we grow up, and we want apps that match the system styles.  I don&#8217;t mind mobile apps having their unique personality, but I don&#8217;t want widgets having their own custom look and feel.  I want a ListView in one Android app to look and behave like ListViews in other Android apps.  Ditto that for TabWidgets, Buttons, etc.</p>
<p style="clear:left;">But how are we supposed to do that if there isn&#8217;t a standard widget style we can rely on?  Am I just missing something painfully obvious about system-wide styles I should be using?  And what about custom widgets?  For example, in the above screenshots, each album art is clickable and relies on a &#8220;button&#8221; like look and feel to it&#8230; but buttons on stock Android use orange focus/select/press states, while on Sense UI they use green, and on Motoblur they use red.  We need to make custom graphics (in this case a 9patch drawable) for this, so are we expected to make one version for every vendor?</p>
<p style="clear:left;">What are other Android developers doing to get around these annoying vendor-specific extensions and styles to the Android UI?</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/08/03/android-ui-fragmentation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Building &amp; simulating Blackberry apps with the Blackberry SDK on Mac OS X</title>
		<link>http://whacked.net/2010/06/02/building-simulating-blackberry-apps-with-the-blackberry-sdk-on-mac-os-x/</link>
		<comments>http://whacked.net/2010/06/02/building-simulating-blackberry-apps-with-the-blackberry-sdk-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 04:56:11 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Rdio]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1387</guid>
		<description><![CDATA[As I recently blogged, I just started working at Rdio.  Specifically I&#8217;m working on the Android app.  A fair amount of code is shared between our Android &#38; Blackberry app (since they both use a common platform of Java).  Since I&#8217;ve been making changes to the Android code, I wanted to be [...]]]></description>
			<content:encoded><![CDATA[<p>As I recently blogged, I just started working at <a href="http://rd.io">Rdio</a>.  Specifically I&#8217;m working on the Android app.  A fair amount of code is shared between our Android &amp; Blackberry app (since they both use a common platform of Java).  Since I&#8217;ve been making changes to the Android code, I wanted to be able to build the Blackberry app to make sure I didn&#8217;t regress or break anything there.</p>

<p>I&#8217;ve got a shiny new MacBook Pro, and well&#8230; it just feels like sacrilege to be running Windows on this thing.  So I set out to see if I could get the latest Blackberry SDK working on OS X.  And&#8230; well, it works!  Requisite screenshot:</p>

<p><a href="http://whacked.net/wp-content/uploads/2010/06/blackberry.png"><img class="aligncenter size-medium wp-image-1388" title="blackberry" src="http://whacked.net/wp-content/uploads/2010/06/blackberry-300x187.png" alt="blackberry" width="300" height="187" /></a></p>

<p>I owe a huge amount to <a href="http://www.azizuysal.com/2009/07/blackberry-development-on-mac-os-x.html">this blog post</a>, which I used and simply updated and hacked around with the latest rev of the SDK&#8230; I can&#8217;t claim much creativity for my steps since it&#8217;s clearly a derivative of azizuysal&#8217;s work.
<h3>Downloads</h3>
<ul>
    <li><a href="http://www.eclipse.org/downloads/">Eclipse 3.5</a> (I used the Eclipse IDE for Java Developers package)</li>
    <li><a href="http://na.blackberry.com/eng/developers/javaappdev/javaplugin.jsp">Blackberry SDK/JDE for Eclipse</a> (As of the time of this writing, I got BlackBerry<em>JDE</em>PluginFull<em>1.1.2.201004161203-16.exe)</em></li>
    <li><a href="http://sourceforge.net/projects/bb-ant-tools/files/">bb-ant-tools</a> (I got bb-ant-tools-1.2.8-bin.zip)</li>
    <li><a href="http://mpowerplayer.com/sdk">mpowerplayer</a> (I got build 1185)</li>
</ul>
<h3>SDK &amp; ant Setup</h3>
<ol>
    <li>Install Eclipse wherever.  It doesn&#8217;t matter where.</li>
    <li>Create a Blackberry directory for your Eclipse workspace and to hold the SDK.  I used /Users/stevel/ws/Blackberry.</li>
    <li>Launch Eclipse and specify that directory (/Users/stevel/ws/Blackberry) as your workspace directory.</li>
    <li>Launch a terminal and do the following:
<ol>
    <li>mkdir $HOME/ws/Blackberry/SDK</li>
    <li>cd /tmp</li>
    <li>unzip $HOME/Downloads/mpp-sdk-1185.zip mpp-sdk/osx/preverify/preverify
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 597px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">unzip mpp-sdk-1185.zip mpp-sdk/osx/preverify/preverify</div></li>
    <li>unzip $HOME/Downloads/BlackBerryJDE<em>PluginFull</em>1.1.2.201004161203-16.exe
<ol>
    <li>(this will create two directories: InstallerData &amp; Windows)</li>
</ol>
</li>
    <li>unzip InstallerData/Disk1/InstData/Resource1.zip &#8220;C<em>/ABS10/Components/EclipsePlugin/1.1.2/EclipsePlugin/installer/InstallAnywhere/InstallerData/EJDE\ Plugins</em>1ae15a8ca04c<em>zg</em>ia<em>sf.jar&#8221;
<ol>
    <li>(this will create a retardedly long subdirectory path, as you can see)</li>
</ol>
</em></li>
    <li>unzip C/ABS10/Components/EclipsePlugin/1.1.2/EclipsePlugin/installer/InstallAnywhere/InstallerData/EJDE\ Plugins<em>1ae15a8ca04c</em>zg<em>ia</em>sf.jar
<ol>
    <li>(this will create two subdirectories: features &amp; plugins)</li>
</ol>
</li>
    <li>rm -rf C_ InstallerData Windows features</li>
    <li>cd $HOME/ws/Blackberry/SDK</li>
    <li>mkdir net.rim.ejde.componentpack5.0.0<em>5.0.0.25</em></li>
    <li>cd net.rim.ejde.componentpack5.0.05.0.0.25</li>
    <li>unzip /tmp/plugins/net.rim.ejde.componentpack5.0.0<em>5.0.0.25.jar</em></li>
    <li>mv /tmp/mpp-sdk/osx/preverify/preverify components/bin</li>
    <li>chmod +x components/bin/preverify</li>
    <li>cd ..</li>
    <li>mkdir bb-ant-tools-1.2.8-bin</li>
    <li>cd bb-ant-tools-1.2.8-bin</li>
    <li>unzip $HOME/Downloads/bb-ant-tools-1.2.8-bin.zip</li>
    <li>rm -rf /tmp/plugins /tmp/mpp-sdk</li>
</ol>
</li>
    <li>Now go back to Eclipse, and go to the Eclipse&gt;Preferences menu</li>
    <li>Go to Java&gt;Build Path&gt;User Libraries and click New
<ol>
    <li>Enter &#8220;Blackberry 1.1.2&#8243; as the library name.</li>
    <li>Click Add Jars and select $HOME/ws/Blackberry/SDK/net.rim.ejde.componentpack5.0.05.0.0.25/components/lib/net<em>rim</em>api.jar</li>
    <li>Then select Javadoc location and choose the $HOME/ws/Blackberry/SDK/net.rim.ejde.componentpack5.0.0<em>5.0.0.25/components/docs/api directory</em></li>
</ol>
</li>
    <li>Go to Ant&gt;Runtime in the Eclipse preferences
<ol>
    <li>Under Global Entries, click Add External Jars</li>
    <li>Choose $HOME/ws/Blackberry/bb-ant-tools-1.2.8-bin/bb-ant-tools.jar</li>
</ol>
</li>
    <li>Click Okay and save the Preferences</li>
    <li>Add $HOME/ws/Blackberry/SDK/net.rim.ejde.componentpack5.0.05.0.0.25/components/bin to your PATH via your .bashrc file</li>
</ol>
<h3>Building Hello World</h3>
<ol>
    <li>Follow the exact steps (heck, use his sample code) in the blog I linked to above.  It works perfectly.</li>
    <li>Only hitch is make sure to update the jde.home &amp; simulator.home properties in your build.xml to the right paths of course.</li>
</ol>
<h3>Running the Simulator</h3>
<ol>
    <li>Call me nuts, but I didn&#8217;t feel like install MacPorts.  Instead, I built my own Wine from source.  To do this, just follow the instructions <a href="http://wiki.winehq.org/MacOSX/Building">here</a>.  I installed it to /usr/local.</li>
    <li>Grab winetricks and put it somewhere in your path (curl http://www.kegel.com/wine/winetricks &gt; $HOME/bin/winetricks)</li>
    <li>Install various winetricks packages:
<ol>
    <li>gdiplus msxml3 msxml4 msxml6</li>
    <li>(yes really, I had to install all 3 for some reason.  I have no idea why)</li>
</ol>
</li>
    <li>cd $HOME/ws/Blackberry/SDK/net.rim.ejde.componentpack5.0.0_5.0.0.25/components/simulator</li>
    <li>cat 9550.bat | sed -e &#8217;s/^M//&#8217; &gt; 9550.sh
<ol>
    <li>note the ^M isn&#8217;t a literal ^M, it&#8217;s the ctrl code for &lt;Return&gt;, hit Ctrl-V and then the Return key to generate it.</li>
</ol>
</li>
    <li>Edit the 9550.sh file and make it look like:
<ol>
    <li>#!/bin/sh</li>
    <li>cd &#8220;<code>dirname $0</code>&#8220;</li>
    <li>/usr/local/bin/wine fledge.exe /app=Jvm.dll /handheld=9550 /session=9550 /app-param=DisableRegistration /app-param=JvmAlxConfigFile:9550.xml /data-port=0&#215;4d44 /data-port=0&#215;4d4e /pin=0&#215;2100000A</li>
</ol>
    </li><li>Fixup the 9550.xml file</li>
</ol><ol>
    <li>cat 9550.xml | sed -e &#8217;s/^M//&#8217; &gt; /tmp/foo</li>
    <li>mv /tmp/foo 9550.xml</li>
</ol>
    <li>chmod +x 9550.sh</li>
    <li>./9550.sh</li>
    <li>You&#8217;re done!  You can load your .cod files by using the File&gt;Load Java Program menu in the simulator</li>
<ol></ol>

</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/06/02/building-simulating-blackberry-apps-with-the-blackberry-sdk-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OBAI</title>
		<link>http://whacked.net/2010/05/13/obai/</link>
		<comments>http://whacked.net/2010/05/13/obai/#comments</comments>
		<pubDate>Thu, 13 May 2010 19:02:51 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1376</guid>
		<description><![CDATA[

I&#8217;m leaving Songbird.

It&#8217;s been a blast, and I&#8217;ve loved working here.  I think Songbird is in a great position now, what with the Philips partnership, and the upcoming partnerships that are in the pipeline waiting to be announced.  It&#8217;s hugely gratifying to be able to walk into Target, pick up a Philips MP3 player and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://whacked.net/wp-content/uploads/2010/05/rockhorns1.png"><img class="alignleft size-full wp-image-1381" title="rockhorns" src="http://whacked.net/wp-content/uploads/2010/05/rockhorns1.png" alt="rockhorns" width="188" height="330" style="margin-right: 1em;"/></a></p>

<p>I&#8217;m leaving Songbird.</p>

<p>It&#8217;s been a blast, and I&#8217;ve loved working here.  I think Songbird is in a great position now, what with the Philips partnership, and the upcoming partnerships that are in the pipeline waiting to be announced.  It&#8217;s hugely gratifying to be able to walk into Target, pick up a Philips MP3 player and see the Songbird logo on the back.  It is partly because of where Songbird is now that I feel comfortable leaving, knowing it&#8217;s in the capable hands of all the birders involved.  I&#8217;ll continue to follow Songbird&#8217;s progress with a fond eye and a tuned ear.</p>

<p>I wish the Songbird and Mozilla communities all the best, and hope that I can still be involved in both.  I think the Mozilla community is amazing, truly one of a kind, and it&#8217;s been really awesome to have the chance to work and be involved with it.</p>

<p>So what&#8217;s up for me next?  I&#8217;m finishing up my work on the servicepane until the end of the month, and then I&#8217;m off to go join <a href="http://rd.io">Rdio</a>&#8230; obviously the music bug has bit me.</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/05/13/obai/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>new servicepane!</title>
		<link>http://whacked.net/2010/05/06/new-servicepane/</link>
		<comments>http://whacked.net/2010/05/06/new-servicepane/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:17:21 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1370</guid>
		<description><![CDATA[My project for the last month or so has been implementing the new servicepane for Songbird:
Our old tree-based widget was horribly inflexible for&#8230; well pretty much anything.  Our new binding uses XUL elements to build up a much better looking widget (IMHO).  We&#8217;ve now divided top level nodes into groups, collapsible by clicking on the [...]]]></description>
			<content:encoded><![CDATA[<p>My project for the last month or so has been implementing the new servicepane for Songbird:
<a href="http://whacked.net/wp-content/uploads/2010/05/Picture-1.png"><img class="aligncenter size-medium wp-image-1371" title="Picture 1" src="http://whacked.net/wp-content/uploads/2010/05/Picture-1-300x225.png" alt="Picture 1" width="300" height="225" /></a>Our old tree-based widget was horribly inflexible for&#8230; well pretty much anything.  Our new binding uses XUL elements to build up a much better looking widget (IMHO).  We&#8217;ve now divided top level nodes into groups, collapsible by clicking on the group headers (with bonus whizzy animation to boot!).  We&#8217;ve also made badges, and an API for adding them which should allow add-ons to have nice count badges like the Concerts &amp; New Releases add-ons do above.  The badge API will also allow you to have arbitrary image badges, which is how we implement the eject button for devices.</p>

<p>Perhaps the best part of the new servicepane is the fact that it&#8217;s all just XUL elements and widgets, which means you can get your node, and tweak it via JS as much as you like (within reason).  Additionally, since all the styling is just CSS, Featherers have a lot more flexibility to change the layout and style the way the servicepane looks now.</p>

<p>It&#8217;s in trunk now so should be in tonight&#8217;s nightly builds.</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/05/06/new-servicepane/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Media View Toggle Buttons</title>
		<link>http://whacked.net/2010/02/02/media-view-toggle-buttons/</link>
		<comments>http://whacked.net/2010/02/02/media-view-toggle-buttons/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:36:04 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Songbird]]></category>
		<category><![CDATA[media view]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1359</guid>
		<description><![CDATA[One of the things implemented in Purple Rain (the new Feather in Songbird 1.4) was direct toggle buttons to select the current Media View.  However, we only implemented them for the built in List View &#38; Filter View buttons.  Third party Media Views were still only listed in the arrow-drop-down menu button next to them.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://whacked.net/wp-content/uploads/2010/02/Picture-11.png"><img class="alignleft size-full wp-image-1361" title="Picture 3" src="http://whacked.net/wp-content/uploads/2010/02/Picture-3.png" alt="Picture 3" width="277" height="103" /></a>One of the things implemented in Purple Rain (the new Feather in Songbird 1.4) was direct toggle buttons to select the current Media View.  However, we only implemented them for the built in List View &amp; Filter View buttons.  Third party Media Views were still only listed in the arrow-drop-down menu button next to them.  I&#8217;m happy to say that we&#8217;ve landed <a href="http://bugzilla.songbirdnest.com/show_bug.cgi?id=18538">bug 18538</a> on trunk yesterday which will allow Media View developers to create and define icons to represent their Media View.  They will be automatically inserted into the row of buttons to allow users to more easily switch to the available views.</p>

<p>All the Media View developer needs to do is create an icon file.  It must be 22&#215;80, with all four 22&#215;20 states (normal, hover, active, and disabled) vertically stacked in it.  Here&#8217;s a sample one I created for <a href="http://addons.songbirdnest.com/addon/1574">John M&#8217;s excellent Grid View</a>:
</p><p style="text-align: left;"><a href="http://whacked.net/wp-content/uploads/2010/02/mpIcon.png"><img class="size-full wp-image-1362 aligncenter" title="mpIcon" src="http://whacked.net/wp-content/uploads/2010/02/mpIcon.png" alt="mpIcon" width="22" height="80" /></a>All that&#8217;s left is to point to it inside the Media View&#8217;s <tt>install.rdf</tt> file.  In the same &lt;songbird:mediaPage&gt; section we simply define a new &lt;songbird:contentIcon&gt; value, like so:</p>

<pre style="text-align: left;">&lt;songbird:mediaPage&gt;
   &lt;Description&gt;
        &lt;songbird:contentIcon&gt;chrome://gridview/skin/mpIcon.png&lt;/songbird:contentIcon&gt;
        &lt;songbird:contentTitle&gt;Grid View&lt;/songbird:contentTitle&gt;
        &lt;songbird:contentUrl&gt;chrome://gridview/content/media-page.xul&lt;/songbird:contentUrl&gt;
    &lt;/Description&gt;
&lt;/songbird:mediaPage&gt;</pre>

<p>That&#8217;s all there is to it!</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/02/02/media-view-toggle-buttons/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Updated locations for Concerts</title>
		<link>http://whacked.net/2010/02/01/updated-locations-for-concerts/</link>
		<comments>http://whacked.net/2010/02/01/updated-locations-for-concerts/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:45:06 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1354</guid>
		<description><![CDATA[

I just committed an encoding fix for Songbird&#8217;s Concerts add-on that, starting with tonight&#8217;s nightlies on trunk, should mean you start seeing some updated European countries in the available locations list.  The new countries include Denmark, Finland, France, Germany, Netherlands, Norway, Spain, and Sweden.

While the concert data is now being included, not all localisations are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://whacked.net/wp-content/uploads/2010/02/Picture-2.png"><img class="alignleft size-full wp-image-1356" title="Picture 2" src="http://whacked.net/wp-content/uploads/2010/02/Picture-2.png" alt="Picture 2" width="163" height="290" /></a></p>

<p>I just committed an encoding fix for Songbird&#8217;s Concerts add-on that, starting with tonight&#8217;s nightlies on trunk, should mean you start seeing some updated European countries in the available locations list.  The new countries include Denmark, Finland, France, Germany, Netherlands, Norway, Spain, and Sweden.</p>

<p>While the concert data is now being included, not all localisations are up to date.  Notably, out of that list, we&#8217;re missing the Danish, Finnish, Dutch, and Norwegian localisations entirely.  The Swedish localisation just needs a few more strings translated.</p>

<p>If you&#8217;d like to help out and see the full localised Concerts add-on in all its glory, please go register with <a href="http://babelzilla.org">Babelzilla.org</a> and help <a href="http://www.babelzilla.org/index.php?option=com_wts&amp;Itemid=264&amp;type=show&amp;extension=4678">translate the Concerts add-on here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/02/01/updated-locations-for-concerts/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Philips &amp; Songbird</title>
		<link>http://whacked.net/2010/01/08/philips-songbird/</link>
		<comments>http://whacked.net/2010/01/08/philips-songbird/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 00:53:55 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Songbird]]></category>
		<category><![CDATA[philips]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1348</guid>
		<description><![CDATA[By now you&#8217;ve seen the news about our partnership with Philips.  Big chunks of the team have been cranking pretty hard on this partner release and we’re super excited to ship some things we’ve been working on for a while, and to get Songbird into the hands of even more users. The feedback has already [...]]]></description>
			<content:encoded><![CDATA[<p>By now you&#8217;ve seen the <a href="http://www.techcrunch.com/2010/01/05/songbird-philips/">news about our partnership with Philips</a><a href="http://www.techcrunch.com/2010/01/05/songbird-philips/"></a>.  Big chunks of the team have been cranking pretty hard on this partner release and we’re super excited to ship some things we’ve been working on for a while, and to get Songbird into the hands of even more users. The feedback has already been tremendous; thanks to everyone for your support!</p>

<p>As you know we&#8217;re big believers in openness and as such we try to share our development plans and progress with you as regularly and freely as we can. This isn’t as straightforward when other companies are involved — especially large, global, public companies like Philips. So we apologise for not being able to talk openly, sooner, about this new relationship but we hope, even as a bit of a surprise, you can appreciate why this is a good thing for the company, the products, the platform, and all of our users. As always we’ll strive to give you an early heads up whenever we can.</p>

<p>While there’s obviously some special work we’ll do for Philips, we don’t think about this as one-off work.  Much of what we do for them, is work we’ve been planning  to do for all Songbird consumers.  For Philips, there’s certainly a custom feather and the add-ons that are important to them and their customers. We’re working to make sure that all of what we build is valueable for you and for partners … with as few exceptions as possible.</p>

<p>Our partnership with Philips is a great step for us — it drives distribution, revenue, and an even tighter connection to the CE side of the world. Of course the partnership means more features to consider and tradeoffs to balance – but in this case, that’s a great problem to have.  There is lots of overlap in desired features from both sides, so this probably means you’ll see some things accelerated, which is good news for all Songbird consumers. We know that users around the globe using the software and sending us their ideas ultimately results in a better experience for everyone. So keep your suggestions coming.</p>

<p>There’s no resting on this week’s milestone achievement, we’re working fast and furiously on the next release, which will hit early this year. Stay tuned for more as we move continue evolving plans and working through development.</p>

<p>Thanks again for all of your support!</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/01/08/philips-songbird/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>the post-release post</title>
		<link>http://whacked.net/2010/01/04/the-post-release-post/</link>
		<comments>http://whacked.net/2010/01/04/the-post-release-post/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:46:20 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1332</guid>
		<description><![CDATA[welcome to my post-1.4.1 1.4.2 1.4.3 post&#8230; where i talk about things you talked about after we talked about launching 1.4.3 (after our couple of respins) last week.

we&#8217;ve been following the blog comments, reading the bug reports, and getting the feedback from GetSatisfaction bubbled up to us via our intrepid Songbird Champs.  there have been [...]]]></description>
			<content:encoded><![CDATA[<p>welcome to my post-<span style="text-decoration: line-through;">1.4.1</span> <span style="text-decoration: line-through;">1.4.2</span> 1.4.3 post&#8230; where i talk about things you talked about after we talked about launching 1.4.3 (after our couple of respins) last week.</p>

<p>we&#8217;ve been following the blog comments, reading the bug reports, and getting the feedback from GetSatisfaction bubbled up to us via our intrepid Songbird Champs.  there have been a few recurring issues worth mentioning/recapping, so here we go in no particular order:
<ol>
    <li>Windows 7 Support
<ul>
    <li>Yes, we throw a warning message up when you&#8217;re installing Songbird regarding it being unsupported on Windows 7.  This is mostly a &#8220;caveat emptor&#8221; warning, we haven&#8217;t done full and proper QA test runs to ensure things work on Windows 7.  That being said, we have plenty of users who run it just fine on Windows 7.  If you do continue to install and run it on Windows 7, you may experience bugs.  We&#8217;re working on full and proper Windows 7 support for the next release if you want to wait.</li>
</ul>
</li>
    <li>iPod Support
<ul>
    <li>As <a href="http://blog.songbirdnest.com/2009/08/05/open-sourcing-the-ipod-add-on/">mentioned previously</a>, we are no longer maintaining the iPod Extension.  Continually playing an unsupported game of catchup with Apple sucked, and we&#8217;ve opted to go with iTunes Import/Export Syncing as our supported way of having users sync their music libraries with Songbird.  As mentioned in that blog post, we&#8217;ve open sourced the iPod Extension (which is built on libgpod), and would happily welcome any community patches to it.</li>
</ul>
</li>
    <li>Splash Screen
<ul>
    <li>Yeah, we get it.  Some of you don&#8217;t like the splash screen.  Unfortunately it does, believe it or not, serve a purpose.  Not everyone has the super-latest-OMFG-ITS-1BILLION-TERAHERTZ machine&#8230; and especially on some platforms (Windows XP for instance), there was no feedback as to when the application was starting.  If you really really really hate the splash screen that much, then go grab Simon&#8217;s <a href="http://addons.songbirdnest.com/addon/1772">splish splosh extension</a> to easily change or disable the splash screen.</li>
</ul>
</li>
    <li>Bookmarks
<ul>
    <li>Over the next few releases you&#8217;ll see us phase out some of the more web browser specific features.  This is a conscious design decision to differentiate Songbird as more of a media player than a web browser.  Let&#8217;s face it, we&#8217;ll never be a better web browser than Firefox, Safari, or Chrome.  We&#8217;ve never intended for Songbird to replace your daily web browser.  Don&#8217;t take this to mean we&#8217;re removing the web browser component entirely&#8230; we can&#8217;t, and we won&#8217;t since we use this for rendering things like the Last.fm Radio Directory, the 7Digital Music Store, the Concerts Listings page, etc.  It just means we&#8217;d prefer for add-ons to take a more integrated approach along the lines of the 7Digital, Concerts, SHOUTcast, &amp; Last.fm add-ons where servicepane nodes are displayed that link to custom chrome (or heck even to webpages tailored specifically for Songbird, such as the 7Digital store).</li>
    <li>That being said, if you really really really want your bookmarks back, I&#8217;ve made a <a href="http://addons.songbirdnest.com/addon/1746">Songbird Bookmarks extension</a> that re-enables the bookmarks servicepane node so you can get your old bookmarks back.</li>
</ul>
</li>
    <li>Automatic Album Art Fetching
<ul>
    <li>One of the new features in Songbird 1.4.3 is automatic album art fetching.  Depending on what mode you have album art in (either &#8220;Now Playing&#8221; or &#8220;Now Selected&#8221;), album art will be automatically fetched for the currently playing or selected track.  If you&#8217;re on a slow or high latency connection (and this can vary depending on your album art fetcher add-ons and priorities, set via the Album Art preferences), you may experience a lag when selecting or playing tracks as Songbird goes to fetch the album art.  We&#8217;ll work on improving the performance of this in the future, but for now &#8211; I&#8217;ve made an <a href="http://addons.songbirdnest.com/addon/1786">extension to allow you disable or enable this automatic fetching behaviour</a>.</li>
</ul>
</li>
</ol></p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/01/04/the-post-release-post/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>AIDS Ride, first official training ride down</title>
		<link>http://whacked.net/2010/01/03/aids-ride-first-official-training-ride-down/</link>
		<comments>http://whacked.net/2010/01/03/aids-ride-first-official-training-ride-down/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 04:16:52 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Outdoors]]></category>
		<category><![CDATA[alc9]]></category>
		<category><![CDATA[bike]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1335</guid>
		<description><![CDATA[I went on my first official AIDS Ride training ride yesterday&#8230; a &#8220;Category 1&#8243; (the slowest pace group, average speed of 7-8mph) training ride leaving Orinda, and lasting 24 miles.  Turns out it was a bit slow for my pace, and I ended up riding in a breakaway pack that was riding up front.  I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>I went on my first official AIDS Ride training ride yesterday&#8230; a &#8220;Category 1&#8243; (the slowest pace group, average speed of 7-8mph) training ride leaving Orinda, and lasting 24 miles.  Turns out it was a bit slow for my pace, and I ended up riding in a breakaway pack that was riding up front.  I&#8217;ll try the Category 2 ride next week instead (11-15mph) which should be more my style I think.</p>

<p>In other news, I&#8217;ve managed to raise $2320 so far!  Only $680 left to go to meet my goal of raising $3000 for the San Francisco AIDS Foundation.  Surely one of your New Years&#8217; resolutions was to donate to stevel&#8217;s 545 mile bike ride from SF to LA, right?  If not, hopefully one of your resolutions involved donating to charity?  <img src='http://whacked.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   In any case, if you haven&#8217;t donated yet, I (and the SF AIDS Foundation) would really appreciate your <a href="http://www.tofighthiv.org/site/TR/AIDSLIFECYCLE9/AIDSLifeCycleCenter?px=2286242&amp;pg=personal&amp;fr_id=1210">donation and support</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2010/01/03/aids-ride-first-official-training-ride-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office rodent infestation</title>
		<link>http://whacked.net/2009/12/18/office-rodent-infestation/</link>
		<comments>http://whacked.net/2009/12/18/office-rodent-infestation/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:42:55 +0000</pubDate>
		<dc:creator>Stephen Lau</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://whacked.net/?p=1326</guid>
		<description><![CDATA[Sorry, I know I said we&#8217;d have Songbird 1.4.1 out this week &#8211; but we&#8217;re pushing it back to Monday due to:

A few bugs caught by awesome Songbird users found in the beta release we pushed on Wednesday
An office mouse infestation Ali discovered

]]></description>
			<content:encoded><![CDATA[<p>Sorry, I know I said we&#8217;d have Songbird 1.4.1 out this week &#8211; but we&#8217;re pushing it back to Monday due to:
<ul>
<li>A few bugs caught by awesome Songbird users found in the beta release we pushed on Wednesday</li>
<li>An office mouse infestation Ali discovered</li>
</ul>
<div id="attachment_1327" class="wp-caption aligncenter" style="width: 235px"><a href="http://whacked.net/wp-content/uploads/2009/12/photo.jpg"><img src="http://whacked.net/wp-content/uploads/2009/12/photo-225x300.jpg" alt="Mice! Oh my!" title="Mice! Oh my!" width="225" height="300" class="size-medium wp-image-1327" /></a><p class="wp-caption-text">Mice! Oh my!</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://whacked.net/2009/12/18/office-rodent-infestation/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
