Archive for September, 2008|Monthly archive page

Enter FTP Site Password in Web Browser

Its very often that I google the ftp client parameter that will includes username and password, also initial url path.

To logon to an FTP site that requires a password, type the the following URL format:

ftp://<user>:<password>@<ftpserver>/<url-path>

Free Help Desk Systems

Nice collection of Helpdesk management solutions. The best part of it, its free. Visit this link.

Common SQL Date and Time Functions

Got these sample functions from SQLAuthority and find it very useful:

—-Today
SELECT GETDATE() ‘Today’

—-Yesterday
SELECT DATEADD(d,-1,GETDATE()) ‘Yesterday’

Read more »

Google Chrome (New Web Browser)

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.

View its features

Read more »