Archive for 'PHP'

Working with Microsoft Dynamics CRM 4.0 SOAP Interface with PHP and NuSoap


When using a third-party product with any Microsoft product it usually spells trouble and you know some rough times are ahead – especially in this case where I was trying to retrieve a list of accounts on Dynamics CRM via SOAP and PHP.


Read more

  • Share/Bookmark

Kohana, the swift PHP framework

Kohana PHP MVC Framework

Just thought I’d share a quick post; I’ve been using Kohana (PHP framework) in my recent project and I must say it’s the best framework I’ve used, albeit I’ve only used CakePHP and CodeIgniter so I can’t compare it to much.

Read more

  • Share/Bookmark

EsenAPE – send and receive SMS in real time using APE, jQuery, PHP and libape_controller

EsenAPEHere we have a sample demo of sending and receiving SMS (text messages) in real-time using APE’s libape_controller. We also utilize an SMS gateway called Esendex which is a UK based company – hence the name EsenAPE. When a message is sent to Esendex (e.g. you reply to the text you sent yourself) it will call a URL (RPC.php) we can then pass this onto APE for updating the users UI. The idea originated from a project I’ve just completed with work, Alert and Respond which basically does what this demo does but not in real time (polls every 30 seconds). It’s a good example of how to use the libape_controller – let me know what you think :)


Read more

  • Share/Bookmark

Facebook Application – Call of Duty 5 Statistics

Call of Duty 5 Statistics

I’ve recently been working on a Facebook application called “Call of Duty 5 Statistics” – 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’ve just took it out of sandbox mode so it’s complete live and ready to go! You can add the application visiting http://apps.facebook.com/codstats/ or check my statistics out.

  • Share/Bookmark

Using jQuery With APE – change the background-color with PHP

A very quick post in regards to Matijah’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.

Read more

  • Share/Bookmark