Archive

Archive for the ‘2010 Summer BTI220’ Category

Assignment 3 guidance

June 15, 2010 Leave a comment

This post will help you complete BTI220 Assignment 3.

Read more…

Categories: 2010 Summer BTI220

Drag and drop #1 – the essentials

June 8, 2010 Leave a comment

Programming drag and drop functionality is a pretty good way to learn HTML + CSS + JavaScript. In this post, we learn the essentials.

Read more…

Categories: 2010 Summer BTI220

User input validation with JavaScript RegEx

June 3, 2010 Leave a comment

In assignment 2, you are asked to validate user input. This post will help you do that.

Read more…

Categories: 2010 Summer BTI220

Create a horizontal menu (nav bar) using an XHTML list and CSS

June 2, 2010 Leave a comment

In this post, learn how to create a horizontal menu, also known as a navigation bar, using an XHTML list and CSS.

Read more…

Categories: 2010 Summer BTI220

Learning JavaScript – the top ten list

May 21, 2010 Leave a comment

When we begin to learn a new computer programming language, we often try to get acquainted with the language by applying our current knowledge to its characteristics. This “top ten” list of questions and answers helps with this process.

Read more…

Categories: 2010 Summer BTI220