Category Archives: Standards
Creating a Facebook Places Check-In app using the Graph API
Recent analytics led me to believe there are a lot of people looking for Facebook app information. I have demonstrated some of the new capabilities of Places in the Graph API.
Using OAuth and Graph API’s in FaceBook Canvas Apps

On a FaceBook Canvas Application project I needed to post messages to a users wall using PHP. Now, you may or may not be aware, but FaceBook has switched to Open Authentication and Graph API’s. There is quote a bit of documentation on the subject and it’s implementation at http://developers.facebook.com/docs/. The only thing missing is direct examples on how to perform these tasks. I searched around a bit and found information on this topic scarce. So, for your viewing pleasure, here are a couple examples on how to use the OAuth and Graph API’s.
Drawing Gaussian Noise with HTML 5
While playing around with some new ideas to execute with the HTML 5 drawing capabilities I realized it has a very limited set of drawing commands. Sure, the commands are an amazing leap forward for standards, but there were some concept I wanted to port over from ActionScript that I couldn’t. This is because of [...]
HTML 5 & JavaScript Particle Emitter
With all the buzz around the HTML 5 Canvas Element, I wanted to give it a try myself. So i pulled together this particle emitter, using JavaScript as the controller and the Canvas Element as the renderer. I started of with what I am going to call the “Base Class”, within the particleEmitter.js file. In [...]