Thursday 17 November 2011

Customized Status-Bar

Normally, when you hover your cursor over a link, the status bar tells you a link's URL destination.
However, this thing can be changed according to our need. In other words, the message that appears in the status bar at the bottom of the page can be customized. This can be done by the following HTML code:

<a href="http://qsrealm.blogspot.com" onMouseOver="window.status='This message appears on the status bar!'; return true" onMouseOut="window.status=''">link</a>

10 comments:

Rajesh Tuk said...

How to create a nameless folder? I use Windows 7 operating System and wanna make my files secure from other users of my lappy.

Realm Head said...

Well it is very simple to create a nameless folder. Just follow the following steps:
create a new folder,
press ALT + 255 (255 must be typed from the numeric keypad rather than from the number keys at the top of the keyboard).

And you get a nameless folder!
To create another nameless folder in the same directory, repeate the same procedure twice, and so on.

To make your files more secure, zip your nameless folder and password protect it.

!rf@n said...

I want to apply gradient on text in my website. Can this thing be done without using images instead of text? Please tell me. It is urjent.

Rajesh Tuk said...

@nameless folder: Wow it works. I n'er thought it was so simple and just anybody could it. Thanks.

Realm Head said...

@!rf@n: Gradient may be applied on a text on a webpage using CSS. Try using the following code:

< h1 >< span >CSS Gradient Text

h1 {
font: bold 330%/100% "Lucida Grande";
position: relative;
color: #464646;
}
h1 span {
background: url(imageWithGradient.png) repeat-x;
position: absolute;
display: block;
width: 100%;
height: 31px;
}

!rf@n said...

Ya it seems to work. I'll try it. Tks.

Aditi said...

Is there any way to know about virus without using antivirus? I have antivirus in my PC but I am just curious about it.

Realm Head said...

It may seem difficult to identify virus if you are not at all familiar with Operating System files.
Still, you must know that virus are usually .exe files. And virus carry unusual file names, and usually the name of file is same as the name of its folder.
CAUTION: Never open a virus file by double-clicking on it (I mean never open it directly.)! Once it executes, it will affect you system files. So, to open such files, right click and open with NOTEPAD.

Amit K. said...

What is a Bluetooth? I mean what exactly is the thing behind 'Bluetooth'? I use it frequently n 'm jst curious about it.

Realm Head said...

The explanation for Bluetooth is given at http://qsrealm.blogspot.com/2012/01/bluetooth.html

JAVA Project Specifications Lecture Notes: SE OS JAVA

X