Check this software
http://www.microsoft.com/technet/sysinternals/utilities/Whois.mspx
I download it, copy paste the exe in my C:\Windows\System32 and now I have new command available on my XP command prompt to find whois of domains.
great work
Posted on November 20th, 2007 by Sumit Gupta
Filed under: Bookmarked, Links | No Comments »
I have lately create an class in PHP 4 to connect and do POP3 mailbox handling. However, that class is not able to utilize the SSL connection and hence it fails when I have to access my Gmail (Now Google Mail ) account which use SSL connection for the purpose. For this I found another [...]
Posted on November 14th, 2007 by Sumit Gupta
Filed under: Bookmarked, Links, PHP | No Comments »
With increasing use of Map service such as google, yahoo and MSN one often need to calculate distance between two location. This can be done many ways I suppose. However, to calculate the short distance we can perform calculation based on longitude and latitude values of those two location.
 However, it is simply a math formula [...]
Posted on November 10th, 2007 by Sumit Gupta
Filed under: Code Snippets, Javascript, Links | 1 Comment »
I was looking to various classes available on net, just to learn something new and found this one really good to make a script that can work as XML-RPC client. You can use this XML-RPC client for Blooger.com, other blogging software, booking.com XML-RPC call or virtually to any XML-RPC server call.
http://keithdevens.com/software/xmlrpc
I use this script myself [...]
Posted on November 5th, 2007 by Sumit Gupta
Filed under: Links, PHP, Programming | No Comments »