Instant Domain Check

Instant Domain Check (IDC) is a web utility to check Domain Name Availability for various TLDs and CCTLDs. At IDC you just start typing a domain name and it will start showing availability along with quick links to Whois information, Alexa Rankings, Go to site, Search Keyword and Register etc. Often it happens that a … Read more

SMSTongue.com – SMS for Every Taste

I was thinking to start an SMS portal which provides SMS for all tastes. Where in users can contribute an SMS and search SMS to send them to their loved ones, family, relatives, friends and known ones. Then I thought why not to have a portal where some SMS tips, how to send Free SMS … Read more

Welcome to Webpany.com!

Webpany.com – all about Web Companies! is a discussion forum where you will find information related to Web Companies. You will find reviews, information, news and updates about Web Company(ies) or Webpany(ies) (in short). You can discuss about websites, how well these sites are created, what is not user friendly in these sites, how to … Read more

Print Alphanumeric with atleast 1 numeric (PHP)

How to print 3 letter Alphanumeric with atleast 1 character as Numeric. <?php $alphanumeric= array(“0″,”1″,”2″,”3″,”4″,”5″,”6″,”7″,”8″,”9″,”A”,”B”,”C”,”D”,”E”,”F”,”G”,”H”,”I”,”J”,”K”,”L”,”M”,”N”,”O”,”P”,”Q”,”R”,”S”,”T”,”U”,”V”,”W”,”X”,”Y”,”Z”); for($i=0; $i<36; $i++) { for($j=0; $j<36; $j++) { for($k=0; $k<36; $k++) { if($i>=’10’ && $j>=’10’ && $k>=’10’) { } else { $newword=$alphanumeric[$i].$alphanumeric[$j].$alphanumeric[$k]; echo “$newword<br>”; } } } } ?>

Print Alphanumeric (PHP)

How to print all 3 letter long Alphanumeric words. <?php $alphanumeric= array(“0″,”1″,”2″,”3″,”4″,”5″,”6″,”7″,”8″,”9″,”A”,”B”,”C”,”D”,”E”,”F”,”G”,”H”,”I”,”J”,”K”,”L”,”M”,”N”,”O”,”P”,”Q”,”R”,”S”,”T”,”U”,”V”,”W”,”X”,”Y”,”Z”); for($i=0; $i<36; $i++) { for($j=0; $j<36; $j++) { for($k=0; $k<36; $k++) { $newword=$alphanumeric[$i].$alphanumeric[$j].$alphanumeric[$k]; echo “$newword<br>”; } } } ?>

Dictionary Names available – .CO

After so many registrations (more than 410,000, now) with in few days of General registrations. You can still find dictionary names and 3 letter names available. I will update them here and will add to this list more and more names daily.. Dictionary Namesterminate.coafghanistani.comosquiotes.co 4 letter LLLL .CO oder.co 3 letter LLL .CO zyq.co 2 Wordssearchhome.co If … Read more

Contacts got easier to manage on Gmail

Today when I opened my Gmail Inbox, there was a slight change in the feel with some changes in navigation. It seems navigation has been changed for ease of use. Some changes have been made to Contacts also. With new features in Contacts, labeling like for mails has also been added. This will make quick … Read more

Print Alphabets (PHP)

How to Print Alphabets. You can print a range of Alphabets e.g. from A to Z or A to ZZ like A, B, C … AA, AB, AZ… ZY, ZZ and more $length=”3″; for ($alpha=’A’; strlen($alpha)<=$length; $alpha++) { print “$alpha<br>”; }

.CO – to Go for it or Not

.CO TLD was opened for general registrations just after the day when the most popular TLD .COM turned 25 years old. Within few minutes of its opening more than 1,00,000 domains were grabbed and currently more than 3,25,000 domains have already been registered..WoW! what a great start for .CO. Many people are still thinking that … Read more