Posts Tagged ‘javascript’

How to Create an iPhone App Showcase Screenshot

From http://www.tabletbucks.com/create-an-iphone-app-screenshot-to-showcase-your-app/

Creating a PlayBook App from Old Content – Awesome RPS

Spurred by a comment left on a previous blog post about ridiculously simple Javascript Rock Paper Scissors game, I thought I’d see how quickly I could turn the web version of the game into a self-contained app for the BlackBerry PlayBook. And it took virtually no time at all.  The most difficult part was creating [...]

Javascript Rock Paper Scissors

I was going through some old code of mine and, among other things, came across this Javascript Rock Paper Scissors game I made several years ago. Too much fun!

Random Flickr Image Slider Puzzle Using Canvas Tags

Your browser does not support iframes. I put this together a couple of months ago, with the intention to do something else with it, but I haven’t. So I’m just going to publish in this here blog. It’s a slider puzzle game thingy done with a bunch of HTML5 canvas tags and some seriously hard [...]

Ajax Made Easy – the Power of jQuery

Ajax – Asynchronous Javascript and XML. It’s more a technique than anything else. While senior management may consider Ajax to be fancy animations and “rich” internet applications, fundamentally, the term Ajax simply refers to exploiting a browser’s ability to background load XML from other URL’s. Loading XML Asynchronously In the past, I’ve implemented Ajaxiness by [...]