A Selection of JavaScript References
CS 328 - Web-Apps Using Databases
Section 10 - CRN 22205 - MW 3:00-4:20
Spring 2025
Last modified: Monday, April 28, 2025
Important Notes:
- Note: if any of these references happen to follow coding or style
standards other than the CS 328 coding or style standards,
you are still expected to follow the CS 328 coding and style
standards for CS 328 course work! 8-)
-
CS 328 JavaScript Coding Standards so far
-
https://developer.mozilla.org/en/JavaScript/Guide -
A good on-line JavaScript intro: Mozilla Development
Network's JavaScript Guide
- https://www.jslint.com
- A useful JavaScript tool: JSLint Syntax checker
- https://jsfiddle.net -
example of another JavaScript-and-more tool;
this one provides an environment for testing, or
fiddling with, JavaScript, HTML, and CSS within a
browser
-
ECMA-262 specification, the ECMAScript standard
-
https://stackoverflow.com/questions/436411/where-is-the-best-place-to-put-script-tags-in-html-markup
- see 2015-08-15 answer, near the top, for my
favorite-so-far discussion of the where-to-put-JavaScript-script-tags
issue
-
https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
-
looks like a good reference for form validation
-
https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX -
Mozilla Development Network's Ajax guide
-
https://developers.google.com/speed/libraries - Google
Libraries API - "a stable, reliable, high-speed, globally
available content distribution network for the most popular,
open-source JavaScript libraries"
Back to Course Home Page