The panel's content is retrieved via an AJAX call.Inside the panel, any kind of HTML content can be displayed.The user can set the side of the page the panel slides from, so this makes it extremely useful in any case the developers might want to use it.A...

TinyDOM

TinyDOM 1.0

It's a super slimmed down version of a DOM manipulation library, with little features, but useful nevertheless.Features:Appends HTML to the head. Appends HTML to the body. Prepends HTML to the head. Prepends HTML to the body. Replaces the head with the...

RML.js

RML.js 2.0

Can be used in automatic mark-up generation, based on the fly provided parameters and settings.RML is implemented more like a template engine with support for caching.This is actually pretty helpful, since it gives developers more control over the final...

Beautiful Soup can parse and search the DOM for desired data.Beautiful Soup  comes packed with tools to read, cut apart and manipulate a document's DOM structure.Besides HTML, the XML DOM is also supported.It also handles encoding, converting all...

Markdown

Markdown 1.0.1

Launched in 2004, Markdown is an alternative to WYSIWYG editors, a simple tool to use with raw text, formatting it with special markers and then using the Perl library to convert it to standards-compliant HTML.The way Markdown works is to take the text...

The HTML 5 canvas tag is a great tool supported by today's modern browsers.The canvas utility allows developers to draw on a Web page using a programmatic API (aka via their source code).Because developers have full access to the graphics and the...

It creates a nice style design for displaying cluttered sitemapsIt’s suitable for most web sites – accommodating up to three levels of page navigation and additional utility links.Being CSS-driven, it can easily be addapted to any...