<?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>dan coulter.com &#187; PHP</title>
	<atom:link href="http://dancoulter.com/category/computing/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancoulter.com</link>
	<description>She cried to me, &#34;Hey, why not ask for more?&#34;</description>
	<lastBuildDate>Thu, 18 Aug 2011 02:01:31 +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>How to make your replacement hate you</title>
		<link>http://dancoulter.com/2009/03/04/how-to-make-your-replacement-hate-you/</link>
		<comments>http://dancoulter.com/2009/03/04/how-to-make-your-replacement-hate-you/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:28:31 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://dancoulter.com/?p=791</guid>
		<description><![CDATA[If you are a programmer and are looking for ways to make your eventual replacement curse your name, here&#8217;s an inspired idea I just had.  This snippet is in PHP, but could be easily translated to other languages. &#60;?php define&#40;&#34;WIN&#34;, true&#41;; define&#40;&#34;FAIL&#34;, false&#41;; ?&#62; Just use those constants religiously everywhere in your code. No doubt, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a programmer and are looking for ways to make your eventual replacement curse your name, here&#8217;s an inspired idea I just had.  This snippet is in PHP, but could be easily translated to other languages.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;WIN&quot;</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;FAIL&quot;</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Just use those constants religiously everywhere in your code.  No doubt, anyone to come after you will wonder what you were smoking.</p>
]]></content:encoded>
			<wfw:commentRss>http://dancoulter.com/2009/03/04/how-to-make-your-replacement-hate-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSH2 in PHP5</title>
		<link>http://dancoulter.com/2008/08/31/ssh2-in-php5/</link>
		<comments>http://dancoulter.com/2008/08/31/ssh2-in-php5/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 08:00:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://dancoulter.com/?p=484</guid>
		<description><![CDATA[I just installed the PECL SSH2 library for PHP5 on one of my servers.  It works like a charm!  If you&#8217;ve got a Debian server, you can follow the directions at the link below to install it too. Make SSH connections with PHP]]></description>
			<content:encoded><![CDATA[<p>I just installed the PECL SSH2 library for PHP5 on one of my servers.  It works like a charm!  If you&#8217;ve got a Debian server, you can follow the directions at the link below to install it too.</p>
<p><a href="http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/">Make SSH connections with PHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dancoulter.com/2008/08/31/ssh2-in-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web APIs</title>
		<link>http://dancoulter.com/2005/12/01/web-apis/</link>
		<comments>http://dancoulter.com/2005/12/01/web-apis/#comments</comments>
		<pubDate>Thu, 01 Dec 2005 15:01:04 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://new.dancoulter.com/?p=65</guid>
		<description><![CDATA[Today I found this list of 120 Web APIs. As you may know, I&#8217;ve enjoyed working on my PHP wrapper for the Flickr API. This list is very interesting and I&#8217;m going to have to go through it later when I have some more time. ProgrammableWeb: Web 2.0 API Reference]]></description>
			<content:encoded><![CDATA[<p>Today I found this list of 120 Web APIs.  As you may know, I&#8217;ve enjoyed working on my <a href="http://www.phpflickr.com/">PHP wrapper</a> for the <a href="http://www.flickr.com/">Flickr</a> <a href="http://www.flickr.com/services/api/">API</a>.  This list is very interesting and I&#8217;m going to have to go through it later when I have some more time.</p>
<p><a href="http://programmableweb.com/apis">ProgrammableWeb: Web 2.0 API Reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dancoulter.com/2005/12/01/web-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpFlickr class 1.1 released</title>
		<link>http://dancoulter.com/2005/06/09/phpflickr-class-11-released/</link>
		<comments>http://dancoulter.com/2005/06/09/phpflickr-class-11-released/#comments</comments>
		<pubDate>Fri, 10 Jun 2005 04:02:34 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://new.dancoulter.com/?p=21</guid>
		<description><![CDATA[I just released a new version of my wrapper class for the Flickr API. You can get it at the Sourceforge project page. Now with caching goodness! I&#8217;m probably going to be bored this weekend and release a version 1.2.]]></description>
			<content:encoded><![CDATA[<p>I just released a new version of my wrapper class for the Flickr API.  You can get it at the <a href="http://phpflickr.sourceforge.net">Sourceforge project page</a>.  Now with caching goodness!</p>
<p>I&#8217;m probably going to be bored this weekend and release a version 1.2.  </p>
]]></content:encoded>
			<wfw:commentRss>http://dancoulter.com/2005/06/09/phpflickr-class-11-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phpFlickr class release</title>
		<link>http://dancoulter.com/2005/05/28/phpflickr-class-release/</link>
		<comments>http://dancoulter.com/2005/05/28/phpflickr-class-release/#comments</comments>
		<pubDate>Sun, 29 May 2005 00:15:47 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://new.dancoulter.com/?p=16</guid>
		<description><![CDATA[Last night, I put up my first SourceForge release ever. It&#8217;s a PHP class that acts as a client for Flickr&#8217;s API. I&#8217;m building a couple of toys that use the class to access Flickr information and photos. Here&#8217;s a photomosaic I used the class to create. For the class go to the SourceForge project [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I put up my first <a href="http://www.sourceforge.net/">SourceForge</a> release ever.  It&#8217;s a PHP class that acts as a client for <a href="http://www.flickr.com/services/api/">Flickr&#8217;s API</a>.  I&#8217;m building a couple of toys that use the class to access <a href="http://www.flickr.com/">Flickr</a> information and photos.  Here&#8217;s a <a href="http://www.dancoulter.com/phpFlickr/mosaic/output/mosaic-0000.html">photomosaic</a> I used the class to create.</p>
<p>For the class go to the <a href="http://sourceforge.net/projects/phpflickr/">SourceForge project page</a> or go straight to the <a href="http://sourceforge.net/project/showfiles.php?group_id=139987&#038;package_id=153541&#038;release_id=330569">downloads page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dancoulter.com/2005/05/28/phpflickr-class-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo galleries</title>
		<link>http://dancoulter.com/2005/05/17/photo-galleries/</link>
		<comments>http://dancoulter.com/2005/05/17/photo-galleries/#comments</comments>
		<pubDate>Tue, 17 May 2005 18:23:08 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://new.dancoulter.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve successfully created my new photo galleries. It&#8217;s using a wordpress plugin by Ramon Darrow. The plugin (modified slightly by myself) accesses my flickr &#8220;sets&#8221; to create galleries. You can see all of my latest pictures there and I&#8217;ll be adding some of my older photos. I have 2gig of upstream bandwidth at flickr to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve successfully created my new <a href="/photos">photo galleries</a>.  It&#8217;s using a wordpress plugin by <a href="http://www.worrad.com">Ramon Darrow</a>.  The plugin (modified slightly by myself) accesses my flickr &#8220;sets&#8221; to create galleries.  You can see all of my latest pictures there and I&#8217;ll be adding some of my older photos.  I have 2gig of upstream bandwidth at flickr to use by the end of the month, after all.  You&#8217;ll hopefully see some more modifications as I try to add features I want.  You&#8217;ll always see a link on the left to my galleries.</p>
]]></content:encoded>
			<wfw:commentRss>http://dancoulter.com/2005/05/17/photo-galleries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

