<?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>Paul&#039;s Blog &#187; PHP</title>
	<atom:link href="http://www.ifc0nfig.com/category/web-development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ifc0nfig.com</link>
	<description>All things tech!</description>
	<lastBuildDate>Mon, 03 Oct 2011 22:20:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Accessing Facebook within Unity</title>
		<link>http://www.ifc0nfig.com/accessing-facebook-within-unity/</link>
		<comments>http://www.ifc0nfig.com/accessing-facebook-within-unity/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 22:33:31 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[graph api]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity3d]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=273</guid>
		<description><![CDATA[I&#8217;ve been struggling lately to get Facebook to work inside my Unity game as I wanted to use the new Graph API and the compiled .dll had to be .NET 2.0 to work within Unity. There was also the issue of finding a good JSON library that worked with .NET 2.0 and the fact that [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/dear-java-i-hate-you-accessing-the-facebook-api-with-java/' rel='bookmark' title='Permanent Link: Dear Java, I hate you &#8211; accessing the Facebook API with Java'>Dear Java, I hate you &#8211; accessing the Facebook API with Java</a></li>
<li><a href='http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/' rel='bookmark' title='Permanent Link: Facebook Application &#8211; Call of Duty 5 Statistics'>Facebook Application &#8211; Call of Duty 5 Statistics</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/accessing-facebook-within-unity/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MySubs &#8211; Share Subcard information with friends</title>
		<link>http://www.ifc0nfig.com/mysubs-share-subcard-information-with-friends/</link>
		<comments>http://www.ifc0nfig.com/mysubs-share-subcard-information-with-friends/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 20:07:06 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysubs]]></category>
		<category><![CDATA[subcard]]></category>
		<category><![CDATA[subway]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=262</guid>
		<description><![CDATA[Following up on this post I finally managed to get around and finish my Facebook application, MySubs, which allows you to share your SubCard information with your friends. Here&#8217;s my information that I published to the stream: Anyhow, check it out Related posts:Exposing the Subway SubCard API Facebook Application &#8211; Call of Duty 5 Statistics [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/exposing-the-subway-subcard-api/' rel='bookmark' title='Permanent Link: Exposing the Subway SubCard API'>Exposing the Subway SubCard API</a></li>
<li><a href='http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/' rel='bookmark' title='Permanent Link: Facebook Application &#8211; Call of Duty 5 Statistics'>Facebook Application &#8211; Call of Duty 5 Statistics</a></li>
<li><a href='http://www.ifc0nfig.com/kohana-the-swift-php-framework/' rel='bookmark' title='Permanent Link: Kohana, the swift PHP framework'>Kohana, the swift PHP framework</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/mysubs-share-subcard-information-with-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exposing the Subway SubCard API</title>
		<link>http://www.ifc0nfig.com/exposing-the-subway-subcard-api/</link>
		<comments>http://www.ifc0nfig.com/exposing-the-subway-subcard-api/#comments</comments>
		<pubDate>Sat, 29 May 2010 00:14:06 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[facebok]]></category>
		<category><![CDATA[subcard]]></category>
		<category><![CDATA[subway]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=232</guid>
		<description><![CDATA[Subway have recently brought out subcards into the UK as they was previously NI only and I had this crazy idea about making a Facebook application that would allow users to share their Subway purchases, favorite sandwiches, stores, etc. with their Facebook friends and allow them to post this information to the Live Feed. Firstly, I needed [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/mysubs-share-subcard-information-with-friends/' rel='bookmark' title='Permanent Link: MySubs &#8211; Share Subcard information with friends'>MySubs &#8211; Share Subcard information with friends</a></li>
<li><a href='http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/' rel='bookmark' title='Permanent Link: Facebook Application &#8211; Call of Duty 5 Statistics'>Facebook Application &#8211; Call of Duty 5 Statistics</a></li>
<li><a href='http://www.ifc0nfig.com/esenape-send-and-receive-sms-in-real-time-using-ape-jquery-php-and-libape_controller/' rel='bookmark' title='Permanent Link: EsenAPE &#8211; send and receive SMS in real time using APE, jQuery, PHP and libape_controller'>EsenAPE &#8211; send and receive SMS in real time using APE, jQuery, PHP and libape_controller</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/exposing-the-subway-subcard-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Working with Microsoft Dynamics CRM 4.0 SOAP Interface with PHP and NuSoap</title>
		<link>http://www.ifc0nfig.com/working-with-microsoft-dynamics-crm-4-0-soap-interface-with-php-and-nusoap/</link>
		<comments>http://www.ifc0nfig.com/working-with-microsoft-dynamics-crm-4-0-soap-interface-with-php-and-nusoap/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:02:19 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=182</guid>
		<description><![CDATA[When using a third-party product with any Microsoft product it usually spells trouble and you know some rough times are ahead &#8211; especially in this case where I was trying to retrieve a list of accounts on Dynamics CRM via SOAP and PHP. &#160; First of all I was trying to access the SOAP endpoint [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/working-with-microsoft-dynamics-crm-4-0-soap-interface-with-php-and-nusoap/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Kohana, the swift PHP framework</title>
		<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/</link>
		<comments>http://www.ifc0nfig.com/kohana-the-swift-php-framework/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 20:00:35 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[Object Oriented]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=113</guid>
		<description><![CDATA[Just thought I&#8217;d share a quick post; I&#8217;ve been using Kohana (PHP framework) in my recent project and I must say it&#8217;s the best framework I&#8217;ve used, albeit I&#8217;ve only used CakePHP and CodeIgniter so I can&#8217;t compare it to much. Straight from the horses mouth; &#8220;Kohana is a PHP 5 FRAMEWORK that uses the [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/using-jquery-with-ape-change-the-background-color-with-php/' rel='bookmark' title='Permanent Link: Using jQuery With APE &#8211; change the background-color with PHP'>Using jQuery With APE &#8211; change the background-color with PHP</a></li>
<li><a href='http://www.ifc0nfig.com/mysubs-share-subcard-information-with-friends/' rel='bookmark' title='Permanent Link: MySubs &#8211; Share Subcard information with friends'>MySubs &#8211; Share Subcard information with friends</a></li>
<li><a href='http://www.ifc0nfig.com/my-new-open-source-project-simpleforum/' rel='bookmark' title='Permanent Link: My New Open-Source Project, SimpleForum'>My New Open-Source Project, SimpleForum</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/kohana-the-swift-php-framework/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>EsenAPE &#8211; send and receive SMS in real time using APE, jQuery, PHP and libape_controller</title>
		<link>http://www.ifc0nfig.com/esenape-send-and-receive-sms-in-real-time-using-ape-jquery-php-and-libape_controller/</link>
		<comments>http://www.ifc0nfig.com/esenape-send-and-receive-sms-in-real-time-using-ape-jquery-php-and-libape_controller/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:11:24 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[APE]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[DUI]]></category>
		<category><![CDATA[Esendex]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=106</guid>
		<description><![CDATA[Here we have a sample demo of sending and receiving SMS (text messages) in real-time using APE&#8216;s libape_controller. We also utilize an SMS gateway called Esendex which is a UK based company &#8211; hence the name EsenAPE. When a message is sent to Esendex (e.g. you reply to the text you sent yourself) it will [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/using-jquery-with-ape-change-the-background-color-with-php/' rel='bookmark' title='Permanent Link: Using jQuery With APE &#8211; change the background-color with PHP'>Using jQuery With APE &#8211; change the background-color with PHP</a></li>
<li><a href='http://www.ifc0nfig.com/using-jquery-with-ape-an-oop-approach-with-the-dui/' rel='bookmark' title='Permanent Link: Using jQuery with APE &#8211; an OOP approach with the DUI'>Using jQuery with APE &#8211; an OOP approach with the DUI</a></li>
<li><a href='http://www.ifc0nfig.com/using-jquery-with-ape/' rel='bookmark' title='Permanent Link: Using jQuery With APE'>Using jQuery With APE</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/esenape-send-and-receive-sms-in-real-time-using-ape-jquery-php-and-libape_controller/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Facebook Application &#8211; Call of Duty 5 Statistics</title>
		<link>http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/</link>
		<comments>http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:53:00 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[(X)HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[call of duty]]></category>
		<category><![CDATA[cod5]]></category>
		<category><![CDATA[facebok]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=100</guid>
		<description><![CDATA[I&#8217;ve recently been working on a Facebook application called &#8220;Call of Duty 5 Statistics&#8221; &#8211; for you gamers out there you probably know already what is it. You can basically share, view and compare statistics regarding Call of Duty 5 with your Facebook friends. I&#8217;ve just took it out of sandbox mode so it&#8217;s complete [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/mysubs-share-subcard-information-with-friends/' rel='bookmark' title='Permanent Link: MySubs &#8211; Share Subcard information with friends'>MySubs &#8211; Share Subcard information with friends</a></li>
<li><a href='http://www.ifc0nfig.com/my-new-open-source-project-simpleforum/' rel='bookmark' title='Permanent Link: My New Open-Source Project, SimpleForum'>My New Open-Source Project, SimpleForum</a></li>
<li><a href='http://www.ifc0nfig.com/accessing-facebook-within-unity/' rel='bookmark' title='Permanent Link: Accessing Facebook within Unity'>Accessing Facebook within Unity</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery With APE &#8211; change the background-color with PHP</title>
		<link>http://www.ifc0nfig.com/using-jquery-with-ape-change-the-background-color-with-php/</link>
		<comments>http://www.ifc0nfig.com/using-jquery-with-ape-change-the-background-color-with-php/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:19:47 +0000</pubDate>
		<dc:creator>Paul Price</dc:creator>
				<category><![CDATA[APE]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[DUI]]></category>
		<category><![CDATA[Object Oriented]]></category>

		<guid isPermaLink="false">http://www.ifc0nfig.com/?p=94</guid>
		<description><![CDATA[A very quick post in regards to Matijah&#8217;s comment on Using jquery With APE. We can easily modify the colorChanger application so we can change the background via PHP. This could be extremely helpful in pushing UI changes to users clients, something I struggle to implement using plain PHP and JavaScript. Demo There is two [...]


Related posts:<ol><li><a href='http://www.ifc0nfig.com/using-jquery-with-ape-an-oop-approach-with-the-dui/' rel='bookmark' title='Permanent Link: Using jQuery with APE &#8211; an OOP approach with the DUI'>Using jQuery with APE &#8211; an OOP approach with the DUI</a></li>
<li><a href='http://www.ifc0nfig.com/esenape-send-and-receive-sms-in-real-time-using-ape-jquery-php-and-libape_controller/' rel='bookmark' title='Permanent Link: EsenAPE &#8211; send and receive SMS in real time using APE, jQuery, PHP and libape_controller'>EsenAPE &#8211; send and receive SMS in real time using APE, jQuery, PHP and libape_controller</a></li>
<li><a href='http://www.ifc0nfig.com/using-jquery-with-ape/' rel='bookmark' title='Permanent Link: Using jQuery With APE'>Using jQuery With APE</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.ifc0nfig.com/using-jquery-with-ape-change-the-background-color-with-php/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

