This tutorial builds upon the previous tutorial at /2010/10/html5-saving-canvas-image-data-using-php-and-ajax, with additional explanation on how to pass parameters along with the canvas data. We will demonstrate methods of saving the content of a HTML5 Canvas object using server side scripting. PHP will be used in this example, but the technique can be applied in other languages as […]

Here’s the source to my Tic Tac Toe PHP game. I originally wrote this in Perl before porting it to PHP. It’s quite primitive (load a new page every time you make a move). It has a computer opponent with a decent AI, implementing Minimax (see http://en.wikipedia.org/wiki/Minimax for more) algorithm. You can see it running here. […]

Packt Publishing is offering exclusive discounts. Read their press release here: July, 2011 Packt Open Source announce exclusive discount offers on best-selling books Packt Open Source has this week announced a series of discounts on its selection of best selling Open Source books. Readers will be offered exclusive discounts off the cover price of selected print books and eBooks for […]

Happy Easter!!!
April 23, 2011

Easter is here, so why not try these fun applications…. Easter Your Friend Paste your friend’s photo into an Easter Egg. You can then email it as e-cards or post it to Facebook walls. See an example below. Please upgrade your browser Easter Egg Paint Paint easter eggs and send easter greeting e-cards.    

Just received the following Press Release from Packt Publishing, one of the book listed is for Away3D: “Packt has this week announced a series of discounts and promotions on its selection of Open Source Graphic Applications and Library books. The Open Source Graphic Applications and Libraries Month will offer readers exclusive discounts of 20% and […]

The Google MAP API version 3 offers improvements over the previous versions that makes it easier and more convenient to use. The one I like the most: you no longer need to obtain an API Key to use, very convenient.   You can read more about the changes and the API here: http://code.google.com/apis/maps/documentation/javascript/basics.html. This guide […]

Paint An Easter Egg
March 23, 2011

Easter is coming so why not paint an Easter Egg (in 3D!)? You can then send e-cards to friends and family, post to the gallery, post to Facebook Wall. Go here to start.

Updates Facebook requires the use of OAUTH2.0 nowadays. Some of the changes required are: session is now called authResponse. getSession is replaced with getAuthResponse. perms is now called scope. The zip file (as3-open-graph-example-basic.zip) linked below includes these changes (there are changes in .as, .html files and in the first frame of the example .FLA). Please […]

1 2 3 5