Categories
Uncategorised

Blogger democracy under attack in India! Learn how to bypass it

I’ve heard that many users in India can’t access BlogSpot pages these days, the sites don’t open. They can access Blogger, use the Dashboard, even publish posts, but they can’t view blogs, not even their own.

The reason behind this is astounding – apparently, on contacting their ISPs, many users were told that the ISPs have been ordered by the Ministry of Communications, India to block all BlogSpot addresses, from what I’ve heard, to curb online anti-reservation protests. This is RIDICULOUS. Most ISPs in India, like MTNL, BSNL, Spectranet, Reliance etc. have blocked all BlogSpot domains. The only ISPs that haven’t implemented the order are Airtel and Sify (that’s my ISP). Kudos to them and hurray for standing up, at least for some time, to this idiocy.

A quick search told me that the same has happened in Pakistan too. Also, other blogging services like WordPress and Typepad have been partially blocked too.

We MUST fight against this. India isn’t a dictatorship like Pakistan, or a like China, We are the world’s largest democracy and it MUST stay that way. Can’t access your blog? Use a proxy server, like pkblogs.com, or hidemyass.com (this one also has a list of servers to configure your proxy manually). Or just search for the term ‘free anonymous web browsing’ or ‘free web proxy’ on any search engine. For a more permanent solution, you can also download this software from the Electronic Frontier Foundation (based on ‘onion servers’ concept; but I don’t think you’re interested in that now).

And foremost, SPEAK OUT against this! Use proxies and keep on using BlogSpot. Don’t let India become China.

Categories
Technology

FavIcons on my blog; and how to put a FavIcon on your site

If you said “What the hell is a FavIcon!?!” after reading that word, you may be excused. Not many now the definition, but I’m sure you must have seen it, Mozilla Firefox users at least.

FavIcons (it’s linked to a Wikipedia entry on that topic) are those tiny little graphic buttons in the address bar, to the left of the URL, and also in the tabs of Mozilla Firefox when you open a site. Now, most browsers support the feature, but since I’m biased towards Mozilla Firefox, I chose to mention it. Not all sites have this, so if one does, take it that the site admin is knows what he’s upto, although adding it is not a major headache.

So if you care to look at the top, dear Mozilla Firefox users, don’t you see the cool little ‘GQB’ FavIcon there? Also on your tab. It’s a nice change from the Blogger B that’s seen on most BlogSpot blogs.

I anticipate that many of you too would like to use this, so here’s the method in brief:

  • First, create an image which can be used for the FavIcon using Adobe Photoshop, CorelDraw, the GIMP, good ol’ (bad ol’?) Microsoft Paint or any other graphics editing program. Now don’t ask me how to use these graphics editing programs, because that’s a separate topic. You may send in specific queries though.
  • Make sure that the image is discernible when reduced to a very small size; a badly created one will look like a horrible jumble of colors.
  • Use minimum amount of text.
  • Now, resize the image to 16 X 16 resolution; don’t crop it.
  • Save the file with the extension .ico, like favicon.ico
  • You’ve to upload the file somewhere. If you own your site, nice. Otherwise, you’ll have to look somewhere else. Unfortunately, not many free hosts out there support .ico file. Don’t use Google Pages, it’ll replace you FavIcon with Google’s; GeoCities no longer allows hotlinking of files, so that won’t work too. The only free service I’m sure of is that of Bravenet; if anybody finds this method works with other hosts do leave a comment here.
  • Note down the URL of your FavIcon.
  • Now, go to your blog or site, and in the HEAD section, add this line

    <link rel="shortcut icon" href="http://www.mysite.com/favicon.ico" />

    Remember to replace the URL in the href section with YOUR own FavIcon’s URL. Of course, you may add more attributes to this section, but this is the plain vanilla takes-least-amount-of-time version.

  • Save and publish your site. This is something many forget to do.
  • Please note, that you have to individually add this line to every page you want the FavIcon on, or start using a template. Go learn CSS for this.

Load your site now. Your cute little, or rocking little FavIcon would there as your personal style statement for others now! If it doesn’t, bad luck, your host probably doesn’t allow hotlinking, or doesn’t allow .ico files, or Bravenet has stopped external loading; a host of reasons, depends on your case. Just try another host, the method is correct, my blog is the proof.