Archive for 'PHP'

Accessing Facebook within Unity

I’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 Mono had issues accessing https via the System.Net library…


Read more

Share

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

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

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

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

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

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

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