<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.9.1" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Paul's Blog</title>
	<link>http://www.ifc0nfig.com</link>
	<description>All things tech!</description>
	<lastBuildDate>Sun, 28 Feb 2010 10:19:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/ifc0nfig/DFop" /><feedburner:info uri="ifc0nfig/dfop" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Working with Microsoft Dynamics CRM 4.0 SOAP Interface with PHP and NuSoap</title>
		<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 using PHP&#8217;s [...]


No related posts.]]></description>
		<link>http://www.ifc0nfig.com/working-with-microsoft-dynamics-crm-4-0-soap-interface-with-php-and-nusoap/</link>
			</item>
	<item>
		<title>Exchange 2007 or 2010 SSL issue over HTTPS for non-domain clients</title>
		<description><![CDATA[I recently came across a client who wasn&#8217;t happy with the Outlook Web Interface while accessing their e-mail from home and wanted to access it from Outlook as if they was in the office &#8211; not a problem at all with Exchange over HTTPS, right?

&#160;

In this particular case an SSL was purchased for mail.clients-domain-name.tld which [...]


No related posts.]]></description>
		<link>http://www.ifc0nfig.com/exchange-2007-2010-ssl-issue-over-https-for-non-domain-clients/</link>
			</item>
	<item>
		<title>Kohana, the swift PHP framework</title>
		<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 MODEL [...]


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>
</ol>]]></description>
		<link>http://www.ifc0nfig.com/kohana-the-swift-php-framework/</link>
			</item>
	<item>
		<title>EsenAPE – send and receive SMS in real time using APE, jQuery, PHP and libape_controller</title>
		<description><![CDATA[Here we have a sample demo of sending and receiving SMS (text messages) in real-time using APE&#8217;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>
		<link>http://www.ifc0nfig.com/esenape-send-and-receive-sms-in-real-time-using-ape-jquery-php-and-libape_controller/</link>
			</item>
	<item>
		<title>Facebook Application – Call of Duty 5 Statistics</title>
		<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 live [...]


Related posts:<ol><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-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>
</ol>]]></description>
		<link>http://www.ifc0nfig.com/facebook-application-call-of-duty-5-statistics/</link>
			</item>
	<item>
		<title>Using jQuery With APE – change the background-color with PHP</title>
		<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 code additions [...]


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/diving-into-ape-modules-and-the-jsf-creating-topics-for-channels/' rel='bookmark' title='Permanent Link: Diving into APE modules and the JSF &#8211; creating topics for channels'>Diving into APE modules and the JSF &#8211; creating topics for channels</a></li>
</ol>]]></description>
		<link>http://www.ifc0nfig.com/using-jquery-with-ape-change-the-background-color-with-php/</link>
			</item>
	<item>
		<title>Diving into APE modules and the JSF – creating topics for channels</title>
		<description><![CDATA[So today we&#8217;re going to give the ability of giving a channel a topic, much like IRC and in the process learn more about the internals of APE. This requires us to modify the libape-chat.c code and create some additions in the chat.js of the Chat Demo. We&#8217;re not going to end up with complete [...]


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/using-jquery-with-ape/' rel='bookmark' title='Permanent Link: Using jQuery With APE'>Using jQuery With APE</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>
		<link>http://www.ifc0nfig.com/diving-into-ape-modules-and-the-jsf-creating-topics-for-channels/</link>
			</item>
	<item>
		<title>Using jQuery with APE – an OOP approach with the DUI</title>
		<description><![CDATA[Following up on my previous post, we used a singleton &#8220;class&#8221; by using a function. I&#8217;ve recently come accross the DUI (Digg User Interface) which is a jQuery plugin and extends jQuery so we can use classes &#8211; much similiar to MooTools Class method.

Source Demo
We can create a new class by calling DUI.Class.create(obj, fn) &#8211; [...]


Related posts:<ol><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>
<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/diving-into-ape-modules-and-the-jsf-creating-topics-for-channels/' rel='bookmark' title='Permanent Link: Diving into APE modules and the JSF &#8211; creating topics for channels'>Diving into APE modules and the JSF &#8211; creating topics for channels</a></li>
</ol>]]></description>
		<link>http://www.ifc0nfig.com/using-jquery-with-ape-an-oop-approach-with-the-dui/</link>
			</item>
	<item>
		<title>Using jQuery With APE</title>
		<description><![CDATA[
APE (AJAX Push Engine) uses the MooTools library by default which is great, if you work with MooTools. What about us jQuery users? Well with APE it&#8217;s very easy to use your own preferred library and I&#8217;ll show you how.

You may be interested in an updated post that uses the same demo but using OOP [...]


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/diving-into-ape-modules-and-the-jsf-creating-topics-for-channels/' rel='bookmark' title='Permanent Link: Diving into APE modules and the JSF &#8211; creating topics for channels'>Diving into APE modules and the JSF &#8211; creating topics for channels</a></li>
<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>
</ol>]]></description>
		<link>http://www.ifc0nfig.com/using-jquery-with-ape/</link>
			</item>
	<item>
		<title>APE – An Introduction</title>
		<description><![CDATA[
APE (AJAX Push Engine) is basically a daemon which acts as a proxy between your client and the HTTPD. It allows thousands of users to exchange real time information through your existing web browser, no reloading and no plug-ins &#8211; a web developers dream.
 From the APE website:
The first and most central part of APE [...]


Related posts:<ol><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>
<li><a href='http://www.ifc0nfig.com/diving-into-ape-modules-and-the-jsf-creating-topics-for-channels/' rel='bookmark' title='Permanent Link: Diving into APE modules and the JSF &#8211; creating topics for channels'>Diving into APE modules and the JSF &#8211; creating topics for channels</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>
</ol>]]></description>
		<link>http://www.ifc0nfig.com/ape-an-introduction/</link>
			</item>
</channel>
</rss>
