Tau Prolog, an Amazing Prolog Interpreter Fully In JavaScript
Prolog is a logic programming language associated with artificial intelligence and computational linguistics, you might never heard about it in the web development but this was my favorite "artificial intelligence" programming...
turbo.js : Massive Parallel Computations in your Browser with GPGPU
turbo.js is a small library that makes it easier to perform complex calculations that can be done in parallel. The actual calculation performed (the kernel executed) uses the GPU for execution....
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...
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...
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...
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...
New Release of Quick Tables, a Handy Database Editor from DHTMLX
DHTMLX announced the update of its Quick Tables, an easy-to-use PHP solution for editing tabular data stored in the database. Quick Tables offer a simple tool for non-programmers to view and...
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,...
eBook : What you need to know about Angular 2
As part of the FREE eBook every day by Packt, you can explore today an eBook written by Olivier Manickum titled "What you need to know about Angular 2". Hurry offer...
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...