- 1,233 categories
- 40,467 scripts
Updated: 03/14/2007
- Javascript does not provide a foreach construct like that found in VB.NET, C#, or PHP. This code shows how to get the same effect in Javascript.
- Categories
- Tags
- Platforms
- Licenses
- Author
- http://www.bytemycode.com/snippets/snippet/620/
- This JavaScript allows you to display a snow effect on the background of your Web page. The script includes a HTML code generator that allows you to change parameters without any knowledge of JavaScript and HTML programming.
- This tutorial explains how to create text fading effect utilizing JavaScript and the new DOM of IE5/NS6.
- This JavaScript creates a cool table menu with highlight effect and a textual description of the link the mouse is over.
- JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-...
- This is an interesting visual effect JavaScript. Using sine and cosine functions this JavaScript allows you to rotate each alphabet letter in a circle continuously. Every so often all the letters gather together in a center, and then get scattered again.