Thursday, May 5, 2011

How to add favicon to Blogger

When I first started blogging way back in 2008, I found the blogger favicon a clumsy thing. I did'nt tried to remove it first but when my blog started getting visits, I finally helped my blog with a favicon.

Inorder to make a favicon, you have to have an image (.PNG or .JPEG would work, fine). You can create it using old-man  paint or cool guy Photoshop (GIMP can work too). Else, you can generate your own favicon online.
Favicon.cc
GenFavicon
FaviconCenter

If you have an image, go to IconJ. They allow you to upload your image and convert it to .ico.
After generating or uploading (or converting), select a .ico image hoster. (IconJ provides direct hosting too).

After the two steps, login to Blogger-->Dashboard-->Design-->Edit HTML
Find This (Ctrl+F)

<b:include data=’blog’ name=’all-head-content’/>

Then paste the code immediately after it (look above). Your favicon would appear.
Both types of code (i.e. x-icon and microsoft.icon) would work.

Wednesday, May 4, 2011

Firefox Addon of the Day : Greasemonkey

I like Greasemonkey and I hope you like it too. Greasemonkey is an Firefox extension that allows users to install scripts and change the HTML page with the scripts ( augmented browsing ). Greasemonkey scripts are "presistent" meaning they would remain every time on the webpage for the user.

Available for :-
Firefox
Flock
Epiphany
custom versions  for SeaMonkey and SongBird.

Similar Softwares :-
Internet Explorer - IE7pro, iMacros
Safari - GreaseKit
Google Chrome - Limited native support for greasemonkey.

Recommended website(s) for greasemonkey is http://userscripts.org

Friday, April 29, 2011

How to create your own URL shortener

Well, all of us have some time or the other in our life come across some long and forgettable URLs. Well at that time of life, URL shortening service used came to our rescue. But since the better part of life remains, lets  create our very own URL shortening service. Well before thinking of some hardcore programming, let me inform you that we are going to create it without the need of programming.

Requirements :-
1.) Web-Host with PHP and MySQL support.
2.) us (:-))

Wednesday, April 27, 2011

How to create your own social-networking website

How to create your own social-networking website

A Do-It-Yourself guide on creating your own social-networking site for friends, family or more
Facebook dethroned Google in 2010 as the king of Net. It has 500+ million users and has a global rank of 2 (just after Google).
Its net worth is increasing ever since big companies are investing in FaceBook.

So what does it take to have your own Facebook or any
other cool social networking website ?

Requirements:-
  1. Cool Web-Hosting Service which supports PHP. I recommend using a free web service where you can
    "test" and "try" your website
  2. A cool Idea. If you don't have an idea, you have nothing. Well, I am not talking about the Idea Telecom but the idea that
    arouses in the greatest machine of the world. You.
  3. Me. (:-)
  4. Little Knowledge of PHP/HTML.

Monday, February 21, 2011

How to add sexy sharing buttons on blogger

Share the love. Share it. Sharing is sexy. Sharing buttons with this texts have become quite a rage these days. They make your blog look attractive. In some cases, I have seen that they compel the users to come back. Well if you want it on your blog, keep reading.