Create.js is a library for Content Management Systems that lets their users edit content right on the page they're currently on. ContentBlocks allows Create.js to work with Node.js-generated websites and Node.js backends.Just like the original project,...

Sanitize

Sanitize 4.0.0 updated

Based on the Nokogiri HTML parser for Ruby, Sanitize is a whitelist-based system for removing HTML from a block of text.The "whitelist" technique will allow developers to setup a list of HTML tags which Sanitize will use as a reference for what it...

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

RWD-Calc

RWD-Calc 1.0

RWD-Calc uses a simple form to let developers enter an element's CSS selector, its size, its parent container's width, margin and padding settings.Taking these values and using JavaScript, RWD-Calc produces a CSS rule which can be used to transform the...

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

FluentDOM

FluentDOM 5.3 updated

FluentDOM practically enhances the way PHP developers interact with DOM elements, allowing much more easier manipulation of HTML code.What is new in this release:Added: FluentDOM::load() provides direct access to the...

store

store 2.3.0 updated

The store library works with client-side (browsers) and server-side (Node.js) environments.It enables developers to interact with localStorage and sessionStorage data via simple JavaScript code.What is new in this release:Use fake storage for Safari...

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

CriticalCSS

CriticalCSS 1.0.1 updated

CriticalCSS is a CSS optimization toolkit that finds Above the Fold CSS code. Above the Fold CSS is also known as critical path CSS and is the CSS needed to render the visible part of the page when it first loads. Google started recommended through...