Posts Tagged ‘Javascript’

Snow Effect without images

This item was filled under [ HTML, Web Script ]

Description: Snow effects remain very popular on the web for decorative purposes. Kurt’s Snow script uses DIV tags to create this effect without using images. The result is a lightweight, hassle free experience. Note that while this script works in both IE5+ and NS6+, it may run awkwardly in the later. Due to this, a [...]

Continue reading...

Tagged with: [ , , , ]

JAVASCRIPT HISTORY

This item was filled under [ TWOH'S Infotech ]

JavaScript was originally developed by Brendan Eich of Netscape under the name Mocha, which was later renamed to LiveScript, and finally to JavaScript.[5] The change of name from LiveScript to JavaScript roughly coincided with Netscape adding support for Java technology in its Netscape Navigator web browser. JavaScript was first introduced and deployed in the Netscape [...]

Continue reading...

Tagged with: [ , ]

FRIENDSTER SPLASH TEXT MESSAGES

This item was filled under [ Javascript, Web Script ]

This scripts is used to make a text splash color. It’s means your cool own text with a random color, will appear in the header of your Friendster’s Profile.
Change the red highlighted text with your own text.
———————————
var text=new Array()
var textsplashcolors=new Array()
// Place your messages below. Add as many as you like!
text[0]=”YOUR OWN TEXT”
text[1]=”YOUR OWN TEXT”
text[2]=”YOUR [...]

Continue reading...

Custom Banner Title Bar

This item was filled under [ Javascript, Web Script ]

Want to modified your Friendster’s Profile banner with your own word? It’s simply! Use this script:
Change the red highlighted text with your own text.
———————————
//R-banner title bar
function tb9_makeArray(n){
this.length = n;
return this.length;
}
tb9_messages = new tb9_makeArray(4);
tb9_messages[0] = “_____YOUR OWN TEXT_____”;
tb9_messages[1] = “. . .YOUR OWN TEXT. . .”;
tb9_messages[2] = “***YOUR OWN TEXT***”;
tb9_messages[3] = “^^^YOUR OWN TEXT^^^”;
tb9_rptType = ‘infinite’;
tb9_rptNbr [...]

Continue reading...

Tagged with: [ , , , , ]

FRIENDSTER WELCOME ALERT TRICK!

This item was filled under [ Javascript, Web Script ]

Continue reading...

Tagged with: [ , , ]

HOW TO MAKE JS EXTENSION?

This item was filled under [ Javascript, Web Script ]

Actually, most of javascripts will work when you place them in a js extension file. Although there is another way like give a tag in your javascripts, but thats way is not effective when your script is have a large number of characters. Its the tutorial to make JS Extension:
1. Open a text editor program, [...]

Continue reading...

Tagged with: [ , ]

DISABLE RIGHT CLICK ON FRIENDSTER

This item was filled under [ Javascript, Web Script ]

Maybe your friendster’s profile/blog contains a graphic or pictures which have a copyright, so you did’nt want others to save as that picture. This script will disable a mouse right click on your friendster’s profile/blog!
Change the red highlighted text, with your own word.
//*******************************
//*Disable Right Click on a browser
//*Made available by http://www.anandsoft.com
//*Written by Ravi Shankar [...]

Continue reading...

Tagged with: [ , ]