Lecture Notes
TitleDescription
C++ part 1Learn how to produce C++ programs. Assumes no prior programming knowledge.
C++ part 2Take your code one step further by allowing your programs to react to the values of variables.
C++ part 3Structure your programs with functions.
C++ part 4Learn how to use arrays in your programs, and in specific arrays of chars - the string.
C++ part 5Start using C++ Builder to create Graphical User Interfaces to your programs.
HTML part 1An introduction to HTML covering the basics to creating web pages.
HTML part 2A more advanced look at HTML including tables and frames.
HTML part 3Make your pages easy to update with StyleSheets. Create input forms for data entry.
JavaScript part 1Learn how to extend your pages with the power of JavaScript.
JavaScript part 2Use JavaScript to validate the data entered in your forms. Several other techniques discussed also.
PHP part 1Develop dynamic, interactive web applications with PHP.
PHP part 2Use MySQL databases within your PHP to create dynamically generated pages.
PHP part 3Complete your repertoire of skills with this broad-ranging lecture.
PHP part 4Put the finishing touches on your PHP knowledge by learning how to deal with date/time and passwords.