jquery

TwitterFacebook
Get flash to fully experience Pearltrees
It’s tough. You read tutorial after tutorial, but they all assume that you know more than you actually do.

You Still Can’t Create a jQuery Plugin? - NETTUTS

http://net.tutsplus.com/articles/news/you-still-cant-create-a-jquery-plugin/
This script is based on jQuery library and Form plugin. http://www.ajaxdaddy.com/demo-jquery-shoutbox.html

Shoutbox Examples

http://www.haineault.com/blog/84/ // Don't if ( $ ( '#item' ). get ( 0 )) { $ ( '#item' ). someFunction (); } // Or if ( $ ( '#item' ). length ) { $ ( '#item' ). someFunction (); } // Just do $ ( '#item' ). someFunction ();

blog / 10 useful jQuery authoring tips

Jcrop Image Cropping Demos

http://deepliquid.com/projects/Jcrop/demos.php?demo=live_crop An example server-side crop script. Hidden form values are set when a selection is made. If you click the Crop Image button, the form will be submitted and a 150x150 thumbnail will be dumped to the browser.
http://code.google.com/p/flot/

flot - Project Hosting on Google Code

Flot has supported plugins since v. 0.6. Some are bundled with Flot.
Click on any of the yellow headers to see the default easing method in action (I've set as easeOutBounce for the demo, just because it's obviously different). All done with a straight animate call, no need to specify the animation type at all. http://gsgd.co.uk/sandbox/jquery/easing/

jQuery Easing Plugin

http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ As User Interface developers, we know that one of the first widgets our visitors use is a “Menu”.

LavaLamp for jQuery lovers! | Ganesh

jquery parallax

Download jParallax has had a major overhaul in readiness to be released as version 1.0! Layers are now freezable – the last feature I wanted to implement – and the code is more j and compact. http://webdev.stephband.info/parallax.html
http://www.devirtuoso.com/2009/09/making-a-3d-engine-in-jquery/ What We’re Building We’re going to create a 3D engine that will allow us to create shapes simply by creating an array of points. This engine will have a Camera, a Scene and an Object.

Making a 3D Engine in jQuery

http://css-tricks.com/jquery-robot/

Building an Animated Cartoon Robot with jQuery | CSS-Tricks

Why? Aside from being a fun exercise, what purpose does something like this have?

Plugins | jQuery Plugins

These functions are very useful, but unfortunately they only accept code as a string. This module allows you to use jQuery to create timeouts and intervals that also accept functions, like this:

Demo > maxImage Scaling Plugin

UPDATE: Take a moment to check out my work on MaxImage 2.0 .
You can use it on any html web page, and any part of the page can interact with a sprite (click anywhere on this page and wait and you'll see what we mean). animated objects can also fly above the text of a web page, or you could animate a background, without affecting other elements on the page.

jQuery Spritely | Spritely

Scrollable Fixed Header Table – A JQuery Plugin « Jerome Bulanad

This plugin allows html tables to be scrollable horizontally and vertically while headers are still visible and in tack with the columns.