<?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>1st Byte Solutions &#187; Zope</title>
	<atom:link href="http://www.1stbyte.com/category/zope/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stbyte.com</link>
	<description>Company site for Greg Fischer { GregTheGeek }</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:52:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Retrieve or return an output parameter from a Mysql stored procedure in Zope</title>
		<link>http://www.1stbyte.com/2006/04/02/retrieve-or-return-an-output-parameter-from-a-mysql-stored-procedure-in-zope/</link>
		<comments>http://www.1stbyte.com/2006/04/02/retrieve-or-return-an-output-parameter-from-a-mysql-stored-procedure-in-zope/#comments</comments>
		<pubDate>Sun, 02 Apr 2006 17:03:18 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/04/02/retrieve-or-return-an-output-parameter-from-a-mysql-stored-procedure-in-zope/</guid>
		<description><![CDATA[ Zope 2.7.6 &#8211; Mysql 5.0.7. I have always thought that output parameters from stored procedures were not useable in Zope&#8217;s ZSQL methods, but a few minutes ago is suddenly occured to me that I could do it by using the &#8220;sql_delimiter&#8221; function in Zope.  To be quick, put something like this in a [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2006/04/02/retrieve-or-return-an-output-parameter-from-a-mysql-stored-procedure-in-zope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get ZMySQLDA to retrieve MySQL Stored Procedures</title>
		<link>http://www.1stbyte.com/2005/07/06/get-zmysqlda-to-retrieve-mysql-stored-procedures/</link>
		<comments>http://www.1stbyte.com/2005/07/06/get-zmysqlda-to-retrieve-mysql-stored-procedures/#comments</comments>
		<pubDate>Wed, 06 Jul 2005 07:06:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/03/22/get-zmysqlda-to-retrieve-mysql-stored-procedures/</guid>
		<description><![CDATA[Quick, before I forget!!
Tired of &#8220;can&#8217;t return a result set in the given context&#8221; errors when calling stored procedures in Mysql 5?
The ultra fast how-to on returning records from a multi-column multi-record stored procedure in Mysql 5 using Zope/Python!
In the ZMySQLDA, edit the db.py file and add the lines below in the _parse_connection_string function:

 #added [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2005/07/06/get-zmysqlda-to-retrieve-mysql-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure and compile Python with Zlib</title>
		<link>http://www.1stbyte.com/2005/06/26/configure-and-compile-python-with-zlib/</link>
		<comments>http://www.1stbyte.com/2005/06/26/configure-and-compile-python-with-zlib/#comments</comments>
		<pubDate>Sun, 26 Jun 2005 07:05:05 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/03/22/configure-and-compile-python-with-zlib/</guid>
		<description><![CDATA[I just spent an hour trying to figure this out, AGAIN!  To compile Zlib support into your Python interpreter, do this:
1.  Install the Zlib-dev package for your distribution. (you probably have zlib already, but not the dev package)
On Ubuntu it&#8217;s called &#8216;zlib1g-dev&#8217;, on others it might just be: zlib-dev or zlib-devel. Do a [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2005/06/26/configure-and-compile-python-with-zlib/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why I use Zope and not ASP.net?</title>
		<link>http://www.1stbyte.com/2005/03/02/why-i-use-zope-and-not-aspnet/</link>
		<comments>http://www.1stbyte.com/2005/03/02/why-i-use-zope-and-not-aspnet/#comments</comments>
		<pubDate>Wed, 02 Mar 2005 16:00:40 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2005/03/02/why-i-use-zope-and-not-aspnet/</guid>
		<description><![CDATA[In 2002, I saw an article on Devshed.com about Zope. What they described intrigued me greatly. The whole &#8220;Everything&#8217;s an object&#8221; idea was fascinating. I proceeded to www.zope.org and downloaded Zope version Soon, I was in heaven as I discovered a new passion.
Before I get into this too much, you should know that I am [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2005/03/02/why-i-use-zope-and-not-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
