On Thu, Sep 15, 2011 at 10:51 AM, jay K. <jay.developer2...@gmail.com> wrote:
> I do not know anything about send and receiving data using forms in html
> django,
> I just heard that ajax was good for receiving and sending data (it was
> faster)

no, it's not.

it can create the illusion if used with an appropriately designed UI,
or it can save on sending or receiving superfluous data; but the net
difference is usually just a few percent.

don't want to sound harsh; but if you want to design a good web UI,
first you have to know HTTP/HTML, and forms are one of the basic
concepts.  please do some reading on that before jumping to
conclusions based on some heardby notions.

oh, and that's not a Django issue, it's a basic web issue.

-- 
Javier

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to