Gumbo Parser

Gumbo Parser 0.2.2 updated

Gumbo Parser ports some of Gumbo's features to JavaScript code, providing an interface on which JS code can interact with the library's original C code. The binding enables HTML 5 parsing to be supported in Node.js apps and websites, not...

gumbo-d

gumbo-d 0.2.2

gumbo-d ports some of Gumbo's features to D code.This enables an interface on which D code can interact with the library's original C code.The binding enables HTML 5 parsing to be supported in D apps.Examples are included with the download package.Gumbo...

h5ile

h5ile 0.1

h5ile was designed to support HTML 5 File API features in older browsers.It works by sniffing HTML5 File API support in the current browser, deactivating itself when the browser supports it natively and putting a similar interface in place of the API when...

Haml.js

Haml.js 0.4.3

HAML is a markup language written for Ruby as a HTML-outputting template engine.While Ruby may not be available, or even may not be the first choice of many Web developers, this library provides a way to use HAML, while working with Node.js.So it simply...

HTML Now

HTML Now 0.1.0

HTML Now is a real "time saver" for busy developers that can't be bothered for building the same page structures over and over again.With this tool, they can easily create the prototype of a custom HTML page with just a few clicks.HTML Now features a...

HTML Tools

HTML Tools 0.0.3

HTML Tools is not for DOM manipulation, but for manipulating DOM strings.Works with client-side (browsers) and server-side (Node.js) environments. Also comes with AMD compliance.Basic usage:This:html.enclose(string, 'tag');Will...

HTML(.js)

HTML(.js) 0.12.1

HTML(.js) is very similar to jQuery's Sizzle selector engine, allowing developers to easily write JavaScript queries that isolate and select specific parts of the page's DOM. Some of the included filtering capabilities include common operations like...

The module uses HTML::Parser to strip HTML from text in a restrictive manner.By default all HTML is restricted, so the developer may need alter the default behavior by supplying his own tag rules.What is new in this release:Replace MooX::Types::MooseLike...

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...