Enterprise JavaScript : Google Launches JavaScript Cloud Scripting Language
Google Apps Script is a new JavaScript enterprise technology to automate tasks across Google products. The new JavaScript cloud scripting language allow to automate repetitive business processes (e.g....
Airframe, Open Source React Dashboard Admin Panel
Tomasz Owczarczyk shared his new open source react-based dashboard / admin panel powered by Bootstrap 4 & React 16. Airframe came with a minimalist design and innovative Light UI will let...
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...
MoonJs, fast, tiny, and intuitive JavaScript Library
Ten years ago, I was one of the judges in an Open Source award competition, In the JavaScript competition I remember jQuery won the JavaScript category. If today we ran again...
Bounce.js Create Beautiful CSS3 Powered Animations
Creating a CSS3 Animation is very tricky, but it is really simple using a tool like BounceJS. It provides ten components : Spin, Jelly, Back & forth, Clock, Splat, Road Runner,...
dhtmlxChart JavaScript Charts Component Released
Dhtmlx team is currently preparing a major upgrade of its Ajax UI toolkit, and as a part of this upgrade some new components will be made available. One of new products...
jQuery wins the 2010 Open Source JavaScript Libraries Award
Last week Packt Publishing announced the winners of the 2010 Open Source Award, I had the chance to be one of the official Judges for the JavaScript Category, and you may...
MathJax, Beautiful math in all browsers
MathJax is a JavaScript library that allow to render all your mathematics right from a simple web browser ! MathJax is very easy to use, you have only to include the...
Tutorial : Build a markdown text editor
As part of the Angular Jira Clone, Trung Vo have written a new tutorial on building a markdown text editor. The markdown editor is written as a module so it could...
React Introduce Zero-Bundle-Size React Server Components
We all know ReactJs, the JavaScript library to build user interfaces. Now at Facebook they found out that latency between client and server is an issue (sic), and then what about...