<?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>Likesalmon.net &#187; Software I use</title>
	<atom:link href="http://likesalmon.net/category/software-i-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://likesalmon.net</link>
	<description>Web development for designers</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:40:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>I’m switching to Chrome (on a trail basis)</title>
		<link>http://likesalmon.net/im-switching-to-chrome-on-a-trail-basis/</link>
		<comments>http://likesalmon.net/im-switching-to-chrome-on-a-trail-basis/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:19:17 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Software I use]]></category>
		<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://likesalmon.net/?p=277</guid>
		<description><![CDATA[I thought I would be a Firefox user till I died, but holy crap Chrome is fast! I can launch Firefox, go make a sandwich, launch Chrome and be browsing before Firefox loads. This is particularly nice on our crappy Windows machines at work. JavaScript is noticeably faster. Chrome seems more stable and doesn&#8217;t do [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I would be a Firefox user till I died, but holy crap Chrome is fast!  I can launch Firefox, go make a sandwich, launch Chrome and be browsing before Firefox loads. This is particularly nice on our crappy Windows machines at work. JavaScript is noticeably faster.  Chrome seems more stable and doesn&#8217;t do that occasional temporary freeze thing on slow computers. As much.  Well, at least the whole thing doesn&#8217;t freeze, just the one tab that is having trouble.</p>
<h3>Extensions</h3>
<p>The Dev and Beta version of Chrome work with extensions (like LastPass, worlds greatest password manager).  The dev version has been very stable for me:</p>
<p><a title="Google Chrome dev channel" href="http://dev.chromium.org/getting-involved/dev-channel">http://dev.chromium.org/getting-involved/dev-channel</a></p>
<h3>Developer Tools! Eeeee!</h3>
<p>The thing that sealed the deal is the built-in developer tools.  Seems they&#8217;ve shipped Chrome with a built-in Firebug-like JavaScript debugger and inspector (press ctrl-shift-j).  Its not installed automatically on Linux machines, so apt-get it:</p>
<p><code>sudo apt-get install chromium-browser-inspector</code></p>
<p>I haven&#8217;t used it enough to form an opinion yet, but it <em>looks</em> great.  I&#8217;m going to finish out the current site I&#8217;m developing with Firefox and Firebug, but I&#8217;ve got another one in the pipe that is going to be all Chrome.</p>
<h3>Fantastic UI</h3>
<p>Best user interface of any browser I&#8217;ve used.</p>
<p>The teeny tiny branding means I get at least a quarter inch of screen real estate that would normally be full of dialog.  Page loading info is shown in a tiny pop-up at the bottom, so I get more space there too.  Its overlaid on top of the horizontal scroll bar, taking up no room at all. The combo address/search bar means the horizontal space is more usable too.  I  can usually see the whole url even when I&#8217;m using Chrome in a small window.</p>
<p>I love love love the tabs at the very top.  It reinforces the idea that each tab is its own process doing its own thing (dialogs like preferences are also displayed in a tab, just like web pages).  Tabs are arguably the most important feature of the browser dialog, they tell you where you are, and I definitely click on them more than anything else.  Making them a big target right at the top where they are the most obvious thing in the whole interface is genius.</p>
<p>Way to go Google!  Can&#8217;t wait for Chrome OS!</p>
<h3>Update, 2/25/2010</h3>
<p>Well, I tried.  Turns out that the Chrome developer tools has some usability issues that make it very hard to use effectively.  The number one problem is that the font is too small.  I get a headache just glancing at it.  I&#8217;m also annoyed by the checkboxes that pop up when you mouse over a css property.  I&#8217;m sure that one sounded really great on paper, but in practice its horrible.  The major thing it lacks is the &#8220;Larger Command Line&#8221; option that Firebug has, which allows you to put multi-line indented code in the console and run it.  It&#8217;s really nice and I use it all the time.</p>
<p>I still really like Chrome and I use it more and more (even though it doesn&#8217;t work with Netflix) for my non-development browsing pleasure.  Its still a young project and I&#8217;m hopeful that Google will improve the developer tools soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://likesalmon.net/im-switching-to-chrome-on-a-trail-basis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox on Ubuntu Jaunty for Testing Internet Explorer in Windows</title>
		<link>http://likesalmon.net/virtualbox-on-ubuntu-jaunty-for-testing-ie6/</link>
		<comments>http://likesalmon.net/virtualbox-on-ubuntu-jaunty-for-testing-ie6/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:07:55 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software I use]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Browser Testing]]></category>

		<guid isPermaLink="false">http://likesalmon.net/?p=177</guid>
		<description><![CDATA[Ed. Note: this method is no longer valid or necessarily a good way to go about things. See here instead: http://likesalmon.net/browser-testing-with-cloned-virtual-machines/ I really loved using VMWare Fusion in OSX to test my webpages in Windows.  The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Ed. Note: this method is no longer valid or necessarily a good way to go about things.  See here instead:</p>
<p><a href="http://likesalmon.net/browser-testing-with-cloned-virtual-machines/" title="">http://likesalmon.net/browser-testing-with-cloned-virtual-machines/</a></em></p>
<p>I really loved using VMWare Fusion in OSX to test my webpages in Windows.  The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, Jaunty is still not supported by VMWare, and the bugs were just to much.  Plus, I really didn&#8217;t like the web interface. Fortunately, I found VirtualBox which is at least as sleek as Fusion, but free!</p>
<p>To install VirtualBox, I got a lot of help from hopla on the <a title="Go to the Ubuntu Forum" href="http://ubuntuforums.org/showthread.php?t=1097080">Ubuntu Forum</a>. I quote:</p>
<blockquote><p>You need: virtualbox, qemu, wine</p>
<p>Code:</p>
<p><code>apt-get install virtualbox qemu wine</code></p>
<p>Download the free(!) Microsoft Internet Explorer Application Compatibility Check VPC Images <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;displaylang=en">here</a>.</p>
<p>(Note: you don&#8217;t have to download the full pack, you can cherry pick specific combinations of XP/Vista and IE6-8)</p>
<p>Extract the VPC image(s) with wine (double-click).<br />
(Note: it might take a while before the first window shows up)</p>
<p>Turn the VPC image(s) into (a) VMWare image(s) (which is/are readable by VirtualBox):</p>
<p><code>qemu-img convert -f vpc image.vhd -O vmdk image.vmdk</code></p>
<p>Setup a new VM in VirtualBox, using the vmdk image as an existing disk. Boot it, you will see the Windows boot progress bar and &#8230; it will BSOD shortly after.</p>
<p>Fixing the BSOD:</p>
<p>The BSOD is caused because the virtual Windows tries to load processor drivers for the wrong processor (it is not running on VirtualPC proc, but on VirtualBox proc). Or something like that&#8230;<br />
We need to force Windows not to attempt to load drivers for the processor (it doesn&#8217;t need any proc drivers, because it&#8217;s all virtual anyway).<br />
Start safe mode by (frantically) hitting F8 at Windows boot and choosing safe mode.</p>
<p>Ignore all the &#8216;New hardware&#8217; detected warnings (we will deal with those later). Start a command box and run the following command to disable the loading of processor drivers:</p>
<p>Code:</p>
<p><code>sc config processor start= disabled</code></p>
<p>(note the space between &#8216;=&#8217; and &#8216;disabled&#8217;!)</p>
<p>Restart the virtual Windows, it should now boot all the way to the Windows Desktop.</p></blockquote>
<p>Once your virtual Windows has rebooted, go to Devices -&gt; Install Guest Additions in the VirtualBox window.  This will mount a (virtual) CD with the Guest Additions software.  The autorun feature didn&#8217;t work every time, so if a new window doesn&#8217;t open up, find the Guest Additions CD in Windows Explorer and run the .exe.  This adds a lot of functionality to your virtual machine.</p>
<p>After rebooting the virtual machine, I followed the instructions from <a href="http://primeval-soup.blogspot.com/2009/02/ie8-in-ubuntu-intrepid-with-virtual-box.html">Primeval Soup</a>:</p>
<blockquote><p>In Windows, go to: <em><br />
</em></p>
<p><em>Start &gt; Run &gt; &#8220;cmd&#8221;</em></p>
<p>In the terminal, type:<em><br />
</em></p>
<pre><code>D:\VBoxWindowsAdditions-x86.exe /extract /D=C:\Drivers</code></pre>
<p><em>Start &gt; Administrative Tools &gt; Computer Management</em></p>
<p>Select Device Manager.</p>
<p>Select Batteries, Unknown Device -&gt; <em>Disable</em></p>
<p>Select Sound, video and game controllers, Multimedia Audio Controller -&gt; <em>Disable</em></p>
<p>Select Universal Serial Bus controllers, Universal Serial Bus (USB) Controller -&gt; <em>Disable</em></p>
<p>Select Network Adapters, Ethernet Controller -&gt; <em>Update Driver</em></p>
<p>Select <em>Yes, now and every time</em>, click Next</p>
<p>Select <em>Install from a list or specific location</em>, click Next</p>
<p>Enter location &#8220;C:\Drivers\x86\Network\AMD&#8221;</p>
<p>Click Finish</p>
<p>Open a browser, test connection</p>
<p>You&#8217;re done!</p></blockquote>
<p>And that is a good feeling.</p>
]]></content:encoded>
			<wfw:commentRss>http://likesalmon.net/virtualbox-on-ubuntu-jaunty-for-testing-ie6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

