Must have More Development Tools Scripts for Web
The CSS Browser Selector library works by sniffing the browser's built-in user agent string.
Based on scanned details it will then run browser and/orOS specific CSS code depending on the results.
This can be useful when running different versions of...
CSS Slap Chop needs two inputs. The CSS stylesheet it needs to clean, and the page it needs to check the CSS against.The library works by comparing all CSS selectors found in a stylesheet with their HTML tags found on the provided Web page.The unused CSS...
css-flip works only from Node.js, but can be applied to any CSS stylesheet.The library simply flips text and various other horizontal alignments and displays.It doesn't modify their content, but merely replaces left with right and switches various...
Reads a page's CSS and adds all the necessary vendor-specific corrections for it to render properly and the same in all browsers.This allows developers to concentrate on other things, rather than dealing with CSS quirks.It simply allows him to write pure...
cssnext will allow a developer to use a set of unofficial CSS features in his code right away, using an intermediary JavaScript library to parse the CSS syntax and convert it to CSS3.
cssnext can be used as a programmatic library inside your JavaScript...
Created as an implementation of the CSS Object Model in pure JavaScript, CSSOM can additionally be used to parse CSS structures into JavaScript objects.
This means CSSOM can be used to accurately portray the structure of a stylesheet via JS code.
Works...
csv2json works from the Node.js command line.It allows programmers to take a CSV file and convert it to JSON in a single command.csv2json works on a very low level, simply changing the format in which the data inside a CSV file is stored, and than...
Davis.js allow the developer to define actions to be taken when a user follows links, submits forms, or navigates with the back and forward buttons.To route code execution, the library utilizes HTML5 history.pushState.HTML5 pushState allows the routes to...
It is used as a general password storage mechanism for different types of connections, e.g. ssh, ftp, etc.What is new in this release:Minor updates to the Rakefile and gemspec.
What is new in version 1.1.9:Fixed an unused variable warning.
Changed the way...
It allows developers to build their apps in a simple way, without tons of XML config files.XML configration files are not forbidden, just not necessary.What is new in this release:New response methods;
New filling-out methods;
JSON support;
XML...