<?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; Programming</title>
	<atom:link href="http://www.1stbyte.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stbyte.com</link>
	<description>Company site for Greg Fischer { GregTheGeek }</description>
	<lastBuildDate>Tue, 31 Aug 2010 05:33:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Make dynamic amount of columns with PHP</title>
		<link>http://www.1stbyte.com/2006/04/02/make-dynamic-amount-of-columns-with-php/</link>
		<comments>http://www.1stbyte.com/2006/04/02/make-dynamic-amount-of-columns-with-php/#comments</comments>
		<pubDate>Sun, 02 Apr 2006 17:22:57 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/04/02/make-dynamic-amount-of-columns-with-php/</guid>
		<description><![CDATA[Below is a demonstration of how I created variable amount of columns in a table listing.  In this example I was creating a picture gallery and using template files, so you can see even more than the dynamic columns, but anyway&#8230; The only bit of important info here are these two snippets of code: //Every [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2006/04/02/make-dynamic-amount-of-columns-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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&#8216;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 ZSQL method: [...]]]></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>Python Script/ZSQL &#8211; Alternate data over 2 columns</title>
		<link>http://www.1stbyte.com/2006/03/31/python-scriptzsql-alternate-data-over-2-columns/</link>
		<comments>http://www.1stbyte.com/2006/03/31/python-scriptzsql-alternate-data-over-2-columns/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 06:15:24 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/03/31/python-scriptzsql-alternate-data-over-2-columns/</guid>
		<description><![CDATA[Here&#8217;s a quick post based on a Python Script I made in Zope to display the data from a ZSQL method in a 2 column table layout. Not that big of a deal, but I wanted to save this because it took a little bit of thought and some learning. (My original code is all [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2006/03/31/python-scriptzsql-alternate-data-over-2-columns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My top three web design requirements</title>
		<link>http://www.1stbyte.com/2006/03/23/my-top-three-web-design-requirements/</link>
		<comments>http://www.1stbyte.com/2006/03/23/my-top-three-web-design-requirements/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 14:31:06 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/03/23/my-top-three-web-design-requirements/</guid>
		<description><![CDATA[Recently I asked myself, &#8220;If I had to pick 3 things that are most difficult in web design to achieve, and achieve all at once, what would I pick?&#8221; I thought about that and decided it really boils down to these three things: ( I may rephrase them later ) Visually acceptable. Quick to load [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2006/03/23/my-top-three-web-design-requirements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My new opinion on AJAX</title>
		<link>http://www.1stbyte.com/2006/02/18/my-new-opinion-on-ajax/</link>
		<comments>http://www.1stbyte.com/2006/02/18/my-new-opinion-on-ajax/#comments</comments>
		<pubDate>Sat, 18 Feb 2006 07:10:32 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/03/22/my-new-opinion-on-ajax/</guid>
		<description><![CDATA[So I&#8217;ve spent the last 6 months learning more about Javascript and how to use different AJAX libs. After trying to create some apps using it, I can say this. It is best used either in small doses on basic web apps (bloggers, forums, forms), or use it extensively on a proprietary web-based app. So [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2006/02/18/my-new-opinion-on-ajax/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 [...]]]></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>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 [...]]]></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>
