Validate E-Mail Addresses Using JavaScript May 22, 1999 Using a text box and submit button, you can validate an e-mail address to make sure there is only one @ sign and that it is not at the beginning
Relocating Declarations Can Enhance Performance May 22, 1999 On some occasions, the performance boost that can result from moving declarations is quite considerable. Consider this example: void use() { string s1; if (condition == false){ return; //s1 was