nerd@metrocat.org

Ajax Makes Everything Better

Found this by following a link on Creating Passionate Users:

AJAX Makes Everything Better

Possibly Related

  • Search via Ajax
  • Ajaxy Goodness
  • Ajax-y Search
  • An Authentication Framework
  • Safari Can’t REST
  • The Magic Eval

About nerd

You’re reading Jeff Watkins’ thoughts about Web application design and development with a little bit of technology ranting thrown in for free.

More »

Most Recent

Have you missed the latest?

  • Favourable Reception for Coherent
  • New Tutorial on Writing Widgets
  • Automatic Change Notifications in Coherent

Most Popular

What everyone’s reading.

  • Spooky Code or How to Make Animations Run Smoother
  • Going Global
  • The Searing Pain of Using Windows
  • Wil Shipley on the MacBook Air
  • Creating Your Own Identity Model

Archives

All the way back to the beginning.

  • All
  • Ajax
  • Art of Coding
  • Coherent
  • Design
  • Javascript
  • Macintosh
  • Personal
  • TurboGears
  • Uncategorized
  • Web
  • Windows
  • Favourable Reception for Coherent

    I recently announced the upcoming [release of Coherent 1.0](http://coherentjs.org/docs/release/coherent-10-release-candidate-1) and I’ve been very pleased by the positive reception the library has received. Lots of folks have come out of the woodwork to either say they’ve been looking for something like this for ages. I guess there are more fans of the Apple development model than I [...]

  • New Tutorial on Writing Widgets

    As the release of Coherent looms nearer, I’ve been encouraged to start writing some documentation. My first effort is up: Writing a Widget. This tutorial takes you through creating a widget using Coherent starting with raw mark up and ending with a functional (if simple) widget. Thanks to some great feedback (and encouragement) from Neil [...]

  • Automatic Change Notifications in Coherent

    I’ve written a little bit about an exciting new feature in the Coherent library: automatic change notifications. In short, this reduces the amount of code you need to write and if your application only needs to support a Class A browser (like Safari 3 or Firefox), you can rely on JavaScript’s support for property getter/setter [...]