The Browser Whisperer RSS Feed

IE8 Gets Prototype Extendability
14 Jan 2009, 03:00:00 PM
Anyone who has worked with JavaScript is familiar with its prototype feature as a means of object extension. Although there are no classes for inheritance, an object can be created from another object and thus inherit its properties through the pr ...
Read post

jQuery UI 1.6 Close to Release
05 Jan 2009, 09:16:43 AM
The jQuery team have made tremendous progress with jQuery UI and are close to releasing version 1.6. It's presently at RC4 status. They've completely refactored all the JavaScript and created a new CSS framework to handle all widgets. You can try th ...
Read post

Code Camp 2008
10 Nov 2008, 08:47:48 AM
Saturday, November 4th was the third annual Code Camp Sillicon Valley held at Foothill College in Los Altos. I gave two sessions: When Browsers Behave Badly, focusing on how I fix display issues in IE6, IE7, Firefox and Safari. It was a great turnou ...
Read post

Custom JavaScript with Microsoft Virtual Earth
28 Oct 2008, 08:27:00 AM
Truly Microsoft Virtual Earth is one cool piece of technology. The API offers ASP.NET developers a great deal of customization. However, after struggling to create mashups with it, I can say that it was not created with Front End developers in mind. ...
Read post