You are writing a comment about As-You-Type Slug Uniqueness Validation, here is a quick summary:

This final entry in the Django, jQuery & Ajax series takes a look at implementing as-you-type validation for slug uniqueness. It's a bit briefer than the first three, but leaves the tutorial's Notes app with a bit of Ajax charm.


You are responding to this comment written by Will Larson on September 27th 2008, 11:26.

Alex,

I took at look at your GitHub repository and it looks like a really useful project. It certainly provides a more thorough solution than what I have here.

In my tutorials I usually ignore prepackaged solutions, because I want to teach the process of working with Django--how to approach solving problems--rather than providing tools for solving problems. The whole teach a man to fish, give a man a fish thing.

But I'd probably be doing a better service if I exposed readers to existing solutions, like yours, as well. So, I'm saying thank you for your comment. :)


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")