Js-Sequence-Diagrams, Turns text into UML sequence diagrams
Js-Sequence-Diagrams is a new javascript library to turn text into vector UML sequence diagrams. The library uses Jison to parse the text, and Raphaël to draw the image. The result is...
scssphp a SASS Compiler written in PHP
SCSS is a CSS preprocessor that adds many features like variables, mixins, imports, color manipulation, functions, and tons of other powerful features. The entire compiler comes in a single class file...
Adding Alpha Channel to JPEG with HTML5 canvas
On the W3C blog, a short note about adding alpha channels or chroma keys to JPEG images. A workaround using HTML5 canvas 2D could add this missing feature to JPEG which...
CSSMatic, Most Complete CSS tools for Web Designers
CSSMatic is a new online service providing a set of CSS tools for web designers. Alejandro Sánchez co-founder of CSS Matic said about it :
"CSSmatic is a new, simple and intuitive way...
Adobe HTML5 Edge Reflow For Responsive Web Designers
Adobe released a new HTML5 tool for webdesigners in preview release : HTML5 Edge Reflow, available with a free Creative Cloud membership. The new tool allow designers to create responsive layouts...
Web Cryptography API on Securing JavaScript
One of the latest development for a more secure JavaScript, is the Web Cryptography API by the W3C. The latest working draft released on January 8th, 2013, describes a JavaScript API...
HexagonalJS, Single Page Apps Clean Architecture
This week a new JavaScript "idea" have been released, HexagonalJS, a Non-framework approach to JavaScript apps - it's not even a library. Jan Filipowski explained the basic idea behind this library,...
SVG.JS Lightweight library for manipulating and animating SVG.
SVG.JS is a lightweight JavaScript library for manipulating and animating SVG. SVG.js size is only 5k gzipped, it came with an easy readable uncluttered syntax. Animating elements is very much the...
Twitter Open Sourced their jQuery Autocomplete plugin Typeahead.js
On the twitter engineering blog, Twitter opensource typeahead.js, a fast and battle-tested jQuery plugin for auto completion. The plugin source code is available now on GitHub under the MIT license.
By sharing...
YUI 3.9.0pr3 Released
In the latest YUI preview release 3, many changes and improvements have been added such as the integration of Y.Tree in the framework, Normalize.css that replaced CSSBase, which is great for...