Monthly Archives: December 2007

High Performance Ajax Applications – Video Presentation

A few days ago, I gave a talk at Yahoo! about High Performance Ajax Applications. Eric Miraglia, from the YUI team, and Ricky Montalvo, from the Yahoo! Developer Network, were kind enough to shoot the video, edit it, and put … Continue reading

top web hosting companies in India | Shooting Games | allopurinol | amitriptyline | citalopram

Posted in Web Development | 7 Comments

The Problem With innerHTML

The innerHTML property is extremely popular because it provides a simple way to completely replace the contents of an HTML element. Another way to do that is to use the DOM Level 2 API (removeChild, createElement, appendChild) but using innerHTML … Continue reading

Posted in Web Development | 30 Comments

Adding Back Button and Bookmarking Support to Your DHTML Slide Show

YUI 2.4.0, which was just released today, comes with a minor update to its history library. To celebrate this new release, I thought I would write a short article demonstrating how to use the YUI Browser History Manager to add … Continue reading

Posted in Web Development | 6 Comments