Introduction to JavaScript Fall 2011

esse quam videri
Revision as of 07:44, 6 September 2011 by Brian (talk | contribs)
Jump to: navigation, search

Introduction

JavaScript is a scrappy little language that has seen a lot of changes since its introduction in 1995. Though the language has often been abused, there has been a resurgence of interest since the introduction of highly dynamic web applications like Gmail and Google Maps, which take full of advantage of JavaScript's capabilities.

This class will treat JavaScript with the respect that it deserves. Instead of relying on poorly designed tools to generate half-baked JavaScript, we will be hand writing clean and compact JavaScript.

I fully expect that this class will include students with little to no experience with programming or JavaScript. Luckily, JavaScript is a simple language to work with. Unlike many other languages, JavaScript doesn't require any fancy development environments or expensive tools. I hope that everyone will come away from this class knowing a lot more about JavaScript than they did before starting.

Who's teaching this class?

My name is Brian Nielsen. I am a Front End Developer at Sears Holdings Corporation.

You can contact me at bnielsen@colum.edu.

I won't have any office hours on campus, but if you would like to meet with me, I am available before and after class by appointment.

Class Deliverables

Class work will fall into these categories:

In-Class Work

In-Class works are quick and dirty examples of concepts I just talked about in lecture.

They are worth 10 points each

Assignments

Assignments are homework.

They are worth 40 points each

Projects

Projects are homework with a much longer timeline. There are only two them for the whole semester, and they should be stunning portfolio pieces.

They are worth 125 points each

Exams

There will be midterm and final exam for this class.

Each will be worth 100 points

Tools for this class

This is a list of tools that will come in handy for JavaScript development.

Text Editors

Cross Platform

  • Aptana (free, built on top of eclipse)

For Windows

For OS X

Browser Tools

Tools for Firefox

Books

I won't be teaching directly out of a book for this class, but there are a few books that will come in handy:

DOM Scripting: Web Design with JavaScript and the Document Object Model: this book is very gentle introduction to JavaScript that focus on practical examples of scripting websites.

Eloquent JavaScript: A Modern Introduction to Programming: this book (also available as a free eBook) goes into more detail about programming with JavaScript, and doesn't even touch DOM Scripting until the end. Some of it's DOM Scripting practices seem a bit out of date to me, still a great read though.

JavaScript: the Definitive Guide: this is THE JavaScript reference book in my opinion. It is thick, and dry. I wouldn't try and read it cover to cover until you're already comfortable with JavaScript and you want to poke though every nitty gritty detail.


Resources

References and Tutorials

Web Development Toolbox

Tutor

Which tutors know some JavaScript?

eBooks

Interesting JavaScript Websites

Each week, I will might you an interesting example of JavaScript usage in the wild. You can find a list of all of the websites here. If you come across any sites that you think use JavaScript in an interesting way, feel free to suggest them.

Class Schedule

Student portfolio sites