Google Privacy Principles
Submitted by vaibhav on Sat, 01/30/2010 - 01:32Promote and Share your Links on Orkut
Submitted by vaibhav on Sun, 01/10/2010 - 14:23Its have been quite a time when Orkut launched Promote feature. In a recent announcement Orkut release its Bookmarklet feature. Now you can share any link with your friends on orkut by just clicking a Button. Visit this link to add a new button to your bookmark toolbar. Link shared will appear on your updates section as well as promote section in orkut.
Index in Sql Server
Submitted by shantanu on Wed, 01/06/2010 - 04:29Understanding Indexes
Indexes speed up the querying process by providing filtered access to rows in the data tables (just like book’s index) if they are used efficiently.
Indexes are created on columns in tables or views.
How to create a session variable in ASP.NET
Submitted by shantanu on Sat, 12/19/2009 - 13:38- Define an ASP.NET web site.
- Create two pages within the site. The first page will contain an ASP.NET Web Form that will post back to itself and then redirect to the second page.
Note: The reason this example uses two pages is to prove that a session variable is available to a second, third, fourth, etc. page in the web site. Request variables, which are an alternative to session variables, cannot be carried over from an ASP.NET Web Form on one page to a second page
Google Launches a URL Shortner : Goo.gl
Submitted by vaibhav on Tue, 12/15/2009 - 03:26Google now offers URL Shortening Service name Google URL Shortner for Google Toolbar and FeedBurner. Google Toolbar now use Goo.gl for link sharing. In an announcement today Google Launch this service. Google put three points to use Google URL Shortner over Other URL Shortening Services.
General Troubleshooting steps if your Internet is not connecting
Submitted by vaibhav on Mon, 12/14/2009 - 03:33If you are running a ADSL or ADSL2 Modem and your internet connection is not working, here are some basic steps which you can follow before calling any techsupport guy.
These Steps worked for MTNL, BSNL, Verizon, AOL and other telecom companies which provide internet connection through a phone line.
SQL Server 2005 error 10061
Submitted by vaibhav on Mon, 11/30/2009 - 15:31I needed to connect to sql server from a remote computer which is on my home lan.
But got this error message.
SQL Server: Backup and Restore Database using T-SQL
Submitted by vaibhav on Wed, 11/11/2009 - 12:18Its very easy to take Backup and Restore your Database using T-SQL even if you are not a DBA. In one of the client application, I wanted to take periodic Backup without logging in to SQL Server Management Studio. Here in this small tutorial I will try to elaborate the procedure of taking database backup using T-SQL.
1. Create a Database
CREATE DATABASE PracticeDB
2. Take Backup of the Database
BACKUP DATABASE PracticeDB TO DISK='C:\PracticeD.bak' WITH DESCRIPTION='Database Backup', INIT, PASSWORD='TryAgain'
Regular Expression to Check Password Strength
Submitted by vaibhav on Mon, 11/02/2009 - 01:57Last few days I was trying hard to come up with a Regular Expression for checking password strength in JavaScript. For those who don't know what is a regular expression and How it can be used, Here is a wonderful link for you. Regular Expression can be a very handy code, for Matching two strings, Data Validation and even Syntax Highlighting.
"Create your own FTP Server" on Windows XP, Windows Server 2003 and Windows Server 2008
Submitted by shantanu on Wed, 10/28/2009 - 15:09Hi !
I was trying to create an FTP Server for last few days. After googling a lot I finally got the process of creating an FTP server, I would like to share this helpfull knowledge of creating ftp server.
You need to have a CD of your operating system.
For Windows XP
1. Start -> Control Panel -> Add or Remove Programs -> Add remove windows components. A window will appear.
Recent comments
3 days 22 hours ago
1 week 4 days ago
4 weeks 2 days ago
6 weeks 4 days ago
7 weeks 3 days ago
8 weeks 2 days ago
8 weeks 6 days ago