Very good. So, the title can be: "Django and Ajax - real examples" by you and Alex.
Is it OK? Ahik On Sun, Aug 31, 2008 at 1:15 PM, Udi h Bauman <[EMAIL PROTECTED]> wrote: > Hi, > > I'll be happy to come & share my experience in a short presentation. I'm > trying to get Alex Arshavski to come as well, & show us some of the things > he did with Django+AJAX. > > > Thanks for organizing! > Udi > > > > > On Sun, Aug 31, 2008 at 11:41 AM, Ahik Man <[EMAIL PROTECTED]> wrote: > >> Hi Udi. >> >> Are you coming to the next meeting? It will be at Google-Israel. >> >> We are plan to have 'Django & Ajax' slot. Can you make a presentation? >> >> Ahik >> >> >> On Fri, Aug 29, 2008 at 12:12 PM, Udi h Bauman <[EMAIL PROTECTED]>wrote: >> >>> Hi Ahik, >>> >>> We've been using Django & AJAX many times. We did it quite straight >>> forward & lightweight: >>> >>> - The simplest common case which we use a lot is an asynchronous >>> JavaScript call to a service, usually to perform some operation, without >>> loading the full page. The Django service can also very easily return >>> JSON >>> code (using the Django serializers), which can be used in the client. For >>> that we used the simple prototype >>> <http://www.prototypejs.org/>JavaScript library, which only requires to be >>> imported in the template & can >>> be used in 1-2 lines of code. >>> - To implement the interactive rich UI, which usually goes with AJAX, >>> we chose Ext <http://extjs.com/>, which does this job well: doesn't >>> require much knowledge or coding to add rich UI components & use them in >>> your views. Note that it has dual (GPL/Commercial) licensing, so it may >>> not >>> suite you. There are also people >>> criticizing<http://pablotron.org/?cid=1556>Ext, in relation to its being a >>> commercial spin of of open source code by >>> Yahoo, but we've just wanted something simple & powerful that just works. >>> There are of course alternatives with non-restrictive licensing, such as >>> the >>> ones you mentioned (Dojo & JQuery) & also YUI & Echo2. Prior to Ext we've >>> also used other powerful frameworks, also commercial in nature, such as >>> Bindows & Tibco, which also offer a free AJAX-based IDE. >>> >>> As a general note, the JavaScript offerings are becoming even more >>> powerful these days, e.g., with new HTML features enabling amazing >>> visualizations<http://blog.thejit.org/javascript-information-visualization-toolkit-jit/>, >>> compilation to native code which will be >>> available<http://news.cnet.com/8301-17939_109-10023723-2.html?part=rss&tag=feed&subj=Webware>in >>> FireFox 3.1, or browser extensions enabling simple user >>> mashups<http://www.techcrunch.com/2008/08/26/if-you-want-to-create-a-mashup-just-ask-your-browser-mozilla-labs-launches-ubiquity/> >>> . >>> >>> Hope this helps. >>> >>> Udi >>> >>> >>> On Fri, Aug 29, 2008 at 11:08 AM, Ahik Man <[EMAIL PROTECTED]> wrote: >>> >>>> Hi All, >>>> >>>> Anybody has an experience with Django and Ajax? It could be by using JS >>>> directly or by some lib like Dojo or JQuery. >>>> We are looking for presentation on this subject at the coming meeting. >>>> >>>> Please, do not hesitate to response with any relevant comment. >>>> >>>> Ahik >>>> >>>> >>>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyWeb-IL" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en -~----------~----~----~----~------~----~------~--~---
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
