Enabling Safari Developer Tools

I was trying to diagnose a problem with an application today that only seems to be present in Safari. This lead me to think of Safari's Developer Tools, which I remembered were pretty comparable to Firebug for FireFox. My biggest problem was figuring out how to TURN THEM ON.

 


Getting Started with IE9: Pinned Applications and Jumplists

Internet Explorer 9 is here, and if you're anything like me, you're happy to see the wide world of the web moving forward. If you're anything like me, you're also looking at IE9's new "Pinned" websites, and thinking "Man that looks spiffy". I set out to convert my website into a pinnable application on my Windows 7 task bar, and I'm going to walk you through getting your site setup for it as well.

 

First 3 Minutes with IE9

So, first three minutes with IE9, and my thoughts are:

  • The new interface looks spiffy.
  • Cufon is broken in IE9, so my site looks terrible.
  • What kind of idiot thought it would be a good idea to make an undifferientiated part of the clear area at the top of the browser launch new tabs instead of maximizing the window on double click?

Double-clicking in the portion of the top of the window where the tab bar would extend to causes a new tab to appear instead of maximizing the window. There is no visual differientiaton to indicate where the cutoff point between these two behaviors is located. Thats a usability fail right there.

 

Internet Explorer 9 (Beta) Released

The Beta of Internet Explorer 9 was released today. I'm usually not excited by IE, but man, anything that stands a chance of knocking IE6 further down the road is a good thing in my book.

Ars Technica has a great article covering IE9, so I wont go into specifics, but I will say that while Microsoft's done some typically stupid things (the UI... yuck), it is a very compliant browser, and hopefully will let us really move forward with HTML5 and some advanced styling. Look for some post from me about what kind of CSS tricks we can hopefully treat as standard now that IE is "back in the game".

Download IE9

 

WebGL Musical Solar System with HTML5 & WebGL

Ajaxian.com has a good post today about an example program for HTML5 + WebGL, that really shows what we're going to be able to do with the web in the future. The video above is a recording of the actual program that runs in the browser. There is no flash, just stuff that HTML5 + WebGL can accomplish, when we finally get to have them in our browsers.

Plus I really just love the music.

Read more at Nihilogic Blog

 

IE Forgets Cookies on Sub-Domains with an Underscore

Internet Explorer Fail LogoOk, so one more reason to hate IE: Internet Explorer fails to hold cookies when viewing URLs that have a sub-domain with an underscore. I found this when the project I'm developing just refused to hold on to a session when viewing the site from Internet Explorer. Almost all of the server-side technology I was using was new to me, so I lost a full day trying to figure out if it was ColdFusion 9, IIS7, or the ColdFusion on Wheels framework that was breaking the sessions before I found out that the IE browsers choke on underscores. FireFox and Chrome didn't care about the underscore, but IE6 through IE8 lost their session because they couldn't hold onto the cookies for the site.

So, if you're loosing your sessions in Internet Explorer, check your URL. I'm not sure if there are other characters besides an underscore that would cause the cookie loss, but it wouldn't surprise me.

 

More Entries

Jon Hartmann, July 2011

I'm Jon Hartmann and I'm a Javascript fanatic, UX/UI evangelist and former ColdFusion master. I blog about mysterious error messages, user interface design questions, and all things baffling and irksome about programming for the web.

Learn more about me on LinkedIn.