jQuery Animated Cartoon Robot

One of the coolest things about jQuery is that you can experiment with it, like with this animated robot. Here is a sample of how one can do this, based on Anthony Calzadilla’s design. It’s easy to modify and loads fast, with the end product similar to Flash designs but with more advantages. Web designers [...]

Continue Reading →

jVectorMap: An Interactive jQuery Map

Integrate an interactive map into your website with jVectorMap. This is a jQuery plugin which shows vector maps on HTML pages and applies SVG in all contemporary modern browsers ranging from ancient IE 6 to 8, Chrome, Opera, IE9, Safari, Firefox. All you have to do is connect Javascript and CSS files of plugin and [...]

Continue Reading →

Create Sticky Notes Using HTML5, CSS3, and jQuery

Add fun and functionality to your website by adding Windows-style sticky notes! Thanks to the combined powers of HTML5, CSS3, and a bit of jQuery in this tutorial by Teylor Feliz, we can do just that. Let’s being with the HTML markup: < !DOCTYPE html>  <html lang=”en”> <head> <meta charset=”utf-8″ /> <title>Posticks</title> <link rel=”stylesheet” rev=”stylesheet” [...]

Continue Reading →

Paper.js – Open Source Vector Graphics Scripting Framework

Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming [...]

Continue Reading →

Guiders.js – JavaScript Library For Guiding Users

Guiders are a user experience design pattern for introducing users to a web application. A guider is a dialog box that guides a user through your application. This improves the user experience of a web application by visually introducing the user to important features. Incoming search terms for the article: guiders js javascript guiders guiders [...]

Continue Reading →

Micro-Frameworks And Micro-Libraries of Javascript Under 5K

How much library code do you really need — 50K? 100K? 150K? More? How much of that do you really use? Micro-frameworks  is a website which is a directory of tiny (<5kb) JavaScript libraries and frameworks. Micro-framework does one thing and one thing only —and does it well. No cruft, no featuritis, no feature creep, [...]

Continue Reading →

CamanJS – Javascript Library for Image Manipulation

CamanJS is Javacript library for manipulating images using the HTML5 canvas and Javascript. It’s a combination of a simple-to-use interface with advanced and efficient image/canvas editing techniques. It is also completely library independent and can be safely used next to jQuery, YUI, Scriptaculous, MooTools, etc. Incoming search terms for the article: html5 image manipulation javascript [...]

Continue Reading →

Browser-specific CSS With CssUserAgent

CssUserAgent help Us to apply special CSS classes to your pages allowing you to use valid CSS to work around browser-specific quirks. Since these are performed once at startup, CSS may be statically defined without the need to mix browser-specific logic into the presentation. Incoming search terms for the article: browser specific css wordpress browser [...]

Continue Reading →

XRegExp – JavaScript Regular Expression Library

XRegExp is an open source  JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. Incoming search terms for the article: javascript xregexp javascript regular expression library XRegExp javascript regular expression library javascript jquery regex library XRegExp regexp library flash regular expression library reguliere expressie [...]

Continue Reading →

Easel – Javascript Library for Working With HTML5 Canvas

The new Canvas element in HTML5 is powerful, but it can be difficult to work with. It has no internal concept of discrete display elements, so you are required to manage updates manually. The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas [...]

Continue Reading →

Page 1 of 41234»