The developers of TinyMCE brings you Plupload, a highly usable upload handler for your Content Management Systems or similar. Plupload is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your own custom implementation.
Category Archives: JavaScript – Ajax
Reading files in JavaScript using the File APIs
HTML5 finally provides a standard way to interact with local files, via the File API specification. As example of its capabilities, the File API could be used to create a thumbnail preview of images as they’re being sent to the server, or allow an app to save a file reference while the user is offline. …
Continue reading “Reading files in JavaScript using the File APIs”
EU Cookie Law
Many of us probably heard the EU Cookie Law already and thinking about "what to do" and many others should be saying: "cookie what?".
jQuery BlockUI Plugin
The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.
xajax
xajax is easy! Just include xajax, register a function (or an object or class method)…
jQuery Synch/Equal Heights Plugin
jQuery Synch Heights Plugin jQuery Plugin that automatically syncs the height properties of the elements that match the given selector.