By Sumit Gupta on December 31, 2007
On a new year, I found a new logo on google, and wonder what they do with old logos…I search google for its logo and reach google logo collection since 1999… http://www.google.com/holidaylogos.html I must see for designer to see the creativity of logo designer and its really fun for public to see the good efforts [...]
Posted in Bookmarked |
By Sumit Gupta on December 29, 2007
Now a days we often visit a website that display some ad video or some profile video. Most of those are created using camcoders, professional video studio. But those formats are very heavy in Size (storage) to be used on web interface. Therefore as developer you often reach a stage where you need to convert [...]
Posted in Links, Programming, Server Configuration |
By Sumit Gupta on December 25, 2007
After, almost 4 yrs I bought a new PC for myself. After some ups and down in assembling PC and installing Software I finally get it running. It is really fast PC to work on, and Virtual PC 2007 from Microsoft, I am really enjoying using more than one OS on my PC. Currently my [...]
Posted in Joyous, Other |
By Sumit Gupta on December 17, 2007
Once you create a table and what to reset autoincrement value of a table to your desire number, you need to set some system table values, which are not available for direct editing. To perform this you need to do following: SELECT OBJECT_ID,OBJECT_NAME(OBJECT_ID) AS TABLENAME, NAME AS COLUMNNAME, SEED_VALUE, INCREMENT_VALUE, LAST_VALUE, IS_NOT_FOR_REPLICATION FROM SYS.IDENTITY_COLUMNS ORDER [...]
Posted in Code Snippets, Programming, SQL |
By Sumit Gupta on December 12, 2007
Disclaimer follows: (It was in red colour on website homepage, but I copy here as normal, Bold some text to highlight) Web Page is subject to change without notice; Text is slightly enlarged to show detail; Resemblance to actual persons, living or dead, is unintentional and coincidental; All models are over 18 years of age; [...]
Posted in Joyous, Other |
By Sumit Gupta on November 20, 2007
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 in Bookmarked, Links |
By Sumit Gupta on November 14, 2007
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 in Bookmarked, Links, PHP |
Recent Comments