Add an AJAX powered quick search to any django site
Added on Thursday the 16th of FebruaryDo you have a Django website with a large Knowledgebase? Do you want to make this knowledgebase easily searchable from any page on your site with a fancy jQuery auto-complete box? This tutorial has your solution!
Django and AJAX: jQuery
Added on Tuesday the 5th of JuneThis tutorial will focus on using Django with pure jQuery, and making use of Class-based views. This tutorial will introduce something I like to call a dual-view. A single view with multiple output formats.
AJAX-enabled Comments
Added on Monday the 30th of JulyNeed an easy and non-intrusive method of preventing spam using django.contrib.comments framework? I got your solution right here.
