Multiple Image Fader





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

8
Date Submitted Fri. Aug. 4th, 2006 10:17 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 1 comments
function to validate Email address
8
Date Submitted Thu. Aug. 10th, 2006 2:41 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 1 comments
simple find and replace string
8
Date Submitted Mon. Sep. 25th, 2006 1:36 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 1 comments
Format fractional digits in a numbe
7
Date Submitted Sat. Mar. 3rd, 2007 5:55 AM
Revision 1
Scripter shachi
Tags foreach | JavaScript
Comments 4 comments
Just a small snippet I discovered when I was tired writing somearrayname\[i\] I thought there was something like foreach in javascript but couldn't find any so why not make one?
For those foreach(){...} lovers.

Hope it makes your life easier.
7
Date Submitted Sat. May. 12th, 2007 10:38 AM
Revision 1
Helper albud
Tags colour | JavaScript | palette | web-safe
Comments 1 comments
A websafe colour palette generator in JavaScript. Coded this after looking at http://www.bytemycode.com/snippets/snippet/585/ and wanting to do it differently.

It's been refactored so that:
* can pass generateColourPalette an arbitrary array of colour codes and it'll generate a palette.
* it hooks into the page through the external file
* uses an internal stylesheet instead of inline styles
7
Date Submitted Fri. Jul. 20th, 2007 11:12 PM
Revision 1
Helper lavaramano
Tags Array | getelementsby | JavaScript
Comments 1 comments
Returns an array with all the objects with certain class. tested on IE 6 and Firefox 2
7
Date Submitted Sun. Oct. 8th, 2006 9:28 PM
Revision 1
Beginner trevis
Tags Array | JavaScript | setTimeout | String
Comments 3 comments
I use this function when passing an array to a function being called from setTimeout();
7
Date Submitted Fri. Aug. 4th, 2006 9:57 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 1 comments
Alternate row coloring using javascript
7
Date Submitted Fri. Aug. 4th, 2006 10:01 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 0 comments
check if a function exists in your code using javascript before calling it.
7
Date Submitted Thu. Aug. 10th, 2006 2:20 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 0 comments
convert a string to x,y,z types