Saturday, December 24, 2005
|
|
What is Filtering? It is a selection of items using some criteria (filter). In this tutorial I am going to filter documents of my blog (made with Django, of course) matching titles against user-specified substring. Later on I'll talk about generalization of this approach.
Just like a big boy I am going to use Custom Manipulators, which can be avoided, but I want to show how to use it.
We all want to improve end user's experience. To improve usability I'll put a little "live" in it using Ajax (courtesy of Dojo) later on. You can see for yourself how simple it is.








