Skip to main content

Posts

Get a Favicon to your Blog

What is Favicon ? Have you wondered how these little icons appear next to the web addresses, like the one you see above? When you visit the sites or bookmark them, these icons will make these URLs stand out. These are “Favicons” or “Favorite Icons”.Favicon (pronounced fav-eye-con) is short for 'Favorites Icon.' A Favicon is a multi-resolution image included on nearly all professional developed sites. The Favicon allows the webmaster to further promote their site, and to create a more customized appearance within a visitor's browser. Often, the Favicon reflects the look and feel of the web site or the organization's logo.Within Internet Explorer the Favicon is displayed on the Address line and in the Favorites menu.You can also add favicon to your blog. It is 16x16 pixel or 32x32 pixel image. If you are professional Image Designer you can create your own...

Add Favicon to your Blog

To add Favicon to your blog just follow the steps below- Go to your Blogger dashboard and under the Template tab, go to “Edit HTML”. Near the top you will see a line like this:- <title><data:blog.pageTitle/></title> Copy and insert the following code below above line in HTML:- <link href=' URL of your icon file ' rel='shortcut icon' type='image/vnd.microsoft.icon'/> Remember to type in the “ URL of your icon file ”, it is address of your Icon file. Save the template. When you refresh your blog site, you should see your nice little Favicon next to the blog address. Other image types The .ico image format has been used by many but you can also create an image under the .png or .gif format. Ensure that the size of the image is either 16x16 pixels or 32x32 pixels. If you have a PNG format image, the link to insert is:- <link href=' URL of your icon file ' rel='shortcut icon' type='image/png'/> If it i...

Happy New Year 2009

With the end of 2008 we have many of the memories of Past.Now, we are entering to year 2009. It’s all because of your support we've reached more then 80 number of posts. On the Eve of New Year I’ve posted some of New Year's Greeting card which you can send to your near and dear ones and Express your feelings. I've added some of Greeting which you can scrap in your friends Scrapbook using social Networks such as Orkut , MySpace , Face book , Hi5 , etc. If you have flashblock installed then, click on flash icon to see E-cards.You can also get more customized greetings from here .

Hide Navigation Bar In Blogger

If you are frequent blogger and use Blogspot for blogging, you might have seen above header there is navbar or navigation bar . Most of want to hide the navigation bar in blogger , but we don't know how to do that. Here is a simple trick to hide the navigation bar in blogger. Just follow the steps below Log in to your blogspot account and select the Layout of the blog which you want to modify. Select the tab page Template and then click on Edit HTML Search for the text : body { Paste following code above the text in red. /* Cascade Style Sheet to hide navigation bar */ #navbar { height:0px; visibility:hidden; display:none } Finally HTML will appear like as shown below-

Create a Backup of Your Blog in Seconds!

If you are regular blogger and want to make a backup of all your precious Blog Database, Now you can do that very easily without much pain. Now, blog backup service is offered by Blogger in Draft . To make a backup of your blog just log in at Blogger.com and go to Settings of your blog, you will find three options under “Blog Tools” Import Blog, Export Blog, Delete Blog. To save a backup of your blog just “Export Blog” and save that file on your hard disk. You will get an XML file for your backup. This can be very useful if you want to make a backup or if you want to transfer your blog to some other blogging Platform like Word Press.

Convert Your Emails into Google Docs

Now, you can create a Google Document out of an E-mail you've received, directly without copy and pasting by using Google Labs Feature. To do this just follow steps below- Open Gmail account click on Settings Tab, then click on Labs ,enable "Create A Document" Save changes...Now when you'll click on e-mail you'll see an option for "Create a Document"

Google Talk Bots

What are Bots Internet bots, also known as web robots, WWW robots or simply bots, are software applications that run automated tasks over the Internet. Typically, bots perform tasks that are both simple and structurally repetitive, at a much higher rate than would be possible for a human alone. The largest use of bots is in web spidering, in which an automated script fetches, analysis and files information from web servers at many times the speed of a human.In addition to their uses outlined above, bots may also be implemented where a response speed faster than that of humans is required (e.g., gaming bots and auction-site robots) or less commonly in situations where the emulation of human activity is required, for example chat bots. You can do lot of interesting stuff with Google Talk like get alert notifications, save bookmarks to delicious, manage web calendars, set reminders, write blogs, and so much more. Such features can be easily integrated into Google Talk through ‘bots’ which...