<?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/"
	>

<channel>
	<title>stonemind consulting &#187; django</title>
	<atom:link href="http://www.stonemind.net/blog/category/talk-nerdy-to-me/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stonemind.net/blog</link>
	<description></description>
	<pubDate>Thu, 22 Oct 2009 10:37:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Another django-restful-model-views Update</title>
		<link>http://www.stonemind.net/blog/2007/04/27/another-django-restful-model-views-update/</link>
		<comments>http://www.stonemind.net/blog/2007/04/27/another-django-restful-model-views-update/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 13:34:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/04/27/another-django-restful-model-views-update/</guid>
		<description><![CDATA[As I mentioned a few weeks ago, Andreas Stuhlmueller has <a href="http://www.aiplayground.org/artikel/improving-django/">proposed a general REST API for Django</a>, and as his ideas and mine seemed very compatible, we began talking about collaborating on a joint solution.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/04/27/another-django-restful-model-views-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Django Registration for Newbies</title>
		<link>http://www.stonemind.net/blog/2007/04/13/django-registration-for-newbies/</link>
		<comments>http://www.stonemind.net/blog/2007/04/13/django-registration-for-newbies/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 10:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/04/13/django-registration-for-newbies/</guid>
		<description><![CDATA[I recently turned my attention to user account management in Django and what follows are (cleaned-up) notes I made while exploring the django-registration contribution. As a result, this post is very introductory and task oriented, but hopefully, it will help orient newcomers like me to what's available and provide a foundation for exploring these topics in more depth.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/04/13/django-registration-for-newbies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>django-restful-model-views contribution update</title>
		<link>http://www.stonemind.net/blog/2007/04/06/django-restful-model-views-contribution-update/</link>
		<comments>http://www.stonemind.net/blog/2007/04/06/django-restful-model-views-contribution-update/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 16:44:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/04/06/django-restful-model-views-contribution-update/</guid>
		<description><![CDATA[I've updated the django-restful-model-views contribution, based on feedback I've received, primarily to make this a more generic REST API (not just model based). This update also begins implementing some ideas borrowed from Ruby on Rails.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/04/06/django-restful-model-views-contribution-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Displaying High Resolution Images on the Web with Zoomifyer.</title>
		<link>http://www.stonemind.net/blog/2007/03/30/displaying-high-resolution-images-on-the-web-with-zoomifyer/</link>
		<comments>http://www.stonemind.net/blog/2007/03/30/displaying-high-resolution-images-on-the-web-with-zoomifyer/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 16:04:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[lame intentions]]></category>

		<category><![CDATA[zoomify]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/03/30/displaying-high-resolution-images-on-the-web-with-zoomifyer/</guid>
		<description><![CDATA[I recently wrote an article, due to be published in this month's <a href="http://www.lita.org/ala/lita/litapublications/ital/italinformation.cfm">Information Technologies and Libraries</a> (ITAL) journal, about a project I started a few years ago called <a href="http://sourceforge.net/projects/zoomifyimage/">Zoomify Image</a>. Basically, <a href="http://www.zoomify.com/">Zoomifyer</a> is a Flash based image viewer that allows you to quickly view high resolution images over the Web. And I mean really high resolution images--files Gigabytes in size. It can do this because of a second piece of software that pre-processes images on the server, splitting them into tiles at various scales that the Zoomifyer viewer can then asynchronously request as needed to render the image in the browser. Zoomify Image is written in Python and makes Zoomifyer available across platforms.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/03/30/displaying-high-resolution-images-on-the-web-with-zoomifyer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Evolving a RESTful Django Contribution</title>
		<link>http://www.stonemind.net/blog/2007/03/22/evolving-a-restful-django-contribution/</link>
		<comments>http://www.stonemind.net/blog/2007/03/22/evolving-a-restful-django-contribution/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 13:37:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/03/22/evolving-a-restful-django-contribution/</guid>
		<description><![CDATA[I posted an announcement to the django-users list about the django-restful-model-views contribution to get some feedback on the approach. The main responder, Malcolm Tredinnick, gave me a lot to think about and along with more research into how Ruby on Rails (RoR) implements REST, I have new ideas about how to improve the contribution.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/03/22/evolving-a-restful-django-contribution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Test Driving a RESTful Django Contribution</title>
		<link>http://www.stonemind.net/blog/2007/03/15/test-driving-a-restful-django-contribution/</link>
		<comments>http://www.stonemind.net/blog/2007/03/15/test-driving-a-restful-django-contribution/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 00:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[REST]]></category>

		<category><![CDATA[ROA]]></category>

		<category><![CDATA[tagging]]></category>

		<category><![CDATA[TDD]]></category>

		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/03/15/test-driving-a-restful-django-contribution/</guid>
		<description><![CDATA[This time around, I will try to take the logical next step with my exploration of REST and Django, and begin creating a Django contribution to implement the ideas I have been working on and to do so in a way that fits with Django's philosophy. ]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/03/15/test-driving-a-restful-django-contribution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>django REST redux</title>
		<link>http://www.stonemind.net/blog/2007/03/08/django-rest-redux/</link>
		<comments>http://www.stonemind.net/blog/2007/03/08/django-rest-redux/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 16:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/03/08/django-rest-redux/</guid>
		<description><![CDATA[This is the third post in a series exploring how to create a basic tagging application, and how to do so in the Django framework so that I may better understand Django as well as other technologies and development approaches that are at least somewhat new to me. This time, I want to revisit REST, and hopefully come up with something more usable from the last post. 
]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/03/08/django-rest-redux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>toward a RESTful approach to Django applications</title>
		<link>http://www.stonemind.net/blog/2007/03/01/toward-a-restful-approach-to-django-applications/</link>
		<comments>http://www.stonemind.net/blog/2007/03/01/toward-a-restful-approach-to-django-applications/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 11:45:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/03/01/toward-a-restful-approach-to-django-applications/</guid>
		<description><![CDATA[If you've read my blog in the past, and you probably haven't, you'll know that I have been trying earnestly to understand how to effectively apply REST, both in Web applications and Web Services. I also believe that you can't claim to know something, and judge it fairly, until you have used it in a significant project. That is what I intend to begin in this post.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/03/01/toward-a-restful-approach-to-django-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Implementing Tagging in a Django Application</title>
		<link>http://www.stonemind.net/blog/2007/02/16/implementing-tagging-in-a-django-application/</link>
		<comments>http://www.stonemind.net/blog/2007/02/16/implementing-tagging-in-a-django-application/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 18:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[ORM]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[REST]]></category>

		<category><![CDATA[Selenium]]></category>

		<category><![CDATA[social networking]]></category>

		<category><![CDATA[tagging]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/02/16/implementing-tagging-in-a-django-application/</guid>
		<description><![CDATA[Although I've used many Web based applications that employ tagging, I've yet to create an application of my own with this feature. But now, I have two potential projects on the horizon that could benefit from tagging, and I'm thinking about how to best implement this, both in the database and user interface layers. 

So, I thought I would explore how to implement tagging in my own applications, from scratch, and write about them on this blog. Therefore, I won't pretend I have all the answers--or even necessarily <i>any</i> good answers--but I will simply be trying to think through how to approach implementing tagging, and I will welcome any constructive feedback on those thoughts.]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/02/16/implementing-tagging-in-a-django-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Small Django tips from one newbie to another</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/</link>
		<comments>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 15:42:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[talk nerdy to me]]></category>

		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/</guid>
		<description><![CDATA[<p>I am a Django newbie: I have gotten my feet wet exploring Django and have started building my first serious application with it. I am having more fun with Django than I have had with any other software tool in a long time, and I would like to share a few things I have learned along the way so far, that might help other newbies. If you are a more experienced Django-neer reading this and notice areas for improvement or outright mistakes, I would be very grateful for the feedback.</p>]]></description>
		<wfw:commentRss>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

