<?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>amuhlou &#187; Technology</title>
	<atom:link href="http://www.amuhlou.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amuhlou.com</link>
	<description>musings on work, play, and everything in between</description>
	<lastBuildDate>Tue, 19 Feb 2013 21:16:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>How To Improve the Gmail Interface with User Defined CSS</title>
		<link>http://www.amuhlou.com/2010/04/15/how-to-improve-the-gmail-interface-with-user-defined-css/</link>
		<comments>http://www.amuhlou.com/2010/04/15/how-to-improve-the-gmail-interface-with-user-defined-css/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:02:29 +0000</pubDate>
		<dc:creator>amuhlou</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.amuhlou.com/?p=923</guid>
		<description><![CDATA[Update 09/10/2010: With some of the recent changes Google has made to the GMail interface, it appears that my issue is no longer a problem because the search query is placed on its own line and the Archive, Spam, and Delete buttons are anchored in place. Yay! Nice work, Googs! As I was going through ...]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update 09/10/2010</strong>: With some of the recent changes Google has made to the GMail interface, it appears that my issue is no longer a problem because the search query is placed on its own line and the Archive, Spam, and Delete buttons are anchored in place. Yay! Nice work, Googs!</em></p>
<p>As I was going through and bulk-deleting emails in my Gmail account today, I became annoyed. My process was as follows:</p>
<ol>
<li>Perform a search in the inbox, or hover over an email, click &#8220;More&#8221; and choose &#8220;Recent Conversations&#8221;</li>
<li>Click the &#8220;All&#8221; link to select all the emails matching the query</li>
<li>Click &#8220;Delete&#8221;</li>
</ol>
<p><span id="more-923"></span>By default, the &#8220;Archive,&#8221; &#8220;Report Spam,&#8221; and &#8220;Delete&#8221; buttons are set up to flow next the search query. See below:</p>
<p><a class="lb" href="http://www.amuhlou.com/wp-content/uploads/2010/04/shortquery.gif"><img class="alignnone size-full wp-image-926" title="shortquery-sm" src="http://www.amuhlou.com/wp-content/uploads/2010/04/shortquery-sm.gif" alt="example of a short inbox search query in gmail" width="608" height="164" /></a></p>
<p>The point of annoyance is this: the longer the query, the farther to the right the &#8220;Delete&#8221; button gets pushed. This means that every time I want to delete a set of emails, I have to relocate the Delete button. It slows my process down because <strong>there is no standard place where I can always find the delete button</strong>:</p>
<p><a class="lb" href="http://www.amuhlou.com/wp-content/uploads/2010/04/longquery.gif"><img class="alignnone size-full wp-image-930" title="longquery-sm" src="http://www.amuhlou.com/wp-content/uploads/2010/04/longquery-sm.gif" alt="example of a longer search query in gmail" width="608" height="235" /></a></p>
<h2>User-Defined CSS to the Rescue</h2>
<p>If you&#8217;re using Firefox, you can pretty easily fix this by creating some CSS of your own to override the default behavior.  First, you need to <strong>find your <a href="http://support.mozilla.com/en-US/kb/profiles">Firefox Profile</a> folder</strong>.  On Mac, it is in *username*/Library/Application Support/Firefox/Profiles/xxxxxx.default/chrome/ while on PC it is at C:\Documents and Settings\*username*\Application Data\Mozilla\Firefox\Profiles\xxxxxx.default\chrome. The &#8220;xxxx&#8221; part is a seemingly random string of letters and numbers.</p>
<p>Next, find the file named &#8220;userContent-example.css&#8221; and create a duplicate. Name the duplicate &#8220;userContent.css&#8221; and open it in a text editor. Add the following at the very bottom of the file:</p>
<pre class="brush: css;">
.AQ {
	width: 100% !important;
	padding-bottom: 10px !important;
}
.yV {
	padding: 10px 0px 5px 2px !important;
}
</pre>
<p>Save the file, quit Firefox, and then restart Firefox and return to gmail. You should now see that the buttons are always below the search results line, effectively anchoring them in place.</p>
<p><a class="lb" href="http://www.amuhlou.com/wp-content/uploads/2010/04/fixed.gif"><img class="alignnone size-full wp-image-941" title="screenshot of gmail with user css" src="http://www.amuhlou.com/wp-content/uploads/2010/04/fixed-sm.gif" alt="screenshot of gmail with user css" width="608" height="155" /></a></p>
<p>How did I come up with .AQ and .yV? Being the web nerd that I am, I used <a href="http://getfirebug.com/">Firebug</a> to inspect the code and figure out what container the buttons lived in – &#8220;AQ&#8221; in this case. While I was there, I checked to see what container housed the &#8220;Select: All, None..&#8221; buttons– yV – and gave it some extra padding.</p>
<p>Well, there you have it! In only a few minutes you can customize a website to meet your needs.  There is a slim chance that the CSS used here could interfere with another website (if the same container names were used on both), so if something looks funky on a website other than gmail, make sure to try removing the custom styles you created and see if that does the trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amuhlou.com/2010/04/15/how-to-improve-the-gmail-interface-with-user-defined-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Temporarily Hide Toolbars in Firefox</title>
		<link>http://www.amuhlou.com/2010/03/09/quick-tip-temporarily-hide-toolbars-in-firefox/</link>
		<comments>http://www.amuhlou.com/2010/03/09/quick-tip-temporarily-hide-toolbars-in-firefox/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:27:25 +0000</pubDate>
		<dc:creator>amuhlou</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.amuhlou.com/?p=794</guid>
		<description><![CDATA[If you&#8217;ve ever wanted to see more of a website (or eliminate distractions), I&#8217;ve got a great Firefox tip for you. Firefox for Macintosh Click the little bar at the very top right of your browser window: And voila! You instantly get back some precious vertical pixels: Firefox for Windows There is a similar function ...]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever wanted to see more of a website (or eliminate distractions), I&#8217;ve got a great Firefox tip for you.
</p>
<p><span id="more-794"></span></p>
<h2>Firefox for Macintosh</h2>
<p>Click the little bar at the very top right of your browser window:</p>
<p><img src="http://www.amuhlou.com/wp-content/uploads/2010/03/before2.gif" alt="screenshot of firefox mac" title="before2" width="606" height="270" class="aligncenter size-full wp-image-809" /></p>
<p>And voila! You instantly get back some precious vertical pixels:</p>
<p><img src="http://www.amuhlou.com/wp-content/uploads/2010/03/after2.gif" alt="screenshot of firefox mac with toolbars minimized" title="after2" width="606" height="270" class="aligncenter size-full wp-image-810" /></p>
<h2>Firefox for Windows</h2>
<p>There is a similar function for PC&mdash;simply <strong>press the F11</strong> key, provided it&#8217;s not bound to another action, and you will see something like:</p>
<p><img src="http://www.amuhlou.com/wp-content/uploads/2010/03/pc.gif" alt="screenshot of firefox on PC" title="pc" width="606" height="118" class="aligncenter size-full wp-image-800" /></p>
<p>On the PC version, your Firefox window will automatically maximize, which I&#8217;m honestly not crazy about. However, it does take minimalism one step further than the Mac version by only showing your tabs when you hover over the very top of the window. </p>
<p>Either way, it&#8217;s a handy little tip to have in your arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amuhlou.com/2010/03/09/quick-tip-temporarily-hide-toolbars-in-firefox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Living Without Cable Television: The Experiment</title>
		<link>http://www.amuhlou.com/2010/03/01/living-without-cable-television-the-experiment/</link>
		<comments>http://www.amuhlou.com/2010/03/01/living-without-cable-television-the-experiment/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 02:38:54 +0000</pubDate>
		<dc:creator>amuhlou</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.amuhlou.com/?p=724</guid>
		<description><![CDATA[A big goal that Jason and I have for this year is to save up a good sum of money. In January, we downsized to an apartment with lower rent and while we purchased internet service, we skipped the cable television subscription. We figured we&#8217;d try out having no cable TV and see how it ...]]></description>
			<content:encoded><![CDATA[<p>A big goal that Jason and I have for this year is to save up a good sum of money. In January, we downsized to an apartment with lower rent and while we purchased internet service, we skipped the cable television subscription.  We figured we&#8217;d try out having no cable TV and see how it went. I&#8217;m sad to announce that as of this week, we have caved and purchased a low-end cable package. Before I go into the details on why, I want to explain what we&#8217;ve been doing for television programming for the past five weeks.</p>
<p><span id="more-724"></span><img src="http://www.amuhlou.com/wp-content/uploads/2010/03/Screen-shot-2010-03-01-at-8.52.37-PM.png" alt="boxee logo" title="boxee logo" width="333" height="87" class="alignright size-full wp-image-725" />We decided that aside from Food Network, there wasn&#8217;t a great deal of television content that we tune in to regularly.  By and large, we could access most of the programs we enjoy online.  With that in mind, Jason began the search for media center software we could run from a PC and connect to our TV.  The idea was to have a server for our personal media files and use a program to access them and play them on the television in addition to streaming online video content. He found <a href="http://www.boxee.tv/">Boxee</a>, which was designed to do just that. While it shows a lot of promise, it also behaves a little wonky on my Windows XP machine.</p>
<p>The fatal flaw in our plan (and the reason we eventually gave in) relates to how we use television. While we don&#8217;t tune in to many shows regularly, we do a lot of <em>passive</em> viewing. Until cable was gone, we didn&#8217;t realize how often we found things to watch just by channel surfing. With only the basic local channels, there is a lot less to surf.  We also tend to use the television as background noise.</p>
<p>Our passive viewing style was in direct opposition to what a program like Boxee requires.  Streaming television over the internet is very <em>purposeful</em>: you actively pick and choose the shows you want to watch.  It&#8217;s great when you missed last week&#8217;s episode of Scrubs.  Not so great when you just want to chill out on the couch and watch some random television. You are also <strong>at the mercy of your connection speed</strong> when your main source of television content is streaming over the internet. And if your internet connection is down, then your television options are limited too.</p>
<p>After one too many choppy streams of The Daily Show and finding nothing on our local channels, we threw in the towel. We didn&#8217;t get anything fancy&mdash;no HD, DVR, or On Demand. Though it changes our budget, I&#8217;m looking forward to once again watching <a href="http://www.foodnetwork.com/barefoot-contessa/index.html">Barefoot Contessa</a> on Saturdays and going to bed with <a href="http://www.thedailyshow.com/">The Daily Show</a> on weekdays. This time, Comcast, you win. This time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amuhlou.com/2010/03/01/living-without-cable-television-the-experiment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trouble Installing Flash Builder 4 Beta 2</title>
		<link>http://www.amuhlou.com/2010/02/04/trouble-installing-flash-builder-beta-2/</link>
		<comments>http://www.amuhlou.com/2010/02/04/trouble-installing-flash-builder-beta-2/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:30:44 +0000</pubDate>
		<dc:creator>amuhlou</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.amuhlou.com/?p=594</guid>
		<description><![CDATA[Since I looked all over the Adobe forums for help on this one and didn&#8217;t find anything, I thought I would post my solution here. I have recently taken a dive into the world of Flex for a project at work. More specifically, I&#8217;ve been using the Flex IDE called Flex Builder 3. While doing ...]]></description>
			<content:encoded><![CDATA[<p><em>Since I looked all over the Adobe forums for help on this one and didn&#8217;t find anything, I thought I would post my solution here.</em></p>
<p>I have recently taken a dive into the world of Flex for a project at work. More specifically, I&#8217;ve been using the Flex IDE called Flex Builder 3.  While doing lots of research, I found an open-source <a href="http://faindu.wordpress.com/2010/01/24/flex-component-editimage-rewritten/">component</a> that looked really promising so I grabbed the code only to find that it wasn&#8217;t working in Flex Builder 3.</p>
<p>I&#8217;m pretty sure it was mentioned somewhere in the documentation for the component, but I missed where it said that it <em>required Flex 4</em>. I didn&#8217;t really know anything about Flex 4 (also called &#8220;Gumbo&#8221;) so I researched and found that it was a <a href="http://www.adobe.com/devnet/flex/articles/flex3and4_differences_02.html">pretty sizable overhaul</a> (for someone like me who is just starting to learn Flex at version 3) and that <a href="http://labs.adobe.com/technologies/flashbuilder4/">the new IDE</a> for it was still in beta, potentially going to be released soon. So I thought what the heck, I&#8217;ll get the beta. Then the trouble began.</p>
<p><span id="more-594"></span>I fired up the Mac installer. I clicked through all the things you normally click through without paying much attention but I got stopped at a message saying I needed to close all browsers. Ok, no problem, I thought. I quit Firefox and Safari, and even Thunderbird just for good measure.</p>
<p>No dice. The message popped up again immediately. I thought maybe I had gotten a corrupt download, so I tried to get the file again. Mounted it, and still had the problem. I did some searches to see if anyone else was having issues and came up with nothing similar.</p>
<p>&#8220;Ok,&#8221; I thought, &#8220;I&#8217;ll just reboot in case leftover processes or anything are causing trouble.&#8221; This would <em>have to</em> fix it, right? Wrong. After rebooting and not starting any programs, it <strong>STILL</strong> wouldn&#8217;t install. By this time, I was not a very happy camper, having sunk a sizable chunk of time into getting this program running.</p>
<p><img src="http://www.amuhlou.com/wp-content/uploads/2010/02/xmarks.gif" alt="xmarks logo" title="xmarks" width="230" height="77" class="alignleft size-full wp-image-596" />I finally decided to check my startup items in System Preferences > Accounts > Login items. I saw that my <a href="http://www.xmarks.com">Xmarks</a> for Safari plugin was running at startup. Aha! Not wanting to take any chances, I removed it completely instead of just un-checking the box for it. I rebooted one more time and Voila! It FINALLY installed.</p>
<p>So kids, the moral of the story is: check those startup items! Even a seemingly innocuous thing like a browser plugin can prevent you from installing programs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amuhlou.com/2010/02/04/trouble-installing-flash-builder-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Does a Front-End Developer Do?</title>
		<link>http://www.amuhlou.com/2010/01/20/what-does-a-front-end-developer-do/</link>
		<comments>http://www.amuhlou.com/2010/01/20/what-does-a-front-end-developer-do/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:14:16 +0000</pubDate>
		<dc:creator>amuhlou</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.amuhlou.com/?p=485</guid>
		<description><![CDATA[I was recently asked by a coworker what my job title was. Since my job title and role have been on my mind a lot lately, I thought it would make for an interesting post. For any of you who have wondered what exactly I do (mom and dad included), I hope this helps. Defining ...]]></description>
			<content:encoded><![CDATA[<p>I was recently asked by a coworker what my job title was. Since my job title and role have been on my mind a lot lately, I thought it would make for an interesting post. For any of you who have wondered what exactly I do (mom and dad included), I hope this helps.</p>
<p><span id="more-485"></span></p>
<h2>Defining &#8220;Front-End&#8221;</h2>
<p>When thinking about websites, I usually divide them into two parts: Front-End and Back-End. The Back-End pieces are things we don&#8217;t see when visiting websites &#8211; where our credit card information is stored at Amazon.com, for example. I consider Back-End technologies to be servers, server-side programming languages such as PHP and ASP, and databases. Very simple websites may not even need to use a programming language or database. Server-side languages do their work before a visitor even knows what happened.</p>
<p>The Front-End, however, is more closely tied to how we experience a website.  Images, colors, arrangement of text on a page&#8211;that&#8217;s what I do. I take a website design and use XHTML and CSS to tell a web browser (Firefox, Internet Explorer, etc) how to make that design into a live site. It takes immense attention to detail to ensure a designer&#8217;s vision is accurately portrayed on the web.</p>
<p>Another aspect of the front-end is <em>behavior</em>. Special effects, form submissions, and even some browser limitations (I&#8217;m looking at you, IE6) require more than what XHTML and CSS can offer. This is where JavaScript comes in.  A very basic definition of JavaScript is a client-side programming language used to make web pages interactive. There is a bit of crossover possible with JavaScript &#8212; using AJAX, JavaScript can actually communicate with servers, effectively blurring the line between the front-end and back-end. I am still somewhat new to JavaScript, but have learned a lot over the past year and a half.</p>
<h2>The Gray Area</h2>
<p>While XHTML, CSS, and JavaScript seem to easily fit the description of front-end technologies, the role of a Front-End Developer isn&#8217;t always so clear. While searching for job postings, I have found that a Front-End Developer&#8217;s duties can include everything from website design to server-side programming languages. I can understand how design would fit in because it is directly related to the front-end. However, including server-side languages doesn&#8217;t make much sense to me. If you&#8217;re looking for someone to do front-end and back-end work, Front-End Developer just doesn&#8217;t seem to be an appropriate job title (and is probably not an appropriate salary level for that matter).</p>
<h2>compatibility and accessibility</h2>
<p>XHTML and CSS are really just the beginning when it comes to Front-End development. Though there are <a href="http://www.w3.org/">web standards</a>, certain web browsers (read: Internet Explorer) don&#8217;t adhere to them all the time. I spend a lot of time troubleshooting browser inconsistencies&mdash;it is easily the most frustrating part of the job. Testing web sites in Internet Explorer is not for the faint of heart!</p>
<p>A front-end developer must also be aware that some website visitors have special needs. Not everyone has the ability to use a mouse or see a computer screen, so websites need to be made in a way that accommodates the most people possible.  </p>
<p>Though it has plenty of challenges, front-end development is an exciting and rewarding career. Because the industry is always changing, you have the opportunity to be continuously learning new things. And when you need help, there&#8217;s an awesome community to help you find answers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amuhlou.com/2010/01/20/what-does-a-front-end-developer-do/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Upgrading a Circa 2006 Macbook Pro to Snow Leopard</title>
		<link>http://www.amuhlou.com/2010/01/07/upgrading-2006-macbook-pro-to-snow-leopard/</link>
		<comments>http://www.amuhlou.com/2010/01/07/upgrading-2006-macbook-pro-to-snow-leopard/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:40:23 +0000</pubDate>
		<dc:creator>amuhlou</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.amuhlou.com/?p=430</guid>
		<description><![CDATA[I guess I&#8217;ll come right out and say it: I&#8217;m a Mac person. It wasn&#8217;t always this way. But now I consider my Mac laptop to be one of the best purchases I&#8217;ve ever made. It was also one of the hardest. I&#8217;m frugal by nature, so I don&#8217;t really tend to spend impulsively. My ...]]></description>
			<content:encoded><![CDATA[<p>I guess I&#8217;ll come right out and say it: I&#8217;m a Mac person. It wasn&#8217;t always this way. But now I consider my Mac laptop to be one of the best purchases I&#8217;ve ever made. It was also one of the hardest. I&#8217;m frugal by nature, so I don&#8217;t really tend to spend impulsively. My Mac came with OSX Tiger installed and less than a year later, OSX Leopard was released. </p>
<p><span id="more-430"></span>Though I wanted to upgrade, my frugal side got the best of me&mdash;not a bad thing, more like unfortunate.  Thankfully, Jason knows me well and got me Leopard as a birthday present. Sweet. Fast forward another two years. Again I refused to splurge and again Jason came through (it&#8217;s kind of nice having a birthday in December given that Apple seems to frequently release things in October). </p>
<p>Since my Mac is pretty old, I figured I&#8217;d give my perspective on how the upgrade went for me.  </p>
<h2>The Install</h2>
<p><img src="http://www.amuhlou.com/wp-content/uploads/2010/01/snowleopard.jpg" alt="snow leopard packaging" title="" width="180" height="194" class="alignleft noBorder size-full wp-image-453" />Not wanting to take any chances, I fired up Time Machine and started a backup. Just in case something exploded, I&#8217;d  be good to go.  A couple hours later, I was ready to install. I honestly don&#8217;t know if the install process could have been made any easier than it is for Snow Leopard.  It was pretty much set it and forget it. The install took over an hour but I didn&#8217;t really have to <em>do</em> anything, though my mother hen instincts were in full effect and I checked on it every 5-10 minutes. </p>
<h2>Some Software Quirks</h2>
<h3>Quicksilver</h3>
<p><img src="http://www.amuhlou.com/wp-content/uploads/2010/01/calculator.jpg" alt="Apple calculator with no buttons" title="calculator" width="200" height="248" class="noBorder alignright size-full wp-image-442" />I don&#8217;t use a ton of programs, but there are a couple that I swear by that were initially &#8220;broken&#8221; after upgrading.  The first is <a href="http://blacktree.com/?quicksilver">Quicksilver</a>. I visited the site and grabbed the beta download, but had no luck getting it to work. After reading a few forums I deleted the program, as well as its Application Support folder, and reinstalled the newest version. Voila! It worked, sort of.</p>
<p>One random thing I still can&#8217;t figure out is that launching Calculator from Quicksilver doesn&#8217;t work anymore. More accurately, launching <em>works</em>, but the calculator has no buttons. Launching Calculator from the Applications folder works fine, so I&#8217;m assuming it&#8217;s a kink still getting worked out with Quicksilver.</p>
<h3>Mail.app Plugins</h3>
<p>While <a href="http://growl.info/">Growl</a> seemed to handle the upgrade completely fine, the GrowlMail plugin broke after the upgrade. Thankfully, I found <a href="http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/">an article with an interim solution</a>.  According to that article, it looks like <a href="http://growl.info/growlmail/">a new version of GrowlMail</a> has been released separately to fix the 10.6.2 compatibility problems.</p>
<p>Another plugin I can&#8217;t live without is the Letterbox Plugin, which converts your mail layout into three columns, making much better use of wide screen displays.  I grabbed the <a href="http://harnly.net/2009/software/letterbox/letterbox-beta-5-for-snow-leopard/#more-240">latest public beta for Snow Leopard</a> and all is well.</p>
<h3>Adobe Creative Suite 3</h3>
<p>I was pretty hesitant to upgrade because I had heard that Snow Leopard did not support CS3, but after doing a little more research it seemed like the programs would run okay.  In my opinion, they seem a little &#8220;unstable,&#8221; but they do work.  Dragging documents to the CS3 dock icons doesn&#8217;t seem to work consistently if the programs aren&#8217;t already running.  Not a huge deal, but something to get used to.</p>
<h3>Time Machine</h3>
<p>For sake of this post, I also ran another Time Machine backup after the upgrade.  It didn&#8217;t seem to go much faster, but perhaps it will get faster the more backups I do? Time will tell.</p>
<h2>Overall Impressions</h2>
<p>So far, I&#8217;m extremely happy with the upgrade.  Since my machine doesn&#8217;t have the newest hardware, I appreciate the improvements made to speed up Finder, as well as the time it takes to wake up from sleep and shut down. The upgrade also delivers on its promise to free up hard drive space. I&#8217;m not sure exactly how much I got back, but I can tell for sure that I have more than before. </p>
<p>As Jason pointed out, it seemed silly when it was announced, but the &#8220;Snow Leopard&#8221; name is actually quite fitting. It&#8217;s a smaller, faster version of Leopard, just as snow leopards are a smaller, faster leopards in the animal kingdom.</p>
<p><em><strong>Update 02/02/2010:</strong> I thought it would be worthwhile to mention that I do not have the original 2GB RAM shipped with my machine&mdash;I now have 4GB. I purchased two 2GB sticks of RAM from <a href="http://www.crucial.com">Crucial.com</a> and installed it using the <a href="http://lifehacker.com/198396/hack-attack-how-to-install-ram-in-your-mac-and-save-big-">video instructions on lifehacker</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amuhlou.com/2010/01/07/upgrading-2006-macbook-pro-to-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
