Overview of ITM 352, and some initial tasks to get set up and ready for the course.
Introduces web application developed tools needed for performing course exercises and assignments.
Learn to design basic static web pages using HTML and CSS.
Learn the how to build and deploy basic dynamic web pages.
Fundamental types of data, declaring and using variables, output to console or screen.
Expressions, operators, precedence, and working with strings.
Boolean expressions and conditional statements to control program flow.
Fundamental concepts of collections using objects and arrays in JS.
Learn to use, document, and create functions in Javascript.
What is a program, program logic and solving problems with algorithms.
Learn to design basic html forms and process information from them in JAVASCRIPT.
Learn server-side programming for form processing, micro-services, and serving web applications
Design and build an e-store.
Learn the methods and methodology for effective debugging.
File input and output. Making data persistent.
Design and build an e-store with user registration and identification.
Learn about use of cookies for managing user data on the client and sessions for managing user data on the server.
Design and build an e-store with sessions