Buffer

Buffer 0.8

The act of "buffering" is a common term in programming, but when used in Web development, it is often replaced with "preloading".They are one and the same thing - the process of fetching content in advance, before it is actually used and displayed.The...

k-description is a jQuery plugin that gives JS developers more control over image captions.The plugin allows them to pass the caption settings via JS code and avoid cramming up the site's HTML with useless data.Developers can control various settings like...

jsPNGreader scans the IHDA header of a PNG image and displays all found info.It will scan and display info like:Image widthImage heightBitdepthcolorTypecompressionMethodfilterTypeinterlaceMethodA demo is included with the download...

RGBaster

RGBaster 1.1.0

Using a simple algorithm, RGBaster is capable of analyzing an image's composing colors and ranking them based on used percentage.It can then use this information to provide developers with a list of most used colors inside the analyzed image.By default...

RespondAd

RespondAd 1.0

RespondAd detects the user's viewport size and based on a preset configuration, serves one or another version of an ad/image.Multiple screen sizes can be configured, allowing developers to use RespondAd to target various devices and presentation...

Picturefill

Picturefill 2.3.1 updated

Picturefill is actually a JS-based implementation of the proposed HTML <picture> element that's still under development at W3C.What Picturefill does is to provide a way to show various versions of the same image depending on the available screen...