<?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>John Conde .net &#187; PHP</title>
	<atom:link href="http://www.johnconde.net/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnconde.net/blog</link>
	<description>John Conde&#039;s blog</description>
	<lastBuildDate>Thu, 04 Mar 2010 21:00:05 +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>Tutorial: Integrate the Authorize.Net CIM API with PHP</title>
		<link>http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-cim-api-with-php/</link>
		<comments>http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-cim-api-with-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:18:47 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Authorize.Net]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=217</guid>
		<description><![CDATA[Just like Authorize.Net&#8217;s Advanced Integration Method (AIM) API and Automated Recurring Billing (ARB) APIs, working with their Customer Information Manager (CIM) API isn&#8217;t difficult if you have suitable code to work with. The sample code offered by Authorize.Net will demonstrate how to work with their API but is not production ready. As with their AIM [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-cim-api-with-php/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Tutorial: Integrate the Authorize.Net ARB API with PHP</title>
		<link>http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-arb-api-with-php/</link>
		<comments>http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-arb-api-with-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:18:32 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Authorize.Net]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=223</guid>
		<description><![CDATA[Just like Authorize.Net&#8217;s Advanced Integration Method (AIM) API and Customer Information Manager (CIM) API, working with their Automated Recurring Billing (ARB) API isn&#8217;t difficult if you have suitable code to work with. The sample code offered by Authorize.Net will demonstrate how to work with their API but is not production ready. As with their AIM [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-arb-api-with-php/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Handling Authorize.Net Silent Post with PHP</title>
		<link>http://www.johnconde.net/blog/handling-authorize-net-silent-post-with-php/</link>
		<comments>http://www.johnconde.net/blog/handling-authorize-net-silent-post-with-php/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:33:40 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Authorize.Net]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Silent Post]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=209</guid>
		<description><![CDATA[Handling Authorize.Net Silent Post submissions with PHP, or any language for that matter, is easy. It&#8217;s really no different then receiving a form submission. You just need to know to expect. I took care of that in my All About Authorize.Net&#8217;s Silent Post article. But still, some people need it spelled out for them. This [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/handling-authorize-net-silent-post-with-php/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Cropping An Image with PHP and the GD Library</title>
		<link>http://www.johnconde.net/blog/cropping-an-image-with-php-and-the-gd-library/</link>
		<comments>http://www.johnconde.net/blog/cropping-an-image-with-php-and-the-gd-library/#comments</comments>
		<pubDate>Thu, 28 May 2009 15:06:26 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[GD Library]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=188</guid>
		<description><![CDATA[Cropping an image with PHP shouldn&#8217;t terribly difficult to do and yet when I attempted to do so several months back I was amazed at how little useful documentation PHP offered. Upon Googling the topic I was further amazed but the lack of useful tutorials on the subject. The few I found were overly complicated [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/cropping-an-image-with-php-and-the-gd-library/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP mail() Headers Are Displayed In Email Body</title>
		<link>http://www.johnconde.net/blog/php-mail-headers-are-displayed-in-email-body/</link>
		<comments>http://www.johnconde.net/blog/php-mail-headers-are-displayed-in-email-body/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 18:41:30 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=76</guid>
		<description><![CDATA[Here&#8217;s a little gotcha that may rear its head one day and hopefully this will help prevent you from going nuts over such a little problem. If you are using PHP to send email from your web application and are using the built in mail() function and see your custom headers being displayed in your [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/php-mail-headers-are-displayed-in-email-body/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial: Integrating the Authorize.Net AIM API with PHP</title>
		<link>http://www.johnconde.net/blog/tutorial-integrating-the-authorizenet-aim-api-with-php/</link>
		<comments>http://www.johnconde.net/blog/tutorial-integrating-the-authorizenet-aim-api-with-php/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 12:00:32 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Authorize.Net]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=48</guid>
		<description><![CDATA[Working with the Authorize.Net AIM API in and of itself is very easy to do. Between the integration guide and sample code a good programmer can have a working solution in only minutes. But this code is for demonstration purposes only and isn&#8217;t suited for live production sites. A reusable concise solution is needed. Fortunately [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/tutorial-integrating-the-authorizenet-aim-api-with-php/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Changing Jobs is Always Awkward</title>
		<link>http://www.johnconde.net/blog/changing-jobs-is-always-awkward/</link>
		<comments>http://www.johnconde.net/blog/changing-jobs-is-always-awkward/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 00:21:47 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Personal Stuff]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=31</guid>
		<description><![CDATA[For the first time in almost exactly six years I will be starting a new job. On August 11th I will be begin my employment with Nicolas Creative in Shrewsbury, NJ. My position will be unchanged as a PHP developer. Back in the days when I worked in retail it seemed like every year, or [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/changing-jobs-is-always-awkward/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Use PHP to Force the www on URLs</title>
		<link>http://www.johnconde.net/blog/use-php-to-force-the-www-on-urls/</link>
		<comments>http://www.johnconde.net/blog/use-php-to-force-the-www-on-urls/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 12:00:43 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.johnconde.net/blog/?p=27</guid>
		<description><![CDATA[There are many good reasons to be consistent when using the &#8216;www&#8217; in URLs. This includes good usability (it may confuse some people when they see it there some of the time but not others) and SEO (some search engines may consider the the same page with the &#8216;www&#8217; different then the one without it). [...]]]></description>
		<wfw:commentRss>http://www.johnconde.net/blog/use-php-to-force-the-www-on-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
