shortcode.js

shortcode.js 1.1.0

Everyone that has ever worked with a WordPress-powered site knows what a shortcode is. The term is so popular and so widely used that almost all plugin developers these days feel the need to provide shortcode support as much as they do for sidebar widgets...

cargo

cargo 0.8.0

cargo will allow JS developers to use HTML 5's localStorage utility for temporarily storing data on the client's side.Besides localStorage, sessionStorage is also supported, along with support for "temporary" storage in older browsers. Temporary refers to...

Python-SCSS

Python-SCSS 0.8.73

The module is also part of the Zeta-library.What is new in this release:Added Python 2.5 support. What is new in version 0.8.60:Fixed SCSS load. What is new in version 0.8.1:Fix color functions. What is new in version 0.8.0:Big scss refactoring. What is...

Apollo.js

Apollo.js 1.7.0

Apollo.js uses the HTML 5 classList API to interact with a page's content and manipulate an element's classes.This is totally different from what jQuery uses, jQuery being created and then adored by millions of developers for the easy way it did DOM...

htmlmin

htmlmin 0.1.6

htmlmin reads a sequence of HTML code, strips whitespace and comments and returns the optimized version of that code.The module works as a programmatic library and from the Python command line as well.htmlmin can handle both HTML branches, v4 and...

HTML5 Boilerplate

HTML5 Boilerplate 5.2.0 updated

The suite introduces the best of the best practices in web development, cross-browser normalization, performance optimizations, and even optional features like cross-domain Ajax and Flash.What is new in this release:Update jQuery to v1.11.3. Deprecate...

Vanilla5

Vanilla5 2.3.3 updated

Vanilla5 can be used as an alternative to other similar tools like Bootstrap or the HTML5 Boilerplate.It includes lots of CSS rules that can be used to build browser-agnostic CSS components and does not come with a collection of ready-made UI widgets...

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

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