Archive for August, 2008

August 28th, 2008
Wolfram Kriesing
August 20th, 2008
Tobias Klipstein
August 18th, 2008
Tobias Klipstein
August 11th, 2008
Nikolai Onken

We want to congratulate both Alex Russell and Peter Higgins to some big news, as they both announced on their blogs (read Alex’s and Pete’s entry).
Read the rest of this entry »

August 10th, 2008
Wolfram Kriesing
August 2nd, 2008
Nikolai Onken

How many times do we need to disable a button after sending a xhr call or submitting a form?
Almost everytime, the element which induces a data transfer, should be disabled until you get a reply from the server.

I’ve written a short and simple extension of the “dijit.form.Button” widget called “dojox.form.BusyButton”, which provides a simple API to let you deal with those cases when you don’t want to allow the user to hit the submit button a second time. Read the rest of this entry »