DOMQL

DOMQL 1.0

DOMQL implements a language and query syntax similar to SQL, allowing database experts to easily understand and manipulate a page's DOM, without needing to learn complicated JS libraries.At it's core, DOMQL implements the SQL syntax by using jQuery's...

eLyXer

eLyXer 1.2.5

LyX is a wonderful text editor which produces beautiful PDF files. Internally it exports documents to LaTeX, and from there to PDF.It can convert documents generated with LyX versions from 1.5.5 to 1.6.2 into valid HTML pages.The output requires XHTML,...

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

phpHaml

phpHaml 1.0RC1

HAML is a markup language and template engine that's used to cleanly and simply output HTML code. phpHaml is able to parse and interpret HAML, without having Ruby installed on the server.All is done inside the PHP core.A version of phpHaml for PHP 4 can...

localForage

localForage 1.4.0 updated

localForage improves what and how data can be saved offline in a browser. It also helps broaden offline data storage usage for Web apps, by providing a single interface for working with various storage mediums, helping bring some order in various local...

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

css2html

css2html 1.0

The library is based on a principle of delivering CSS stylesheets as HTML style guides for web pages.Works with both client-side (browser) and server-side (Node, JSDOM) environments.A demo is included with the download package.Features:Supports type,...

rasterizeHTML.js

rasterizeHTML.js 1.2.2 updated

It simply reads HTML code and renders the result as a HTML 5 canvas tag. A demo is included with the download package.What is new in this release:Reading back pixels from the canvas is now supported in Chrome. Additionally provides the internal SVG with...

X-Tag

X-Tag 1.5.6 updated

X-Tag allows programmers to create their very own custom HTML tags in the form of , where the element is completely customizable. It can be , , or even something preposterous like . This means developers can create basic frontend components using a...