On 3/10/07, Georgi Stanojevski <[EMAIL PROTECTED]> wrote:
>
> 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/
>
What you said are some details, and if you want to implement them with
jQuery, it's not difficult in jQuery. I just mainly aim the
functionality.

-- 
I like python!
UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

--~--~---------~--~----~------------~-------~--~----~
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