Sep
17th

DHTML Autocomplete

Posted by Ajax Lady

demo-dhtml-autocomplete DHTML Autocomplete

DHTML Autocomplete

This is the DHTML autocomplete script.

(more…)

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Sep
17th

Dojo Fisheye Widget

Posted by Ajax Lady

demo-fisheye Dojo Fisheye Widget

Dojo Fisheye

Dojo Fisheye Widget

(more…)

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4 out of 5)
Sep
13th

Ajax instant inline text edit

Posted by Ajax Lady

ajax-instant-edit1 Ajax instant inline text edit

Ajax Instant Edit Text

User can edit the inline text without using the submit button.

(more…)

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4.67 out of 5)
Sep
4th

Flickr Like Edit in Place

Posted by Ajax Lady

How to edit in place using AJAX?

If you are not familiar with how flickr handles editing data, here’s a short summary.

  • Show user the data field normally (for instance: the title of a picture)
  • When mouse rolls over that title, make the background of the word yellow
  • If the user clicks on the word, change that word to a input box with the word in it. Also show a “save” and “cancel” button
  • A user can rename the picture and then push “save.”
  • Run a little script that updates the name into the database