AJAX summit continued 2

More from the AJAX summit
David Heinemeier Hansson just gave a nice overview of the AJAX-related features of the ruby on rails API. It’s impossible to evaluate an API without using it (at least for me), but this stuff looks pretty neat! The basic idea seems to be minimizing the complexity of the code on the client (since cross-platform javascript development is such hell). They use .innerHtml to rewrite the html that displays to the user, and keep html generation server side. Cinematic UI effects (like fading) are baked into the API. David is a funny guy. He REALLY hates DOM-based javascripting!

Continue reading

AJAX summit continued

Many of the morning presenters were presenting little web tweaks: tactical improvements to a site that make it just a little bit faster, easier, or have a clearer workflow. Technorati and Flickr both showed the minor improvements that they have made to their sites. These tweaks sound like they were a LOT of work to do. This is a big problem with AJAX: doing it “right” (for all browsers) means taking on a lot of technical complexity.

Continue reading