1 comments
Wamp on windows vista or windows 7 installs perfectly fine but there are 2 important things to be done to get it run.  1. After installing Wamp Stop IIS, Because IIS uses Port 80 so Apache will not be able to start unless and until Port 80 is free so stop IIS.  2. The Next Most Common issue is with PHPmyadmin after when we try to run PHPmyadmin it shows PHPmyadmin...
Read More [...]
    5 comments
This Post Shows how we can Return Values From a Stored Procedure First off, your stored procedure will look like this ... CREATE PROC SomeSproc AS INSERT INTO MyTable (fieldName) VALUES ('MyValue') RETURN @@IDENTITY  Here is some sample code that will grab that return value ... Dim con As New SqlConnection("connectString ...")Dim cmd As New SqlCommand("SomeSproc",...
Read More [...]
    2 comments
SSL enables browsers to communicate with a web-server over a secure channel that prevents eavesdropping, tampering and message forgery.  You should always use SSL for login pages where users are entering usernames/passwords, as well as for all other sensitive pages on sites (for example: account pages that show financial or personal information). Configuring SSL on Windows...
Read More [...]
    5 comments
In my last post ( Free Domain Name Using Co.CC) i described How to Set up a Free Domain name using Co.CC. This Post is a continuation of it. If u haven't yet created a free domain using Co.CC then please read my last post and create one.. It's Free :-) Next Up : Assuming that u have a Free Domain name in Co.CC  in this post i will show u how u can use your free Co.CC Domain...
Read More [...]
    1 comments
In my last post ( Free Domain Name Using Co.CC) i described How to Set up a Free Domain name using Co.CC. This Post is a continuation of it. If u haven't yet created a free domain using Co.CC then please read my last post and create one.. It's Free :-) Next Up : Assuming that u have a Free Domain name in Co.CC  in this post i will show u how u can use your free Co.CC Domain...
Read More [...]
    2 comments
Go to http://www.co.cc Follow the 8 steps below which are shown using images and please also read the notes if present above each image for clear picture. STEP 1 :  STEP 2 :  Notes : Please Enter a Valid Email Address and fill in all other details correctly              Once u have Entered all the details click create...
Read More [...]
    228 comments
I am on Linked In and have over 200 contacts. On Stumbler, I have over 200 friends and add about 5 a day when I want to. I have  less than 50 - - contacts on Facebook. What's up with that and what does that have to do with Needing Money? Facebook has replaced MySpace as the hottest social network in the universe. Nope, I don't have numbers to back that statement...
Read More [...]
    6 comments
  Hi This is Sadeer Shaikh i am an computer science engineering graduate & I love to program things that work in real world. I am  a professional web developer with more than 3 years of experience with major interests in PHP and ASP.NET And not to surprise i am a Microsoft Certified Technology Specialist in .NET Framework 3.5, ASP .NET Applications. This Blog...
Read More [...]