limodou напиша:

> You can see an example at : http://limodou.51boo.com

Your forms(I tried user registration) don't give any feedback while they
are being submited that's really, really bad usability. :)

When you do something with ajax it's really important to give feedback
to the user that something is happening.
At least Firefox doesn't show a XMLHTTPRequest as being loaded in the
status bar and you don't know how long does it take to get the response
back from your server back to the user even if it's just couple of bytes.

I tend to replace the submit button with an ajax-loader animated gif(*1)
and disable the forms while they are beeing processed.

Here is an example with Prototype on
http://code.djangoproject.com/wiki/AjaxPrototypeNewForms


(*1) There are some nice ajax loader gifs here http://www.ajaxload.info/


-- 
Glisha
The perfect OS, MS-DOS!
No patches, no root exploits for 21 years.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to