domReady

domReady 1.0.8 updated

domReady allows developers to detect DOM ready states and execute custom code when that happens.This can be anything from a simple alert up to complicated multi-structured JavaScript functions.domReady can be used with server-side (Node.js) and...

Less.js

Less.js 2.5.3 updated

LESS stands for Leaner CSS, and is an extension for the CSS language, adding support for variables, nested rules, mixins and operations.LESS currently supports both CSS 2 & 3 syntax and is a widely used language amongst developers.Less.js is a JavaScript...

Salvattore

Salvattore 1.0.9 updated

Salvattore is practically a re-worked version of Masonry that uses CSS code to replace some previously JavaScript-powered functionality. It works in the same way, producing auto-shifting CSS floated dynamic layouts. A demo is included with the download...

HTML5Lib (Python)

HTML5Lib (Python) 0.99999 / 1.0b3

It follows the original WHATWG official HTML5 specification.The parser is designed to handle all flavours of HTML and parses invalid documents using well-defined error handling rules compatible with the behaviour of major desktop web browsers.The output...

Goutte

Goutte 3.1.2 updated

Goutte uses the Guzzle PHP library to query for a desired Web page and then using a series of search filters narrows down the page only to the desired HTML data. Developers can use the library to build complex data mining and Web crawlers, retrieving only...

Brython

Brython 3.2.4 updated

Brython is a JavaScript library for using Python as a scripting language. It allows a developer to load Python code using a simple script declaration and interpret it as it would normal JavaScript. Just make sure to include the Brithon.js library...

Less4j

Less4j 1.8.5

LESS stands for Leaner CSS and is an extension to the CSS language to add support for variables, nested rules, mixins and operationsIt uses current CSS 2 & 3 syntax.Less4j implements LESS support in Java, porting most of its functionality from less.js, a...

Dindent

Dindent 2.0.2

Dindent can be used to beautify HTML source code, even if the code was written using non-standard alignment rules, or was all-out minified beyond any possible recognition.Dindent does not remove anything from the code, it only moves declarations to their...

HTML-table

HTML-table 1.4.1

This small tool will be very useful in implementing and generating design templates.What is new in this release:The HTML::Table constructor now accepts an optional hash of options. If present, they are treated as table attributes. Some Rakefile and...