<?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>rob&#039;s blog &#187; design</title>
	<atom:link href="http://banagale.com/category/design/feed" rel="self" type="application/rss+xml" />
	<link>http://banagale.com</link>
	<description>I have a theory that the truth is never told during the nine-to-five hours. -Hunter S. Thompson</description>
	<lastBuildDate>Tue, 26 Jul 2011 08:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rock Show Concert Posters 2.0: Now on iPhone and iPod Touch</title>
		<link>http://banagale.com/rock-show-concert-posters-2-0-now-on-iphone-and-ipod-touch.htm</link>
		<comments>http://banagale.com/rock-show-concert-posters-2-0-now-on-iphone-and-ipod-touch.htm#comments</comments>
		<pubDate>Tue, 03 Aug 2010 18:46:19 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[mobile computing]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://banagale.com/?p=661</guid>
		<description><![CDATA[I&#8217;m pumped to announce availability of Rock Show 2.0.  This is the first version of Rock Show that works on the iPad and both the iPhone and iPod Touch.  A lot of fixes and tweaks are in this version of the application, along with some new posters as well! Two articles are up about the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/cFZaJA"><img class="alignnone size-full wp-image-662" title="concert posters rock show ipad iphone" src="http://banagale.com/blog/wp-content/uploads/2010/08/rob_blog.jpg" alt="concert posters rock show ipad iphone" width="480" height="376" /></a></p>
<p>I&#8217;m pumped to announce availability of Rock Show 2.0.  This is the first version of Rock Show that works on the iPad and both the iPhone and iPod Touch.  A lot of fixes and tweaks are in this version of the application, along with some new posters as well!</p>
<p>Two articles are up about the release, <a href="http://www.padgadget.com/2010/08/03/rock-show-2-0-available-now/">Padgadget is hosting</a> one item and a second can be found at <a href="http://www.intomobile.com/2010/08/03/rock-show-2-0-allows-iphone-and-ipod-touch-users-to-shop-for-concert-posters-too/">IntoMobile</a>.  For a full low-down and updated info on the app, visit its page: <a href="We're excited to announce availability of Rock Show Concert Posters now available for the iPhone, iPad and iPod Touch: http://bit.ly/cFZaJA">http://www.rockshow.fm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/rock-show-concert-posters-2-0-now-on-iphone-and-ipod-touch.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display a Simple Loading Message and Animated Loading Gif Using JavaScript</title>
		<link>http://banagale.com/display-a-simple-loading-message-and-animated-loading-gif-using-javascript.htm</link>
		<comments>http://banagale.com/display-a-simple-loading-message-and-animated-loading-gif-using-javascript.htm#comments</comments>
		<pubDate>Wed, 20 May 2009 19:57:28 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[action cueing]]></category>
		<category><![CDATA[dynamic webpages]]></category>
		<category><![CDATA[visual feedback]]></category>

		<guid isPermaLink="false">http://banagale.com/?p=310</guid>
		<description><![CDATA[Some pages require an inordinate amount of time to load.  For most sites, this is a big problem.  Webmasters and SEO specialists know the value of a quick landing page load, because they know that netizens have short attention spans. Dynamically built webpages, (especially applications), require time to load and visual feedback that something is happening. [...]]]></description>
			<content:encoded><![CDATA[<p>Some pages require an inordinate amount of time to load.  For most sites, this is a big problem.  Webmasters and SEO specialists know the value of a quick landing page load, because they know that netizens have short attention spans.</p>
<p>Dynamically built webpages, (especially applications), require time to load and visual feedback that <em>something</em> is happening.  The most famous example is the gmail loading page:</p>
<p><img class="aligncenter size-full wp-image-312" title="Loading Message and Animated Gif Example Javascript" src="http://banagale.com/blog/wp-content/uploads/2009/05/loading_animated_gif_javascript1.jpg" alt="Loading Message and Animated Gif Example Javascript" width="480" height="243" /></p>
<p>Gmail uses a more sophisticated progress bar to represent the loading of the webpage.  I found <a href="http://yensdesign.com/2008/11/how-to-create-a-stylish-loading-bar-as-gmail-in-javascript/">an article on yensDesign</a> that gives some great advice on how to do this, if you want to get really fancy.</p>
<p>If you have a dynamically built page that you&#8217;d like to give a loading message to that doesn&#8217;t require a full progress bar, I recommend simply displaying a message and an animated gif.</p>
<p><strong>The Method</strong></p>
<p>The trick to accomplishing this is a small mix of JavaScript and CSS.  You don&#8217;t have to be using &lt;div&gt;&#8217;s to display your content, but you should.  My example uses &lt;div&gt;&#8217;s.<span id="more-310"></span></p>
<p>Let&#8217;s begin by assuming you have the majority of your page&#8217;s content within a series of nested DIV&#8217;s, where the outermost DIV is called &#8220;container.&#8221;</p>
<pre>
 &lt;div id="container"&gt;
    &lt;div id="heading"&gt;
       ...heading content...
     &lt;/div&gt;
     &lt;div id="body"&gt;
       ...body content...
     &lt;/div&gt;
  &lt;/div&gt;</pre>
<p>Normally, the dynamic content in your container would be rendered by the browser after it has downloaded and performed the main JavaScript routines.  What we want to do is hide the container when the page is first loaded and instead display a DIV that contains a waiting message and a little animated gif icon.</p>
<p>Begin by using the CSS <em>display </em>property to hide the container DIV like so:</p>
<pre>  &lt;div id="container" style="display:none"&gt;</pre>
<p>Next, you need to add a new DIV that contains your &#8220;Please Wait, loading&#8230;&#8221; message.  I chose to include an animated gif icon of a twirling circle, which I easily created using the <a href="http://www.ajaxload.info/">AjaxLoad.info</a>, a site created by <a href="http://www.kath.fr/">Catherine Roman</a>.   If you want to download my animated loading gif, you can <a href="http://banagale.com/portfolio/images/ajax-loader.gif">get it here</a>.</p>
<p>Here is an additional set of nested DIV&#8217;s that contain the loading content.  This should be placed outside the container DIV:</p>
<pre>      &lt;div id='siteLoader'&gt; 
        &lt;div id='siteDetailLoader'&gt; 
        &lt;img src='/path/to/your/animated/gif/loading.gif' border='0'&gt; 
        Please wait while the page loads...&lt;br /&gt; &lt;br /&gt; 
        &lt;/div&gt; 
      &lt;/div&gt; </pre>
<p>You&#8217;ll note that the display property is not set on siteLoader because it is visible by default.  This is what we want.  The trick now is to make the siteLoader DIV dissappear once the dynamic page content is done loading while simultaneously displaying the container DIV with the real page content.</p>
<p>This is handled using the global event handler <a href="http://javascript.about.com/library/blonload.htm">onLoad</a>.  There a few ways to make use of the onLoad event, I recommend including an external JavaScript file.  Do this by saving a new text file called actions.js in the same directory as the page you&#8217;re changing.  Just after your &lt;title&gt; tag on your document include this external JavaScript  file using:</p>
<p><span style="font-family: 'Courier New'; line-height: 18px; white-space: pre;">&lt;script src=&#8221;actions.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</span></p>
<p>Inside actions.js, you need to include a function based on window.onload as follows:</p>
<pre>window.onload = function() {
   document.getElementById("siteLoader").style.display = "none";
   document.getElementById("container").style.display = "block";
}</pre>
<p>What this is doing is saying to the browser, &#8220;as soon as you&#8217;re done loading the webpage, you should hide the &#8216;please wait&#8217; stuff and show the meat and potatos of my webpage.&#8221;</p>
<p>To view all of this in action, have a look at my recently <a href="http://www.banagale.com/portfolio">updated online portfolio</a> which of course, talks up what a great person I am. <img src='http://banagale.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I hope this has been helpful, as always&#8211;please post your comments!</p>
<p>For further reading on busy indicators and the important visual feedback and attention cueing needed to be successful with the display of heavy dynamic webpages, have a look at the article series on SAP Design Guild by Gerd Waloszek called &#8220;<a href="http://www.sapdesignguild.org/community/design/busy_feedback_3.asp">Waiting at the Computer: Busy Indicators and System Feedback</a>.&#8221;   There is a wonderful table giving guidelines on the type of feedback that should be displayed based on user wait time.</p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/display-a-simple-loading-message-and-animated-loading-gif-using-javascript.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>April 2009 Song of the Month: N.A.S.A &#8211; Gifted</title>
		<link>http://banagale.com/apri-2009-song-of-the-month-nasa-gifted.htm</link>
		<comments>http://banagale.com/apri-2009-song-of-the-month-nasa-gifted.htm#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:53:51 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[heavy metal]]></category>
		<category><![CDATA[kanye]]></category>
		<category><![CDATA[music video]]></category>

		<guid isPermaLink="false">http://banagale.com/?p=290</guid>
		<description><![CDATA[I struggled with April&#8217;s song of the month, &#8220;Gifted,&#8221; which appears on the album  Spirit of Apollo by N.A.S.A.  N.A.S.A (North America / South America) is a project of Sam Spiegel aka Squeak E. Clean and  Brazilian DJ Zego spent five years assembling a gang of artists spilling across genres. Performers on this record include:  George [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-291   aligncenter" title="gifted_nasa_music_video" src="http://banagale.com/blog/wp-content/uploads/2009/04/gifted_nasa_music_video.jpg" alt="gifted_nasa_music_video" width="480" height="270" /></p>
<p>I struggled with April&#8217;s song of the month, &#8220;Gifted,&#8221; which appears on the album  <a href="http://www.amazon.com/gp/product/B001NJY5H6?ie=UTF8&amp;tag=weekldavesand-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001NJY5H6">Spirit of Apollo</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=weekldavesand-20&amp;l=as2&amp;o=1&amp;a=B001NJY5H6" border="0" alt="" width="1" height="1" /> by N.A.S.A.  <a href="http://en.wikipedia.org/wiki/N.A.S.A._(musical_group)">N.A.S.A</a> (North America / South America) is a project of Sam Spiegel aka Squeak E. Clean and  Brazilian DJ Zego spent <em>five years</em> assembling a gang of artists spilling across genres.</p>
<p>Performers on this record include:  George Clinton, David Byrne, Cee-Lo, Seu Jorge, Sean Lennon, RHCP, Tom Waits, Ol&#8217; Dirty, RZA, Method Man, oh and Kanye West. <span id="more-290"></span></p>
<p>The struggle with choosing &#8220;Gifted&#8221; was that Kanye is on the track.  I was into Kanye before <a href="http://www.weeklydavespeak.com/wds_stuff/articles_and_columns/bonnaroo_2008_in_review_channeling_a_sense_of_appreciation?page=0,3">he failed his Bonnaroo performance</a> so miserably in 2008.  Since then, I&#8217;ve felt the inclination to leave a room where his music is playing at a party.</p>
<p>Then South Park came and <a href="http://en.wikipedia.org/wiki/Fishsticks_(South_Park)">swatted Kanye down</a> this past week.  It was a public thrashing that no one else could deliver, because <a href="http://www.kanyeuniversecity.com/blog/?em3106=227887_-1__0_~0_-1_4_2009_0_0&amp;em3298=&amp;em3282=&amp;em3281=&amp;em3161=">he admitted to bad behavior</a> and said &#8220;I need to just get past myself.  Drop the bravado and just make dope product.&#8221;</p>
<p>Speaking of the astounding effect of animation, the music video forGifted is an awesome work by Three Legged Legs.  Done in just three weeks, they put together a story of a crashlanded spaceman stuck on a deserted planet.  It has a sort of a <a href="http://en.wikipedia.org/wiki/Major_Boobage">Heavy Metal</a> feel only scarier.  A full writeup on the video is available <a href="http://threeleggedlegs.com/repertoire/nasa/">on their website</a>.  They also have a full <a href="http://threeleggedlegs.com/repertoire/nasa/NASA_Gifted_HD.zip">HD version available for download</a>.</p>
<p> <br />
<object width="480" height="320" data="http://vimeo.com/moogaloop.swf?clip_id=3884873&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3884873&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object> </p>
<p> </p>
<p> </p>
<p>Congrats to everyone who went into creating Gifted and for Kanye for just barely not screwing it up for everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/apri-2009-song-of-the-month-nasa-gifted.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook User Interface Revision and Revolt</title>
		<link>http://banagale.com/facebook-user-interface-revision-and-revolt.htm</link>
		<comments>http://banagale.com/facebook-user-interface-revision-and-revolt.htm#comments</comments>
		<pubDate>Fri, 27 Mar 2009 18:40:18 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://banagale.com/?p=262</guid>
		<description><![CDATA[One of my guides for creating a slick FB profile recently made PC World&#8217;s list of 10 tips for Facebook Power Users (Tip #5).  That coverage sort of endorsed me as a thought leader in tweaking Facebook.  The user interface and design of Facebook is only of interest to me because I enjoy the service [...]]]></description>
			<content:encoded><![CDATA[<p>One of my guides for creating a slick FB profile recently made <a href="http://www.pcworld.com/printable/article/id,161688/printable.html">PC World&#8217;s list of 10 tips for Facebook Power Users</a> (Tip #5).   That coverage sort of endorsed me as a thought leader in tweaking Facebook.  The user interface and design of Facebook is only of interest to me because I enjoy the service so much and like sharing my experience with it.</p>
<p>As you might guess I&#8217;ve been following the redesign of Facebook pretty closely. My pal Bryan just posted a link to another great PC World article on Facebook &#8220;caving&#8221; to user concerns in the redesign.  The article contains a good summary but also some important links worth checking out:</p>
<ul>
<li>Facebook&#8217;s Director of Product, Chris Cox <a href="http://blog.facebook.com/blog.php?post=62368742130">official reaction</a> (blog entry)</li>
<li>Techcrunch <a href="http://www.techcrunch.com/2009/03/24/no-never-surrender-to-your-users-facebook/">shames Facebook</a> for caving to users.</li>
<li>The idea that while 2 million users complained about the redesign, yet that is only 1% of the userbase is <a href="http://www.pcworld.com/article/161842/why_complaining_facebook_users_are_an_advantage.html?tk=rel_news">highlighted here</a>.</li>
</ul>
<p>The main changes they will be making in the near term to satisfy complaints are:<span id="more-262"></span></p>
<blockquote>
<ul>
<li>Live updating: One of the most common requests is the ability to see your stream update automatically. We will be adding the ability to turn on auto updating in the near future so you no longer need to refresh the page.</li>
<li>Photo tags: In order to surface more photos you might like to see, we&#8217;ll be adding photos tagged of your friends to the stream. This will happen in the coming weeks.</li>
<li> More choices for applications: We&#8217;ve heard feedback that there is a lot of application content appearing in the stream. We will be giving you tools to control and reduce application content that your friends share into your stream.</li>
</ul>
</blockquote>
<p>I have a theory that the live updates thing was supposed to be introduced at the same time as the major feed update.  I had actually personally contacted FB with my dissatisfaction resulting from having people&#8217;s favorite color thrust upon me.</p>
<p>I think that what the new design will receive a more favorable response once the manual page refresh is gone&#8211;especially with the this new icon based format.</p>
<p>I suspect that the design team / Zuckerberg felt it would be too much change at once and instead left off the auto-refresh stuff. This half-leap caused a lot of concern because it didn&#8217;t incorporate the full concept behind the redesign.</p>
<p>I have another theory regarding the sudden forced inclusion of friends&#8217; application updates:</p>
<p>Application developers suffered greatly when the apps were moved from a person&#8217;s profile to the Boxes tab. I know because my own DMB FB app with 9000+ users took a major dive in traffic after the change.  I think that the forced inclusion of app updates in the retooling was meant to try and return the favor to app developers. Unfortunately, announcements from apps seem to be dominated by rather niche trivial quiz that no one cares about.</p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/facebook-user-interface-revision-and-revolt.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Developer Resource: Preview Application Icon 3D Effect</title>
		<link>http://banagale.com/iphone-developer-resource-preview-application-icon-3d-effect.htm</link>
		<comments>http://banagale.com/iphone-developer-resource-preview-application-icon-3d-effect.htm#comments</comments>
		<pubDate>Tue, 29 Jul 2008 05:02:37 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[bevel]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icon making]]></category>
		<category><![CDATA[sheen]]></category>

		<guid isPermaLink="false">http://banagale.com/iphone-developer-resource-preview-application-icon-3d-effect.htm</guid>
		<description><![CDATA[My friend Dave Peixotto is in charge of coding and software repository work on our iPhone application development.  I am in charge of the marketing and business aspects of our software company, Neutrinos, LLC. One of my tasks with the release of our recently submitted iPhone application, TipTotaler was to select an icon for our [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.neutrinosllc.com/products/iphone/applications/tiptotaler/images/tiptotaler_icon_iphone_appl.jpg" alt="TipTotaler Icon" align="right" height="57" width="57" />My friend Dave Peixotto is in charge of coding and software repository work on our iPhone application development.  I am in charge of the marketing and business aspects of our software company, <a href="http://neutrinosllc.com/">Neutrinos, LLC</a>.</p>
<p>One of my tasks with the release of our recently submitted iPhone application, <a href="http://neutrinosllc.com/products/iphone/applications/tiptotaler/">TipTotaler</a> was to select an icon for our app.  As you may be aware from Apple&#8217;s iPhone application submission guidelines, you must include a flat 57 x 57 pixel and 512 x 512 pixel image for use on the iPhone and iPod Touch home screen and for the iTunes store.</p>
<p><img src="http://banagale.com/blog/wp-content/uploads/2008/07/alien_icon.gif" alt="alien_icon.gif" align="left" hspace="5" />There are a couple of challenges for iPhone Application icon graphic designers:  First, it isn&#8217;t always easy to tell what will look good at both 512&#215;512 and 57&#215;57.  Second, having the developer rebuild and send updated screenshots is laborious as is monkeying around in Photoshop to eyeball how the images look at lower resolution with 3D effects.</p>
<p><span id="more-158"></span></p>
<p>In order to speed up the process, I put together an Adobe Photoshop macro aka &#8216;action&#8217; that will quickly take any square image and apply similar 3D effects that Apple uses.  The 3D effects used on buttons on the iPhone home screen and the iTunes store application pages include rounded corners and a light sheen over rounded across the top third to one half of the button.  My macro automatically transforms any image into a 3D iPhone Application icon with these characteristics.</p>
<p><img src="http://banagale.com/blog/wp-content/uploads/2008/07/spider_icon.gif" alt="spider_icon.gif" align="right" />I&#8217;ve recorded a screen cast demonstration of how to use the macro using Jing.  You can <a href="http://www.screencast.com/users/robots/folders/Jing/media/ef6f782d-e292-41ee-9974-42583f7e341d">view the screencast here</a>.  Click the link below to download a zip file containing the Photoshop action macro and iPhone gallery image to test out your 3D button on.</p>
<p>Remember, your starting image must be a perfect square of any size prior to running the macro.  Questions? Watch the screencast above or post a comment.</p>
<p>-&gt;  <a href="http://banagale.com/blog/wp-content/uploads/2008/07/iphone-app-icon-previewer.zip">Download iPhone Application Icon Preview Macro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/iphone-developer-resource-preview-application-icon-3d-effect.htm/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>New Saul Williams Album Shows Digital Savvy</title>
		<link>http://banagale.com/new-saul-williams-album-shows-digital-savvy.htm</link>
		<comments>http://banagale.com/new-saul-williams-album-shows-digital-savvy.htm#comments</comments>
		<pubDate>Fri, 02 Nov 2007 05:02:43 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[digital downloads]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[musicane]]></category>

		<guid isPermaLink="false">http://banagale.com/new-saul-williams-album-shows-digital-savvy.htm</guid>
		<description><![CDATA[Radiohead may know music&#8211;but they and their management do not know digital downloads. In trying to be artsy, buying In Rainbows was confusing and clunky. When it came time to download, they couldn&#8217;t handle the traffic. I found that particularly startling because a band with that kind of IT budget should have been able to [...]]]></description>
			<content:encoded><![CDATA[<p>Radiohead may know music&#8211;but they and their management do not know digital downloads.  In trying to be artsy, buying In Rainbows <a href="http://banagale.com/in-rainbows-delivery-dissapoints.htm">was confusing and clunky</a>.  When it came time to download, they couldn&#8217;t handle the traffic.  I found that particularly startling because a band with that kind of IT budget should have been able to get a decently distributed web server set up in 10 days.</p>
<p>Anyhow, three cheers for Saul Williams and his management for connecting with Musicane on the <a href="http://blogs.pcworld.com/staffblog/archives/005835.html">pre-order of his new album</a> Niggy Tardust. (Yes, that is a racially charged album title.  This guy has some pretty serious stuff to say to you.)</p>
<p>Musicane&#8217;s system for doing the pre-order was the slickest I&#8217;ve seen yet, offering a pre-order download of the 192kbps version for free or you could pay $5 and have access to 192kbps, 300kbps, or FLAC.  I paid the $5 and it was worth it!<span id="more-114"></span></p>
<p>I received the notification email with the special link to download the new album this evening and once I arrived at the site it gave me an easy download of the FLAC which came to nearly 500 megs.  Inside the Zip package was a folder with the album name on it, the album in FLAC, a cuesheet cue file to burn the disc, a playlist m3u file, a high res version of the album cover and a high-res version of the thirteen page booklet for the album in pdf!</p>
<p>Plus, I had all of the tunes in lossless.  I fired up FLAC frontend and went to work getting the mp3&#8242;s into my library for my junky Zune.</p>
<p>Anyhow, I have to commend Saul Williams for hooking up with whoever coached him into this.  Whoever put this digital download package together understands what music fans want and understands the technology through and through.</p>
<p>The difference is clear.  Musicane and Saul Williams know the future of music.  Radiohead&#8217;s management knows how to get a lot hype and deliver a crappy digital deliverable.</p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/new-saul-williams-album-shows-digital-savvy.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Made OiNK So Special?</title>
		<link>http://banagale.com/what-made-oink-so-special.htm</link>
		<comments>http://banagale.com/what-made-oink-so-special.htm#comments</comments>
		<pubDate>Tue, 30 Oct 2007 17:45:10 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[oink "digital downloads" torrent community music]]></category>

		<guid isPermaLink="false">http://banagale.com/what-made-oink-so-special.htm</guid>
		<description><![CDATA[[Updated 10/31/07, see bottom of post] I had a professor ask me for more information on what made OiNK special and what it was all about. I assembled the following information for him: Why Oink Was Special The community was very tightly controlled: Only albums that had a certain level of audio quality (192kbps+) were [...]]]></description>
			<content:encoded><![CDATA[<p>[Updated 10/31/07, see bottom of post]</p>
<p>I had a professor ask me for more information on what made OiNK special and what it was all about.  I assembled the following information for him:</p>
<p>Why Oink Was Special</p>
<ul>
<li>The community was very tightly controlled:
<ul>
<li>Only albums that had a certain level of audio quality (192kbps+) were allowed to be uploaded.  Albums had to fit a stringent set of criteria such as being original rips from real CDs, and not &#8220;transcodes.&#8221;  A transcode is a song that has been ripped to mp3, decoded back to wav, and then re-encoded to an mp3.  This was despite the fact that many feel double compression is not noticeable to the ear.</li>
<li>All torrents had to fulfill certain basic requirements such as a complete tracklisting.  A basic description, accurate meta data, cover art scans and a playlist file were highly encouraged and more often than not taken care of by the uploader.</li>
</ul>
</li>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1545578892378192";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-10-17: banagale.com blog
google_ad_channel = "1617025651";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0033FF";
google_color_text = "000000";
google_color_url = "000000";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<li> The community was self-policing and highly active.  Torrents of albums were uploaded weeks sometimes months in advance of their official date.  High profile albums were combed over very quickly and rejected if either they appeared to be transcodes or had been doctored in any way.<br />
<span id="more-113"></span></li>
<li>It was membership by invitation only, yet had over 150,000 active users.  People would lose their accounts for not maintaining a certain upload/download ratio or for not logging in for multiple weeks at a time.  Second chances were not given.  Donations were accepted but not required.</li>
<li>OiNK featured a carefully constructed album request and fulfillment system that allowed members to vote for their most desired albums released or not.  When a request was filled, everyone who had voted for it received notification that it was available for download.</li>
<li>When Radiohead finally released In Rainbows, it did so 160kbps which did not meet the existing standard of 192kbps.  OiNK community members refused to allow a torrent to be uploaded.  The hype for this album was beyond anything the web has seen before yet the site stood by its principles and exercised an astounding level of self-control.  Honor among thieves. <script><!-- D(["mb","\u003cbr\>\u003cbr\>\u003c/li\>\u003cli\>Most importantly, people on there were music fanatics.  There was constant demand for albums to be posted in &quot;lossless&quot; audio quality and a thriving discussion forum.  Unknown bands repeatedly made it into the daily Top 10 of the past day getting hundreds of downloads before dropping out, while big releases would get tens of thousands of downloads and sit in the popular charts for weeks or months.  Just about any album you wanted could be downloaded within a few minutes over broadband and was virtually guaranteed to be perfectly packaged and in astounding quality.\n\u003c/li\>\u003c/ul\>\nThe administrator of the site had his home raided at the same time as the Dutch ISP where the OiNK server was located one week ago today.  \u003ca href\u003d\"http://www.reuters.com/article/internetNews/idUSL2315584520071023\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>Here is the Reuters story on the closure\n\u003c/a\>.\u003cbr\>\u003cbr\>It is hard to say how this has significantly changed how people listen\nto music.  Without question there are tens of thousands of people\nscattered across the world who saw and took part in what it really meant to share a music experience today.  It made the original Napster look like a playground and illustrated that despite iTunes&#39; successful commercial model it is largely out of touch with how people really want to experience music today.\n\u003cbr\>\u003cbr\>Rob\u003cbr\>",1] );  //--></script></li>
<li>Most importantly, people on there were music fanatics.  There was constant demand for albums to be posted in &#8220;lossless&#8221; audio quality and a thriving discussion forum.  Unknown bands repeatedly made it into the daily Top 10 of the past day getting hundreds of downloads before dropping out, while big releases would get tens of thousands of downloads and sit in the popular charts for weeks or months.  Just about any album you wanted could be downloaded within a few minutes over broadband and was virtually guaranteed to be perfectly packaged and in astounding quality.</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1545578892378192";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-10-17: banagale.com blog
google_ad_channel = "1617025651";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0033FF";
google_color_text = "000000";
google_color_url = "000000";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
The administrator of the site had his home raided at the same time as the Dutch ISP where the OiNK server was located one week ago today.  <a href="http://www.reuters.com/article/internetNews/idUSL2315584520071023" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">Here is the Reuters story on the closure </a>.</p>
<p>It is hard to say how this has significantly changed how people listen to music.  Without question there are tens of thousands of people scattered across the world who saw and took part in what it really meant to share a music experience today.  It made the original Napster look like a playground and illustrated that despite iTunes&#8217; successful commercial model it is largely out of touch with how people really want to experience music today.</p>
<p><strong>Update 10/31/07:</strong>  An <a href="http://nymag.com/daily/entertainment/2007/10/trent_reznor_and_saul_williams.html">incredible interview with Trent Reznor and Saul Williams</a> went up on New York Magazine yesterday.  In it Trent discusses OiNK and compares it to iTunes.  I also <a href="http://www.youtube.com/watch?v=l1llNYAlYrc">discovered Saul Williams</a> thanks to this interview.  Check this quote from Trent out:</p>
<blockquote><p>&#8220;If OiNK cost anything, I would certainly have paid, but there isn&#8217;t the equivalent of that in the retail space right now. iTunes kind of feels like Sam Goody to me. I don&#8217;t feel cool when I go there. I&#8217;m tired of seeing John Mayer&#8217;s face pop up. I feel like I&#8217;m being hustled when I visit there, and I don&#8217;t think their product is that great. DRM, low bit rate, etc.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1545578892378192";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-10-17: banagale.com blog
google_ad_channel = "1617025651";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0033FF";
google_color_text = "000000";
google_color_url = "000000";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Amazon has potential, but none of them get around the issue of pre-release leaks. And that&#8217;s what&#8217;s such a difficult puzzle at the moment. If your favorite band in the world has a leaked record out, do you listen to it or do you not listen to it? People on those boards, they&#8217;re grateful for the person that uploaded it — they&#8217;re the hero. They&#8217;re not stealing it because they&#8217;re going to make money off of it; they&#8217;re stealing it because they love the band.&#8221;</p></blockquote>
<p>YES!  This is a musician who gets it.  The only issue I have with his comments are suggesting that Amazon has potential.  If Amazon wants to be a player in the music scene, having DRM free deliverables and a great check out is not enough.  It has to look cool.  Its music sales pages need to be distinctive to the artist and offer an experience that is not the same as buying calculators from their site.</p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/what-made-oink-so-special.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Business Cards</title>
		<link>http://banagale.com/new-business-cards.htm</link>
		<comments>http://banagale.com/new-business-cards.htm#comments</comments>
		<pubDate>Mon, 02 Apr 2007 01:13:01 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://banagale.com/new-business-cards.htm</guid>
		<description><![CDATA[I&#8217;ve been playing more and more nexus of technology and entertainment. I realized during my trip in Vegas that it is no longer okay to not have a business card to exchange. I printed these up using Avery&#8217;s 28877 Clean Edge business cards and Anne&#8217;s Deskjet 5160. Here&#8217;s the front (Some info obfuscated): And the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing more and more nexus of technology and entertainment.  I realized during my trip in Vegas that it is no longer okay to not have a business card to exchange.  I printed these up using Avery&#8217;s 28877 Clean Edge business cards and Anne&#8217;s Deskjet 5160.  Here&#8217;s the front (Some info obfuscated):</p>
<p><center><img alt="Rob Banagale Business Card" id="image73" src="http://banagale.com/blog/wp-content/uploads/2007/04/front_2.JPG" /></center>And the Back:<span id="more-75"></span></p>
<p><center><img alt="Rob Banagale Business Card Back" id="image74" src="http://banagale.com/blog/wp-content/uploads/2007/04/back_o1.JPG" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/new-business-cards.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking the Drop Kick Murphys</title>
		<link>http://banagale.com/hacking-the-drop-kick-murphys.htm</link>
		<comments>http://banagale.com/hacking-the-drop-kick-murphys.htm#comments</comments>
		<pubDate>Mon, 28 Nov 2005 18:03:02 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://banagale.com/hacking-the-drop-kick-murphys.htm</guid>
		<description><![CDATA[I needed a new flyer for my obsessive-compulsive Dave Matthews Band fan site.&#160; I have some obsessive fans on the board who are willing to help promote the site at shows.&#160; They&#8217;re like the Jehova&#8217;s Witnesses of the DMB fan community. I ran across a flyer for an old Dropkick Murphys / Sex Pistols show [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a new flyer for my obsessive-compulsive Dave Matthews Band fan site.&nbsp; I have some obsessive fans on the board who are willing to help promote the site at shows.&nbsp; They&#8217;re like the Jehova&#8217;s Witnesses of the DMB fan community.</p>
<p>I ran across a flyer for an old Dropkick Murphys / Sex Pistols show and decided it might be a good hack possibility.&nbsp; </p>
<p>Here&#8217;s the original:</p>
<p><img width="250" height="250" border="0" title="Punk flyer" alt="Punk flyer" src="http://www.dropkickmurphys.com/artarchive/images/anthony.jpg" />&nbsp;</p>
<p><a target="_self" href="http://www.dropkickmurphys.com/artarchive/images/anthony.jpg">Click here for full size</a>&nbsp;</p>
<p>&nbsp;And here&#8217;s my hack:</p>
<p>&nbsp;<img width="250" height="250" border="0" title="DMB Flyer" alt="DMB Flyer" src="http://weeklydavespeak.com/SiteImages/flyers/WDS_WINTER_Flyer_single.jpg" /></p>
<p><a target="_self" href="http://weeklydavespeak.com/SiteImages/flyers/WDS_WINTER_Flyer_single.jpg">Click here for full size</a>&nbsp;</p>
<p>Interestingly, I did all of the editing in Fireworks.&nbsp; I would have preferred to use photoshop, but it was not starting at that time.&nbsp; (Installed CS2, to replace junky old CS1)</p>
<p>Long-story short, I am a sa-weet image editor.&nbsp; And I&#8217;m fun at parties. </p>
]]></content:encoded>
			<wfw:commentRss>http://banagale.com/hacking-the-drop-kick-murphys.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

