Spectrum

Spectrum 1.8.0 updated

Also known as a color picker, these widgets can be used in places where the user has to input a color code. The Spectrum widget prompts a spectrum image with additional sliders for adjusting the seen colors and allowing him to select the desired...

browser-diff produces a diff-like output, comparing the two provided inputted texts and showing similar and extra characters.This tool can be very crucial for developers, letting them analyze two source code files and detecting the differences from one...

Channeling the new HTML 5 File API, FileReader.js allows webmasters to build file uploaders that can handle file submissions via drag and drop actions.The user can simply grab the files from his computer and drag them over the page's upload field, and...

read more

bindWithDelay is a more simple and lightweight alternative to using timeout functions.The plugin forces jQuery to ignore similar events that it would normally react, only until the timeout period expires.After the timeout expires the event is considered...

A* is a famous computer algorithm used to find the path between two points.Widely implemented because of its speed, performance, and accuracy, this algorithm is a corner stone for semi-AI implementations and is considered one of the basic algorithms every...

read more

To load a page faster, Web developers usually merge all their images into one big one and use CSS positioning tricks to render only the part of the bigger image they need.This technique is called image sprites and is widely used, even by large companies...

FFmpeg is a C library for manipulating video data on desktop devices.Using the Emscripten C/C++ to JavaScript compiler, this library is converted to JavaScript and used to manipulate video files via JavaScript code, in the user's browser or on a server...

read more

Word Solver breaks down a string into its composing letters and finds alternative word combinations.Imagine Word Solver as your best friend when playing Scrabble. Just enter the available letters and it will print out all available words.To work properly,...