Top 5 Sites To Host Your Favicon For Free

First of all, What are favicons? A favicon (short for favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is a 16×16 pixel square icon associated with a particular website or webpage. You may learn how to make a favicon from here. Many free image hosting sites like photobucket, do not provide hosting for favicon files(.ico files) Getting good hosts to host these favicons is hard. Here is a list of top 4 sites that allows hosting of your favicon.

1.Fileave
My personal favorite. This site needs you to register with them before you can host images on their servers. They provide 50 MB of free storage. Hotlinking is allowed, with data transfer or bandwidth of 1 GB per month. Visit Fileave.

2.ImageBoo
You may upload the file in private or public mode, but I don’t know what it means. Both the methods give the same output! The maximum file size can be upto 2 MB. Visit ImageBoo.

3.PicPanda
Allows images of upto 5 MB to be uploaded at one go. However if you register, the limit goes upto 10 MB. Hotlinking is provided. Visit PicPanda.

4.qfqy.com
Allows you to upload images straight from your PC or from a link of the image, that may be hosted on another server. Maximum file size of a single image is 2 MB. Visit qfqy.com.

5.MyUpload.org
Maximum size of image that may be uploaded is 5 MB. Uploading allowed in public and private mode. Visit MyUpload.org

Do you know of any other sites that allows free uploading of .ico images? Then comment on….

How to make Email and Yahoo Messenger Buttons for your Blog

“Contact Us” one of the most important part of a website or blog cuz it gives you a chance to interact with the reader of your blog, what they like and and what they want to read. But those days are gone when you give full e-mail address on your blog like “For any queries contact us at admin@example.com”. Nobody has time to copy the address, open his mailbox and go to compose mail. And even all of this is not at all required when you can do all this with just one click.Not only this you can also launch the Yahoo messenger window with a single click. All you need to know is the correct codes for both of them.

E-Mails:
mailto:admin@example.com

use your e-mail id in place of admin@example.com

Implementation:

to use it in html use

Mail the Author

If you further want to add the subject of e-mail just modify above code with,

Mail the Author

Change “This is your subject” to whatever you want in subject field.You don not need to add target=”_blank” mailto automatically opens in a new window.

Yahoo Messenger:
For yahoo messenger use the code

ymsgr:sendIM?mohsince

Replace mohsince with your own messenger id.

Implementation:

Send us Y im

The html knowledge needed for them is just basic, the main part is the codes.If you need further assistance, ask them using the comments .

Make Your Windows XP Talk As You Type

Its been a long time since I have written on Windows XP. So, I just came up with this one, its quite simple. Open a text file in notepad and copy the following code:

Dim msg, stp
msg=InputBox(”Enter your text”,”Talk it”)
Set stp=CreateObject(”sapi.spvoice”)
stp.Speak msg

Give the file .vbs extension, this will create a VBScript File.
Then, once you click on the .vbs file, it would prompt you for a text. Type in the text and click on enter.

To create a shortcut for shutdowns right on your desktop simply

Right click on the desktop in any open area.
Select New
Select Shortcut
Enter “Shutdown-s-t 00”
Click on the “Next” button
Enter a name of your choosing
Click the “Finish” Button
If you would like to create a reboot shortcut, simply:

Right click on the desktop in any open area.
Select New
Select Shortcut
Enter “Shutdown-r-t 00”
Click on the “Next” button
Enter a name of your choosing
Click the “Finish” Button
Tricks © 2008-2009.