JS

TwitterFacebook
Get flash to fully experience Pearltrees
http://imsky.github.com/cssFx/ cssFx is a standalone polyfill that inserts the vendor-specific CSS3 properties necessary for old and new browsers. This saves you tons of time, maintenance, and bandwidth! Check it out:

cssFx.js - CSS3 property polyfill - It's So Futuristic, Baby!

http://bellard.org/jslinux/tech.html

Javascript PC Emulator - Technical Notes

By Fabrice Bellard - May 23, 2011 This PC emulator is written in Javascript. The emulated hardware consists in the following devices: 32 bit x86 compatible CPU 8259 Programmble Interrupt Controller 8254 Programmble Interrupt Timer 16450 UART Real Time Clock. IDE interface and hard disk. The code is written in pure Javascript using the W3C Typed Arrays .
A simple, modern, framework-independent, well-tested, unobtrusive, notification system. Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. Select a theme: Click a code sample below to see it in action: http://wavded.github.com/humane-js/

Humane JS

Zoomy is a quick and easy plugin that will zoom into a picture. You only need two images; the display image and the zoomed in image. Just link the zoomed in picture on the display picture, and tell the plugin to use that link when zooming. Zoomy is easy to implement and customize. http://www.webappers.com/2011/03/30/quick-easy-jquery-plugin-for-zooming-pictures/

Quick & Easy jQuery Plugin for Zooming Pictures

Awesome HTML5 Dashboard

https://mozillademos.org/demos/dashboard/demo.html Canvas is a HTML5 element which can be used to draw graphics via scripting (JavaScript). For example, it can be used to draw graphs, make photo compositions or even perform animations. learn more HTML5 defines a standard way to embed video in a web page, using a element. The same way we can use images in web pages, we can now use videos. Videos can be styled with CSS and controlled via Javascript.
Preparation Before initializing the scrollbar, you must create a jsScroller object. So if you haven't, follow the previous tutorial and find out how! First thing is the HTML: <div id="Scrollbar-Container"><div class="Scrollbar-Up"></div><div class="Scrollbar-Down"></div><div class="Scrollbar-Track"><div class="Scrollbar-Handle"></div></div></div> Again, "Scrollbar-Container" can be change to anything you want, you just need to be able reference this element like with jsScroller.

jsScrollbar

http://www.n-son.com/scripts/jsScrolling/jsScrollbar.html
http://theodin.co.uk/blog/ajax/contactable-jquery-plugin.html philip beel 26 Aug 2009 Contactable is a jQuery plugin designed to make contact /feedback forms simpler and more accessible. This plugin will enable you to create a contact form on any page of a site with minimal effort.

ntactable - A jQuery Plugin | web design blog

Animated Content Menu with jQuery

http://tympanus.net/codrops/2011/03/09/animated-content-menu/ Today we will create a slick animated content menu with jQuery for a restaurant theme. The menu items will be animated and when clicked, a content area with more information will appear. Also, he background image is going to change according to which menu item was clicked. The main idea is to ...

jQuery Waypoints

http://imakewebthings.com/jquery-waypoints/ .waypoint([callback], [options]) callback type function, optional options type object, optional Calling the waypoint function on a set of elements registers them as waypoints. You can pass in a callback function… $ ( '.thing' ). waypoint ( function (direction) { // do stuff });
http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/

50 jQuery Tools for Awesome Websites

By now, everyone has heard of jQuery. It’s a framework that makes JavaScript development much easier , and has become massively popular for adding JavaScript functionality to websites. In this post, we’ve picked out 50 of the best scripts we know of and talked about why they rock. They can help in just about any aspect of a website , so enjoy! Editors

jquery-frontier-calendar - Project Hosting on Google Code

Full month calendar jQuery plugin that looks like Google Calendar. Latest Version, 1.3.2- June 24th, 2010 Please visit the downloads section for a working example and API documentation. Download Latest Version: http://code.google.com/p/jquery-frontier-calendar/downloads/list Download Older Versions: http://code.google.com/p/jquery-frontier-calendar/downloads/list?can=1&q=legacy&colspec=Filename+Summary+Uploaded+Size+DownloadCount
Once upon a time, grayscale image has to be manually converted in order to be displayed on the web. Now with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I've put together a demo to show you how to use HTML5 & jQuery to dynamically clone color images into grayscale (see demo ). Credits: thanks to Darcy Clarke (my Themify 's partner) for the jQuery and Javascript code. View Demo HTML5 Grayscale

HTML5 Grayscale Image Hover

jQuery radioSwitch — Transformez vos boutons radio en Sliders

jQuery radioSwitch — Transformez vos boutons radio en Sliders jQuery radioSwitch est un plugin créé par Ammon Casey dont l’objectif est de transformer des boutons`radio` HTML en superbes Sliders d’un coup de magie CSS3 et Javascript. Il suffit d’envelopper les boutons `radio` avec un container sur lequel s’effectuera l’appel de la fonction. Chaque bouton `radio` doit posséder un `label` avec l’attribut `for` pointant vers l’identifiant du bouton correspondant.