Posts Tagged ‘tutorial’
Smart AJAX/JSON/PHP solution with jQuery
June 1, 2010 at 23:45
I have seen a number of complicated solutions for front-end AJAX development and it has become quite clear such solutions are difficult thing to grasp for someone not that experienced with AJAX. Today I am offering a very simple and easy to extend solution that not only is less than two hundred lines of code in total – together with detailed comments – but also gives the ropes to jQuery AJAX development and using JSON as the preferred type of returned data from the server. Fear not, this is actually easier than it sounds.
Tags: tutorial, user interface
A simple PHP pathfinder class – as promised
May 25, 2010 at 22:55
I recently shared a simple PHP and jQuery animated pathfinding tech-demo through my Twitter account and promised to share the simple pathfinding class used for pathfinding calculations. The example shared in Twitter is still available here.
Tags: open source, tutorial