Status Bar Shoot

Status BarAs appealing as the title may sound, this script is worth a try :)

<BODY onLoad="yfOC(-1)">

Or, you can try a different method...

<script language="JavaScript">
var DS_Text="ghostbone.com - digital playground";
var DS_Distance=96;
var DS_Speed=8;
var s="";
var m="";
var lm="";
function DS_StatusBarShoot(){
if(m==""){
lm="";
s=" ";
m=DS_Text+" ";
}
if(s.length!=1){
s=s.substring(DS_Speed,s.length);
}
else{
while(m.substring(0,1)==" "){
lm+=s;
s=m.substring(0,1);
m=m.substring(1,m.length);
}
lm+=s;
s=m.substring(0,1);
m=m.substring(1,m.length);
for(var i=0;i<DS_Distance;i++)
s=" "+s;
}
window.status=lm+s;
setTimeout("DS_StatusBarShoot()",20);
}
DS_StatusBarShoot();
</script>

Related Articles

  • Window Status
    How to use this handy function to change the window status in a viewers browser.
  • Customizing the Status Bar Message
    Place this script in the section of your web page code to add a scrolling marquee to your status bar.
  • onMouseover? What's This?
    Well, its time to try out your first javascript. This one is nice because we dont have to deal with adding the script tag. This little script will write something of your choice to the browsers status bar when you move your mouse over a link. Lets look at the example:
  • Speeding Up Your Digital Camera
    A veteran Leica street shooter contacted me with complaints about her new digital camera. Shes an established black and white shooter, using a Leica M6 with a wide angle lens to shoot people unaware of the camera in their natural surroundings. Excited by her new digital acquisition, she took to....
  • When Does an Expired Domain Name Become Available?
    In order to know exactly when an expiring domain name will become available for re-registration by a new owner, you must understand the
  • Statusbar Message
    This is a quick, and quite simple tutorial. Now its not html, it uses Javascript. What it does is lets you customize what it says in the status bar usually at the bottom left of your browser. Right now in your browser it should say Infinite Designs.org ..... Heres how to make it do that...
  • Scrolling Status Bar Text
    Displays a scrolling message in the status bar, in the bottom left hand side of your browser. It is easy to change the message to be displayed, and its scroll speed as well. A good easy to use script, but can become annoying if over used so be careful.
  • Domain Names Security : How safe is yours?
    The security of domain name registrations is an increasing concern for domain name registrants and registrars. However, there are steps you can take to increase the security of your domain name registrations...
  • Create Tell A Friend Script with HTML & PHP
    Today we learn how to create a Tell a Friend script with HTML and PHP. If you want to exercise on my files, click here to download them!
  • Last Modified, Loading Time, Preload your Images
    Last Modified, Preload your Images, Loading Time. In this tutorial you will find scripts for this topics.

Contact Web Design Outsource and get started today

Need Website Designing, Development, Redesigning, Maintenance and SEO services or help growing your company's web presence? Request a free Quote Now.