Ajax with Django and jQuery
A current software project of mine is hosted on Django, and I’ve been working on a front-end interface. Django itself is a pleasure to work with, as I keep discovering cool little benefits it offers, shortcuts, ways to do things quickly, and well. I especially like how well it encourages the DRY (Don’t Repeat Yourself) principle. I keep the main javascript code in a specific file, code.html, and simply use a {%ssi “code.html”%} on any page I need the big chunk of javascript.

Read Full Story at http://oddco.ca

comments Discuss   recommend Tell a friend   addto Bookmarks 

Avatar Dayananda submitted 237 days ago
Related sources
1 votes Ajax overhaul, Part 1: Retrofit existing sites with Ajax and jQuery
1 votes Ajax overhaul, Part 2: Retrofit existing sites with jQuery, Ajax, tooltips, and lightboxes
1 votes jQuery Ajax call and result XML parsing
1 votes Check username availability in AJAX and PHP using JQuery
1 votes Ajax Jquery Tutorial

Comments


Log in to comment or register here.