Posts Tagged ‘javascript’

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 [...]