Radium

Radium 0.17.1 updated

Radium allows developers a higher degree of flexibility when creating React-based applications.Instead of loading stiff CSS files for every page and sometimes executing code that never gets to be actually used on the site, this library allows developers...

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

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

rst2html5

rst2html5 1.7.5 updated

rst2html5 adds HTML 5 support on top of docutils' rst2html function.The module is updated to the most recent HTML 5 upgrades and features, allowing developers to generate modern HTML 5 content out of reStructuredText syntax.rst2html5 includes support for...

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

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

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

Sanitize.js

Sanitize.js 1.0.0

Works on the whitelist principle.It will expect a list of acceptable HTML elements and attributes.Then when pointed to a DOM node, Sanitize.js will remove all unacceptable HTML from that node.Sanitize.js has no trouble dealing with malformed or...