<?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>Random Musings of an Insane Mind &#187; pylons</title>
	<atom:link href="http://cd34.com/blog/tag/pylons/feed/" rel="self" type="application/rss+xml" />
	<link>http://cd34.com/blog</link>
	<description>This is my blog, there are many others like it but this one is mine.</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:47:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Diagnosing errors in Pylons 1.0 to Pyramid 1.0a1+ Transition</title>
		<link>http://cd34.com/blog/framework/diagnosing-errors-in-pylons-1-0-to-pyramid-1-0a1-transition/</link>
		<comments>http://cd34.com/blog/framework/diagnosing-errors-in-pylons-1-0-to-pyramid-1-0a1-transition/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 16:57:37 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[pyramid]]></category>
		<category><![CDATA[turbogears]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=1066</guid>
		<description><![CDATA[My first attempt at migrating a Pylons project to Pyramid was accomplished without too much difficulty. That project was relatively small, however, this project hasn&#8217;t been put into production. A brief history of this application: We have a legacy PHP application which consists of 78k lines of code. Originally we started rewriting the application in [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/diagnosing-errors-in-pylons-1-0-to-pyramid-1-0a1-transition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Pylons 1.0 Repoze.who/Repoze.what to Pyramid 1.0a1 Authentication backed with MySQL</title>
		<link>http://cd34.com/blog/framework/converting-pylons-1-0-repoze-whorepoze-what-to-pyramid-1-0a1-authentication-backed-with-mysql/</link>
		<comments>http://cd34.com/blog/framework/converting-pylons-1-0-repoze-whorepoze-what-to-pyramid-1-0a1-authentication-backed-with-mysql/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 17:26:13 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[pyramid]]></category>
		<category><![CDATA[repoze.what]]></category>
		<category><![CDATA[repoze.who]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=1044</guid>
		<description><![CDATA[For one of our projects we used Pylons 1.0 with Repoze.who/Repoze.what, though, we only used groups without permissions. In our application, a member could access one of three controllers based on their membership in a group. There are a number of methods that can be used to set up authentication. One method is to create [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/converting-pylons-1-0-repoze-whorepoze-what-to-pyramid-1-0a1-authentication-backed-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pylons 1.0 to Pyramid 1.0a1</title>
		<link>http://cd34.com/blog/framework/pylons-1-0-to-pyramid-1-0a1/</link>
		<comments>http://cd34.com/blog/framework/pylons-1-0-to-pyramid-1-0a1/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 05:10:14 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[pyramid]]></category>
		<category><![CDATA[repoze]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=1031</guid>
		<description><![CDATA[On Nov 4/Nov 5 a rumor that was later substantiated regarding Pylons surfaced. While the initial message was regarding TurboGears which is based on Pylons, the rumor was that Pylons was being rolled into another framework. Ben Bangert issued a post that gave some of the reasoning behind the merger of repoze.bfg and Pylons. Since [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/pylons-1-0-to-pyramid-1-0a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repoze.who/Repoze.what with Pylons (step by step)</title>
		<link>http://cd34.com/blog/framework/repoze-whorepoze-what-with-pylons-step-by-step/</link>
		<comments>http://cd34.com/blog/framework/repoze-whorepoze-what-with-pylons-step-by-step/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 01:02:20 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[repoze]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=1020</guid>
		<description><![CDATA[After working through quite a bit of the documentation on the pylons site and the repoze site, I didn&#8217;t really find a step by step guide to get repoze.who/repoze.what working with Pylons. Some of the references used: * http://code.gustavonarea.net/repoze.what-pylons/Manual/Protecting.html * http://wiki.pylonshq.com/display/pylonscookbook/Authorization+with+repoze.what Thanks to my nephew Qwait for overloading ActionProtector to intercept 403s and give an [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/repoze-whorepoze-what-with-pylons-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pylons and Facebook Application Layout</title>
		<link>http://cd34.com/blog/programming/python/pylons-and-facebook-application-layout/</link>
		<comments>http://cd34.com/blog/programming/python/pylons-and-facebook-application-layout/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:51:08 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[uwsgi]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=964</guid>
		<description><![CDATA[While I spent quite a bit of time deciphering the Graph API documentation and the OAuth guides that Facebook puts forth and submitted three documentation fixes for examples that call non-existent parameters and consequently don&#8217;t work, I came to the realization that my original layout really only works if you use a single Pylons instance [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/programming/python/pylons-and-facebook-application-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Pylons for a Facebook Application</title>
		<link>http://cd34.com/blog/framework/using-pylons-for-a-facebook-application/</link>
		<comments>http://cd34.com/blog/framework/using-pylons-for-a-facebook-application/#comments</comments>
		<pubDate>Thu, 27 May 2010 20:48:28 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[graph api]]></category>
		<category><![CDATA[pylons]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=947</guid>
		<description><![CDATA[Cue Inspiration I had an idea the other day for a simple Facebook application. With Pylons, I figured it would take no more than an hour or two to get the mechanics of the application working at which point a designer could come in to handle the rest. What followed was quite a struggle. I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/using-pylons-for-a-facebook-application/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Django CMS to support Varnish and Akamai ESI</title>
		<link>http://cd34.com/blog/framework/django-cms-to-support-varnish-and-akamai-esi/</link>
		<comments>http://cd34.com/blog/framework/django-cms-to-support-varnish-and-akamai-esi/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:50:00 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[akamai]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[esi]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[Varnish]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=870</guid>
		<description><![CDATA[Many years ago I ran into a situation with a client where the amount of traffic they were receiving was crushing their dynamically created site. Computation is always the enemy of a quick pageload, so, it is very important to do as little computation as possible when delivering a page. While there are many ways [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/django-cms-to-support-varnish-and-akamai-esi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why do you use an Object Relational Mapping (ORM) System in Development?</title>
		<link>http://cd34.com/blog/programming/python/why-do-you-use-an-object-relational-mapping-orm-system-in-development/</link>
		<comments>http://cd34.com/blog/programming/python/why-do-you-use-an-object-relational-mapping-orm-system-in-development/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:51:54 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[sqlalchemy]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=819</guid>
		<description><![CDATA[Here&#8217;s a programmer that is saying goodbye to ORMs at Hatful of Hollow. And another site offering a tutorial of sorts dealing with ORMs Why should you use an ORM. While both have their points, both have missed a fundamental benefit that an ORM hands you. Most of my development is in Pylons. Django&#8217;s ORM [...]]]></description>
		<wfw:commentRss>http://cd34.com/blog/programming/python/why-do-you-use-an-object-relational-mapping-orm-system-in-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AttributeError: &#8216;function&#8217; object has no attribute &#8216;replace&#8217;</title>
		<link>http://cd34.com/blog/framework/attributeerror-function-object-has-no-attribute-replace/</link>
		<comments>http://cd34.com/blog/framework/attributeerror-function-object-has-no-attribute-replace/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:54:10 +0000</pubDate>
		<dc:creator>cd34</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[toscawidgets]]></category>
		<category><![CDATA[turbogears]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=778</guid>
		<description><![CDATA[While doing some coding to move a Turbogears2 application over to Pylons, I ran into an issue with Validation and ToscaWidgets. AttributeError: &#8216;function&#8217; object has no attribute &#8216;replace&#8217; Validation in Pylons listed: @validate(form=movie_form, error_handler=index) for the decorator syntax, but, error_handler should be a name, not a function. The correct decorator should be: @validate(form=movie_form, error_handler=&#8217;index&#8217;)]]></description>
		<wfw:commentRss>http://cd34.com/blog/framework/attributeerror-function-object-has-no-attribute-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

