usability
I try not to talk too much about the trilogy here, because there's a whole other blog for that stuff. But some of the lessons I've learned in the last year while working on them really put into bold relief some of my earlier blog entries
web development
Torrent [http://www.utorrent.com/], my favorite BitTorrent client, now offers a
web UI. See if you can spot the differences between the Web UI and the Windows
UI:
After spending about a year interacting with Torrent exclusively through Remote
Desktop, I was pleasantly surprised to discover how good the
javascript
One of the cornerstones of Web 2.0 is the XMLHttpRequest object
[http://en.wikipedia.org/wiki/XMLHttpRequest]. It allows JavaScript to call back
to a web server without incurring a traditional HTTP postback. It's the heart
and soul of AJAX [http://builder.com.com/5100-6371-6056954.html], and