<?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; PHP</title>
	<atom:link href="http://www.1stbyte.com/category/php/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>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 x iteration [...]]]></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>Compile PHP 5.1 with JPEG support on Debian</title>
		<link>http://www.1stbyte.com/2006/03/30/compile-php-51-with-jpeg-support-on-debian/</link>
		<comments>http://www.1stbyte.com/2006/03/30/compile-php-51-with-jpeg-support-on-debian/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 07:18:08 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2006/03/30/compile-php-51-with-jpeg-support-on-debian/</guid>
		<description><![CDATA[Ok, here&#8217;s my configure command:
 ./configure
--with-apxs2=/path/to/httpd/bin/apxs
--with-mysql=/path/to/mysql
--with-mysql-sock=/tmp/mysql.sock
--prefix=/path/to/httpd/php
--with-config-file-path=/path/to/httpd/php
--enable-force-cgi-redirect
--disable-cgi
--with-zlib
--with-gettext
--with-gdbm
--with-gd
--with-png
--with-png-dir=/usr/lib
--with-jpeg
--with-jpeg-dir=/usr/lib
--with-pdo-mysql
--with-mysqli
I ran into errors trying to run the function imagecreatefromjpeg and imagesx and imagesy. And the system could not find the jpeg libs. On Debian Sarge, you need to run an apt-get install libjpeg62-dev. Also, I ran configure with just the &#8211;with-jpeg switch, and it didn&#8217;t work. So, I had [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2006/03/30/compile-php-51-with-jpeg-support-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
