Web Page Programming -- ITSE 1311 -- Section 8501

Resources


Validators


Template for creating a new XHTML 1.0 Transitional HTML document with JavaScript:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <title>An XHTML 1.0 Transitional standard template</title>
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <script type="text/javascript">
    /* <![CDATA[ */
    // Your JavaScript code goes here.
    /* ]]> */
  </script>
</head>

<body>

  <!-- Your HTML content goes here -->

</body>
</html>
  

FTP Information


Online File Storage


Running Apps from Portable Storage


Turning on JavaScript

If you ever need to tell someone how to turn on JavaScript in their browser, here is some information:


Turning on JavaScript Error Messages

Microsoft Internet Explorer (IE) does not, by default, display JavaScript error messages. Firefox has a nice built-in error display console, but it does not display by default, either.

Here are some instructions on how to turn on JavaScript error messages.


Turning on prompt() in IE

Microsoft Internet Explorer (IE) has a setting that allows the user to prevent the prompt() function from working. If your prompt() window is not displaying, check this setting:


Greeking Source


Student Discounts on Software:


Web Page Design Software and HTML Editors


FTP Clients


Image-Editing Software


HTML Information and References


Cascading Style Sheet Information and References


General Information