<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_170_Web_Programming</id>
	<title>CS 170 Web Programming - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_170_Web_Programming"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_170_Web_Programming&amp;action=history"/>
	<updated>2026-04-14T21:47:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_170_Web_Programming&amp;diff=43&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_170_Web_Programming&amp;diff=43&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:11Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_170_Web_Programming&amp;diff=42&amp;oldid=prev</id>
		<title>wiki_previous&gt;Znoble1: Created page with &quot;== Catalog Description == An introduction to World Wide Web programming methods and scripting languages. Includes Hypertext Markup Language (HTML), Cascading Style Sheets (CSS...&quot;</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_170_Web_Programming&amp;diff=42&amp;oldid=prev"/>
		<updated>2021-05-17T19:46:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Catalog Description == An introduction to World Wide Web programming methods and scripting languages. Includes Hypertext Markup Language (HTML), Cascading Style Sheets (CSS...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Catalog Description ==&lt;br /&gt;
An introduction to World Wide Web programming methods and scripting languages. Includes Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), Dynamic Hypertext Markup Language (DHTML), JavaScript, and VBScript.  Prerequisite - C or better in CS 151.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
* Basic understanding of at least one programming language’s syntax and primary data structures.&lt;br /&gt;
* Variables, primitives, and literals&lt;br /&gt;
* Functions&lt;br /&gt;
* Collections&lt;br /&gt;
* Most important skills/knowledge gained: &lt;br /&gt;
* Client-server relationship and front-end back-end architecture&lt;br /&gt;
* Editors, multi-file projects, code linters, and workflow&lt;br /&gt;
* The JavaScript event loop and asynchrony&lt;br /&gt;
* The JavaScript prototype and the `this` keyword&lt;br /&gt;
* EcmaScript latest additions&lt;br /&gt;
* Regular expressions&lt;br /&gt;
* Intro to PHP: Hypertext Preprocessor&lt;br /&gt;
* Separation of concerns and ideal abstraction&lt;br /&gt;
* Build tools and test suites&lt;br /&gt;
* Simple back-end in NodeJS&lt;br /&gt;
&lt;br /&gt;
== Standard Content ==&lt;br /&gt;
* Using Unix (refresher)&lt;br /&gt;
* Client Server relationships&lt;br /&gt;
* Understanding Apache as a System Service&lt;br /&gt;
* Front-end Back-end Architecture&lt;br /&gt;
* HTML and CSS (refresher)&lt;br /&gt;
* Document Object Model (DOM tree)&lt;br /&gt;
* Code Editors, Linters, and Workflow&lt;br /&gt;
* JavaScript Event Loop and Asynchrony&lt;br /&gt;
* Events&lt;br /&gt;
* setTimeout() and setInterval()&lt;br /&gt;
* Promises&lt;br /&gt;
* Latest EcmaScript Additions:&lt;br /&gt;
* Arrow Functions&lt;br /&gt;
* Rest and Spread operators&lt;br /&gt;
* .forEach() and .map()&lt;br /&gt;
* Binary, octal, hex literals&lt;br /&gt;
* Template sting and interpolation&lt;br /&gt;
* The JavaScript Prototype&lt;br /&gt;
* Objects, prototypes, and new&lt;br /&gt;
* The “this” keyword&lt;br /&gt;
* Regular Expre	ssions&lt;br /&gt;
* ES6 classes&lt;br /&gt;
* Abstraction techniques and code reuse&lt;br /&gt;
* Building web components&lt;br /&gt;
* Intro to PHP (Hypertext Preprocessor)		&lt;br /&gt;
* Build Tools - webpack, gulp (time permitting)&lt;br /&gt;
* Testing tools - jasmine, mocha, jest, ava (time permitting)&lt;br /&gt;
* Common frameworks (time permitting)&lt;br /&gt;
* KnockoutJS&lt;br /&gt;
* Vue&lt;br /&gt;
* React&lt;br /&gt;
&lt;br /&gt;
===Important Assignments and/or Exam Questions===&lt;br /&gt;
* &amp;#039;&amp;#039;TODO&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Standard resources ===&lt;br /&gt;
* (optional) [https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742  JavaScript: The Good Parts by Douglas Crockford]&lt;br /&gt;
* (optional) [https://www.amazon.com/dp/0596806752/ref=rdr_ext_tmb  JavaScript Patterns by Stoyan Stefanov]&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Web  Mozilla Developer Network (MDN)]&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Znoble1</name></author>
	</entry>
</feed>