10 years ago
Sharer.js: Create custom Social Share elementsSharer.js is a very tiny js lib (~1.6kb) to create custom social share components on DOM elements for your website. No dependencies.

Tag: Core Java Script · Page 21 of 38
10 years ago
Sharer.js: Create custom Social Share elementsSharer.js is a very tiny js lib (~1.6kb) to create custom social share components on DOM elements for your website. No dependencies.

10 years ago
Colorify.js : Tiny JavaScript Color ExtractorColorify is a script written in Javascript, that allows you to extract colors from images, and manipulates them. From a simple plain color, based on the dominant color, to a beautiful gradient based on the image edges colors, colorify.js will spice up your designs!

10 years ago
PdfMake : PDF printing in pure JavaScriptClient/server side PDF printing in pure JavaScript.

10 years ago
Gs Google Maps DirectionsThis is a light plugin that allows you to define maps, and gives you the option to display the directions between two points using Geolocation or a specific point. Also it has the options for searching a new route.

10 years ago
Colz : Javascript library to Convert ColorsColz. Javascript library to convert colors between RGB / Hex / HSL / HSV / HSB color spaces. It provides several toString helpers to ease its use in CSS / HTML5 Canvas projects.

10 years ago
Interactive Geographical Map with SVG and JavaScriptI’ve demonstrated how SVG can be used to create responsive, scalable imagemaps, but have left the interactive part – aside from simple hover effects – largely unexplored, with a few exceptions. That changes with this article and the one following, which explore how to create a full, in-depth interface using SVG and JavaScript: in this case, a geographical map.

10 years ago
Labella.js : Placing Labels on a TimelineIf you try to place labels for points on a timeline (or any 1D space), one common problem is the labels often overlap. How about making the labels push each other. Use the force, jedi-style.

10 years ago
Create Circular SVG Charts with CirclesA lightweight JavaScript library that generates circular graphs in SVG.The circular graphs with the numerical value in the center have been a great way to visualizing data lately.Â

10 years ago
StackEdit : Open-source Markdown EditorStackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.

10 years ago
Sprite-based Games with HTML5 CanvasIn this article, we’re going to create a 2d game with canvas; a real game with sprites, animations, collision detection, and of course, explosions! What’s a game without explosions?