Posts Tagged ‘jquery’

Turn Tweets Into a PDF

Last night I tried my hand with Google’s app engine.  In short, I totally   dig it.  I figured I’d try to make a very simple app that turned recent   Twitter stream posts from a user into a PDF file.  It was fun, it was   stunningly easy and the Python MVC framework that the Google Apps [...]

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