<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Apple</title>
	<atom:link href="http://gigaom.com/apple/tag/customize/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 May 2012 14:23:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Apple</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>How-To: Create a Custom User Template in Snow Leopard</title>
		<link>http://gigaom.com/apple/how-to-create-a-custom-user-template-in-snow-leopard/</link>
		<comments>http://gigaom.com/apple/how-to-create-a-custom-user-template-in-snow-leopard/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:57:02 +0000</pubDate>
		<dc:creator>Andrew Flocchini</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[preferences]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=42440</guid>
		<description><![CDATA[Setting up your OS to your liking can be an art for some. What if you need to set up Snow Leopard to present every user with the same look and settings? By following these steps you can have every user who logs into the machine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=174051&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="Accounts Icon" src="http://juicebox.theappleblog.com/e/847a14047e747967.png/l" alt="" width="128" height="128" class=" alignleft" /></p>
<p class="excerpt">Setting up your OS to your liking can be an art for some. What if you need to set up Snow Leopard to present every user with the same look and settings? By following these steps you can have every user who logs into the machine receive the same look, feel and preferences that you desire. What we&#8217;ll be doing is creating a new user, setting it up to look how we want, then copying the settings so every new user will get those preferences.</p>
<h3>Setting Everything Up</h3>
<ol>
<li>Login under your <strong>admin</strong> account and open up <strong>Accounts</strong> pane in <strong>System Preferences</strong>.</li>
<li>Click the <strong>+</strong> to create a new <strong>Standard</strong> user.</li>
<li>As an example, we&#8217;ll use the name <strong>testuser.<br />
<img  title="create-testuser" src="http://gigapple.files.wordpress.com/2010/03/create-testuser.png?w=467&h=371" alt="" width="467" height="371" class=" alignleft" /><br />
</strong></li>
<li>Log off and log back in as <strong>testuser.</strong></li>
<li>Set everything up the way you want. I customized the Dock, Safari&#8217;s home page and the Finder preferences.</li>
<li>When you are done customizing, log off the <strong>testuser</strong> account.</li>
</ol>
<p><span id="more-174051"></span></p>
<h3>Copying the Files</h3>
<ol>
<li>Login under your <strong>admin</strong> account.</li>
<li>Navigate to the <strong>/System/Library</strong> folder in <strong>Finder</strong>.</li>
<li>Right-click on the <strong>User Template</strong> folder and choose <strong>Get info</strong>.<br />
<img  title="user_template_get_info" src="http://gigapple.files.wordpress.com/2010/03/user_template_get_info.png?w=327&h=313" alt="" width="327" height="313" class=" alignleft" /></li>
<li>By default, you cannot browse this folder. Change the permissions so <strong>Everyone</strong> has <strong>Read &amp; Write</strong> permissions.<br />
<img  title="user-template-permissions" src="http://gigapple.files.wordpress.com/2010/03/user-template-permissions.png?w=345&h=819" alt="" width="345" height="819" class=" alignleft" /></li>
<li>Now we can open up the <strong>User Template</strong> folder &amp; <strong>copy</strong> the <strong>English.lproj</strong> folder to your desktop. This will be our backup copy in case we want to restore it back.</li>
<li>Open up <strong>Terminal</strong> and navigate to the <strong>User Template</strong> folder.<br />
<code>cd /System/Library/User Template/English.lproj</code></li>
<li><strong>Copy</strong> the <strong>testuser</strong> folder over, which will replace the defaults. You may get errors about some files that can&#8217;t be replaced. I haven&#8217;t seen it cause any issues though.<br />
<code>sudo cp -R ~testuser/* .</code><br />
<code>sudo cp -R ~testuser/.* .</code></li>
<li>Change the permissions for the <strong>User Template</strong> folder back so <strong>everyone</strong> has <strong>No Access</strong> again.<br />
<img  title="user-template-permissions-orig" src="http://gigapple.files.wordpress.com/2010/03/user-template-permissions-orig.png?w=345&h=805" alt="" width="345" height="805" class=" alignleft" /></li>
</ol>
<h3>Test it Out</h3>
<ol>
<li>Create a new user to verify everything worked. I used the name <strong>testuser2</strong>.<br />
<img  title="create-testuser2" src="http://gigapple.files.wordpress.com/2010/03/create-testuser2.png?w=467&h=371" alt="" width="467" height="371" class=" alignleft" /></li>
<li>Log off as <strong>admin</strong> and log back in as <strong>testuser2</strong>.</li>
<li>You will now see your customized settings. These will be used for all new users created on the system from this point on.</li>
</ol>
<h3>Conclusion</h3>
<p>To put everything back the way it was, log in as <strong>admin</strong> and copy the <strong>English.lproj</strong> backup file on your desktop back to the <strong>/System/Library/</strong><strong>User Template</strong> folder.</p>
<p>If you have a lab of Macs but aren&#8217;t using Open Directory, this is a nice solution to maintain some control over the OS presentation. This change will only affect <strong>new</strong> users. It has no effect on existing users, so keep that in mind. If you start getting constant requests for more customizations similar to this, setup a <strong>Snow Leopard Server</strong> and start using <strong>Workgroup Manager</strong>. The changes can be much easier to implement but the Server solution has a larger price-tag for that convenience.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=174051&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/how-to-create-a-custom-user-template-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	 <go:thumbnail>http://gigapple.files.wordpress.com/2010/03/useraccount_thumb.png?w=130</go:thumbnail> 
		<media:thumbnail url="http://gigapple.files.wordpress.com/2010/03/useraccount_thumb.png?w=210" />
		<media:content url="http://gigapple.files.wordpress.com/2010/03/useraccount_thumb.png?w=210" medium="image">
			<media:title type="html">useraccount_thumb</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/56e04118e8fb1fab8caa42294f7590ad?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Andrew Flocchini</media:title>
		</media:content>

		<media:content url="http://juicebox.theappleblog.com/e/847a14047e747967.png/l" medium="image">
			<media:title type="html">Accounts Icon</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/03/create-testuser.png" medium="image">
			<media:title type="html">create-testuser</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/03/user_template_get_info.png" medium="image">
			<media:title type="html">user_template_get_info</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/03/user-template-permissions.png" medium="image">
			<media:title type="html">user-template-permissions</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/03/user-template-permissions-orig.png" medium="image">
			<media:title type="html">user-template-permissions-orig</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/03/create-testuser2.png" medium="image">
			<media:title type="html">create-testuser2</media:title>
		</media:content>
	</item>
		<item>
		<title>Dock Gone: Say Goodbye to Your Dock</title>
		<link>http://gigaom.com/apple/dock-gone-say-goodbye-to-your-dock/</link>
		<comments>http://gigaom.com/apple/dock-gone-say-goodbye-to-your-dock/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:00:57 +0000</pubDate>
		<dc:creator>James Dempsey</dc:creator>
				<category><![CDATA[CNN Big Tech]]></category>
		<category><![CDATA[NYT Enterprise]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[dock gone]]></category>
		<category><![CDATA[system-preferences]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=27033</guid>
		<description><![CDATA[When Apple introduced the Dock with OS X, people immediately either love it or hated it. Over time, we all got used to it. Among some of the usability complaints about the Dock is the fact that without hacking, you can’t simply get rid of it. Hiding the Dock will only get you so far - it still pops-up at inopportune times. If you’re frustrated by the inability to completely hide the Dock, there is a simple solution.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172986&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="Dock Gone" src="http://gigapple.files.wordpress.com/2009/06/dock-gone-icon.jpg?w=150&h=150" alt="dock-gone-icon" width="150" height="150" class=" alignleft" /></p>
<p class="”excerpt”">When Apple introduced the Dock with OS X, people immediately either loved it or hated it. Over time, we all got used to it. Among some of the usability complaints about the Dock is the fact that, without hacking, you can’t simply get rid of it. Hiding the Dock will only get you so far &#8212; it still pops up at inopportune times. If you’re frustrated by the inability to completely hide the Dock, there is a simple solution.</p>
<p>I know what you’re going to say. “Just hide the Dock; it’s simple.&#8221; While that is true, it’s not a complete solution. Hiding the Dock doesn’t really get rid of it, rather it just moves it off the screen &#8212; barely. Moving your mouse, even slightly, to the edge of the screen brings the Dock back into full view, and launching a new app makes the icon bounce into view even when the Dock is hidden. <span id="more-172986"></span></p>
<p>I love the convenience of the Dock, but there are times when I’m working in certain apps like iMovie, iPhoto, Photoshop and a few others in which application icons, windows and scroll bars go right to the edge of the screen. Trying to use certain elements in those apps which are close to the edge almost always invokes the Dock, causing a brief yet annoying interruption in my workflow. At the same time, I want access to the Dock without a trip to the Terminal or other convoluted method to bring it back on screen.</p>
<div id="attachment_27040" class="wp-caption aligncenter" style="width: 570px"><img  title="dock-gone-pref" src="http://gigapple.files.wordpress.com/2009/06/dock-gone-pref.jpg?w=560&h=330" alt="Dock Gone System Preference Pane" width="560" height="330" class=" alignleft" /><p class="wp-caption-text">Dock Gone System Preference Pane</p></div>
<p>Enter <a href="http://www.old-jewel.com/dockgone/">Dock Gone</a>, by Old Jewel Software. Dock Gone is an OS X System Preference Pane which allows you to <strong>turn off the Dock completely</strong>, not just hide it.</p>
<p>Like any great Mac application, Dock Gone offers more than one option to turn on and off your Dock: via the Preference Pane, a menubar icon, or a keyboard shortcut &#8212; which you can customize any way you like. You can even have it play a system sound when the Dock is turned on and off.</p>
<div id="attachment_27041" class="wp-caption alignright" style="width: 260px"><img  title="dock-gone-menu" src="http://gigapple.files.wordpress.com/2009/06/dock-gone-menu.jpg?w=250&h=106" alt="Dock Gone menubar options" width="250" height="106" class=" alignleft" /><p class="wp-caption-text">Dock Gone menubar options</p></div>
<p>Turning off the Dock using any method available with Dock Gone results in the Dock gently sliding off the screen, and playing the system sound if you have that setting turned on. Beyond the menubar icon, which you can hide if you so choose, you’ll not even notice it’s there &#8212; a great usability trait.</p>
<p>Whether or not you feel that such an app is worth having, I can say that Dock Gone performs as advertised, with perhaps the only ill side effect of using 9.2MB of my RAM to do nothing 99.9 percent of the time. Still, if the default behavior of the Dock is disruptive enough to you, it’s probably worth putting up with.</p>
<p><a href="http://www.old-jewel.com/dockgone/">Dock Gone</a> works on any Mac that can run OS X 10.5 (Leopard) or higher, and a single-user license is $14.95. A 15-day demo is available for download from the Dock Gone site.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172986+dock-gone-say-goodbye-to-your-dock&utm_content=jamesdempsey">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172986+dock-gone-say-goodbye-to-your-dock&utm_content=jamesdempsey">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172986+dock-gone-say-goodbye-to-your-dock&utm_content=jamesdempsey">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172986+dock-gone-say-goodbye-to-your-dock&utm_content=jamesdempsey">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172986&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/dock-gone-say-goodbye-to-your-dock/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79cc564eff0b8237088c4db8373e4cc3?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">James</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/dock-gone-icon.jpg" medium="image">
			<media:title type="html">Dock Gone</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/dock-gone-pref.jpg" medium="image">
			<media:title type="html">dock-gone-pref</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/dock-gone-menu.jpg" medium="image">
			<media:title type="html">dock-gone-menu</media:title>
		</media:content>
	</item>
		<item>
		<title>14 Free iTunes Visualizers</title>
		<link>http://gigaom.com/apple/14-free-itunes-visualizers/</link>
		<comments>http://gigaom.com/apple/14-free-itunes-visualizers/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:00:24 +0000</pubDate>
		<dc:creator>James Dempsey</dc:creator>
				<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[quick-tip]]></category>
		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=27031</guid>
		<description><![CDATA[Apple’s iTunes application is perhaps the most popular app ever installed on the Mac. It’s also one of the least flexible in terms of customization. There’s little you can do to “make it your own,” so to speak. However, all is not lost for habitual tweakers like myself; the iTunes Visualizer can satisfy your need to not leave well-enough alone. I've put together a list of 14 cool (and free) Visualizers to get your started with your collection.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172985&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="iTunes" src="http://gigapple.files.wordpress.com/2009/03/itunes-logo.jpg?w=140&h=140" alt="iTunes" width="140" height="140" class=" alignleft" /></p>
<p class="excerpt">Apple’s iTunes application is perhaps the most popular app ever installed on the Mac. It’s also one of the least flexible, in terms of customization. There’s little you can do to “make it your own,” so to speak. However, all is not lost for habitual tweakers like myself; the iTunes Visualizer can satisfy your need to not leave well-enough alone.</p>
<p>If you display your iTunes window on a second monitor, or just like to look at the iTunes Visualizer full screen on your 30&#8243; LCD, you should know that you have some really nice options available for customizing the appearance of the Visualizer. <span id="more-172985"></span></p>
<div id="attachment_27413" class="wp-caption aligncenter" style="width: 570px"><img  title="iTunes_visualizer" src="http://gigapple.files.wordpress.com/2009/06/itunes_visualizer1.jpg?w=560&h=414" alt="iTunes default Visualizer" width="560" height="414" class=" alignleft" /><p class="wp-caption-text">iTunes default Visualizer</p></div>
<p>Invoking the Visualizer by hitting <strong>Command + T</strong> (hit <strong>Command + F</strong> to make it full screen if you wish) then hitting the <strong>?</strong> key brings up an overlay on the Visualizer screen containing a few keyboard shortcuts to control various aspects of whichever Visualizer you&#8217;re running at the time. But these customizations only go so far. To move beyond minor tweaks to Apple&#8217;s built-in Visualizers, you can install a number of truly cool third-party Visualizers which really enhance the iTunes experience.</p>
<h3>Download More Visualizers</h3>
<p>I&#8217;ve put together a list of some of my favorite Visualizers to get you started. This is by no means a complete list, so if you&#8217;re looking for even more, I suggest a quick Google search to quench your thirst.</p>
<p>All the Visualizers listed below work perfectly with OS X Leopard, iTunes 8.2, and are free to download and use. Click the preview image to go directly to the download page of each Visualizer.</p>
<div id="attachment_27416" class="wp-caption aligncenter" style="width: 570px"><a href="http://secd.unl.edu/~mbentz/bentz/Visualizers.html"><img  title="Punkt_visualizer" src="http://gigapple.files.wordpress.com/2009/06/punkt_visualizer.jpg?w=560&h=414" alt="Punkt Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Punkt Visualizer</p></div>
<p><strong><a title="iTunes Visualizers" href="http://secd.unl.edu/~mbentz/bentz/Visualizers.html">Punkt</a></strong> is a Quartz Composer Visualizer that is much cooler than it appears in this screenshot. Colors burst to the beat of your music.</p>
<div id="attachment_27424" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-11_circle"><img  title="Circle_visualizer" src="http://gigapple.files.wordpress.com/2009/06/circle_visualizer.jpg?w=560&h=414" alt="Circle Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Circle Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-11_circle">Circle</a></strong> places the track name, artist and album in a circular format, and floats in a 3D space.</p>
<div id="attachment_27419" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.binaryminded.com/fountainmusic.html"><img  title="Fountain_visualizer" src="http://gigapple.files.wordpress.com/2009/06/fountain_visualizer.jpg?w=560&h=414" alt="Fountain Music Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Fountain Music Visualizer</p></div>
<p><strong><a title="Binary Minded Software - Fountain Music" href="http://www.binaryminded.com/fountainmusic.html">Fountain Music</a></strong> is probably one of my favorite Visualizers. It reminds me of the drummers in The Blue Man Group, where water is blasting upwards from the drums, highlighted by bright neon lights as they play. Fountain Music also has a decent amount of customization options, such as particle size and color.</p>
<div id="attachment_27422" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-07_dragon"><img  title="Dragon_visualizer" src="http://gigapple.files.wordpress.com/2009/06/dragon_visualizer.jpg?w=560&h=414" alt="Dragon Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Dragon Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-07_dragon">Dragon</a></strong> features a squishy, squirmy dragon dancing to your music. I almost feel like this one borders on being somewhat icky &#8212; but it&#8217;s truly awesome.</p>
<div id="attachment_27423" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.soundspectrum.com/whitecap/"><img  title="Whitecap_visualizer" src="http://gigapple.files.wordpress.com/2009/06/whitecap_visualizer.jpg?w=560&h=414" alt="WhiteCap Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">WhiteCap Visualizer</p></div>
<p><strong><a title="Download WhiteCap and see your music like never before" href="http://www.soundspectrum.com/whitecap/">WhiteCap</a></strong> places dynamic wireframe mesh visuals on your screen, cycling through colors and traveling through space.</p>
<div id="attachment_27426" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-10_figure"><img  title="Figures_visualizer" src="http://gigapple.files.wordpress.com/2009/06/figures_visualizer.jpg?w=560&h=414" alt="Figure Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Figure Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-10_figure">Figure</a></strong> places the track title, album, artist and album art on a virtual wall, swiveling around in 3D space.</p>
<div id="attachment_27427" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-09_bugaboo"><img  title="Bugaboo_visualizer" src="http://gigapple.files.wordpress.com/2009/06/bugaboo_visualizer.jpg?w=560&h=414" alt="Bugaboo Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Bugaboo Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-09_bugaboo">Bugaboo</a></strong> places colorful dancing lightning bugs on screen. This is another one of those that you have to see to appreciate.</p>
<div id="attachment_27429" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.codywilliams.net/main/Cody_Williams_-%3A-_Cubism.html"><img  title="Cubism_visualizer" src="http://gigapple.files.wordpress.com/2009/06/cubism_visualizer.jpg?w=560&h=414" alt="Cubism Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Cubism Visualizer</p></div>
<p><strong><a title="Cody Williams -:- Cubism" href="http://www.codywilliams.net/main/Cody_Williams_-%3A-_Cubism.html">Cubism</a></strong> brings a Tetris-like appearance to your Visualizer, bouncing blocks to the beat of your music. A 3D cube with the album art mingles among the blocks as well.</p>
<div id="attachment_27430" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.steelskies.com/gaslight/"><img  title="Gaslight_visualizer" src="http://gigapple.files.wordpress.com/2009/06/gaslight_visualizer.jpg?w=560&h=414" alt="Gaslight Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Gaslight Visualizer</p></div>
<p><strong><a title="Steel Skies: gaslight" href="http://www.steelskies.com/gaslight/">Gaslight</a></strong> is a customizable frequency spectrum analyzer &#8212; kind of old-school, but still quite nice!</p>
<div id="attachment_27431" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-06_snow"><img  title="Snow_visualizer" src="http://gigapple.files.wordpress.com/2009/06/snow_visualizer.jpg?w=560&h=414" alt="Snow Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Snow Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-06_snow">Snow</a></strong>, another offering from WowLab, displays colorful snow blowing across your screen. This one is really nice for soothing music after a rough day at the office.</p>
<div id="attachment_27432" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-05_ledflow"><img  title="LedFlow_visualizer" src="http://gigapple.files.wordpress.com/2009/06/ledflow_visualizer.jpg?w=560&h=414" alt="LED Flow Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">LED Flow Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-05_ledflow">LED Flow</a></strong> uses Apple&#8217;s Quartz technology to place a colorful level meter in 3D space.</p>
<div id="attachment_27434" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.soundspectrum.com/g-force/"><img  title="GForce_visualizer" src="http://gigapple.files.wordpress.com/2009/06/gforce_visualizer.jpg?w=560&h=414" alt="G-Force Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">G-Force Visualizer</p></div>
<p><strong><a title="Download G-Force and visualize your music in a whole new way" href="http://www.soundspectrum.com/g-force/">G-Force</a></strong>, the original awesome third-party Visualizer for iTunes, still going strong with its fractal goodness!</p>
<div id="attachment_27435" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-02_sing"><img  title="Sing_visualizer" src="http://gigapple.files.wordpress.com/2009/06/sing_visualizer.jpg?w=560&h=414" alt="Sing Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Sing Visualizer</p></div>
<p><strong><a title="wowlab" href="http://www.wowlab.net/index.php?ref=study-visualizer-en-view-02_sing">Sing</a></strong> places a friendly little creature in your iTunes window and sings. Sort of. Well, it&#8217;s cool to look at anyway.</p>
<div id="attachment_27436" class="wp-caption aligncenter" style="width: 570px"><a href="http://www.memention.com/js/"><img  title="JumpSteve_visualizer" src="http://gigapple.files.wordpress.com/2009/06/jumpsteve_visualizer.jpg?w=560&h=414" alt="Jumping Steve Visualizer" width="560" height="414" class=" alignleft" /></a><p class="wp-caption-text">Jumping Steve Visualizer</p></div>
<p><strong><a title="Jumping Steve" href="http://www.memention.com/js/">Jumping Steve</a></strong> pays homage to Steve Jobs with a cutout jumping jack that dances to the beat. Hit the P key for a special iPod commercial-like silhouette feature.</p>
<p>Don&#8217;t forget that different Visualizers will offer disparate customization options, the level of which (if any) varies between minor, and fairly major stuff &#8212; it just depends on the developer, and how much time they bothered to put in. Don&#8217;t forget to hit the <strong>?</strong> key to find out what options are available to you.</p>
<p>If you’ve never installed a plugin or other add-on to iTunes, Visualizers are a great place to start. They&#8217;re simple, require little effort to get up and running, and typically they either work or they don’t, with no ill side-effects.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172985+14-free-itunes-visualizers&utm_content=jamesdempsey">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/10-ways-big-data-changes-everything-2/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172985+14-free-itunes-visualizers&utm_content=jamesdempsey">10 ways big data changes&nbsp;everything</a></li><li><a href="http://pro.gigaom.com/2012/02/ces-2012-a-recap-and-analysis/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172985+14-free-itunes-visualizers&utm_content=jamesdempsey">CES 2012: a recap and&nbsp;analysis</a></li><li><a href="http://pro.gigaom.com/2012/01/forecast-the-evolution-of-the-digital-music-industry/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172985+14-free-itunes-visualizers&utm_content=jamesdempsey">Forecast: the future of the digital music&nbsp;industry</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172985&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/14-free-itunes-visualizers/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79cc564eff0b8237088c4db8373e4cc3?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">James</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/03/itunes-logo.jpg" medium="image">
			<media:title type="html">iTunes</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/itunes_visualizer1.jpg" medium="image">
			<media:title type="html">iTunes_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/punkt_visualizer.jpg" medium="image">
			<media:title type="html">Punkt_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/circle_visualizer.jpg" medium="image">
			<media:title type="html">Circle_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/fountain_visualizer.jpg" medium="image">
			<media:title type="html">Fountain_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/dragon_visualizer.jpg" medium="image">
			<media:title type="html">Dragon_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/whitecap_visualizer.jpg" medium="image">
			<media:title type="html">Whitecap_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/figures_visualizer.jpg" medium="image">
			<media:title type="html">Figures_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/bugaboo_visualizer.jpg" medium="image">
			<media:title type="html">Bugaboo_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/cubism_visualizer.jpg" medium="image">
			<media:title type="html">Cubism_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/gaslight_visualizer.jpg" medium="image">
			<media:title type="html">Gaslight_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/snow_visualizer.jpg" medium="image">
			<media:title type="html">Snow_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/ledflow_visualizer.jpg" medium="image">
			<media:title type="html">LedFlow_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/gforce_visualizer.jpg" medium="image">
			<media:title type="html">GForce_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/sing_visualizer.jpg" medium="image">
			<media:title type="html">Sing_visualizer</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/06/jumpsteve_visualizer.jpg" medium="image">
			<media:title type="html">JumpSteve_visualizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Customizing Your Mac: The Sacred Dock</title>
		<link>http://gigaom.com/apple/customizing-your-mac-the-sacred-dock/</link>
		<comments>http://gigaom.com/apple/customizing-your-mac-the-sacred-dock/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:00:46 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Walkthroughs]]></category>
		<category><![CDATA[candybar]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=11982</guid>
		<description><![CDATA[The Dock has become an iconic feature on the OS X operating system, present from the very earliest versions. It provides a unique way to open applications and monitor what is running on your system, while also offering a space to minimize application windows to. While [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172029&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="dock" src="http://gigapple.files.wordpress.com/2008/12/dock.jpg?w=276&h=142" alt="" width="276" height="142" class=" alignleft" />The Dock has become an iconic feature on the OS X operating system, present from the very earliest versions. It provides a unique way to open applications and monitor what is running on your system, while also offering a space to minimize application windows to.<br />
While I&#8217;m sure many of you are quite happy with the default appearance of your Dock, you may be interested to know that there are ways to alter the look and feel of the oft used menu.</p>
<p>This post will explore the different possibilities open to you, outline a variety of relevant websites and applications, along with providing a walkthrough of how to alter the style of your Dock.</p>
<h3>Brief history of the Dock</h3>
<p>As mentioned above, the Dock has been present since the very early days of OS X. Through the years, it has undergone a few major design changes.</p>
<div id="attachment_12098" class="wp-caption aligncenter" style="width: 560px"><img  title="dock_puma" src="http://gigapple.files.wordpress.com/2008/12/dock_puma.jpg?w=550&h=91" alt="OS X Puma and Cheetah" width="550" height="91" class=" alignleft" /><p class="wp-caption-text">OS X Puma and Cheetah</p></div>
<div id="attachment_12099" class="wp-caption aligncenter" style="width: 560px"><img  title="dock_tiger" src="http://gigapple.files.wordpress.com/2008/12/dock_tiger.jpg?w=550&h=91" alt="OS X Tiger and Panther" width="550" height="91" class=" alignleft" /><p class="wp-caption-text">OS X Tiger and Panther</p></div>
<div id="attachment_12097" class="wp-caption aligncenter" style="width: 560px"><img  title="dock_leopard" src="http://gigapple.files.wordpress.com/2008/12/dock_leopard.jpg?w=550&h=91" alt="OS X Leopard" width="550" height="91" class=" alignleft" /><p class="wp-caption-text">OS X Leopard</p></div>
<p>These changes haven&#8217;t always been met favorably, particularly the reflections and gloss featured in the new Leopard dock (personally, I&#8217;ve never been a major fan). Ars Technica, along with others, have raised interesting <a href="http://en.wikipedia.org/wiki/Dock_(Mac_OS_X)#Criticism">critical points</a>.<br />
<span id="more-172029"></span></p>
<h3>In-Built OS X Options</h3>
<p>With recent updates to Leopard, Apple ha re-enabled the level of customization found in previous versions of OS X. It is possible to move the Dock to the left or right of your monitor, and experience a slightly different design. Other options such as auto-hiding and using different minimize effects are still available.</p>
<p style="text-align: center;"><img  title="picture-1" src="http://gigapple.files.wordpress.com/2008/12/picture-1.png?w=604" alt="" class=" alignleft" /></p>
<p>Many Mac users prefer to align the Dock to the side of the screen, making the most of the widescreen real estate present on new machines. These limited in-built options don&#8217;t come close to justifying a whole post on customizing your Dock, however, and far more fun can be had when third party applications are used to change its appearance.</p>
<h3>Other Software Options</h3>
<p>The Dock, as with any OS item, is made up of a collection of different images. Shortly after the release of Leopard, people found where these image &#8216;resources&#8217; were located, and <a href="http://gigaom.com/apple/create-sky-and-wood-custom-dock/">experimented</a> with swapping them for others. As this is a fairly technical operation, several different Dock manipulation tools have abounded which are able to swap the image resources automatically. I&#8217;m only going to focus on a couple, so it&#8217;s worth searching for others if the ones mentioned don&#8217;t fit your needs. Here is a quick run-down of the main tools available:</p>
<ul>
<li><a href="http://dockulicious.com/docks/view/mirage"><strong>Mirage</strong></a> &#8211; Clear all background material from your Dock</li>
<li><a href="http://www.panic.com/candybar/"><strong>CandyBar</strong></a> &#8211; Complete customization control over the Dock</li>
<li><a href="http://www.ed-shiro.net/soft/superdocker"><strong>SuperDocker</strong></a> &#8211; Simple utility for making changes</li>
<li><a href="http://www.dativestudios.com/docklibrary/"><strong>Dock Library</strong></a> &#8211; Another simple swapping utility</li>
</ul>
<p>Obviously, in addition to any of these applications, you&#8217;ll need to find a set of Dock resources which suit the look you are aiming for. A site called (very appropriately) <a href="http://leoparddocks.net/">Leopard Docks</a> catalogs a huge range of different themes which you&#8217;ll be able to apply through the above applications. <a href="http://www.jackrebel.com/tag/dock-skins/">Jack Rebel</a> also has a few nice options.</p>
<p>CandyBar is arguably the most popular option for quickly customizing your dock, so here is a quick walkthrough of the process.</p>
<p><strong>Step 1:</strong> Download and install <a href="http://www.panic.com/candybar/">CandyBar</a>.</p>
<p><strong>Step 2:</strong> Head over to <a href="http://leoparddocks.net/">Leopard Docks</a> to choose and download a Dock that catches your eye.</p>
<p><strong>Step 3:</strong> Open CandyBar and select the &#8216;Dock&#8217; icon in the top left corner.</p>
<p><img  title="picture-7" src="http://gigapple.files.wordpress.com/2008/12/picture-7.png?w=198&h=199" alt="" width="198" height="199" class=" alignleft" /></p>
<p><strong>Step 4:</strong> Drag and drop your downloaded Dock resources into the appropriate location on the right hand side. The files in the zip you downloaded from Leopard Docks should be appropriately named to make it obvious which ones to drag where.</p>
<p><img  title="drag" src="http://gigapple.files.wordpress.com/2008/12/drag.jpg?w=604" alt="" class=" alignleft" /></p>
<p><strong>Step 5 &amp; 6:</strong> You will then need to enter your password (CandyBar requires authorization in order to replace the system files making up your dock), and then agree to restart your Dock (to refresh the graphics). If all goes well, you should then be looking at a delightful updated Dock style:</p>
<p><img  title="picture-6" src="http://gigapple.files.wordpress.com/2008/12/picture-6.png?w=466&h=135" alt="" width="466" height="135" class=" alignleft" /></p>
<p>It&#8217;s important to note that CandyBar makes it easy to revert your Dock back to the original style if you grow tired of the altered version. It&#8217;s as simple as clicking &#8216;Restore&#8217; in the top right corner, so you don&#8217;t need to worry about experimenting with a questionable &#8216;grass&#8217; dock&#8230;</p>
<h3>A Few Examples</h3>
<p>Here are a few examples of some truly lick-able Docks to boost your levels of inspiration:</p>
<p>A wooden theme:</p>
<p><img  title="wood2" src="http://gigapple.files.wordpress.com/2008/12/wood2.png?w=604" alt="" class=" alignleft" /></p>
<p>A &#8216;slick retro&#8217; dock, with a glossy silver feel:</p>
<p><img  title="slickretro" src="http://gigapple.files.wordpress.com/2008/12/slickretro.png?w=604" alt="" class=" alignleft" /></p>
<p>For all you chocolate lovers out there:</p>
<p><img  title="chocolate" src="http://gigapple.files.wordpress.com/2008/12/chocolate.png?w=604" alt="" class=" alignleft" /></p>
<p>And finally, a dock to complement the default Leopard wallpaper &#8211; Aurora:</p>
<p><img  title="aurora" src="http://gigapple.files.wordpress.com/2008/12/aurora.png?w=604" alt="" class=" alignleft" /></p>
<h3>Conclusion</h3>
<p>No longer does the Dock need to be an untouchable part of your system look and feel. With the tools outlined you&#8217;re able to take control and change it for the better (or worse &#8211;some themes are truly awful). I hope you have fun experimenting, and please feel free to look at our earlier customizing articles relating to <a href="http://gigaom.com/apple/customizing-your-mac-wallpaper-fun/">wallpapers</a> and <a href="http://gigaom.com/apple/customizing-your-mac-changing-icons/">icon applications</a> if you grow tired of applying different Dock themes.</p>
<p>I&#8217;m always interested to see new themes and effects, so please feel free to post a link to screenshot below and <a href="http://flickr.com/groups/theappleblog">share</a> the masterpiece you&#8217;ve managed to create!</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172029+customizing-your-mac-the-sacred-dock&utm_content=davidappleyard">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/mobile-q2-smartphone-growth-surges-ipads-rule-continues/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172029+customizing-your-mac-the-sacred-dock&utm_content=davidappleyard">Mobile Q2: Smartphone growth surges; iPad&#8217;s rule&nbsp;continues</a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172029+customizing-your-mac-the-sacred-dock&utm_content=davidappleyard">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/02/what-googles-honeycomb-means-for-apple-and-microsoft/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172029+customizing-your-mac-the-sacred-dock&utm_content=davidappleyard">What Google&#8217;s Honeycomb Means for Apple and&nbsp;Microsoft</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=172029&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/customizing-your-mac-the-sacred-dock/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d801e6e70f601d5ef51f33cef9fe5f9?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">davidappleyard</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/dock.jpg" medium="image">
			<media:title type="html">dock</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/dock_puma.jpg" medium="image">
			<media:title type="html">dock_puma</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/dock_tiger.jpg" medium="image">
			<media:title type="html">dock_tiger</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/dock_leopard.jpg" medium="image">
			<media:title type="html">dock_leopard</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/picture-1.png" medium="image">
			<media:title type="html">picture-1</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/picture-7.png" medium="image">
			<media:title type="html">picture-7</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/drag.jpg" medium="image">
			<media:title type="html">drag</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/picture-6.png" medium="image">
			<media:title type="html">picture-6</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/wood2.png" medium="image">
			<media:title type="html">wood2</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/slickretro.png" medium="image">
			<media:title type="html">slickretro</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/chocolate.png" medium="image">
			<media:title type="html">chocolate</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/12/aurora.png" medium="image">
			<media:title type="html">aurora</media:title>
		</media:content>
	</item>
	</channel>
</rss>
