TOP 25 Most Dangerous Programming Errors

CWE-20:Improper Input Validation CWE-116:Improper Encoding or Escaping of Output CWE-89:Failure to Preserve SQL Query Structure CWE-79:Failure to Preserve Web Page Structure CWE-78:Failure to Preserve OS Command Structure CWE-319:Cleartext Transmission of Sensitive Information CWE-352:Cross-Site Request Forgery CWE-362:Race Condition CWE-209:Error Message Information Continue reading TOP 25 Most Dangerous Programming Errors

Rules of converting HTML to XHTML-Transitional

Converting from traditional HTML to XHTML 1.0 Transitional is easy, as long as you work carefully and observe the following rules: 1. Open with the proper DOCTYPE & Namespace <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd “> 2. Write Continue reading Rules of converting HTML to XHTML-Transitional