Last updated 2017 January 24

Resources

Instructor


Notes


Books


Useful HTML Web Sites


Useful CSS Web Sites


Useful JavaScript & jQuery Sites


Software to use

All of the work creating and editing web pages and JavaScript files is done using a text editor.

Macs

TextEdit comes with OS X. TextEdit can display HTML documents as you’d see them in a browser (although images may not appear in some cases). Or, you can use TextEdit as an HTML editor. To learn how, use TextEdit Help and search for html documents and a link to Work with HTML documents will be displayed.

I use Xcode as my text editor because I develop apps for iPhones and iPads (they are programmed in Objective-C; C augmented with object oriented features), and prior to version 4 Xcode could be used build Java programs (for which I now use Eclipse).

You can also download and install freeware or shareware editors such as the following.

Windows

On windows systems you can use WordPad. You can also download and install freeware or shareware editors such as NotePad++.

You can also download and install freeware or shareware editors such as the following.

Unix systems

You can also download and install freeware or shareware editors such as the following.


About the Firefox Browser

The Firefox browser is available for free and runs on Macs and on the various Windows operating systems. You will need the Firefox browser for the database part of the course because Firefox has an addon SQLite Manager that we will use to learn about the fundamentals of databases and database management. For the HTML5 and JavaScript parts of the course you can use other browsers such as Safari and Internet Explorer.

SQLite Manager

First install the latest version of Firefox from here. Then run Firefox and download the SQLite Manager addon from here and add it to Firefox. Once SQLite Manager is installed you run it by selecting SQLite Manager under the Tools menu.

Sources for images


Sources for sound


Sources for music