Archive by Author

MySubs – Share Subcard information with friends

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’s my information that I published to the stream:

Anyhow, check it out

  • Share/Bookmark

Accessing the calling controller in a model within Kohana

A real quick post here and I’m open to suggestions as this has been bugging me for a few hours and I can’t stop thinking that there’s a better way to do it.

I’m using the Kohana PHP Framework and I need to access a controller from a model and yes I’m aware this defies the MVC pattern but I can’t think of any other way to do it.

Read more

  • Share/Bookmark

Exposing the Subway SubCard API

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.

Read more

  • Share/Bookmark

Dear Java, I hate you – accessing the Facebook API with Java


So, I’m pretty open minded when it comes to technology, especially diving head-first into programming languages but for some reason I’ve always had a personal vendetta and hatred towards Java even though I’ve never touched the language. I think it comes from my line-of-work; clients ringing up complaining that this Java plugin isn’t working or their browser crashes because of a Java applet. Anyhow, vendettas aside I decided to dive in – fueled with wine gums and semi-naked…

Read more

  • Share/Bookmark

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

Exchange 2007 or 2010 SSL issue over HTTPS for non-domain clients

Exchange 2007 or 2010 SSL issue over HTTPS for non-domain clientsI recently came across a client who wasn’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 – not a problem at all with Exchange over HTTPS, right?


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