practical web design & development

Enter your email address to get project updates, tutorials, and news delivered to your inbox!

Archive for the ‘Impromptu’ Category

jQuery Impromptu 4.3

jQuery Impromptu 4.3 has been released, and has become even more versital, yet still maintaining its simplicity. The new version introduces two new methods addState and removeState. This means you can add and remove states on the fly! The inners of Impromptu has been updated to use these methods along with event delegation, which means [...]

Interested in uploading multiple images at once, without flash, and have them queue up to crop? UberUploadCropper can handle this for you. For those not familiar UberUploadCropper, it is a jQuery plugin that combines Impromptu, FineUploader, and Jcrop to work seamlessly together as one upload and crop utility. Thanks to some handy javascript contributions this [...]

With the arrival of jQuery 1.9, I have updated Impromptu to remove IE 6 specific code. This happens to be the only browser specific code, fortunately. These were the only changes, mostly in preparation of the upcoming jQuery releases. You can check out the documentation or grab the new version from Github. Also if you’re [...]

Since it is the holiday season I have discounted my eBook “Impromptu From I to U” until Christmas. If you want to learn more about Impromptu and even javascript in general grab a copy this week! buy PDF + Code buy PDF Only

UberUploadCropper is a jQuery plugin with brings together Fine Uploader, jQuery Impromptu, and Jcrop to upload and crop multiple images. This utility queues up the images in Impromptu using states, and you can traverse to each uploaded image and resize each. In the previous version there was a bug preventing multiple images from being cropped. [...]