<?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>The Code Cave &#187; Delphi for PHP</title>
	<atom:link href="http://thecodecave.com/category/tips-techniques-and-technologies/delphi/delphi-for-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodecave.com</link>
	<description>Cold storage before my best ideas melt away...</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Delphi for PHP Update 1 Hits the streets</title>
		<link>http://thecodecave.com/2007/05/09/delphi-for-php-update-1-hits-the-streets/</link>
		<comments>http://thecodecave.com/2007/05/09/delphi-for-php-update-1-hits-the-streets/#comments</comments>
		<pubDate>Wed, 09 May 2007 16:57:13 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article410</guid>
		<description><![CDATA[OK folks, the long awaited update has been released from beta testing. You can get it yourself right here: http://dn.codegear.com/article/36406 There are some good fixes in this.  The big one for most folks will be the input filter fix.  For many the UTF-8 cleanup will be a god send.  Deployment tweaks are included too. In fact here&#8217;s the complete list: Fix to the IDE to ensure correct storage of UTF-8 strings [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/05/09/delphi-for-php-update-1-hits-the-streets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to have a central VCL for PHP location for all your websites</title>
		<link>http://thecodecave.com/2007/04/03/how-to-have-a-central-vcl-for-php-location-for-all-your-websites/</link>
		<comments>http://thecodecave.com/2007/04/03/how-to-have-a-central-vcl-for-php-location-for-all-your-websites/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 04:52:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article366</guid>
		<description><![CDATA[I have a number of sites that on which I want to use the VCL for PHP library components with Delphi for PHP creations.  I don&#8217;t want to waste uneeded space for a bazillion copies of the VCL.  As far as that goes, I don&#8217;t want to have to sit through the deployment wizard every time either. You could edit PHP.ini and [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/04/03/how-to-have-a-central-vcl-for-php-location-for-all-your-websites/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>VCL 4 PHP source code has been checked into SourceForge</title>
		<link>http://thecodecave.com/2007/04/02/vcl-4-php-source-code-has-been-checked-into-sourceforge/</link>
		<comments>http://thecodecave.com/2007/04/02/vcl-4-php-source-code-has-been-checked-into-sourceforge/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 20:56:05 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article365</guid>
		<description><![CDATA[Here you go: http://sourceforge.net/project/showfiles.php?group_id=189419  Anyone care to do a check out and file compare to see what changes there are?]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/04/02/vcl-4-php-source-code-has-been-checked-into-sourceforge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wahoo! I did it! The last part of a WP-DB.PHP for Interbase/Firebird</title>
		<link>http://thecodecave.com/2007/04/01/wahoo-i-did-it-the-last-part-of-a-wp-dbphp-for-interbasefirebird/</link>
		<comments>http://thecodecave.com/2007/04/01/wahoo-i-did-it-the-last-part-of-a-wp-dbphp-for-interbasefirebird/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 01:10:34 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article364</guid>
		<description><![CDATA[I knew 9 years of IB/FB experience would come in handy. wp-db is the mini database abstraction layer for WordPress. It allows you to run WordPress on various database. Right now MySQL is pretty much it, but some folks have been doing a PostgreSQL version as well.  Well, I wanted it to connect to an [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/04/01/wahoo-i-did-it-the-last-part-of-a-wp-dbphp-for-interbasefirebird/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Some basic PHP calls for use in Delphi for PHP or pure PHP</title>
		<link>http://thecodecave.com/2007/04/01/some-basic-php-calls-for-use-in-delphi-for-php-or-pure-php/</link>
		<comments>http://thecodecave.com/2007/04/01/some-basic-php-calls-for-use-in-delphi-for-php-or-pure-php/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 22:33:46 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article363</guid>
		<description><![CDATA[I was doing some coding today and couldn&#8217;t find some routines I&#8217;ve used often in the past.  Since I had to search for them, obeying my rule, they get posted here.  Maybe they can be of use to others.  These are examples I&#8217;ve written and once I&#8217;ve collected and customized.  I&#8217;ve not put comments in [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/04/01/some-basic-php-calls-for-use-in-delphi-for-php-or-pure-php/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Is Delphi for PHP better than Delphi 1.0?</title>
		<link>http://thecodecave.com/2007/03/30/is-delphi-for-php-better-than-delphi-10/</link>
		<comments>http://thecodecave.com/2007/03/30/is-delphi-for-php-better-than-delphi-10/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 00:17:18 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article359</guid>
		<description><![CDATA[Eric Wilms of WilmSoft.com left a comment on an ealier post.  My reply was way to long for a comment, so I&#8217;ve turned it into a post.  Then I can get other people&#8217;s feedback.  I&#8217;ve found people rarely ever read the comments here since most of my posts show in full on the front page&#8230; Let&#8217;s catch [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/30/is-delphi-for-php-better-than-delphi-10/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Well that did not take long: Delphi for PHP Warez and torrent files</title>
		<link>http://thecodecave.com/2007/03/30/well-that-didnt-take-long-delphi-for-php-warez-and-torrent-files/</link>
		<comments>http://thecodecave.com/2007/03/30/well-that-didnt-take-long-delphi-for-php-warez-and-torrent-files/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 15:00:06 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article358</guid>
		<description><![CDATA[That didn&#8217;t take long at all! Look at this&#8230; A simple Google search and there there are all these copies available to download at one site&#8230; The AMAZING thing is that some of these were well within the beta period before the final product was a available. And the size of them? Greater than a [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/30/well-that-didnt-take-long-delphi-for-php-warez-and-torrent-files/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Hey &#8211; I am in the official Delphi for PHP Announcement!</title>
		<link>http://thecodecave.com/2007/03/29/hey-im-in-the-official-delphi-for-php-announcement/</link>
		<comments>http://thecodecave.com/2007/03/29/hey-im-in-the-official-delphi-for-php-announcement/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 02:56:21 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Borland]]></category>
		<category><![CDATA[Brian Layman]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[My Career]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article357</guid>
		<description><![CDATA[I reading the news articles right on the CodeGear home page, and in the first one, &#8220;CodeGear Announced General Availability of Delphi for PHP (March 27, 2007)&#8221;,  I happened to see a name that looked somewhat familiar! Sometime after what turned out to be the mid-way point in the field test period, we are given [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/29/hey-im-in-the-official-delphi-for-php-announcement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TheCodeCave.Com prepares for the D4PHP.COM launch!</title>
		<link>http://thecodecave.com/2007/03/28/thecodecavecom-prepares-for-launch-the-d4phpcom/</link>
		<comments>http://thecodecave.com/2007/03/28/thecodecavecom-prepares-for-launch-the-d4phpcom/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 03:04:52 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Borland]]></category>
		<category><![CDATA[Brian Layman]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article354</guid>
		<description><![CDATA[Well, it&#8217;s been a Busy,  three weeks here.  Things are finally falling into place. Sometimes that just happens.  You swing into these intense periods where things go 90 mph.   It all started when my wife&#8217;s latest commissions check on her book buys her a sweet tablet PC, gets me a motorcycle and now (if it ever stops raining and snowing) [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/28/thecodecavecom-prepares-for-launch-the-d4phpcom/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Delphi for PHP Article 3: A Brief History of Time and Delphi for PHP</title>
		<link>http://thecodecave.com/2007/03/20/delphi-for-php-article-3-a-brief-history-of-time-and-delphi-for-php/</link>
		<comments>http://thecodecave.com/2007/03/20/delphi-for-php-article-3-a-brief-history-of-time-and-delphi-for-php/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 19:35:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Astro]]></category>
		<category><![CDATA[Borland]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article349</guid>
		<description><![CDATA[When I was first fiddling around with the beta test stuff for Delphi for PHP, and before I&#8217;d gotten BetaBlogger status, I&#8217;d put together a post with what history I&#8217;d been able to scrounge about D4PHP from the WayBack Machine and Google.   I&#8217;d never gotten around to posting what I&#8217;d found.  Before it disappears forever [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/20/delphi-for-php-article-3-a-brief-history-of-time-and-delphi-for-php/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Delphi for PHP Article 2: A Lazy Sunday (Video)</title>
		<link>http://thecodecave.com/2007/03/18/delphi-for-php-article-2-a-lazy-sunday-video/</link>
		<comments>http://thecodecave.com/2007/03/18/delphi-for-php-article-2-a-lazy-sunday-video/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 17:51:47 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Astro]]></category>
		<category><![CDATA[Borland]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article347</guid>
		<description><![CDATA[OK, I just got back from church and I am stuffed from the three bowls of soup and a huge salad.  So, I am feeling lazy, but I still want to get a Delphi for PHP article out (since I have a limited exclusion from my NDA and am alowed to discuss such matters or [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/18/delphi-for-php-article-2-a-lazy-sunday-video/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
<enclosure url="http://www.thecodecave.com/mov/rundbdemos.wmv" length="7349754" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>The Delphi for PHP Beta Bloggers are on their way!</title>
		<link>http://thecodecave.com/2007/03/17/the-delphi-for-php-beta-bloggers-are-on-their-way/</link>
		<comments>http://thecodecave.com/2007/03/17/the-delphi-for-php-beta-bloggers-are-on-their-way/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 10:00:22 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Astro]]></category>
		<category><![CDATA[Borland]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article345</guid>
		<description><![CDATA[I was granted my Delphi for PHP BetaBlogger priveledges back on March 1.  I was the first to have that priveledge, but it was done specificaly so that I could have discussions with the WordPress folks at Automattic regarding a possible joint CodeGear/WordPress project for the 2007 Google Summer of Code™.  Unfortunately, with everyone crunching for possible product [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/17/the-delphi-for-php-beta-bloggers-are-on-their-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CodeRage 2007 Wrapup Presentation (Video 1hr)</title>
		<link>http://thecodecave.com/2007/03/16/coderage-2007-wrapup-presentation-video-1hr/</link>
		<comments>http://thecodecave.com/2007/03/16/coderage-2007-wrapup-presentation-video-1hr/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 21:24:19 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Astro]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article344</guid>
		<description><![CDATA[The Video:  (sorry for my 1 second long outlook popup inthe middle of it&#8230;.) Download Link  &#160; The Chat:  Anders Ohlsson: aikimark: &#8220;David, is this a replay presentation or is Michael live?&#8221; It´s live Anders Ohlsson: Virtual T-shirt here * Anders Ohlsson inserts the following link: http://www.zazzle.com/codegear/product/235625900883523598 * John Kaster inserts the following link: http://tinyurl.com/2a5x25 [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/16/coderage-2007-wrapup-presentation-video-1hr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.TheCodeCave.com/mov/CodeRageClose.wmv" length="39170953" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
