Trent Richardson

practical web design & development

Archive for July, 2009

Uber Update

I’ve had a few people over the last day or so get wind of Uberuploadcropper, a new project of mine to combine three amazing jquery plugins to produce a highly practical tool to upload and crop right from one form field in one glorious routine using jQuery. For those who don’t know the three [...]

I’ve been doing a good bit of cropping uploaded images lately and I’ve managed to put together a nice bit of code to tie together three very nice jQuery modules: Impromptu, Uploadify, and jCrop. Uploadify uploads the photo, Impromptu opens up after the file is uploaded to present jCrop for the new image. [...]

Some Easy Javascript Dumps

From time to we all need to debug javascript, and nothing works better than dumping our variables to see the contents. There are several tools out there to help but I recently came across another pretty cool script: prettyPrint. prettyPrint creates a cfdump like grid to dump out the contents of most any [...]