Google Web Toolkit HTTP

Flax Engine: GWT Asynchronous HTTP communication with PHP back-end

Well here is the first of our successful modular time-boxed tasks which I spoke about earlier this week in Flax HTML5 Game Engine Development Diary Part 6. Earlier this week after I had fixed up a few bugs I committed a completely working build of the Flax Engine. Continue reading ‘Flax Engine: GWT Asynchronous HTTP communication with PHP back-end’

php

PHP – Simple Encryption and Decryption algorithm

Once again I have found an old PHP script which I wrote when I was first getting into PHP programming a few years ago. I came across a thread with a tutorial on how to write a very simple encryption and decryption algothrim, with out using MD5 or anything like that.

Continue reading ‘PHP – Simple Encryption and Decryption algorithm’

php

PHP algebraic equation function

Recently while cleaning out some of my old files I came across a PHP class project which I, like every programmer, had started but never finished. I started this class about 3 years ago with intentions of building a larger library of functions which could solve different Leaving Cert maths problems. Continue reading ‘PHP algebraic equation function’