<?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>firsttube.com &#187; Web Browsers</title>
	<atom:link href="http://www.firsttube.com/tag/web-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firsttube.com</link>
	<description>crunchy nuggets, served semi-daily</description>
	<lastBuildDate>Tue, 03 Jan 2012 00:14:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IE: Sucking Hard Since Version 5</title>
		<link>http://www.firsttube.com/read/ie-sucking-hard-since-version-5/</link>
		<comments>http://www.firsttube.com/read/ie-sucking-hard-since-version-5/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:27:00 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://firsttube.com/?p=1336</guid>
		<description><![CDATA[This code (extracted from a javascript file) works in every major browser except IE (including IE8): $&#40;'a[rel*=fancybox]'&#41;.fancybox&#40;&#123; 'frameWidth' : 500, 'frameHeight' : 465, 'hideOnContentClick' : false, 'centerOnScroll' : true, &#125;&#41;; This is the fix: $&#40;'a[rel*=fancybox]'&#41;.fancybox&#40;&#123; 'frameWidth' : 500, 'frameHeight' : &#8230; <a href="http://www.firsttube.com/read/ie-sucking-hard-since-version-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This code (extracted from a javascript file) works in every major browser except IE (including IE8):</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a[rel*=fancybox]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fancybox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
          <span style="color: #3366CC;">'frameWidth'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">500</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'frameHeight'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">465</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'hideOnContentClick'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'centerOnScroll'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">,</span>
     <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>This is the fix:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a[rel*=fancybox]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fancybox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
          <span style="color: #3366CC;">'frameWidth'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">500</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'frameHeight'</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">465</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'hideOnContentClick'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span>
          <span style="color: #3366CC;">'centerOnScroll'</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span>
     <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>See the difference? Yeah, neither did I.  The difference is the last comma in the argument list.</p>
<p>That&#8217;s 3 consecutive major versions of IE that have been absolutely crap.  Why anyone continues to use IE is beyond me.  IE: sucking hard since version 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/ie-sucking-hard-since-version-5/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>IE8 STILL Doesn&#8217;t Support CSS border-radius</title>
		<link>http://www.firsttube.com/read/ie8-still-doesnt-support-css-border-radius/</link>
		<comments>http://www.firsttube.com/read/ie8-still-doesnt-support-css-border-radius/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:50:44 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Tweets]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttube.com/?p=1203</guid>
		<description><![CDATA[I find it absolutely amazing that IE8 doesn&#8217;t support border-radius. No wonder more &#038; more people think IE sucks. It&#8217;s just ugly.]]></description>
			<content:encoded><![CDATA[<p>I find it absolutely amazing that IE8 doesn&#8217;t support border-radius. No wonder more &#038; more people think IE sucks. It&#8217;s just ugly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/ie8-still-doesnt-support-css-border-radius/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Firefox is Still King When It Comes to Development</title>
		<link>http://www.firsttube.com/read/firefox-is-still-king/</link>
		<comments>http://www.firsttube.com/read/firefox-is-still-king/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 15:01:35 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/?p=916</guid>
		<description><![CDATA[At home, I prefer Camino.  At work, I use Google Chrome.  I find both to be very pleasurable experiences.  But no browser out there comes even close to challenging Firefox when it comes to development.   First of all, extensions &#8230; <a href="http://www.firsttube.com/read/firefox-is-still-king/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At home, I prefer <a href="http://caminobrowser.org">Camino</a>.  At work, I use <a href="http://google.com/chrome">Google Chrome</a>.  I find both to be very pleasurable experiences.  But no browser out there comes even close to challenging Firefox when it comes to development.  </p>
<p>First of all, extensions such as <a href="https://addons.mozilla.org/firefox/addon/2108">Stylish</a> and <a href="http://getfirebug.com">Firebug</a> are invaluable.  In fact, scratch Firebug, the default Firefox error console alone is aces to me.</p>
<p>Is there anyone who can tell me why no browser besides Firefox has a &#8220;View Background Image&#8221; link even as an option? How come no other browser has developer friendly stuff? I know that the Web Inspector in Webkit browsers is really cool &#8211; I love Webkit &#8211; but ultimately, it&#8217;s Firefox I often resort to when I&#8217;m doing real work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/firefox-is-still-king/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Holy Mackerel, Chrome is Fast!</title>
		<link>http://www.firsttube.com/read/holy-mackerel-chrome-is-fast/</link>
		<comments>http://www.firsttube.com/read/holy-mackerel-chrome-is-fast/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:29:42 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/?p=804</guid>
		<description><![CDATA[Google&#8217;s new Chrome browser, released yesterday, is blazing fast. I can&#8217;t tell you the last time I used the internet and experienced page load times like this. Gmail is particular is insanely fast, but every other site I visited demonstrated &#8230; <a href="http://www.firsttube.com/read/holy-mackerel-chrome-is-fast/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://google.com/chrome">Google&#8217;s new Chrome browser</a>, released yesterday, is blazing fast.  I can&#8217;t tell you the last time I used the internet and experienced page load times like this.  Gmail is particular is insanely fast, but every other site I visited demonstrated a noticeable speed bump.  Ready to be my main browser for Windows? Not sure yet, but I&#8217;m running Chrome only today, so we&#8217;ll see. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/holy-mackerel-chrome-is-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: Like An Old Shoe</title>
		<link>http://www.firsttube.com/read/like-an-old-shoe/</link>
		<comments>http://www.firsttube.com/read/like-an-old-shoe/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 17:21:54 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/?p=778</guid>
		<description><![CDATA[I&#8217;ve had a long and painful war with which browser to use on my Windows machine at work. Firefox has let me down many times before, and the Mozilla Firefox developers have disappointed me. So I switched to Opera, and &#8230; <a href="http://www.firsttube.com/read/like-an-old-shoe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_780" class="wp-caption alignleft" style="width: 160px"><a href="http://firsttube.com/uploads/2008/08/operabrowser.jpg"><img class="size-thumbnail wp-image-780" title="Opera Browser" src="http://firsttube.com/uploads/2008/08/operabrowser-150x150.jpg" alt="Opera Browser" width="150" height="150" /></a><p class="wp-caption-text">Opera Browser</p></div>
<p>I&#8217;ve had a long and painful war with which browser to use on my Windows machine at work.  <a href="http://firsttube.com/tag/firefox">Firefox has let me down many times before</a>, and the <a href="http://firsttube.com/read/A-Final-Word-on-the-Firefox-Fiasco/">Mozilla Firefox developers have disappointed me</a>.  So <a href="http://firsttube.com/read/Take-Three-Enter-Opera/">I switched to Opera</a>, and it&#8217;s made me very happy. I have really learned to love Speed Dial, and user javascript is nice.  I enjoy the built-in BitTorrent client, the fact that it runs all day without consuming a terabyte of virtual memory, and the fact that it&#8217;s about as standards compliant as it gets.  But, I&#8217;ve had my share of problems with it &#8212; small problems that, for the most part, are tiny nitpicks that on most days wouldn&#8217;t bug me too much.  But today, they got me.</p>
<p>First of all, sometime in the last few months, Gmail version 2 starting working in Opera.  It&#8217;s frustrating enough that Google rarely support Opera, but in this case, by shooting Gmail the ?nobrowsercheck query string, things were functioning.  In the last few weeks, though, that ceased working after about 5 minutes.  Things would get stuck on &#8220;Still loading&#8230;&#8221; and I&#8217;d have to revert to the &#8220;old version.&#8221;  Easy enough, albeit frustrating losing my &#8220;Quick Links.&#8221;</p>
<p>I&#8217;ve also noticed that the Flashblock component I have installed works so aggressively that about 50% of the time, I can&#8217;t actually properly authorize Flash I want to play.  I will sit there clicking on the &#8220;Play&#8221; button over and over to no avail.  This one has annoyed me time and again.</p>
<p>Somehow, over the last 30 days, something happened that made Opera crash on a semi-daily basis.  At least twice a week, I get the Vista grey-out &#8220;This application is no longer responsive.  Would you like to Close the App and check online for a solution, or just close the app?&#8221; Yeah, thanks.  Except, it&#8217;s just Opera that&#8217;s been doing this.</p>
<div id="attachment_779" class="wp-caption alignright" style="width: 301px"><a href="http://firsttube.com/uploads/2008/08/firefox-3.jpg"><img class="size-medium wp-image-779" title="firefox-3" src="http://firsttube.com/uploads/2008/08/firefox-3-291x300.jpg" alt="I'm Back on Firefox" style="width:250px;" /></a><p class="wp-caption-text">Firefox: Like an old shoe</p></div>
<p>As a web developer, this was maybe the killer item for me: for the last month, the &#8220;View Source&#8221; menu on any web page doesn&#8217;t work, or if it does, it&#8217;s once in 50 tries.  I&#8217;ve adjusted the &#8220;view source&#8221; menu to point to the built in viewer, <a href="http://firsttube.com/tag/programmers-notepad/">Programmer&#8217;s Notepad</a>, and Windows Notepad.  None work.  Most of the time, I simply have to open Firefox.</p>
<p>Therefore, I find myself, today, back on Firefox. Like an old shoe, it just fits.  Once I slapped on the <a href="http://www.altmusictv.com/camifox/">CamiFox theme</a>, I felt right at home.  I imported my Opera bookmarks, updated my extensions, and it was very nice.  Now I have a very capable Javascript console, Firebug, Stylish, and a host of other useful tools at my fingers.  I&#8217;m very happy here 5 hours into the day and feeling comfortable with the choice.  Yes, I&#8217;m still pissed that I can&#8217;t style my RSS, but then, I haven&#8217;t gotten around to tinkering with that via WordPress anyway.  I&#8217;ll let you know how life in Firefox 3 turns out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/like-an-old-shoe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ACID3, Safari 3, Opera 10, Take 2</title>
		<link>http://www.firsttube.com/read/ACID3-Safari-3-Opera-10-Take-2/</link>
		<comments>http://www.firsttube.com/read/ACID3-Safari-3-Opera-10-Take-2/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 10:34:51 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/ACID3-Safari-3-Opera-10-Take-2</guid>
		<description><![CDATA[And so the real race begins. Yesterday, Opera software announced via blog post that their post Opera 9.5 builds are passing the ACID3 test. Cool! But alas, the Webkit team &#8211; who really have a great track record of being &#8230; <a href="http://www.firsttube.com/read/ACID3-Safari-3-Opera-10-Take-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>And so the real race begins.  Yesterday, Opera software announced via blog post that their <a href="http://my.opera.com/desktopteam/blog/2008/03/26/opera-and-the-acid3-test">post Opera 9.5 builds are passing the ACID3 test</a>.  Cool! </p>
<p>But alas, the <a href="http://firsttube.com/tag/webkit">Webkit</a> team &#8211; who <i>really</i> have a great track record of being successful with bleeding edge, one upped them by not only passing the test, but releasing the code.  So behold, this is Webkit nightly for Windows, build 31368 from 2008-03-26.  </p>
<p><img src="http://firsttube.com/uploads/ACID3-Webkit.jpg" alt="ACID3 on Webkit" class="instant" style="border:0;" /></p>
<p>We know that Safari 3.1 doesn&#8217;t and <a href="http://firsttube.com/tag/opera">Opera</a> 9.5 won&#8217;t pass ACID3.  We know IE8 is a long way off.  We know <a href="http://firsttube.com/tag/firefox">Firefox</a> 3 is still pretty far from it too.  But now we have browsers that <i>can</i> do it.  The the big question is, who will have the first stable general release that does it? <a href="http://firsttube.com/tag/safari">Safari</a> 3.2? Opera 10? </p>
<p>It&#8217;s an exciting time in web development, and I hate to admit that I think it&#8217;s largely due to IE8.  If the <a href="http://firsttube.com/tag/ie">IE</a> team steps it up, some of themes technologies have the potential to reinvigorate the web.  No serious e-commerce site would alienate all IE users &#8211; even today, they make up 80% or so of internet users.  But as things progress here, we&#8217;re likely to start seeing some incredible things in the next few years.   </p>
<p><b>Update</b>: <a href="http://ln.hixie.ch/?start=1206578003&#038;count=1">A bug in ACID3</a> was apparently noticed as a result of the Webkit team&#8217;s work.  This <a href="http://webkit.org/blog/173/webkit-achieves-acid3-100100-in-public-build/">awesome detailed blog post from the Webkit site</a> chronicles the final steps of the adventure.  Note that the &#8220;animation smoothness&#8221; criteria is subjectively, and that the team is apparently giving themselves a fail, but nothing that they think they are &#8220;<i>faster than all other browsers</i>&#8220;.  Congrats again, Webkit team.  Well done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/ACID3-Safari-3-Opera-10-Take-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Acid 3 on Webkit Nightly</title>
		<link>http://www.firsttube.com/read/Acid-3-on-Webkit-Nightly/</link>
		<comments>http://www.firsttube.com/read/Acid-3-on-Webkit-Nightly/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 12:25:20 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/Acid-3-on-Webkit-Nightly</guid>
		<description><![CDATA[The Acid 2 test has, for a few years now, been the de facto test for your browser&#8217;s CSS capabilities. The Acid test, fewer people know, is not really about conforming to standards &#8211; passing it does not make your &#8230; <a href="http://www.firsttube.com/read/Acid-3-on-Webkit-Nightly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.webstandards.org/files/acid2/test.html#top">Acid 2 test</a> has, for a few years now, been the de facto test for your browser&#8217;s CSS capabilities.  The Acid test, fewer people know, is not really about conforming to standards &#8211; passing it does not make your browser standards compliant or complete, so it&#8217;s best to understand that all it really means is that it properly handles the elements tested as well as certain errors properly.  Sometime in 2005, Safari passed Acid 2, becoming the first mainline browser so earn that honor.  A few years later, the current or development versions of all major browsers &#8211; including Firefox 3, IE8, Opera 9.5 &#8211; all pass the Acid 2 test.  </p>
<p>Enter <a href="http://acid3.acidtests.org">Acid 3</a>.  Acid 3 measure even more goodness, including these six &#8220;buckets&#8221;:</p>
<ul>
<li>Bucket 1: DOM Traversal, DOM Range, HTTP</li>
<li>Bucket 2: DOM2 Core and DOM2 Events</li>
<li>Bucket 3: DOM2 Views, DOM2 Style, CSS 3 selectors and Media Queries</li>
<li>Bucket 4: Behavior of HTML tables and forms when manipulated by script and DOM2 HTML</li>
<li>Bucket 5: Tests from the Acid3 Competition (SVG,[5] HTML, SMIL, Unicode&#8230;)</li>
<li>Bucket 6: ECMAScript</li>
</ul>
<p>Using recent browsers, everything fails pretty spectacularly.  My Opera 9.26 install gets a 42/100.  Safari (including iPhone) does 39/100.  IE7 does 12/100, Firefox 2 does the most respectable with 52/100.  Even IE8 only does 17/100 while Firefox 3 tops out at 59/100 and Opera 9.5 at 60/100.  The current generation, even the next generation of major browsers are still far from coming close to rendering Acid 3 with any accuracy.    </p>
<p>I have been playing, now and again, with Webkit nightlies, since Webkit is actually a really neat engine, and guess what it kicks out? This:</p>
<p><img src="http://firsttube.com/uploads/webkit-acid3.jpg" class="instant itiltleft" style="width:500px;border:0;margin:0 auto;" /><br />
<small>Webkit nightly on Windows Vista</small></p>
<p>Pretty impressive.  Safari is pretty limited when it comes to extending its function &#8211; it doesn&#8217;t even support a &#8220;new tab&#8221; button.  But the webkit and javascript core engines are respectable both in rendering skill and speed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/Acid-3-on-Webkit-Nightly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I Switched to Safari 3</title>
		<link>http://www.firsttube.com/read/I-Switched-to-Safari-3/</link>
		<comments>http://www.firsttube.com/read/I-Switched-to-Safari-3/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 10:42:15 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/I-Switched-to-Safari-3</guid>
		<description><![CDATA[I really did not expect to ever post something like this, but it&#8217;s true: I switched to Safari 3. I love Camino, really I do. But recently, its limitations have been bothering me. I prefer my tabs in a very &#8230; <a href="http://www.firsttube.com/read/I-Switched-to-Safari-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I really did not expect to ever post something like this, but it&#8217;s true: I switched to Safari 3.</p>
<p>I love <b>Camino</b>, really I do.  But recently, its limitations have been bothering me.  I prefer my tabs in a very specific order and often I have several tabs open.  If ever I close a tab by mistake, I cannot get that same order without doing tons of work or re-launching.  Safari 3 draggable tabs.  </p>
<p>One of the things that used to bother me about Safari was that there was no &#8220;New Tab&#8221; button available for the toolbar.  There is now. It&#8217;s also got great keychain integration, private browing, the original embedded RSS,  true Aqua widgets, resizable text boxes, easy PDF integration, and it&#8217;s super-fast.   </p>
<p>Camino doesn&#8217;t support Ad-Block, but rather, stylesheet-based filtering.  Safari does that too, by default, and it&#8217;s even easier to use than it is in Camino.  Safari doesn&#8217;t have any Flash problems and once you add &#8220;Safari Stand&#8221; and enable the debug menu, you have a perfect drop in replacement.  </p>
<p>My biggest complaint about Camino was the lack of development tools.  It doesn&#8217;t have a Javascript debugger (<a href="http://escapedthoughts.com/camino/hacks">ChimericalConsole</a> never worked me for), doesn&#8217;t have a decent source viewer, doesn&#8217;t have many third party hacks to add functionality &#8211; it&#8217;s a browser for users, not developers.  Without XUL, it&#8217;s tough to add features easily.  And that made it tough to use for me.  When I did any serious work, I&#8217;d always switch to Opera or, more recently, Safari 3.  Safari 3&#8242;s Inspector is just awesome.  </p>
<p>So&#8230; for now, I am Opera on Windows and Safari on Mac.  My browser requirements are more demanding than most. I have felt for some time that Opera and Firefox on Mac just &#8220;feel&#8221; wrong, they don&#8217;t fit.  So we&#8217;ll see how the Safari experiment goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/I-Switched-to-Safari-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Safari 3 Nightlies Are Awesome</title>
		<link>http://www.firsttube.com/read/Safari-3-Nightlies-Are-Awesome/</link>
		<comments>http://www.firsttube.com/read/Safari-3-Nightlies-Are-Awesome/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 14:17:38 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Camino]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/Safari-3-Nightlies-Are-Awesome</guid>
		<description><![CDATA[Safari is not now, nor has it ever been, my browser of choice. Aside from the fact that KHTML is generally the least compatible of browser engines these days, Safari is pretty barren from a feature standpoint. I rarely use &#8230; <a href="http://www.firsttube.com/read/Safari-3-Nightlies-Are-Awesome/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Safari is not now, nor has it ever been, my browser of choice.  Aside from the fact that KHTML is generally the least compatible of browser engines these days,  Safari is pretty barren from a feature standpoint.  I rarely use it on my mac.  I also find the lack of the &#8220;button&#8221; widget in Aqua annoying, because it makes Gmail ugly.  </p>
<p>When I started using Safari 3.0.1 beta at work, I was impressed, but not impressed enough to ditch Opera.  At home, however, I am using Camino, which I love, which is based on Gecko, the underlying Mozilla engine that also forms the core of Firefox.  The problem is, as much as I love Camino, it&#8217;s tough to use for development: it doesn&#8217;t support extensions, it doesn&#8217;t have a javascript debugger that works, it doesn&#8217;t have draggable tabs, or tab restore, and it&#8217;s not very easy to extend functionality.  There are lots of tricks at <a href="http://pimpmycamino.com">PimpMyCamino</a>,  but even today, the most useful add-on, &#8220;CamiScript,&#8221; is billed as unstable on Camino version above 1.0.  Camino 1.0 was released in the first half of 2006.  We&#8217;re over a year later.  </p>
<p>This is not a post to bitch about Camino though.  I love 1.5 and it&#8217;s serving me well.  The thing is, I downloaded a nightly build of <a href="http://webkit.org">Webkit</a> recently.  Webkit is to Safari what Gecko is to Camino, and Webkit comes easily packaged in a disk image that requires no installation.  </p>
<p>Webkit nightlies are <i>awesome</i>.  First, there&#8217;s the page inspector. From a development standpoint, this is awesome.  </p>
<p><a href="http://firsttube.com/uploads/inspector.jpg" title="Web Inspector"><img src="http://firsttube.com/uploads/inspector.tn.jpg" alt="Inspector" /></a><br />
<small>click image to view at full size</a></small></p>
<p>The inspector shows you each detail of the page load.  You&#8217;ve got the entire page transfer size, as well as the page transfer time.   You can break it down by element or by element type.  You can view the headers sent and received.  This is tremendously useful.  It&#8217;s been very interesting to see what parts of requests are properly cached and compare original load to subsequent page loads.  </p>
<p>Then we have &#8220;Drosera,&#8221; the Javascript debugger.  </p>
<p><a href="http://firsttube.com/uploads/jsdebug.jpg" title="Javascript Debugger"><img src="http://firsttube.com/uploads/jsdebug.tn.jpg" alt="Javascript debugger" /></a><br />
<small>click image to view at full size</a></small></p>
<p>I haven&#8217;t quite figured out how to use this tool, but I&#8217;m excited that it exists.  It&#8217;s something I&#8217;ve needed for some time on a Mac.  This is all very promising.  </p>
<p>Safari may be mostly bare, but by the time 3.0 final is released with Leopard, plus the fact that Safari exists on Windows, it, or its featureful offshoot based on Webkit, <a href="http://shiira.jp/en.php">Shiira</a>, just may be my main Mac browser.   </p>
<p>You can get Webkit nightlies at <a href="http://nightly.webkit.org">nightly.webkit.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/Safari-3-Nightlies-Are-Awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Safari Windows Updated, Brings Welcome Changes</title>
		<link>http://www.firsttube.com/read/Safari-Windows-Updated-Brings-Welcome-Changes/</link>
		<comments>http://www.firsttube.com/read/Safari-Windows-Updated-Brings-Welcome-Changes/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 13:19:00 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/Safari-Windows-Updated-Brings-Welcome-Changes</guid>
		<description><![CDATA[If you browser around the internet, particularly on tech sites, you&#8217;ll find person after person praising Apple for releasing Safari 3.0.1 a mere 3 days after releasing the first public beta on Monday. At first, I thought &#8211; here we &#8230; <a href="http://www.firsttube.com/read/Safari-Windows-Updated-Brings-Welcome-Changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you browser around the internet, particularly on tech sites, you&#8217;ll find person after person praising Apple for releasing Safari 3.0.1 a mere 3 days after releasing the first public beta on Monday.  At first, I thought &#8211; here we go! First off, it&#8217;s a BETA release, and I *expect* it to be updated.  Secondly, people are going crazy about Apple&#8217;s fast reaction time, but I wondered if it were Microsoft, would the reaction be the same, or would it be &#8220;They release a product and it takes less than 24 hours to find a major vulnerability!?&#8221; </p>
<p>But alas, I ran Software Update and updated my Safari/Win install at work to 3.0.1.  Whereas 3.0 was a major disappointment at work &#8211; fonts were a mess, pages had major problems with rendering, and the browser would crash randomly &#8211; a few minutes after install I can tell you that 3.0.1, on <b>my</b> computer at least, is a HUGE leap forward.  The browser hasn&#8217;t crashed on me outside of one bug that existed before (maximizing on the slave screen of a dual-monitor setup), the thing is SO much better! </p>
<p>Safari is far from usable as my main browser.  The thing is feature-barren, is far less customizable than Firefox and Opera and even Camino, and on Windows, it sticks out like a sore thumb.  That said, I just love having the rendering engine on my windows machine, I love that it&#8217;s available for iPhone and Mac-friendly web development.  </p>
<p>Kudos to Apple for porting this great app to Windows fairly successfully.  Microsoft has been very slow to move to OS X and Intel; they have let RDP stagnate, they have let Office go 5 years with no update, they have no management tools that work on Mac, no IE, no WMP, not even a fully compatbile Outlook Web Access (OWA)&#8230; yet.  </p>
<p>I am usually wary of excessive praise on Apple, but after seeing the Leopard previews pushing the evolution of the desktop and the accessibility of backups, the iPhone pushing the mobile experience, and Safari pushing web standards, I&#8217;m really feeling good about what they are doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/Safari-Windows-Updated-Brings-Welcome-Changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari on Windows a Reality After All</title>
		<link>http://www.firsttube.com/read/Safari-on-Windows-a-Reality-After-All/</link>
		<comments>http://www.firsttube.com/read/Safari-on-Windows-a-Reality-After-All/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 14:41:07 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/Safari-on-Windows-a-Reality-After-All</guid>
		<description><![CDATA[Several months ago, I posted an article suggesting that Apple should port Safari to Windows. Many disagreed with me, and I was lambasted on OSNews for the same. A few months later, here are are, and lo and behold, we &#8230; <a href="http://www.firsttube.com/read/Safari-on-Windows-a-Reality-After-All/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Several months ago, I posted an article suggesting that <a href="http://firsttube.com/read/A-Suggestion-for-Apple-in-2007">Apple should port Safari to Windows</a>.  Many disagreed with me, and I was <a href="http://www.osnews.com/comment.php?news_id=16931">lambasted on <a href='http://osnews.com'>OSNews</a> for the same</a>.  A few months later, here are are, and lo and behold, we are using Safari on Windows.  I was <i>partly</i> right, my logic was mostly sound. </p>
<p>I suggested that Safari should exist for two reasons: firstly, that web developers could test their apps in Safari, and secondly, to lure more users into comfort with the Mac UI and Mac apps.  So, score me 50%.  There is one reason and one reason only for Safari on Windows &#8211; so developers can test their stuff in Safari.  Now, it turns out it&#8217;s less for web sites and web apps than it is for iPhone development, but nonetheless, iPhone apps are, in fact, Safari apps.  Thus, web developers can now test their sites in Safari, whether for iPhone or not.  </p>
<p>The interesting thing here is that Apple is in a very unique position, and I hope they don&#8217;t pull a Microsoft.  Apple can now introduce new proprietary hooks into their iPhone.  Let&#8217;s say they &#8220;extend&#8221; javascript or CSS or even HTML itself.  What if they invent tags like &lt;iphone:dial&gt; or &lt;iphone:toAddressBook&gt; or something that has unique function ignored by normal browsers but defined on the iPhone.  I dread this, and yet, it would allow for rich, powerful applications without an SDK.   </p>
<p>Assuming, or even ignoring that possibility, Safari on Windows does all Windows-based web developers to test their sites in Safari.  I just installed Safari 3 on my Mac, and found it to be fantastic; it&#8217;s faster, it&#8217;s more compatible, and thus far, it&#8217;s a far better browsing experience.  That said, on Windows is was a nightmare.  It doesn&#8217;t play nice with dual-monitors, it doesn&#8217;t handle fonts well on my work computer (defaulting most fonts to &#8220;Metal Lord&#8221; font, odd choice) and crashing randomly.  But then&#8230; it&#8217;s a beta and a first shot, and I bet most of these bugs are fixed.  </p>
<p>Either way, I think this was a great move by Apple to establish themselves as serious about making the Mac a first class citizen for web browsing.  Currently, it&#8217;s just not.  There are several notable sites, like say, the <a href="http://en.wikipedia.org/wiki/Multiple_Listing_Service">MLS</a>, which require IE.  And there&#8217;s simply no IE for current Mac users.  So this is great news all around, even for the Opera-ers, Firefoxers, and Camino-ers who use Macs.    </p>
<p>I&#8217;m not feeling especially vindicated by this announcement, because I don&#8217;t think I spotted something so far fetched &#8211; I always felt Safari/Win was a good idea.  But I am thrilled to see the seeds being planted for the Mac to be considered a legitimate, affordable, enjoyable contender as a computing platform <i>for the general public</i>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/Safari-on-Windows-a-Reality-After-All/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

