Richland College Multimedia Learning Center

JavaScript, jQuery, and React
Home e-Handouts and Assignments Syllabus Resources Student Sites Other Classes RLC Multimedia

JavaScript, jQuery, and React -- ITSE 1311 -- Section 81701

Resources


WebEx Meeting Site

Validators


JavaScript References


jQuery References


Template for creating new HTML5 documents:

HTML5 Template:

<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>HTML5 Template</title>
  <link rel="stylesheet" href="myStyles.css">
  <script>
    /* <![CDATA[ */
    // Most JavaScript code goes in the head section.
    /* ]]> */
  </script>
</head>

<body>
  <!-- Your HTML content goes inside the body tag, below this comment.  -->
  <script>
    /* <![CDATA[ */
    // But JavaScript code can go wherever it needs to be, including in the body.
    /* ]]> */
  </script>
</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

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:


HTML Editors


FTP Clients


Image-Editing Software


HTML Information and References


Cascading Style Sheet Information and References


General Information


WebEx Recorded Meetings