diff --git a/.gitignore b/.gitignore index 7954a1d..833c274 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /Assignments/MP07_CalebFontenot/nbproject/private/ /Assignments/JavaScript_1/nbproject/private/ /Assignments/JavaScript/chapter2LatBame/nbproject/private/ +/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/private/ diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/.bowerrc b/Assignments/JavaScript/lab13js_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/Gruntfile.js b/Assignments/JavaScript/lab13js_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/Gruntfile.js @@ -0,0 +1,9 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/Gruntfile.js to edit this template + */ +module.exports = function (grunt) { + // Project configuration. + grunt.initConfig({ + }); +}; diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/bower.json b/Assignments/JavaScript/lab13js_CalebFontenot/bower.json new file mode 100644 index 0000000..25b86f0 --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "lab13js_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/gulpfile.js b/Assignments/JavaScript/lab13js_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/gulpfile.js @@ -0,0 +1,10 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/gulpfile.js to edit this template + */ + +var gulp = require('gulp'); + +gulp.task('default', function () { + // place code for your default task here +}); diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/project.properties b/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..077002c --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.lab13js_CalebFontenot-public_html=public_html +file.reference.lab13js_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.lab13js_CalebFontenot-public_html} +test.folder=${file.reference.lab13js_CalebFontenot-test} diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/project.xml b/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..0a318db --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + lab13js_CalebFontenot + + + diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/package.json b/Assignments/JavaScript/lab13js_CalebFontenot/package.json new file mode 100644 index 0000000..387d1c2 --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "lab13js_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/public_html/ex_4_10.html b/Assignments/JavaScript/lab13js_CalebFontenot/public_html/ex_4_10.html new file mode 100644 index 0000000..e73cc95 --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/public_html/ex_4_10.html @@ -0,0 +1,45 @@ + + + + Example 4.10 + + + + +
+

 

+

Create Usernames

+

You can enter each student's name and ID number and
+this program will create usernames for you

+

 

+

+
+ + + diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/public_html/ex_4_11.html b/Assignments/JavaScript/lab13js_CalebFontenot/public_html/ex_4_11.html new file mode 100644 index 0000000..7517bf7 --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/public_html/ex_4_11.html @@ -0,0 +1,15 @@ + + + + Example 4.11 + + + + + diff --git a/Assignments/JavaScript/lab13js_CalebFontenot/public_html/index.html b/Assignments/JavaScript/lab13js_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..f6f390f --- /dev/null +++ b/Assignments/JavaScript/lab13js_CalebFontenot/public_html/index.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + +
TODO write content
+ + diff --git a/Chapter ZIPs/chapter5/5.1/hero.jpg b/Chapter ZIPs/HTML/chapter5/5.1/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.1/hero.jpg rename to Chapter ZIPs/HTML/chapter5/5.1/hero.jpg diff --git a/Chapter ZIPs/chapter5/5.1/index.html b/Chapter ZIPs/HTML/chapter5/5.1/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.1/index.html rename to Chapter ZIPs/HTML/chapter5/5.1/index.html diff --git a/Chapter ZIPs/chapter5/5.1/kayakdc.gif b/Chapter ZIPs/HTML/chapter5/5.1/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.1/kayakdc.gif rename to Chapter ZIPs/HTML/chapter5/5.1/kayakdc.gif diff --git a/Chapter ZIPs/chapter5/5.10/index.html b/Chapter ZIPs/HTML/chapter5/5.10/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.10/index.html rename to Chapter ZIPs/HTML/chapter5/5.10/index.html diff --git a/Chapter ZIPs/chapter5/5.10/myisland.jpg b/Chapter ZIPs/HTML/chapter5/5.10/myisland.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.10/myisland.jpg rename to Chapter ZIPs/HTML/chapter5/5.10/myisland.jpg diff --git a/Chapter ZIPs/chapter5/5.2/contact.gif b/Chapter ZIPs/HTML/chapter5/5.2/contact.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.2/contact.gif rename to Chapter ZIPs/HTML/chapter5/5.2/contact.gif diff --git a/Chapter ZIPs/chapter5/5.2/hero.jpg b/Chapter ZIPs/HTML/chapter5/5.2/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.2/hero.jpg rename to Chapter ZIPs/HTML/chapter5/5.2/hero.jpg diff --git a/Chapter ZIPs/chapter5/5.2/home.gif b/Chapter ZIPs/HTML/chapter5/5.2/home.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.2/home.gif rename to Chapter ZIPs/HTML/chapter5/5.2/home.gif diff --git a/Chapter ZIPs/chapter5/5.2/index.html b/Chapter ZIPs/HTML/chapter5/5.2/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.2/index.html rename to Chapter ZIPs/HTML/chapter5/5.2/index.html diff --git a/Chapter ZIPs/chapter5/5.2/kayakdc.gif b/Chapter ZIPs/HTML/chapter5/5.2/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.2/kayakdc.gif rename to Chapter ZIPs/HTML/chapter5/5.2/kayakdc.gif diff --git a/Chapter ZIPs/chapter5/5.2/reservations.gif b/Chapter ZIPs/HTML/chapter5/5.2/reservations.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.2/reservations.gif rename to Chapter ZIPs/HTML/chapter5/5.2/reservations.gif diff --git a/Chapter ZIPs/chapter5/5.2/tours.gif b/Chapter ZIPs/HTML/chapter5/5.2/tours.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.2/tours.gif rename to Chapter ZIPs/HTML/chapter5/5.2/tours.gif diff --git a/Chapter ZIPs/chapter5/5.3/contact.gif b/Chapter ZIPs/HTML/chapter5/5.3/contact.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.3/contact.gif rename to Chapter ZIPs/HTML/chapter5/5.3/contact.gif diff --git a/Chapter ZIPs/chapter5/5.3/hero.jpg b/Chapter ZIPs/HTML/chapter5/5.3/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.3/hero.jpg rename to Chapter ZIPs/HTML/chapter5/5.3/hero.jpg diff --git a/Chapter ZIPs/chapter5/5.3/heroback.jpg b/Chapter ZIPs/HTML/chapter5/5.3/heroback.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.3/heroback.jpg rename to Chapter ZIPs/HTML/chapter5/5.3/heroback.jpg diff --git a/Chapter ZIPs/chapter5/5.3/home.gif b/Chapter ZIPs/HTML/chapter5/5.3/home.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.3/home.gif rename to Chapter ZIPs/HTML/chapter5/5.3/home.gif diff --git a/Chapter ZIPs/chapter5/5.3/iefix.html b/Chapter ZIPs/HTML/chapter5/5.3/iefix.html similarity index 100% rename from Chapter ZIPs/chapter5/5.3/iefix.html rename to Chapter ZIPs/HTML/chapter5/5.3/iefix.html diff --git a/Chapter ZIPs/chapter5/5.3/index.html b/Chapter ZIPs/HTML/chapter5/5.3/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.3/index.html rename to Chapter ZIPs/HTML/chapter5/5.3/index.html diff --git a/Chapter ZIPs/chapter5/5.3/kayakdc.gif b/Chapter ZIPs/HTML/chapter5/5.3/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.3/kayakdc.gif rename to Chapter ZIPs/HTML/chapter5/5.3/kayakdc.gif diff --git a/Chapter ZIPs/chapter5/5.3/reservations.gif b/Chapter ZIPs/HTML/chapter5/5.3/reservations.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.3/reservations.gif rename to Chapter ZIPs/HTML/chapter5/5.3/reservations.gif diff --git a/Chapter ZIPs/chapter5/5.3/tours.gif b/Chapter ZIPs/HTML/chapter5/5.3/tours.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.3/tours.gif rename to Chapter ZIPs/HTML/chapter5/5.3/tours.gif diff --git a/Chapter ZIPs/chapter5/5.4/coffee.gif b/Chapter ZIPs/HTML/chapter5/5.4/coffee.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.4/coffee.gif rename to Chapter ZIPs/HTML/chapter5/5.4/coffee.gif diff --git a/Chapter ZIPs/chapter5/5.4/coffeeback.gif b/Chapter ZIPs/HTML/chapter5/5.4/coffeeback.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.4/coffeeback.gif rename to Chapter ZIPs/HTML/chapter5/5.4/coffeeback.gif diff --git a/Chapter ZIPs/chapter5/5.4/coffeepour.gif b/Chapter ZIPs/HTML/chapter5/5.4/coffeepour.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.4/coffeepour.gif rename to Chapter ZIPs/HTML/chapter5/5.4/coffeepour.gif diff --git a/Chapter ZIPs/chapter5/5.4/coffeepour.jpg b/Chapter ZIPs/HTML/chapter5/5.4/coffeepour.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.4/coffeepour.jpg rename to Chapter ZIPs/HTML/chapter5/5.4/coffeepour.jpg diff --git a/Chapter ZIPs/chapter5/5.4/index.html b/Chapter ZIPs/HTML/chapter5/5.4/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.4/index.html rename to Chapter ZIPs/HTML/chapter5/5.4/index.html diff --git a/Chapter ZIPs/chapter5/5.4/marker.gif b/Chapter ZIPs/HTML/chapter5/5.4/marker.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.4/marker.gif rename to Chapter ZIPs/HTML/chapter5/5.4/marker.gif diff --git a/Chapter ZIPs/chapter5/5.5/coffee.gif b/Chapter ZIPs/HTML/chapter5/5.5/coffee.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.5/coffee.gif rename to Chapter ZIPs/HTML/chapter5/5.5/coffee.gif diff --git a/Chapter ZIPs/chapter5/5.5/coffeeback.gif b/Chapter ZIPs/HTML/chapter5/5.5/coffeeback.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.5/coffeeback.gif rename to Chapter ZIPs/HTML/chapter5/5.5/coffeeback.gif diff --git a/Chapter ZIPs/chapter5/5.5/coffeepour.gif b/Chapter ZIPs/HTML/chapter5/5.5/coffeepour.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.5/coffeepour.gif rename to Chapter ZIPs/HTML/chapter5/5.5/coffeepour.gif diff --git a/Chapter ZIPs/chapter5/5.5/coffeepour.html b/Chapter ZIPs/HTML/chapter5/5.5/coffeepour.html similarity index 100% rename from Chapter ZIPs/chapter5/5.5/coffeepour.html rename to Chapter ZIPs/HTML/chapter5/5.5/coffeepour.html diff --git a/Chapter ZIPs/chapter5/5.5/coffeepour.jpg b/Chapter ZIPs/HTML/chapter5/5.5/coffeepour.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.5/coffeepour.jpg rename to Chapter ZIPs/HTML/chapter5/5.5/coffeepour.jpg diff --git a/Chapter ZIPs/chapter5/5.5/marker.gif b/Chapter ZIPs/HTML/chapter5/5.5/marker.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.5/marker.gif rename to Chapter ZIPs/HTML/chapter5/5.5/marker.gif diff --git a/Chapter ZIPs/chapter5/5.6/contact.gif b/Chapter ZIPs/HTML/chapter5/5.6/contact.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.6/contact.gif rename to Chapter ZIPs/HTML/chapter5/5.6/contact.gif diff --git a/Chapter ZIPs/chapter5/5.6/hero.jpg b/Chapter ZIPs/HTML/chapter5/5.6/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.6/hero.jpg rename to Chapter ZIPs/HTML/chapter5/5.6/hero.jpg diff --git a/Chapter ZIPs/chapter5/5.6/heroback.jpg b/Chapter ZIPs/HTML/chapter5/5.6/heroback.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.6/heroback.jpg rename to Chapter ZIPs/HTML/chapter5/5.6/heroback.jpg diff --git a/Chapter ZIPs/chapter5/5.6/home.gif b/Chapter ZIPs/HTML/chapter5/5.6/home.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.6/home.gif rename to Chapter ZIPs/HTML/chapter5/5.6/home.gif diff --git a/Chapter ZIPs/chapter5/5.6/index.html b/Chapter ZIPs/HTML/chapter5/5.6/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.6/index.html rename to Chapter ZIPs/HTML/chapter5/5.6/index.html diff --git a/Chapter ZIPs/chapter5/5.6/kayakdc.gif b/Chapter ZIPs/HTML/chapter5/5.6/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.6/kayakdc.gif rename to Chapter ZIPs/HTML/chapter5/5.6/kayakdc.gif diff --git a/Chapter ZIPs/chapter5/5.6/reservations.gif b/Chapter ZIPs/HTML/chapter5/5.6/reservations.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.6/reservations.gif rename to Chapter ZIPs/HTML/chapter5/5.6/reservations.gif diff --git a/Chapter ZIPs/chapter5/5.6/tours.gif b/Chapter ZIPs/HTML/chapter5/5.6/tours.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.6/tours.gif rename to Chapter ZIPs/HTML/chapter5/5.6/tours.gif diff --git a/Chapter ZIPs/chapter5/5.7/background.jpg b/Chapter ZIPs/HTML/chapter5/5.7/background.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.7/background.jpg rename to Chapter ZIPs/HTML/chapter5/5.7/background.jpg diff --git a/Chapter ZIPs/chapter5/5.7/headerbackblue.jpg b/Chapter ZIPs/HTML/chapter5/5.7/headerbackblue.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.7/headerbackblue.jpg rename to Chapter ZIPs/HTML/chapter5/5.7/headerbackblue.jpg diff --git a/Chapter ZIPs/chapter5/5.7/hero.jpg b/Chapter ZIPs/HTML/chapter5/5.7/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.7/hero.jpg rename to Chapter ZIPs/HTML/chapter5/5.7/hero.jpg diff --git a/Chapter ZIPs/chapter5/5.7/index.html b/Chapter ZIPs/HTML/chapter5/5.7/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.7/index.html rename to Chapter ZIPs/HTML/chapter5/5.7/index.html diff --git a/Chapter ZIPs/chapter5/5.8/coffee.gif b/Chapter ZIPs/HTML/chapter5/5.8/coffee.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.8/coffee.gif rename to Chapter ZIPs/HTML/chapter5/5.8/coffee.gif diff --git a/Chapter ZIPs/chapter5/5.8/coffeeback.gif b/Chapter ZIPs/HTML/chapter5/5.8/coffeeback.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.8/coffeeback.gif rename to Chapter ZIPs/HTML/chapter5/5.8/coffeeback.gif diff --git a/Chapter ZIPs/chapter5/5.8/coffeepour.gif b/Chapter ZIPs/HTML/chapter5/5.8/coffeepour.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.8/coffeepour.gif rename to Chapter ZIPs/HTML/chapter5/5.8/coffeepour.gif diff --git a/Chapter ZIPs/chapter5/5.8/coffeepour.jpg b/Chapter ZIPs/HTML/chapter5/5.8/coffeepour.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.8/coffeepour.jpg rename to Chapter ZIPs/HTML/chapter5/5.8/coffeepour.jpg diff --git a/Chapter ZIPs/chapter5/5.8/index.html b/Chapter ZIPs/HTML/chapter5/5.8/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.8/index.html rename to Chapter ZIPs/HTML/chapter5/5.8/index.html diff --git a/Chapter ZIPs/chapter5/5.8/marker.gif b/Chapter ZIPs/HTML/chapter5/5.8/marker.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.8/marker.gif rename to Chapter ZIPs/HTML/chapter5/5.8/marker.gif diff --git a/Chapter ZIPs/chapter5/5.9/contact.gif b/Chapter ZIPs/HTML/chapter5/5.9/contact.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.9/contact.gif rename to Chapter ZIPs/HTML/chapter5/5.9/contact.gif diff --git a/Chapter ZIPs/chapter5/5.9/favicon.ico b/Chapter ZIPs/HTML/chapter5/5.9/favicon.ico similarity index 100% rename from Chapter ZIPs/chapter5/5.9/favicon.ico rename to Chapter ZIPs/HTML/chapter5/5.9/favicon.ico diff --git a/Chapter ZIPs/chapter5/5.9/hero.jpg b/Chapter ZIPs/HTML/chapter5/5.9/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.9/hero.jpg rename to Chapter ZIPs/HTML/chapter5/5.9/hero.jpg diff --git a/Chapter ZIPs/chapter5/5.9/heroback.jpg b/Chapter ZIPs/HTML/chapter5/5.9/heroback.jpg similarity index 100% rename from Chapter ZIPs/chapter5/5.9/heroback.jpg rename to Chapter ZIPs/HTML/chapter5/5.9/heroback.jpg diff --git a/Chapter ZIPs/chapter5/5.9/home.gif b/Chapter ZIPs/HTML/chapter5/5.9/home.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.9/home.gif rename to Chapter ZIPs/HTML/chapter5/5.9/home.gif diff --git a/Chapter ZIPs/chapter5/5.9/iefix.html b/Chapter ZIPs/HTML/chapter5/5.9/iefix.html similarity index 100% rename from Chapter ZIPs/chapter5/5.9/iefix.html rename to Chapter ZIPs/HTML/chapter5/5.9/iefix.html diff --git a/Chapter ZIPs/chapter5/5.9/index.html b/Chapter ZIPs/HTML/chapter5/5.9/index.html similarity index 100% rename from Chapter ZIPs/chapter5/5.9/index.html rename to Chapter ZIPs/HTML/chapter5/5.9/index.html diff --git a/Chapter ZIPs/chapter5/5.9/kayakdc.gif b/Chapter ZIPs/HTML/chapter5/5.9/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.9/kayakdc.gif rename to Chapter ZIPs/HTML/chapter5/5.9/kayakdc.gif diff --git a/Chapter ZIPs/chapter5/5.9/reservations.gif b/Chapter ZIPs/HTML/chapter5/5.9/reservations.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.9/reservations.gif rename to Chapter ZIPs/HTML/chapter5/5.9/reservations.gif diff --git a/Chapter ZIPs/chapter5/5.9/tours.gif b/Chapter ZIPs/HTML/chapter5/5.9/tours.gif similarity index 100% rename from Chapter ZIPs/chapter5/5.9/tours.gif rename to Chapter ZIPs/HTML/chapter5/5.9/tours.gif diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/coast.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/coast.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/pacific/coast.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/coast.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/favicon.ico b/Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/favicon.ico similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/pacific/favicon.ico rename to Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/favicon.ico diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/marker.gif b/Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/marker.gif similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/pacific/marker.gif rename to Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/marker.gif diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/sunset.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/sunset.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/pacific/sunset.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/sunset.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/trail.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/trail.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/pacific/trail.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/trail.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/yurt.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/yurt.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/pacific/yurt.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/pacific/yurt.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/favicon.ico b/Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/favicon.ico similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/yoga/favicon.ico rename to Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/favicon.ico diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/lilyheader.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/lilyheader.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/yoga/lilyheader.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/lilyheader.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/yogadoor.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/yogadoor.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/yoga/yogadoor.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/yogadoor.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/yogalounge.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/yogalounge.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/yoga/yogalounge.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/yogalounge.jpg diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/yogamat.jpg b/Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/yogamat.jpg similarity index 100% rename from Chapter ZIPs/chapter5/casestudystarters/yoga/yogamat.jpg rename to Chapter ZIPs/HTML/chapter5/casestudystarters/yoga/yogamat.jpg diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffee.gif b/Chapter ZIPs/HTML/chapter5/coffeestarters/coffee.gif similarity index 100% rename from Chapter ZIPs/chapter5/coffeestarters/coffee.gif rename to Chapter ZIPs/HTML/chapter5/coffeestarters/coffee.gif diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffee.html b/Chapter ZIPs/HTML/chapter5/coffeestarters/coffee.html similarity index 100% rename from Chapter ZIPs/chapter5/coffeestarters/coffee.html rename to Chapter ZIPs/HTML/chapter5/coffeestarters/coffee.html diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffeeback.gif b/Chapter ZIPs/HTML/chapter5/coffeestarters/coffeeback.gif similarity index 100% rename from Chapter ZIPs/chapter5/coffeestarters/coffeeback.gif rename to Chapter ZIPs/HTML/chapter5/coffeestarters/coffeeback.gif diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffeepour.gif b/Chapter ZIPs/HTML/chapter5/coffeestarters/coffeepour.gif similarity index 100% rename from Chapter ZIPs/chapter5/coffeestarters/coffeepour.gif rename to Chapter ZIPs/HTML/chapter5/coffeestarters/coffeepour.gif diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffeepour.jpg b/Chapter ZIPs/HTML/chapter5/coffeestarters/coffeepour.jpg similarity index 100% rename from Chapter ZIPs/chapter5/coffeestarters/coffeepour.jpg rename to Chapter ZIPs/HTML/chapter5/coffeestarters/coffeepour.jpg diff --git a/Chapter ZIPs/chapter5/coffeestarters/marker.gif b/Chapter ZIPs/HTML/chapter5/coffeestarters/marker.gif similarity index 100% rename from Chapter ZIPs/chapter5/coffeestarters/marker.gif rename to Chapter ZIPs/HTML/chapter5/coffeestarters/marker.gif diff --git a/Chapter ZIPs/chapter5/fishingboat.jpg b/Chapter ZIPs/HTML/chapter5/fishingboat.jpg similarity index 100% rename from Chapter ZIPs/chapter5/fishingboat.jpg rename to Chapter ZIPs/HTML/chapter5/fishingboat.jpg diff --git a/Chapter ZIPs/chapter5/fonts.html b/Chapter ZIPs/HTML/chapter5/fonts.html similarity index 100% rename from Chapter ZIPs/chapter5/fonts.html rename to Chapter ZIPs/HTML/chapter5/fonts.html diff --git a/Chapter ZIPs/chapter5/map.html b/Chapter ZIPs/HTML/chapter5/map.html similarity index 100% rename from Chapter ZIPs/chapter5/map.html rename to Chapter ZIPs/HTML/chapter5/map.html diff --git a/Chapter ZIPs/chapter5/starter.html b/Chapter ZIPs/HTML/chapter5/starter.html similarity index 100% rename from Chapter ZIPs/chapter5/starter.html rename to Chapter ZIPs/HTML/chapter5/starter.html diff --git a/Chapter ZIPs/chapter5/starters/background.jpg b/Chapter ZIPs/HTML/chapter5/starters/background.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/background.jpg rename to Chapter ZIPs/HTML/chapter5/starters/background.jpg diff --git a/Chapter ZIPs/chapter5/starters/contact.gif b/Chapter ZIPs/HTML/chapter5/starters/contact.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/contact.gif rename to Chapter ZIPs/HTML/chapter5/starters/contact.gif diff --git a/Chapter ZIPs/chapter5/starters/favicon.ico b/Chapter ZIPs/HTML/chapter5/starters/favicon.ico similarity index 100% rename from Chapter ZIPs/chapter5/starters/favicon.ico rename to Chapter ZIPs/HTML/chapter5/starters/favicon.ico diff --git a/Chapter ZIPs/chapter5/starters/headerbackblue.jpg b/Chapter ZIPs/HTML/chapter5/starters/headerbackblue.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/headerbackblue.jpg rename to Chapter ZIPs/HTML/chapter5/starters/headerbackblue.jpg diff --git a/Chapter ZIPs/chapter5/starters/headerbacklight.jpg b/Chapter ZIPs/HTML/chapter5/starters/headerbacklight.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/headerbacklight.jpg rename to Chapter ZIPs/HTML/chapter5/starters/headerbacklight.jpg diff --git a/Chapter ZIPs/chapter5/starters/hero.jpg b/Chapter ZIPs/HTML/chapter5/starters/hero.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/hero.jpg rename to Chapter ZIPs/HTML/chapter5/starters/hero.jpg diff --git a/Chapter ZIPs/chapter5/starters/heroback.jpg b/Chapter ZIPs/HTML/chapter5/starters/heroback.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/heroback.jpg rename to Chapter ZIPs/HTML/chapter5/starters/heroback.jpg diff --git a/Chapter ZIPs/chapter5/starters/home.gif b/Chapter ZIPs/HTML/chapter5/starters/home.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/home.gif rename to Chapter ZIPs/HTML/chapter5/starters/home.gif diff --git a/Chapter ZIPs/chapter5/starters/homebtn.gif b/Chapter ZIPs/HTML/chapter5/starters/homebtn.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/homebtn.gif rename to Chapter ZIPs/HTML/chapter5/starters/homebtn.gif diff --git a/Chapter ZIPs/chapter5/starters/kayakdc.gif b/Chapter ZIPs/HTML/chapter5/starters/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/kayakdc.gif rename to Chapter ZIPs/HTML/chapter5/starters/kayakdc.gif diff --git a/Chapter ZIPs/chapter5/starters/myisland.jpg b/Chapter ZIPs/HTML/chapter5/starters/myisland.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/myisland.jpg rename to Chapter ZIPs/HTML/chapter5/starters/myisland.jpg diff --git a/Chapter ZIPs/chapter5/starters/orderbtn.gif b/Chapter ZIPs/HTML/chapter5/starters/orderbtn.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/orderbtn.gif rename to Chapter ZIPs/HTML/chapter5/starters/orderbtn.gif diff --git a/Chapter ZIPs/chapter5/starters/primelogo.gif b/Chapter ZIPs/HTML/chapter5/starters/primelogo.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/primelogo.gif rename to Chapter ZIPs/HTML/chapter5/starters/primelogo.gif diff --git a/Chapter ZIPs/chapter5/starters/productsbtn.gif b/Chapter ZIPs/HTML/chapter5/starters/productsbtn.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/productsbtn.gif rename to Chapter ZIPs/HTML/chapter5/starters/productsbtn.gif diff --git a/Chapter ZIPs/chapter5/starters/reservations.gif b/Chapter ZIPs/HTML/chapter5/starters/reservations.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/reservations.gif rename to Chapter ZIPs/HTML/chapter5/starters/reservations.gif diff --git a/Chapter ZIPs/chapter5/starters/schaumburg.jpg b/Chapter ZIPs/HTML/chapter5/starters/schaumburg.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/schaumburg.jpg rename to Chapter ZIPs/HTML/chapter5/starters/schaumburg.jpg diff --git a/Chapter ZIPs/chapter5/starters/schaumburgthumb.jpg b/Chapter ZIPs/HTML/chapter5/starters/schaumburgthumb.jpg similarity index 100% rename from Chapter ZIPs/chapter5/starters/schaumburgthumb.jpg rename to Chapter ZIPs/HTML/chapter5/starters/schaumburgthumb.jpg diff --git a/Chapter ZIPs/chapter5/starters/tours.gif b/Chapter ZIPs/HTML/chapter5/starters/tours.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/tours.gif rename to Chapter ZIPs/HTML/chapter5/starters/tours.gif diff --git a/Chapter ZIPs/chapter5/starters/twocolor.gif b/Chapter ZIPs/HTML/chapter5/starters/twocolor.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/twocolor.gif rename to Chapter ZIPs/HTML/chapter5/starters/twocolor.gif diff --git a/Chapter ZIPs/chapter5/starters/twocolor1.gif b/Chapter ZIPs/HTML/chapter5/starters/twocolor1.gif similarity index 100% rename from Chapter ZIPs/chapter5/starters/twocolor1.gif rename to Chapter ZIPs/HTML/chapter5/starters/twocolor1.gif diff --git a/Chapter ZIPs/chapter5/sunset.jpg b/Chapter ZIPs/HTML/chapter5/sunset.jpg similarity index 100% rename from Chapter ZIPs/chapter5/sunset.jpg rename to Chapter ZIPs/HTML/chapter5/sunset.jpg diff --git a/Chapter ZIPs/chapter5/template.html b/Chapter ZIPs/HTML/chapter5/template.html similarity index 100% rename from Chapter ZIPs/chapter5/template.html rename to Chapter ZIPs/HTML/chapter5/template.html diff --git a/Chapter ZIPs/chapter5/thumb.html b/Chapter ZIPs/HTML/chapter5/thumb.html similarity index 100% rename from Chapter ZIPs/chapter5/thumb.html rename to Chapter ZIPs/HTML/chapter5/thumb.html diff --git a/Chapter ZIPs/chapter5/thumb.jpg b/Chapter ZIPs/HTML/chapter5/thumb.jpg similarity index 100% rename from Chapter ZIPs/chapter5/thumb.jpg rename to Chapter ZIPs/HTML/chapter5/thumb.jpg diff --git a/Chapter ZIPs/chapter6/6.1/coffeelogo.jpg b/Chapter ZIPs/HTML/chapter6/6.1/coffeelogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.1/coffeelogo.jpg rename to Chapter ZIPs/HTML/chapter6/6.1/coffeelogo.jpg diff --git a/Chapter ZIPs/chapter6/6.1/index.html b/Chapter ZIPs/HTML/chapter6/6.1/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.1/index.html rename to Chapter ZIPs/HTML/chapter6/6.1/index.html diff --git a/Chapter ZIPs/chapter6/6.10/linear.html b/Chapter ZIPs/HTML/chapter6/6.10/linear.html similarity index 100% rename from Chapter ZIPs/chapter6/6.10/linear.html rename to Chapter ZIPs/HTML/chapter6/6.10/linear.html diff --git a/Chapter ZIPs/chapter6/6.10/radial.html b/Chapter ZIPs/HTML/chapter6/6.10/radial.html similarity index 100% rename from Chapter ZIPs/chapter6/6.10/radial.html rename to Chapter ZIPs/HTML/chapter6/6.10/radial.html diff --git a/Chapter ZIPs/chapter6/6.2/index.html b/Chapter ZIPs/HTML/chapter6/6.2/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.2/index.html rename to Chapter ZIPs/HTML/chapter6/6.2/index.html diff --git a/Chapter ZIPs/chapter6/6.3/background.jpg b/Chapter ZIPs/HTML/chapter6/6.3/background.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.3/background.jpg rename to Chapter ZIPs/HTML/chapter6/6.3/background.jpg diff --git a/Chapter ZIPs/chapter6/6.3/index.html b/Chapter ZIPs/HTML/chapter6/6.3/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.3/index.html rename to Chapter ZIPs/HTML/chapter6/6.3/index.html diff --git a/Chapter ZIPs/chapter6/6.3/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter6/6.3/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.3/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter6/6.3/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter6/6.4/background.jpg b/Chapter ZIPs/HTML/chapter6/6.4/background.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.4/background.jpg rename to Chapter ZIPs/HTML/chapter6/6.4/background.jpg diff --git a/Chapter ZIPs/chapter6/6.4/index.html b/Chapter ZIPs/HTML/chapter6/6.4/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.4/index.html rename to Chapter ZIPs/HTML/chapter6/6.4/index.html diff --git a/Chapter ZIPs/chapter6/6.4/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter6/6.4/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.4/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter6/6.4/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter6/6.5/background.jpg b/Chapter ZIPs/HTML/chapter6/6.5/background.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.5/background.jpg rename to Chapter ZIPs/HTML/chapter6/6.5/background.jpg diff --git a/Chapter ZIPs/chapter6/6.5/index.html b/Chapter ZIPs/HTML/chapter6/6.5/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.5/index.html rename to Chapter ZIPs/HTML/chapter6/6.5/index.html diff --git a/Chapter ZIPs/chapter6/6.5/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter6/6.5/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.5/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter6/6.5/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter6/6.6/headerbackblue.jpg b/Chapter ZIPs/HTML/chapter6/6.6/headerbackblue.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.6/headerbackblue.jpg rename to Chapter ZIPs/HTML/chapter6/6.6/headerbackblue.jpg diff --git a/Chapter ZIPs/chapter6/6.6/heroback2.jpg b/Chapter ZIPs/HTML/chapter6/6.6/heroback2.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.6/heroback2.jpg rename to Chapter ZIPs/HTML/chapter6/6.6/heroback2.jpg diff --git a/Chapter ZIPs/chapter6/6.6/iefix.html b/Chapter ZIPs/HTML/chapter6/6.6/iefix.html similarity index 100% rename from Chapter ZIPs/chapter6/6.6/iefix.html rename to Chapter ZIPs/HTML/chapter6/6.6/iefix.html diff --git a/Chapter ZIPs/chapter6/6.6/index.html b/Chapter ZIPs/HTML/chapter6/6.6/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.6/index.html rename to Chapter ZIPs/HTML/chapter6/6.6/index.html diff --git a/Chapter ZIPs/chapter6/6.7/fall.jpg b/Chapter ZIPs/HTML/chapter6/6.7/fall.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.7/fall.jpg rename to Chapter ZIPs/HTML/chapter6/6.7/fall.jpg diff --git a/Chapter ZIPs/chapter6/6.7/index.html b/Chapter ZIPs/HTML/chapter6/6.7/index.html similarity index 100% rename from Chapter ZIPs/chapter6/6.7/index.html rename to Chapter ZIPs/HTML/chapter6/6.7/index.html diff --git a/Chapter ZIPs/chapter6/6.8/fall.jpg b/Chapter ZIPs/HTML/chapter6/6.8/fall.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.8/fall.jpg rename to Chapter ZIPs/HTML/chapter6/6.8/fall.jpg diff --git a/Chapter ZIPs/chapter6/6.8/rgba.html b/Chapter ZIPs/HTML/chapter6/6.8/rgba.html similarity index 100% rename from Chapter ZIPs/chapter6/6.8/rgba.html rename to Chapter ZIPs/HTML/chapter6/6.8/rgba.html diff --git a/Chapter ZIPs/chapter6/6.9/fall.jpg b/Chapter ZIPs/HTML/chapter6/6.9/fall.jpg similarity index 100% rename from Chapter ZIPs/chapter6/6.9/fall.jpg rename to Chapter ZIPs/HTML/chapter6/6.9/fall.jpg diff --git a/Chapter ZIPs/chapter6/6.9/hsla.html b/Chapter ZIPs/HTML/chapter6/6.9/hsla.html similarity index 100% rename from Chapter ZIPs/chapter6/6.9/hsla.html rename to Chapter ZIPs/HTML/chapter6/6.9/hsla.html diff --git a/Chapter ZIPs/chapter6/box.html b/Chapter ZIPs/HTML/chapter6/box.html similarity index 100% rename from Chapter ZIPs/chapter6/box.html rename to Chapter ZIPs/HTML/chapter6/box.html diff --git a/Chapter ZIPs/chapter6/box2.html b/Chapter ZIPs/HTML/chapter6/box2.html similarity index 100% rename from Chapter ZIPs/chapter6/box2.html rename to Chapter ZIPs/HTML/chapter6/box2.html diff --git a/Chapter ZIPs/chapter6/box3.html b/Chapter ZIPs/HTML/chapter6/box3.html similarity index 100% rename from Chapter ZIPs/chapter6/box3.html rename to Chapter ZIPs/HTML/chapter6/box3.html diff --git a/Chapter ZIPs/chapter6/box4.html b/Chapter ZIPs/HTML/chapter6/box4.html similarity index 100% rename from Chapter ZIPs/chapter6/box4.html rename to Chapter ZIPs/HTML/chapter6/box4.html diff --git a/Chapter ZIPs/chapter6/clip/index.html b/Chapter ZIPs/HTML/chapter6/clip/index.html similarity index 100% rename from Chapter ZIPs/chapter6/clip/index.html rename to Chapter ZIPs/HTML/chapter6/clip/index.html diff --git a/Chapter ZIPs/chapter6/clip/myislandback.jpg b/Chapter ZIPs/HTML/chapter6/clip/myislandback.jpg similarity index 100% rename from Chapter ZIPs/chapter6/clip/myislandback.jpg rename to Chapter ZIPs/HTML/chapter6/clip/myislandback.jpg diff --git a/Chapter ZIPs/chapter6/lighthouse/background.jpg b/Chapter ZIPs/HTML/chapter6/lighthouse/background.jpg similarity index 100% rename from Chapter ZIPs/chapter6/lighthouse/background.jpg rename to Chapter ZIPs/HTML/chapter6/lighthouse/background.jpg diff --git a/Chapter ZIPs/chapter6/lighthouse/gradient.html b/Chapter ZIPs/HTML/chapter6/lighthouse/gradient.html similarity index 100% rename from Chapter ZIPs/chapter6/lighthouse/gradient.html rename to Chapter ZIPs/HTML/chapter6/lighthouse/gradient.html diff --git a/Chapter ZIPs/chapter6/lighthouse/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter6/lighthouse/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/lighthouse/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter6/lighthouse/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter6/origin/index.html b/Chapter ZIPs/HTML/chapter6/origin/index.html similarity index 100% rename from Chapter ZIPs/chapter6/origin/index.html rename to Chapter ZIPs/HTML/chapter6/origin/index.html diff --git a/Chapter ZIPs/chapter6/origin/trilliumsolo.jpg b/Chapter ZIPs/HTML/chapter6/origin/trilliumsolo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/origin/trilliumsolo.jpg rename to Chapter ZIPs/HTML/chapter6/origin/trilliumsolo.jpg diff --git a/Chapter ZIPs/chapter6/size/contain.html b/Chapter ZIPs/HTML/chapter6/size/contain.html similarity index 100% rename from Chapter ZIPs/chapter6/size/contain.html rename to Chapter ZIPs/HTML/chapter6/size/contain.html diff --git a/Chapter ZIPs/chapter6/size/cover.html b/Chapter ZIPs/HTML/chapter6/size/cover.html similarity index 100% rename from Chapter ZIPs/chapter6/size/cover.html rename to Chapter ZIPs/HTML/chapter6/size/cover.html diff --git a/Chapter ZIPs/chapter6/size/myislandback.jpg b/Chapter ZIPs/HTML/chapter6/size/myislandback.jpg similarity index 100% rename from Chapter ZIPs/chapter6/size/myislandback.jpg rename to Chapter ZIPs/HTML/chapter6/size/myislandback.jpg diff --git a/Chapter ZIPs/chapter6/size/sedona.html b/Chapter ZIPs/HTML/chapter6/size/sedona.html similarity index 100% rename from Chapter ZIPs/chapter6/size/sedona.html rename to Chapter ZIPs/HTML/chapter6/size/sedona.html diff --git a/Chapter ZIPs/chapter6/size/sedonabackground.jpg b/Chapter ZIPs/HTML/chapter6/size/sedonabackground.jpg similarity index 100% rename from Chapter ZIPs/chapter6/size/sedonabackground.jpg rename to Chapter ZIPs/HTML/chapter6/size/sedonabackground.jpg diff --git a/Chapter ZIPs/chapter6/starter1.html b/Chapter ZIPs/HTML/chapter6/starter1.html similarity index 100% rename from Chapter ZIPs/chapter6/starter1.html rename to Chapter ZIPs/HTML/chapter6/starter1.html diff --git a/Chapter ZIPs/chapter6/starter2.html b/Chapter ZIPs/HTML/chapter6/starter2.html similarity index 100% rename from Chapter ZIPs/chapter6/starter2.html rename to Chapter ZIPs/HTML/chapter6/starter2.html diff --git a/Chapter ZIPs/chapter6/starter3.html b/Chapter ZIPs/HTML/chapter6/starter3.html similarity index 100% rename from Chapter ZIPs/chapter6/starter3.html rename to Chapter ZIPs/HTML/chapter6/starter3.html diff --git a/Chapter ZIPs/chapter6/starter4.html b/Chapter ZIPs/HTML/chapter6/starter4.html similarity index 100% rename from Chapter ZIPs/chapter6/starter4.html rename to Chapter ZIPs/HTML/chapter6/starter4.html diff --git a/Chapter ZIPs/chapter6/starters/background.jpg b/Chapter ZIPs/HTML/chapter6/starters/background.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/background.jpg rename to Chapter ZIPs/HTML/chapter6/starters/background.jpg diff --git a/Chapter ZIPs/chapter6/starters/coffeelogo.jpg b/Chapter ZIPs/HTML/chapter6/starters/coffeelogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/coffeelogo.jpg rename to Chapter ZIPs/HTML/chapter6/starters/coffeelogo.jpg diff --git a/Chapter ZIPs/chapter6/starters/fall.jpg b/Chapter ZIPs/HTML/chapter6/starters/fall.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/fall.jpg rename to Chapter ZIPs/HTML/chapter6/starters/fall.jpg diff --git a/Chapter ZIPs/chapter6/starters/favicon.ico b/Chapter ZIPs/HTML/chapter6/starters/favicon.ico similarity index 100% rename from Chapter ZIPs/chapter6/starters/favicon.ico rename to Chapter ZIPs/HTML/chapter6/starters/favicon.ico diff --git a/Chapter ZIPs/chapter6/starters/headerbackblue.jpg b/Chapter ZIPs/HTML/chapter6/starters/headerbackblue.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/headerbackblue.jpg rename to Chapter ZIPs/HTML/chapter6/starters/headerbackblue.jpg diff --git a/Chapter ZIPs/chapter6/starters/heroback2.jpg b/Chapter ZIPs/HTML/chapter6/starters/heroback2.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/heroback2.jpg rename to Chapter ZIPs/HTML/chapter6/starters/heroback2.jpg diff --git a/Chapter ZIPs/chapter6/starters/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter6/starters/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter6/starters/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter6/starters/sunrise.jpg b/Chapter ZIPs/HTML/chapter6/starters/sunrise.jpg similarity index 100% rename from Chapter ZIPs/chapter6/starters/sunrise.jpg rename to Chapter ZIPs/HTML/chapter6/starters/sunrise.jpg diff --git a/Chapter ZIPs/chapter6/template.html b/Chapter ZIPs/HTML/chapter6/template.html similarity index 100% rename from Chapter ZIPs/chapter6/template.html rename to Chapter ZIPs/HTML/chapter6/template.html diff --git a/Chapter ZIPs/chapter7/7.1/box1.html b/Chapter ZIPs/HTML/chapter7/7.1/box1.html similarity index 100% rename from Chapter ZIPs/chapter7/7.1/box1.html rename to Chapter ZIPs/HTML/chapter7/7.1/box1.html diff --git a/Chapter ZIPs/chapter7/7.1/box2.html b/Chapter ZIPs/HTML/chapter7/7.1/box2.html similarity index 100% rename from Chapter ZIPs/chapter7/7.1/box2.html rename to Chapter ZIPs/HTML/chapter7/7.1/box2.html diff --git a/Chapter ZIPs/chapter7/7.10/beached.jpg b/Chapter ZIPs/HTML/chapter7/7.10/beached.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.10/beached.jpg rename to Chapter ZIPs/HTML/chapter7/7.10/beached.jpg diff --git a/Chapter ZIPs/chapter7/7.10/index.html b/Chapter ZIPs/HTML/chapter7/7.10/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.10/index.html rename to Chapter ZIPs/HTML/chapter7/7.10/index.html diff --git a/Chapter ZIPs/chapter7/7.11/index.html b/Chapter ZIPs/HTML/chapter7/7.11/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.11/index.html rename to Chapter ZIPs/HTML/chapter7/7.11/index.html diff --git a/Chapter ZIPs/chapter7/7.11/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.11/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.11/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.11/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.11/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.11/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.11/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.11/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.12/beached.jpg b/Chapter ZIPs/HTML/chapter7/7.12/beached.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.12/beached.jpg rename to Chapter ZIPs/HTML/chapter7/7.12/beached.jpg diff --git a/Chapter ZIPs/chapter7/7.12/index.html b/Chapter ZIPs/HTML/chapter7/7.12/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.12/index.html rename to Chapter ZIPs/HTML/chapter7/7.12/index.html diff --git a/Chapter ZIPs/chapter7/7.12/index1.html b/Chapter ZIPs/HTML/chapter7/7.12/index1.html similarity index 100% rename from Chapter ZIPs/chapter7/7.12/index1.html rename to Chapter ZIPs/HTML/chapter7/7.12/index1.html diff --git a/Chapter ZIPs/chapter7/7.12/index2.html b/Chapter ZIPs/HTML/chapter7/7.12/index2.html similarity index 100% rename from Chapter ZIPs/chapter7/7.12/index2.html rename to Chapter ZIPs/HTML/chapter7/7.12/index2.html diff --git a/Chapter ZIPs/chapter7/7.12/kayakdc.gif b/Chapter ZIPs/HTML/chapter7/7.12/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter7/7.12/kayakdc.gif rename to Chapter ZIPs/HTML/chapter7/7.12/kayakdc.gif diff --git a/Chapter ZIPs/chapter7/7.12/kayaks.jpg b/Chapter ZIPs/HTML/chapter7/7.12/kayaks.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.12/kayaks.jpg rename to Chapter ZIPs/HTML/chapter7/7.12/kayaks.jpg diff --git a/Chapter ZIPs/chapter7/7.12/lonekayak.jpg b/Chapter ZIPs/HTML/chapter7/7.12/lonekayak.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.12/lonekayak.jpg rename to Chapter ZIPs/HTML/chapter7/7.12/lonekayak.jpg diff --git a/Chapter ZIPs/chapter7/7.12/rentals.jpg b/Chapter ZIPs/HTML/chapter7/7.12/rentals.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.12/rentals.jpg rename to Chapter ZIPs/HTML/chapter7/7.12/rentals.jpg diff --git a/Chapter ZIPs/chapter7/7.2/float.html b/Chapter ZIPs/HTML/chapter7/7.2/float.html similarity index 100% rename from Chapter ZIPs/chapter7/7.2/float.html rename to Chapter ZIPs/HTML/chapter7/7.2/float.html diff --git a/Chapter ZIPs/chapter7/7.2/yls.jpg b/Chapter ZIPs/HTML/chapter7/7.2/yls.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.2/yls.jpg rename to Chapter ZIPs/HTML/chapter7/7.2/yls.jpg diff --git a/Chapter ZIPs/chapter7/7.3/iefix.html b/Chapter ZIPs/HTML/chapter7/7.3/iefix.html similarity index 100% rename from Chapter ZIPs/chapter7/7.3/iefix.html rename to Chapter ZIPs/HTML/chapter7/7.3/iefix.html diff --git a/Chapter ZIPs/chapter7/7.3/index.html b/Chapter ZIPs/HTML/chapter7/7.3/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.3/index.html rename to Chapter ZIPs/HTML/chapter7/7.3/index.html diff --git a/Chapter ZIPs/chapter7/7.4/index.html b/Chapter ZIPs/HTML/chapter7/7.4/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.4/index.html rename to Chapter ZIPs/HTML/chapter7/7.4/index.html diff --git a/Chapter ZIPs/chapter7/7.4/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.4/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.4/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.4/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.4/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.4/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.4/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.4/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.5/index.html b/Chapter ZIPs/HTML/chapter7/7.5/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.5/index.html rename to Chapter ZIPs/HTML/chapter7/7.5/index.html diff --git a/Chapter ZIPs/chapter7/7.5/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.5/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.5/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.5/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.5/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.5/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.5/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.5/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.6/index.html b/Chapter ZIPs/HTML/chapter7/7.6/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.6/index.html rename to Chapter ZIPs/HTML/chapter7/7.6/index.html diff --git a/Chapter ZIPs/chapter7/7.6/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.6/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.6/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.6/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.6/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.6/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.6/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.6/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.7/bistro.css b/Chapter ZIPs/HTML/chapter7/7.7/bistro.css similarity index 100% rename from Chapter ZIPs/chapter7/7.7/bistro.css rename to Chapter ZIPs/HTML/chapter7/7.7/bistro.css diff --git a/Chapter ZIPs/chapter7/7.7/index.html b/Chapter ZIPs/HTML/chapter7/7.7/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.7/index.html rename to Chapter ZIPs/HTML/chapter7/7.7/index.html diff --git a/Chapter ZIPs/chapter7/7.7/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.7/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.7/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.7/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.7/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.7/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.7/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.7/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.8/bistro.css b/Chapter ZIPs/HTML/chapter7/7.8/bistro.css similarity index 100% rename from Chapter ZIPs/chapter7/7.8/bistro.css rename to Chapter ZIPs/HTML/chapter7/7.8/bistro.css diff --git a/Chapter ZIPs/chapter7/7.8/bistroprint.css b/Chapter ZIPs/HTML/chapter7/7.8/bistroprint.css similarity index 100% rename from Chapter ZIPs/chapter7/7.8/bistroprint.css rename to Chapter ZIPs/HTML/chapter7/7.8/bistroprint.css diff --git a/Chapter ZIPs/chapter7/7.8/index.html b/Chapter ZIPs/HTML/chapter7/7.8/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.8/index.html rename to Chapter ZIPs/HTML/chapter7/7.8/index.html diff --git a/Chapter ZIPs/chapter7/7.8/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.8/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.8/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.8/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.8/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.8/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.8/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.8/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.9/bistro.css b/Chapter ZIPs/HTML/chapter7/7.9/bistro.css similarity index 100% rename from Chapter ZIPs/chapter7/7.9/bistro.css rename to Chapter ZIPs/HTML/chapter7/7.9/bistro.css diff --git a/Chapter ZIPs/chapter7/7.9/index.html b/Chapter ZIPs/HTML/chapter7/7.9/index.html similarity index 100% rename from Chapter ZIPs/chapter7/7.9/index.html rename to Chapter ZIPs/HTML/chapter7/7.9/index.html diff --git a/Chapter ZIPs/chapter7/7.9/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/7.9/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.9/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/7.9/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/7.9/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/7.9/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/7.9/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/7.9/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/7.9/sprites.gif b/Chapter ZIPs/HTML/chapter7/7.9/sprites.gif similarity index 100% rename from Chapter ZIPs/chapter7/7.9/sprites.gif rename to Chapter ZIPs/HTML/chapter7/7.9/sprites.gif diff --git a/Chapter ZIPs/chapter7/absolute.html b/Chapter ZIPs/HTML/chapter7/absolute.html similarity index 100% rename from Chapter ZIPs/chapter7/absolute.html rename to Chapter ZIPs/HTML/chapter7/absolute.html diff --git a/Chapter ZIPs/chapter7/beached.jpg b/Chapter ZIPs/HTML/chapter7/beached.jpg similarity index 100% rename from Chapter ZIPs/chapter7/beached.jpg rename to Chapter ZIPs/HTML/chapter7/beached.jpg diff --git a/Chapter ZIPs/chapter7/boxsizing1.html b/Chapter ZIPs/HTML/chapter7/boxsizing1.html similarity index 100% rename from Chapter ZIPs/chapter7/boxsizing1.html rename to Chapter ZIPs/HTML/chapter7/boxsizing1.html diff --git a/Chapter ZIPs/chapter7/boxsizing2.html b/Chapter ZIPs/HTML/chapter7/boxsizing2.html similarity index 100% rename from Chapter ZIPs/chapter7/boxsizing2.html rename to Chapter ZIPs/HTML/chapter7/boxsizing2.html diff --git a/Chapter ZIPs/chapter7/coast2.jpg b/Chapter ZIPs/HTML/chapter7/coast2.jpg similarity index 100% rename from Chapter ZIPs/chapter7/coast2.jpg rename to Chapter ZIPs/HTML/chapter7/coast2.jpg diff --git a/Chapter ZIPs/chapter7/faqs.html b/Chapter ZIPs/HTML/chapter7/faqs.html similarity index 100% rename from Chapter ZIPs/chapter7/faqs.html rename to Chapter ZIPs/HTML/chapter7/faqs.html diff --git a/Chapter ZIPs/chapter7/favorites.html b/Chapter ZIPs/HTML/chapter7/favorites.html similarity index 100% rename from Chapter ZIPs/chapter7/favorites.html rename to Chapter ZIPs/HTML/chapter7/favorites.html diff --git a/Chapter ZIPs/chapter7/fixed.html b/Chapter ZIPs/HTML/chapter7/fixed.html similarity index 100% rename from Chapter ZIPs/chapter7/fixed.html rename to Chapter ZIPs/HTML/chapter7/fixed.html diff --git a/Chapter ZIPs/chapter7/float.html b/Chapter ZIPs/HTML/chapter7/float.html similarity index 100% rename from Chapter ZIPs/chapter7/float.html rename to Chapter ZIPs/HTML/chapter7/float.html diff --git a/Chapter ZIPs/chapter7/float/.clear1.html.kate-swp b/Chapter ZIPs/HTML/chapter7/float/.clear1.html.kate-swp similarity index 100% rename from Chapter ZIPs/chapter7/float/.clear1.html.kate-swp rename to Chapter ZIPs/HTML/chapter7/float/.clear1.html.kate-swp diff --git a/Chapter ZIPs/chapter7/float/clear1.html b/Chapter ZIPs/HTML/chapter7/float/clear1.html similarity index 100% rename from Chapter ZIPs/chapter7/float/clear1.html rename to Chapter ZIPs/HTML/chapter7/float/clear1.html diff --git a/Chapter ZIPs/chapter7/float/clear2.html b/Chapter ZIPs/HTML/chapter7/float/clear2.html similarity index 100% rename from Chapter ZIPs/chapter7/float/clear2.html rename to Chapter ZIPs/HTML/chapter7/float/clear2.html diff --git a/Chapter ZIPs/chapter7/float/float.html b/Chapter ZIPs/HTML/chapter7/float/float.html similarity index 100% rename from Chapter ZIPs/chapter7/float/float.html rename to Chapter ZIPs/HTML/chapter7/float/float.html diff --git a/Chapter ZIPs/chapter7/float/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/float/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/float/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/float/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/float/overflow.html b/Chapter ZIPs/HTML/chapter7/float/overflow.html similarity index 100% rename from Chapter ZIPs/chapter7/float/overflow.html rename to Chapter ZIPs/HTML/chapter7/float/overflow.html diff --git a/Chapter ZIPs/chapter7/float/scroll.html b/Chapter ZIPs/HTML/chapter7/float/scroll.html similarity index 100% rename from Chapter ZIPs/chapter7/float/scroll.html rename to Chapter ZIPs/HTML/chapter7/float/scroll.html diff --git a/Chapter ZIPs/chapter7/float/twocolumn.html b/Chapter ZIPs/HTML/chapter7/float/twocolumn.html similarity index 100% rename from Chapter ZIPs/chapter7/float/twocolumn.html rename to Chapter ZIPs/HTML/chapter7/float/twocolumn.html diff --git a/Chapter ZIPs/chapter7/float/yls.jpg b/Chapter ZIPs/HTML/chapter7/float/yls.jpg similarity index 100% rename from Chapter ZIPs/chapter7/float/yls.jpg rename to Chapter ZIPs/HTML/chapter7/float/yls.jpg diff --git a/Chapter ZIPs/chapter7/layout/lighthouse.jpg b/Chapter ZIPs/HTML/chapter7/layout/lighthouse.jpg similarity index 100% rename from Chapter ZIPs/chapter7/layout/lighthouse.jpg rename to Chapter ZIPs/HTML/chapter7/layout/lighthouse.jpg diff --git a/Chapter ZIPs/chapter7/layout/lightlogo.jpg b/Chapter ZIPs/HTML/chapter7/layout/lightlogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/layout/lightlogo.jpg rename to Chapter ZIPs/HTML/chapter7/layout/lightlogo.jpg diff --git a/Chapter ZIPs/chapter7/layout/sticky.html b/Chapter ZIPs/HTML/chapter7/layout/sticky.html similarity index 100% rename from Chapter ZIPs/chapter7/layout/sticky.html rename to Chapter ZIPs/HTML/chapter7/layout/sticky.html diff --git a/Chapter ZIPs/chapter7/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter7/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter7/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter7/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter7/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter7/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter7/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter7/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter7/navigation.html b/Chapter ZIPs/HTML/chapter7/navigation.html similarity index 100% rename from Chapter ZIPs/chapter7/navigation.html rename to Chapter ZIPs/HTML/chapter7/navigation.html diff --git a/Chapter ZIPs/chapter7/relative.html b/Chapter ZIPs/HTML/chapter7/relative.html similarity index 100% rename from Chapter ZIPs/chapter7/relative.html rename to Chapter ZIPs/HTML/chapter7/relative.html diff --git a/Chapter ZIPs/chapter7/singlecol.html b/Chapter ZIPs/HTML/chapter7/singlecol.html similarity index 100% rename from Chapter ZIPs/chapter7/singlecol.html rename to Chapter ZIPs/HTML/chapter7/singlecol.html diff --git a/Chapter ZIPs/chapter7/sprites.gif b/Chapter ZIPs/HTML/chapter7/sprites.gif similarity index 100% rename from Chapter ZIPs/chapter7/sprites.gif rename to Chapter ZIPs/HTML/chapter7/sprites.gif diff --git a/Chapter ZIPs/chapter7/spwstart/beached.jpg b/Chapter ZIPs/HTML/chapter7/spwstart/beached.jpg similarity index 100% rename from Chapter ZIPs/chapter7/spwstart/beached.jpg rename to Chapter ZIPs/HTML/chapter7/spwstart/beached.jpg diff --git a/Chapter ZIPs/chapter7/spwstart/index.html b/Chapter ZIPs/HTML/chapter7/spwstart/index.html similarity index 100% rename from Chapter ZIPs/chapter7/spwstart/index.html rename to Chapter ZIPs/HTML/chapter7/spwstart/index.html diff --git a/Chapter ZIPs/chapter7/spwstart/kayakdc.gif b/Chapter ZIPs/HTML/chapter7/spwstart/kayakdc.gif similarity index 100% rename from Chapter ZIPs/chapter7/spwstart/kayakdc.gif rename to Chapter ZIPs/HTML/chapter7/spwstart/kayakdc.gif diff --git a/Chapter ZIPs/chapter7/spwstart/kayaks.jpg b/Chapter ZIPs/HTML/chapter7/spwstart/kayaks.jpg similarity index 100% rename from Chapter ZIPs/chapter7/spwstart/kayaks.jpg rename to Chapter ZIPs/HTML/chapter7/spwstart/kayaks.jpg diff --git a/Chapter ZIPs/chapter7/spwstart/lonekayak.jpg b/Chapter ZIPs/HTML/chapter7/spwstart/lonekayak.jpg similarity index 100% rename from Chapter ZIPs/chapter7/spwstart/lonekayak.jpg rename to Chapter ZIPs/HTML/chapter7/spwstart/lonekayak.jpg diff --git a/Chapter ZIPs/chapter7/spwstart/rentals.jpg b/Chapter ZIPs/HTML/chapter7/spwstart/rentals.jpg similarity index 100% rename from Chapter ZIPs/chapter7/spwstart/rentals.jpg rename to Chapter ZIPs/HTML/chapter7/spwstart/rentals.jpg diff --git a/Chapter ZIPs/chapter7/starter1.html b/Chapter ZIPs/HTML/chapter7/starter1.html similarity index 100% rename from Chapter ZIPs/chapter7/starter1.html rename to Chapter ZIPs/HTML/chapter7/starter1.html diff --git a/Chapter ZIPs/chapter7/starter2.html b/Chapter ZIPs/HTML/chapter7/starter2.html similarity index 100% rename from Chapter ZIPs/chapter7/starter2.html rename to Chapter ZIPs/HTML/chapter7/starter2.html diff --git a/Chapter ZIPs/chapter7/starter3.html b/Chapter ZIPs/HTML/chapter7/starter3.html similarity index 100% rename from Chapter ZIPs/chapter7/starter3.html rename to Chapter ZIPs/HTML/chapter7/starter3.html diff --git a/Chapter ZIPs/chapter7/starter4.html b/Chapter ZIPs/HTML/chapter7/starter4.html similarity index 100% rename from Chapter ZIPs/chapter7/starter4.html rename to Chapter ZIPs/HTML/chapter7/starter4.html diff --git a/Chapter ZIPs/chapter7/starter5.html b/Chapter ZIPs/HTML/chapter7/starter5.html similarity index 100% rename from Chapter ZIPs/chapter7/starter5.html rename to Chapter ZIPs/HTML/chapter7/starter5.html diff --git a/Chapter ZIPs/chapter7/template.html b/Chapter ZIPs/HTML/chapter7/template.html similarity index 100% rename from Chapter ZIPs/chapter7/template.html rename to Chapter ZIPs/HTML/chapter7/template.html diff --git a/Chapter ZIPs/chapter7/twocolumn3.html b/Chapter ZIPs/HTML/chapter7/twocolumn3.html similarity index 100% rename from Chapter ZIPs/chapter7/twocolumn3.html rename to Chapter ZIPs/HTML/chapter7/twocolumn3.html diff --git a/Chapter ZIPs/chapter7/yls.jpg b/Chapter ZIPs/HTML/chapter7/yls.jpg similarity index 100% rename from Chapter ZIPs/chapter7/yls.jpg rename to Chapter ZIPs/HTML/chapter7/yls.jpg diff --git a/Chapter ZIPs/chapter7/yogadoor2.jpg b/Chapter ZIPs/HTML/chapter7/yogadoor2.jpg similarity index 100% rename from Chapter ZIPs/chapter7/yogadoor2.jpg rename to Chapter ZIPs/HTML/chapter7/yogadoor2.jpg diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/casita.css b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/casita.css similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/casita.css rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/casita.css diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/contact.html b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/contact.html similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/contact.html rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/contact.html diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/events/festival.html b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/events/festival.html similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/events/festival.html rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/events/festival.html diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/events/weekend.html b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/events/weekend.html similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/events/weekend.html rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/events/weekend.html diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/images/logo.gif b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/images/logo.gif similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/images/logo.gif rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/images/logo.gif diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/images/scenery.jpg b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/images/scenery.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/images/scenery.jpg rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/images/scenery.jpg diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/index.html b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/index.html similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/index.html rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/index.html diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/rooms/canyon.html b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/rooms/canyon.html similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/rooms/canyon.html rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/rooms/canyon.html diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/rooms/javelina.html b/Chapter ZIPs/HTML/chapter8/9/CasitaExample/rooms/javelina.html similarity index 100% rename from Chapter ZIPs/chapter8/9/CasitaExample/rooms/javelina.html rename to Chapter ZIPs/HTML/chapter8/9/CasitaExample/rooms/javelina.html diff --git a/Chapter ZIPs/chapter8/9/caption/caption.html b/Chapter ZIPs/HTML/chapter8/9/caption/caption.html similarity index 100% rename from Chapter ZIPs/chapter8/9/caption/caption.html rename to Chapter ZIPs/HTML/chapter8/9/caption/caption.html diff --git a/Chapter ZIPs/chapter8/9/caption/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter8/9/caption/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/caption/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter8/9/caption/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter8/9/caption/lighthouselogo.jpg b/Chapter ZIPs/HTML/chapter8/9/caption/lighthouselogo.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/caption/lighthouselogo.jpg rename to Chapter ZIPs/HTML/chapter8/9/caption/lighthouselogo.jpg diff --git a/Chapter ZIPs/chapter8/9/starter1.html b/Chapter ZIPs/HTML/chapter8/9/starter1.html similarity index 100% rename from Chapter ZIPs/chapter8/9/starter1.html rename to Chapter ZIPs/HTML/chapter8/9/starter1.html diff --git a/Chapter ZIPs/chapter8/9/starter2.html b/Chapter ZIPs/HTML/chapter8/9/starter2.html similarity index 100% rename from Chapter ZIPs/chapter8/9/starter2.html rename to Chapter ZIPs/HTML/chapter8/9/starter2.html diff --git a/Chapter ZIPs/chapter8/9/starter3.html b/Chapter ZIPs/HTML/chapter8/9/starter3.html similarity index 100% rename from Chapter ZIPs/chapter8/9/starter3.html rename to Chapter ZIPs/HTML/chapter8/9/starter3.html diff --git a/Chapter ZIPs/chapter8/9/starters/fallback.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/fallback.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/fallback.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/fallback.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/header.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/header.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/header.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/header.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/large.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/large.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/large.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/large.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/lighthouseisland.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/lighthouseisland.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/lighthouseisland.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/lighthouseisland.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/medium.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/medium.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/medium.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/medium.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/myisland.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/myisland.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/myisland.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/myisland.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/photo1.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/photo1.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/photo1.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/photo1.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/photo2.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/photo2.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/photo2.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/photo2.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/photo3.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/photo3.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/photo3.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/photo3.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/photo4.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/photo4.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/photo4.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/photo4.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/photo5.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/photo5.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/photo5.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/photo5.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/photo6.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/photo6.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/photo6.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/photo6.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/pools.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/pools.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/pools.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/pools.jpg diff --git a/Chapter ZIPs/chapter8/9/starters/small.jpg b/Chapter ZIPs/HTML/chapter8/9/starters/small.jpg similarity index 100% rename from Chapter ZIPs/chapter8/9/starters/small.jpg rename to Chapter ZIPs/HTML/chapter8/9/starters/small.jpg diff --git a/Chapter ZIPs/JavaScript/ch04/blue_bean.jpg b/Chapter ZIPs/JavaScript/ch04/blue_bean.jpg new file mode 100755 index 0000000..bb04572 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/blue_bean.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/carla.css b/Chapter ZIPs/JavaScript/ch04/carla/carla.css new file mode 100755 index 0000000..df49ebf --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/carla/carla.css @@ -0,0 +1,142 @@ +body { + background-color: #FFFFFF; + background-image: url(background.gif); + color: #0000FF; + font-family: Geneva, Arial, Helvetica, sans-serif; + font-size: 14px; +} +#container { margin-left: auto; + margin-right: auto; + width:85%; + min-width:700px; + } + + +#logo { + text-align:center; + margin: 0; + font-family: Verdana, Arial, Helvetica, sans-serif; + padding-top: 30px; + padding-bottom: 20px; + +} +#nav { + float: left; + width: 200px; + padding-top: 10px; + text-align:left; + color: #FF0000; + font-size: 14px; +} +#nav a { + text-decoration:none; + margin: 15px; + display: block; + color: #FF0000; + font-size: 14px; + font-weight: bold; +} +#content { + margin-left: 150px; + padding: 30px; + overflow:auto; + border: medium groove #0000FF; + line-height: 135%; + +} + +.floatright {padding-left:20px; + float:right; + } +.floatleft { + float:left; + padding: 2px 30px 20px; +} +#footer { + font-size: 16px; + font-style: normal; + text-align: justify; + border-top: thin none; + padding-top: 20px; + padding-bottom: 20px; + color: #FF0000; + font-family: Georgia, "Times New Roman", Times, serif; + font-weight: bold; +} + +h2 { text-transform: uppercase; + color: #0000FF; + font-size: 36px; + border-bottom: 1px none; + margin-right: 20px; +} +h3 { + color: #0000FF; + border-bottom: thin none; + margin-right: auto; + text-align: left; + padding-top: 20px; + padding-right: 100px; + padding-bottom: 20px; + padding-left: 100px; + border-top-style: none; + border-right-style: none; + border-left-style: none; +} +.details { padding-left:20%; + padding-right:20%; +} + + +img {border:0 none; } + + +.content { + margin: 20px; + padding: 20px; +} +a { + color: #FF0000; + text-decoration: none; + margin: 15px; + color: #FF0000; + font-size: 14px; + font-weight: bold; +} +a:hover { + color: #FFFF00; + background-color: #0000FF; +} +h4 { + line-height: 150%; + margin-right: 20%; + margin-left: 15%; + text-align: center; +} +h1 { + font-family: Geneva, Arial, Helvetica, sans-serif; + font-size: 36pt; + text-align: center; + margin-right: 15%; + margin-left: 20%; +} +p { + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 14px; + line-height: 120%; + font-weight: bold; + color: #0000FF; +} +.flt_img { + float: none; + padding-top: 3px; + padding-right: 20px; + padding-bottom: 3px; + padding-left: 20px; +} +specialh4 { + line-height: 150%; + margin-right: 20%; + margin-left: 15%; + text-align: center; +} diff --git a/Chapter ZIPs/JavaScript/ch04/carla/carla_math_whiz.html b/Chapter ZIPs/JavaScript/ch04/carla/carla_math_whiz.html new file mode 100755 index 0000000..eef7217 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/carla/carla_math_whiz.html @@ -0,0 +1,136 @@ + + + +Carla's Classroom | Become a Math Whiz! + + + + +
+ +

Become a Math Whiz!

+ +
+
+ Home + Meet Carla + Reading + Writing + Arithmetic +
+
+

There are two parts to this arithmetic test: addition and subtraction. Each part will increase in difficulty +as you prove you are ready for harder problems. You may choose whether you want to move to another +level after getting 5 questions correct or you may choose how many problems you want to +attempt at any level.

+

+

+
+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/arith_big.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/arith_big.jpg new file mode 100755 index 0000000..2779567 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/arith_big.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/arith_button.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/arith_button.jpg new file mode 100755 index 0000000..59c70bd Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/arith_button.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/carla_button.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/carla_button.jpg new file mode 100755 index 0000000..75cf743 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/carla_button.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/carla_pic.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/carla_pic.jpg new file mode 100755 index 0000000..5244298 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/carla_pic.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/owl_button.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/owl_button.jpg new file mode 100755 index 0000000..096b4b9 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/owl_button.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/owl_logo.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/owl_logo.jpg new file mode 100755 index 0000000..a46e016 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/owl_logo.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/read_button.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/read_button.jpg new file mode 100755 index 0000000..6894d8f Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/read_button.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/write_button.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/write_button.jpg new file mode 100755 index 0000000..519d4bf Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/write_button.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/images/writing_big.jpg b/Chapter ZIPs/JavaScript/ch04/carla/images/writing_big.jpg new file mode 100755 index 0000000..d423fa1 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/carla/images/writing_big.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/carla/math.html b/Chapter ZIPs/JavaScript/ch04/carla/math.html new file mode 100755 index 0000000..b453d13 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/carla/math.html @@ -0,0 +1,47 @@ + + + +Carla's Classroom | Math Lessons + + + + + +
+ + +

Carla's Classroom

+

 

+
+
+
+ Home + Meet Carla + Reading + Writing + Arithmetic +
+
+
+
+

Arithmetic Lessons:

+

Addition Exercise +

Advanced Addition and Subtraction Exercises + +

+ +
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_10.html b/Chapter ZIPs/JavaScript/ch04/ex_4_10.html new file mode 100755 index 0000000..71684aa --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_10.html @@ -0,0 +1,45 @@ + + + + Example 4.10 + + + + +
+

 

+

Create Usernames

+

You can enter each student's name and ID number and
+this program will create usernames for you

+

 

+

+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_11.html b/Chapter ZIPs/JavaScript/ch04/ex_4_11.html new file mode 100755 index 0000000..e015473 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_11.html @@ -0,0 +1,16 @@ + + + + Example 4.11 + + + + + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_12.html b/Chapter ZIPs/JavaScript/ch04/ex_4_12.html new file mode 100755 index 0000000..4eb5bcf --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_12.html @@ -0,0 +1,27 @@ + + + + +Example 4.12 + + + + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_13.html b/Chapter ZIPs/JavaScript/ch04/ex_4_13.html new file mode 100755 index 0000000..f1a7fce --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_13.html @@ -0,0 +1,26 @@ + + + + Example 4.13 + + + + + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_14.html b/Chapter ZIPs/JavaScript/ch04/ex_4_14.html new file mode 100755 index 0000000..1139f4e --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_14.html @@ -0,0 +1,29 @@ + + + + Example 4.14 + + + + +
+

 

+

Count Beans!

+

 

+

+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_15.html b/Chapter ZIPs/JavaScript/ch04/ex_4_15.html new file mode 100755 index 0000000..37df700 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_15.html @@ -0,0 +1,28 @@ + + + + Example 4.15 + + + + +
+

 

+

Count Beans!

+

 

+

+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_16.html b/Chapter ZIPs/JavaScript/ch04/ex_4_16.html new file mode 100755 index 0000000..0f177fd --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_16.html @@ -0,0 +1,28 @@ + + + + Example 4.16 + + + + +
+

 

+

Count Beans!

+

 

+

+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_17.html b/Chapter ZIPs/JavaScript/ch04/ex_4_17.html new file mode 100755 index 0000000..036329c --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_17.html @@ -0,0 +1,28 @@ + + + + Example 4.17 + + + + +
+

 

+

Count Beans!

+

 

+

+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_18.html b/Chapter ZIPs/JavaScript/ch04/ex_4_18.html new file mode 100755 index 0000000..47d98a6 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_18.html @@ -0,0 +1,29 @@ + + + + Example 4.18 + + + + +
+

 

+

Count Beans!

+

 

+

+
+ + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_19.html b/Chapter ZIPs/JavaScript/ch04/ex_4_19.html new file mode 100755 index 0000000..d62dce9 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_19.html @@ -0,0 +1,31 @@ + + + + Example 4.19 + + + + +
+

 

+

Count Beans!

+

+
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_20.html b/Chapter ZIPs/JavaScript/ch04/ex_4_20.html new file mode 100755 index 0000000..5f9e283 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_20.html @@ -0,0 +1,25 @@ + + + + Example 4.20 + + + + +
+

 

+

Order Your Bracelets Now!

+

+
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_21.html b/Chapter ZIPs/JavaScript/ch04/ex_4_21.html new file mode 100755 index 0000000..5f47ca9 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_21.html @@ -0,0 +1,25 @@ + + + + Example 4.21 + + + + +
+

 

+

Order Your Bracelets Now!

+

+
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_24.html b/Chapter ZIPs/JavaScript/ch04/ex_4_24.html new file mode 100755 index 0000000..28562a4 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_24.html @@ -0,0 +1,28 @@ + + + + Example 4.24 + + + + + +
+

 

+

Order Your Bracelets Now!

+

+

 

+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_27.html b/Chapter ZIPs/JavaScript/ch04/ex_4_27.html new file mode 100755 index 0000000..8bd21e5 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_27.html @@ -0,0 +1,47 @@ + + + + Example 4.27 + + + + + +
+

 

+

Enter your contact information

+

 

+

+

 

+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_28.html b/Chapter ZIPs/JavaScript/ch04/ex_4_28.html new file mode 100755 index 0000000..28c59f6 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_28.html @@ -0,0 +1,18 @@ + + + + +Example 4.28 + + + + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_29.html b/Chapter ZIPs/JavaScript/ch04/ex_4_29.html new file mode 100755 index 0000000..3c52cd1 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_29.html @@ -0,0 +1,15 @@ + + + + +Example 4.28 + + + + + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_7.html b/Chapter ZIPs/JavaScript/ch04/ex_4_7.html new file mode 100755 index 0000000..874b6af --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_7.html @@ -0,0 +1,34 @@ + + + + Example 4.7 + + + + +
+

 

+

Today's Players

+

Click to enter players' names

+

+
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_8.html b/Chapter ZIPs/JavaScript/ch04/ex_4_8.html new file mode 100755 index 0000000..bb06151 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_8.html @@ -0,0 +1,49 @@ + + + + Example 4.8 + + + + +
+

 

+

Select Your Gear for the Game

+

You are allowed to pick up to 10 items from the following list before the game begins:

+ + + + + + + + + + + + +

Supplies Available

bag of food (1-day supply)bottle of water (1-day supply)
swordshield
kevlar vesthunting knife
bow with 1 quiver of arrows10 extra arrows
backpackslingshot
box of 5 firestarterspet goat
falconfalconer's gloves
notebookpen and pencil set
walking stickhammer
shovel1-person tent
+

 

+

+
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/ex_4_9.html b/Chapter ZIPs/JavaScript/ch04/ex_4_9.html new file mode 100755 index 0000000..f4e5137 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/ex_4_9.html @@ -0,0 +1,48 @@ + + + + Example 4.9 + + + + +
+

 

+

Calculate Employees Paychecks

+

You can enter payroll information for all employees. Paychecks are calculated as shown:

+ + + + +
Gross pay for first 40 hours:hourly rate * hours worked
Overtime:overtime hours * 1.5 * hourly rate
Tax rate for all employees: 15% of gross pay
+

 

+

+
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/greg/greg.css b/Chapter ZIPs/JavaScript/ch04/greg/greg.css new file mode 100755 index 0000000..a1b1088 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/greg/greg.css @@ -0,0 +1,125 @@ +body { background-color: #000040; + background-image: url(background.gif); + color: #88ffff; + font-family: Verdana, Arial, sans-serif; +} +#container { margin-left: auto; + margin-right: auto; + width:80%; + min-width:700px; + } + + +#logo { + text-align:center; + margin: 0; + font-family: Geneva, Arial, Helvetica, sans-serif; + padding-top: 30px; + padding-bottom: 20px; + +} +#nav { + float: left; + width: 200px; + padding-top: 10px; + text-align:left; + color: #88FFFF; + font-size: 12px; +} +#nav a {text-decoration:none; + margin: 15px; + display: block; + color: #88FFFF; + font-size: 12px; +} +#content { + margin-left: 150px; + padding: 30px; + overflow:auto; + border: medium groove #88FFFF; + line-height: 135%; + +} + +.floatright {padding-left:20px; + float:right; + } +.floatleft { + float:left; + padding: 30px 0px 20px; +} +#footer { font-size: .60em; + font-style: italic; + text-align: center; + border-top: 2px double #000040; + padding-top: 20px; + padding-bottom: 20px; +} + +h2 { text-transform: uppercase; + color: #88ffff; + font-size: 1.2em; + border-bottom: 1px none; + margin-right: 20px; +} +h3 { + color: #88ffff; + font-size: 1.2em; + border-bottom: 1px solid #000000; + margin-right: auto; + text-align: left; + padding-top: 10px; + padding-right: 20px; + padding-bottom: 10px; + padding-left: 20px; + line-height: 120%; +} +.details { padding-left:20%; + padding-right:20%; +} + + +img {border:0; } + + +.content { + margin: 20px; + padding: 20px; + height: 3700px; + width: 500px; +} +a {text-decoration:none; + margin: 15px; + display: block; + color: #88FFFF; + font-size: 12px; +} +a:hover { + color: #000040; + background-color: #88ffff; +} +span { + font-size: 20px; + font-weight: bold; + font-family: "Courier New", Courier, mono; + color: #88ffff; + background-position: center center; + text-align: center; + vertical-align: middle; +} +table { + border-collapse: collapse +} +td { + border: 2px solid #88ffff; + width: 5em; + color: #88ffff; +} +.nobdr { + border: none; + cell-padding: 5px; +} +p { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; +} diff --git a/Chapter ZIPs/JavaScript/ch04/greg/greg_encoder.html b/Chapter ZIPs/JavaScript/ch04/greg/greg_encoder.html new file mode 100755 index 0000000..3279cc4 --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/greg/greg_encoder.html @@ -0,0 +1,70 @@ + + + + + Greg's Gambits | Secret Message Encoder + + + + + +
+ +

The Secret Message Encoder

+

 

+ +
+

Write A Message and Encode It

+

+ + +

encoded message

 
+
+ +
+ + diff --git a/Chapter ZIPs/JavaScript/ch04/greg/images/superhero.jpg b/Chapter ZIPs/JavaScript/ch04/greg/images/superhero.jpg new file mode 100755 index 0000000..5f64be5 Binary files /dev/null and b/Chapter ZIPs/JavaScript/ch04/greg/images/superhero.jpg differ diff --git a/Chapter ZIPs/JavaScript/ch04/greg/play_games.html b/Chapter ZIPs/JavaScript/ch04/greg/play_games.html new file mode 100755 index 0000000..e252b4d --- /dev/null +++ b/Chapter ZIPs/JavaScript/ch04/greg/play_games.html @@ -0,0 +1,46 @@ + + + +Greg's Gambits | Games Menu + + + + + +
+ + +

Play A Game

+ +

 

+

 

+ +
+

Menu of Available Games

+ + + + + + + + + + + + + +
Greg's Tales Madame Vadoma Sees All
The Secret Message Encoder  
  
+

 

+
+ +
+ +