Advertise here

Others

JavaScript Standard Style

June 13, 2016     977     Others
JavaScript Standard Style

The beauty of JavaScript Standard Style is that it's simple. No one wants to maintain multiple hundred-line style configuration files for every module/project they work on. 

This module saves you time in two ways:

  • No configuration. The easiest way to enforce consistent style in your project. Just drop it in.
  • Catch style errors before they're submitted in PRs. Saves precious code review time by eliminating back-and-forth between maintainer and contributor.

Read More »

jQuery 3.0 Final Released!

June 12, 2016     1288     Others
jQuery 3.0 Final Released!

jQuery 3.0 is now released! This version is a modern, slimmer, faster version of jQuery (with backwards compatibility in mind). Also has lots of improvements and better compatibility.

Read More »

bwip.js – Barcode Writer in Pure JavaScript

June 09, 2016     2551     Others
bwip.js – Barcode Writer in Pure JavaScript

bwip-js is a translation to native JavaScript of the amazing code provided in Barcode Writer in Pure PostScript. The translated code can run on any modern browser or JavaScript-based server framework.

Read More »

Shepherd – Guide Users Through Tour of Your App

June 07, 2016     1210     Others
Shepherd – Guide Users Through Tour of Your App

Shepherd is a javascript library for guiding users through your app. It uses Tether, another open source library, to position all of its steps.

Read More »

glio.js – Detects When Mouse Leaves the Viewport

June 06, 2016     1325     Others
glio.js – Detects When Mouse Leaves the Viewport

glio.js is a javascript library that detects if the mouse of a user leaves the viewport/document borders of your website and when this happens, trigger your callback.

Read More »

WebGazer.js – Scalable Webcam EyeTracking Using User Interactions

June 04, 2016     2110     Others
WebGazer.js – Scalable Webcam EyeTracking Using User Interactions

WebGazer.js is an eye tracking library that uses common webcams to infer the eye-gaze locations of web visitors on a page in real time.

Read More »

Trial.js – Mouse Monitoring & Prediction Library

May 27, 2016     942     Others
Trial.js – Mouse Monitoring & Prediction Library

Trial.js is a simple library to monitor mouse position and predict user input.

Read More »

Push.js – Cross Browser Javascript Desktop Notifications

May 27, 2016     3546     Others
Push.js – Cross Browser Javascript Desktop Notifications

Push.js is a compact, cross-browser solution for using the JavaScript Notifications API.

Read More »

jQuery Toast Plugin

May 06, 2016     8270     Others
jQuery Toast Plugin

Toast is a jQuery plugin to show highly customizable notifications to the user.

Read More »

grafi.js – JavaScript Image Processing Library

May 03, 2016     1013     Others
grafi.js – JavaScript Image Processing Library

grafi.js is a library intended for learning about how image processing works. Each modules are intentionally kept small and users are encouraged to read the source code to learn about different methods and algorithms.

Read More »

Prism – Lightweight and Elegant Syntax Highlighting

May 03, 2016     1492     Others
Prism – Lightweight and Elegant Syntax Highlighting

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.

Read More »

CSSX – CSS in JavaScript

April 21, 2016     926     Others
CSSX –  CSS in JavaScript

CSSX is a library to generate / apply CSS with Javascript. It has good API for managing styles.

CSSX doesn't inline styles so you keep your markup clean. It works directly with injected stylesheets.

Read More »

Algebrite – Computer Algebra System in Javascript

April 11, 2016     2421     Others
Algebrite – Computer Algebra System in Javascript

Algebrite is a Javascript library for symbolic mathematics (actually, mostly coffeescript resulting in Javascript) keeping the code as simple as possible in order to be comprehensible and easily extensible.

Read More »

Cash – Lightweight jQuery Alternative for Modern Browsers

April 05, 2016     837     Others
Cash – Lightweight jQuery Alternative for Modern Browsers

Cash is a small library for modern browsers that provides jQuery style syntax to wrap modern Vanilla JS features.

Read More »

Atrament.js – Javascript Library for Drawing and Handwriting on the HTML Canvas

April 05, 2016     3471     Others
Atrament.js – Javascript Library for Drawing and Handwriting on the HTML Canvas

Atrament is a lightweight library that enables the user to draw smooth, natural drawings and handwriting on the HTML canvas.

Read More »