The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Design

Design Category

Manage Content Like An Architect – Ascensor.js

Ascensor.js is a jQuery plugin that allows you to organize your content in an “architectural” way.

ascensor Manage Content Like An Architect   Ascensor.jsAscensor.js allows you to create slide-like designs, through which the user can navigate with a road-map.

The demo on the website explains it better than I do.

Ascensor.js is great for innovative designs; representational websites (e.g., that of a cutting-edge product or a plugin); and lots of fun!

JavaScript-powered Screenshots – html2canvas

html2canvas is an impressive script that allows taking client-side screenshots with nothing but JavaScript.

screenshot JavaScript powered Screenshots   html2canvas

html2canvas is currently in an experimental phase (but it’s working alright, check out the demos) so rendering bugs and, possibly, some hilarity can ensue.

The script renders the current page as a canvas image by reading the DOM and the styles applied to elements.

html2canvas is dependent on jQuery, but the developers are set to change that soon.

360 degree tooltips – grumble.js

grumble.js (aka Huddle Bubbles) is a jQuery plugin for creating tooltips without the usual direction limitations.

grumble 360 degree tooltips   grumble.jsThe bubbles are easy to style (CSS) and set in action, supports most browsers, and hey — you can have callbacks, too.

The only “tricky” part of using grumble.js is finding the right angle in which to position the bubble.

grumble.js is particularly useful for demanding designs where you can’t have tooltips in front of existing content.

Use Images Instead Of Placeholders – FlickrBomb

FlickrBomb is a rapid prototyping plugin made with jQuery.

flickrbomb Use Images Instead Of Placeholders   FlickrBomb

Usually, prototyping takes minutes at the best, and if you got to search for placeholders (or, even worse, use ugly icons instead of placeholders), you had to search for CC images, resize them, etc.

FlickrBomb automatically pulls images from Flickr — you simply have to enter the search term, dimensions, and, a recent feature — license.

FlickrBomb is made by Zurb, creators of many awesome jQuery plugins we’ve covered — yet Velociraptor stands out as… well, it just stands out.

Turn Select Elements Into Bullet Grpahs – bulletGraph

bulletGraph is a jQuery plugin for turning select elements into small graphs – bulletGraphs.

bulletgraphs Turn Select Elements Into Bullet Grpahs   bulletGraphYou can integrate the plugin with a number of data — Excel files, Google Charts, Google Spreadsheets, etc.

bulletGraph also has options: you can change the bulletgraph width; set the number of slider steps; set the value of the sliders; etc.

A miniature data manipulation library – d3.js

d3.js is an HTML data manipulation library that can be used for data visualization with HTML and SVG.

chloropeth A miniature data manipulation library   d3.js

Although d3 has a number of useful features, and it is, at its core, much more than a visualization library, I could bet a hundred bucks that visualizations are what d3.js will be used for most — especially in combination with SVG.

It has an extensive documentation, along with a guide for users who’re familiar with the somewhat-similar-yet-less-awesome Protovis library.