Re: choosing ajax framework (for my projects) :)

2007-03-10 Thread limodou
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 somethin

Re: choosing ajax framework (for my projects) :)

2007-03-10 Thread Georgi Stanojevski
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 some

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread theju
Well almost every Ajax framework will work with Djangobut for your requirements, Scriptaculous (based on Prototype) fits perfectly. Check out http://script.aculo.us They also have an article on their wiki for integrating Django and Scriptaculous. Hope you find it useful. -Thejaswi Puthraya On

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread limodou
On 3/9/07, Igor Guerrero <[EMAIL PROTECTED]> wrote: > http://jquery.com/ > > On 3/9/07, ashwoods <[EMAIL PROTECTED]> wrote: > > > > with so many choices, you dont really know where to start :( > > > > things like i would like to do. > > > > 1) update the contents of a div element with the content

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread James Bennett
On 3/9/07, ashwoods <[EMAIL PROTECTED]> wrote: > id say pretty simple stuff. but where should i start? prototype, mojo, > mochi, and thousands of others. > what would you recommend, those of you who have experience? :) I wrote up some purely subjective thoughts on this a while back: http://www.b

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread aaloy
2007/3/9, ashwoods <[EMAIL PROTECTED]>: > > with so many choices, you dont really know where to start :( > > things like i would like to do. > > 1) update the contents of a div element with the content fading out > and in (news on the first page) > 2) select form elements that populate depending w

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread [EMAIL PROTECTED]
I'll put in another vote for jquery, but really the beauty of Django is that you use whatever library feels right to you. Jquery, Mochikit, Dojo, prototype, roll-your-won... Django is agnostic. As it should be. On Mar 9, 11:06 am, "neror" <[EMAIL PROTECTED]> wrote: > 9:16 am, "ashwoods" <[EMAIL

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread neror
9:16 am, "ashwoods" <[EMAIL PROTECTED]> wrote: > with so many choices, you dont really know where to start :( > > things like i would like to do. > > 1) update the contents of a div element with the content fading out > and in (news on the first page) MochiKit.DOM and MochiKit.Visual > 2) select

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread akonsu
hello, this page seems to have useful information: http://www.b-list.org/weblog/2006/08/05/django-tips-simple-ajax-example-part-2 konstantin On Mar 9, 11:20 am, "Jay Parlar" <[EMAIL PROTECTED]> wrote: > On 3/9/07, ashwoods <[EMAIL PROTECTED]> wrote: > > > > > > > > > with so many choices, you

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread Jay Parlar
On 3/9/07, ashwoods <[EMAIL PROTECTED]> wrote: > > with so many choices, you dont really know where to start :( > > things like i would like to do. > > 1) update the contents of a div element with the content fading out > and in (news on the first page) > 2) select form elements that populate depe

Re: choosing ajax framework (for my projects) :)

2007-03-09 Thread Igor Guerrero
http://jquery.com/ On 3/9/07, ashwoods <[EMAIL PROTECTED]> wrote: > > > with so many choices, you dont really know where to start :( > > things like i would like to do. > > 1) update the contents of a div element with the content fading out > and in (news on the first page) > 2) select form elemen

choosing ajax framework (for my projects) :)

2007-03-09 Thread ashwoods
with so many choices, you dont really know where to start :( things like i would like to do. 1) update the contents of a div element with the content fading out and in (news on the first page) 2) select form elements that populate depending what the "parent" form element was chosen 3) when i cli