<?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; Template Tags</title>
	<atom:link href="http://blog.awarelabs.com/category/code_snippets/template-tags/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>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>Dynamic Length Truncate Tag</title>
		<link>http://blog.awarelabs.com/2008/dynamic-length-truncate-tag/</link>
		<comments>http://blog.awarelabs.com/2008/dynamic-length-truncate-tag/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:35:18 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Filter]]></category>
		<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=45</guid>
		<description><![CDATA[Almost a year ago I wrote about Simple Character Truncate Filter And Dot Dot Dot Variant which was a basic string truncate written as a Django filter.  It worked great until I needed to dynamically specify the length.  Turns out filters are not good at resolving context variables (at least I dont know [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/dynamic-length-truncate-tag/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Another IfModulo Template Tag Or If Else End Tutorial</title>
		<link>http://blog.awarelabs.com/2008/another-ifmodulo-template-tag-or-if-else-end-tutorial/</link>
		<comments>http://blog.awarelabs.com/2008/another-ifmodulo-template-tag-or-if-else-end-tutorial/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 00:12:22 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=40</guid>
		<description><![CDATA[It seems that everyone on the world is rolling their own ifmodulo template tag these days.  I figured I&#8217;d jump on the bandwagon.  The problem I was attempting to solve was one of for loop counting for the purpose of creating multi column tables.  For one of my pet projects Joost List, [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/another-ifmodulo-template-tag-or-if-else-end-tutorial/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Digg Technorati Delicious Blink List Furl Reddit Blog Submission Tag</title>
		<link>http://blog.awarelabs.com/2007/digg-technorati-delicious-blink-list-furl-reddit-blog-submission-tag/</link>
		<comments>http://blog.awarelabs.com/2007/digg-technorati-delicious-blink-list-furl-reddit-blog-submission-tag/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 02:20:06 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=9</guid>
		<description><![CDATA[Submitting your pages to popular blog sites like, Digg, Technorati, Delicious, Blink List, Furl, and Reddit is almost a standard feature on all sites today.  In response I present a quick Django template tag that easily allows you to insert the submission links for each blog.  The links are pre-formatted to match the [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2007/digg-technorati-delicious-blink-list-furl-reddit-blog-submission-tag/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>
