<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Django Aware &#187; Forms</title>
	<atom:link href="http://blog.awarelabs.com/category/code_snippets/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.awarelabs.com</link>
	<description>Django is for the Aware</description>
	<lastBuildDate>Tue, 06 Apr 2010 16:52:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clearing Django Form Fields One By One</title>
		<link>http://blog.awarelabs.com/2008/clearing-django-form-fields-one-by-one/</link>
		<comments>http://blog.awarelabs.com/2008/clearing-django-form-fields-one-by-one/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 19:20:42 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[django forms fields clear tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=79</guid>
		<description><![CDATA[I just spent an hour looking all over the web for something everyone assumes everyone else already knows.  If you&#8217;re new to Django and you&#8217;re trying to clear a form field on validation then the solution is not intuitive.
Take a common scenario, you have a CAPTACHA image and the user enters it incorrectly, next [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/clearing-django-form-fields-one-by-one/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Porting Aware To Django</title>
		<link>http://blog.awarelabs.com/2008/porting-aware-to-django/</link>
		<comments>http://blog.awarelabs.com/2008/porting-aware-to-django/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 14:55:01 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Batch Code]]></category>
		<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Published APIs]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=67</guid>
		<description><![CDATA[A few years back I started a PC profiling service known as Aware Labs.  It was originally written in C++ with a Windows MFC downloadable client.  Six months ago I re-wrote the static website front end in Django so I could get a better handle on news and static updates.  Today I&#8217;m [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/porting-aware-to-django/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Everything A Django Developer Needs To Create Logins</title>
		<link>http://blog.awarelabs.com/2008/everything-a-django-developer-needs-to-create-logins/</link>
		<comments>http://blog.awarelabs.com/2008/everything-a-django-developer-needs-to-create-logins/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 06:35:51 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=35</guid>
		<description><![CDATA[Disclaimer: This is Django 0.95 based and for now 0.96 compatible.  There are better ways to do this, This is mainly a tutorial to help novice Django developers understand authentication.  I strongly suggest you read this for understanding and then look at the comments for a wealth of better solutions&#8230;
We all at one [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/everything-a-django-developer-needs-to-create-logins/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Scraping Amazon Items Using Django Mash-Up</title>
		<link>http://blog.awarelabs.com/2007/scraping-amazon-items-using-django-mash-up/</link>
		<comments>http://blog.awarelabs.com/2007/scraping-amazon-items-using-django-mash-up/#comments</comments>
		<pubDate>Thu, 31 May 2007 06:08:57 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Published APIs]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=12</guid>
		<description><![CDATA[In this article learn how to mash up your Django powered site with Amazon affiliate items in one simple form.  See it in action at: AwareLabs. Then skip to the code section and integrate it into your site.
Background
You want to list links to Amazon items on your Django powered website.  However, you find [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2007/scraping-amazon-items-using-django-mash-up/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Implementing CNN Style Votes In Django, Episode II</title>
		<link>http://blog.awarelabs.com/2007/implementing-cnn-style-votes-in-django-episode-ii/</link>
		<comments>http://blog.awarelabs.com/2007/implementing-cnn-style-votes-in-django-episode-ii/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 02:59:49 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=5</guid>
		<description><![CDATA[Now that we have voting implemented, see Implementing CNN Style Votes In Django, Episode I, it would be usefull to add a mechanism for displaying the voted on items just as easily.  This functionality again exists on my www.joosthot.com site, just look at the top right where i use this code to select the [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2007/implementing-cnn-style-votes-in-django-episode-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Django Generic XSS Safe Tags</title>
		<link>http://blog.awarelabs.com/2007/django-generic-xss-safe-tags/</link>
		<comments>http://blog.awarelabs.com/2007/django-generic-xss-safe-tags/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 01:49:50 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/archives/8</guid>
		<description><![CDATA[Adding generic cross site scripting (XSS) safe tags to any site in Django is a painless process once you have the code.  Tags are an amazing new concept that stems directly from our efforts to organize a bloated and cluttered online world.  This blog is a great example, there are tags at the [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2007/django-generic-xss-safe-tags/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Implementing CNN style votes in Django, Episode I</title>
		<link>http://blog.awarelabs.com/2007/implementing-cnn-style-votes-in-django-episode-i/</link>
		<comments>http://blog.awarelabs.com/2007/implementing-cnn-style-votes-in-django-episode-i/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 01:22:13 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/archives/4</guid>
		<description><![CDATA[Lets say you want to allow people to vote on items within your Django project. These items could be anything, in any coimbination, etc&#8230; This is relatively simple once you have the right pieces in place. I implemented this functionality recently on my www.joosthot.com site.
Requirements

Voting may be implemented on any page.
Acty of voting does not [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2007/implementing-cnn-style-votes-in-django-episode-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
