Interesting things about domains you may not be knowing

Things you should know before reading this : TLD -Top level domain ; gTLD-generic top-level domains example -.com ; ccTLD - country code top-level domains example - .us /in

  • Q.com and X.com are the only “single letter” .com ever registered ,After the registration of these two domains the registration of “single letter”.coms were prohibited .Currently q.com is owned by qwest.com and x.com is owned by paypal labs
  • Domains can’t end/start with a “-” hyphen .None of the registrar will allow you to register any such domain BUT mc-.info is the only website which was registered before this rule was established hence it is the only domain which ends with a “-” hyphen
  • Although no one knows , what is the most expensive domain ever sold but as per Guinness Book of World Records Business.com is the most expensive domain name in the world.It was sold to Marc Ostrofsky 1999 for a price of $7.5 million.But few recent studies shows that sex.com was the most expensive domain ever sold (about 14 million ) , although the actual figure is unknown.
  • The domain extension .TV is mostly used for Television /music/entertainment related websites but actually its a ccTLD ( COUNTRY CODE TLD ) of Tuvalu an island in South Pacific.Similarly the ccTLD .FM belongs to Federated States of Micronesia
  • There are over 250 TLD ( including ccTLD like .us/.in and gtld like .com)
  • .example , .invalid, .localhost and .test are the four reserved TLD and will never ever become an actual TLD
  • Similar to ccTLD and gTLD, “iTLD” which is used exclusively for Internet-infrastructure purposes ! .arpa (confirmed) and .root (existing without any reason) are the two extensions under this category

Tips : How to earn rapidshare points easily !

How to earn rapidshare points

So as you have reached to this page I guess you are an downloading junkie ;) and you know what rapidshare is!

Also most probably you know about the free and premium rapidshare accounts.Let me start from “what is rapidshare?”
Rapidshare is a file hosting service which provides a hassle free and very easy feature of uploading your files so that you can share those with others .Alternatively the downloaders can call it very annoying and a comparatively costly file sharing service.There’s another definition : Rapidshare is a file hosting monopoly :| ,It have a monopoly over all the other file hosting sites

There is a limitation like waiting time,Single file at a time etc. for those users who use the free mode of downloading from rapidshare.whereas the premium account doesn’t have any such limitation.

A premium account cost about 10 USD for one month account alternatively you can also create a premium account from the rapidshare points which you have earned from your collectors account.You require 10000 points to get one month of rapidshare premium account.

You will get 1 rapidshare point/download if the downloader downloads the file which you have uploaded,  via that rapidshare link as a free user AND your file is bigger than 1 MB also the downloader has generated less than 5 points in the last hour.

Seems like impossible??! Nop! actually it’s not that difficult.

Let me share some tips to get tones of rapidshare points easily BUT first . .. . . . (more…)

A trip to titwala

This Sunday we I took a trip to titwala ganesh temple with my parents sis and uncle,aunt
We went there by a road as it’s not too far from ambernath and it was really memorable espically the Ulhasnagar roads :p
They are so messy and confusing .Almost about the half hour we were just making roundtrips on the same road then Atlast we found the correct way
It was 7 in morning so the roads were quite empty..

A little about tiwala

Titwala is a small town near Kalyan in Maharashtra, India. It is the site of a venerated temple of Ganesha, and also the putative site of the hermitage where Shakuntala was born.

Siddhivinayaka Temple at Titwala is a popular temple around. Pilgrims floods in lakhs here on ‘Angarika Chaturthi’ a Holy day in Hindu culture. Tuesday is day of Ganapati, attracts decent number of ‘Bhakt’ to this Temple.

Wikimaipa link

Here are some snaps I took ,although taking photos was prohibited ;)



[Image]
[Image][Image]

[Image]
[Image][Image]
[Image][Image]


I really enjoyed the trip :)

DLINK GLB-502T ADSL2+ router configuration for Bsnl dataone

This tutorial is about configuring the router D-LINK GLB 502T ADSL2+ for usage with Dataone internet connection by BSNL

UPDATE  on 12oct 2008 : GLB 502T has been discontinued by D link and is replaced by 802C. This tutorial also works fine with D-Link 802C.

First connect all the equipments to your PC .Details about this is probably given on the manual

  • Now on windows go to control panel -> Network Connections

  • Select “Local Area Connection” and right click it . . . (more…)

Redirecting the root of website to a folder using htaccess

Many people make a common mistake while installing the blogs on their domain,What they do is they install the blog on some folder rather than the root of the website.Hence the address of the blog becomes something like www.mydomain.com/blog without keeping any content on the root of the site (i.e. mydomain.com)

That’s not the only case,Many times by misake OR unknowingly they make their whole website on some other folder rather than the root.and It become a mess to again shift the website one tree down

BUT there is one thing which could solve this issue without moving the whole website,That’s redirecting the users from the root -> to that folder.

Redirection can be made using META tags or using .htaccess file .Use of .htaccess is recommended in redirection cases as many search engine penalizes for using a META refresh tags( as it is mostly used by keyword spammers)

So coming to the point, consider you own a domain “mydomain.com” And you want to redirect all the traffic form “mydomain.com” to “mydomain.com/blog” then use these codes on the .htaccess file on the root (mydomain.com/)

These codes can also be used if you want .. .. . (more…)