Skip to content

This Repo consists of my assignments for my Web Dev course taken during the Summer of 2016: Internet Systems

Notifications You must be signed in to change notification settings

blong1996/Internet-Systems

Repository files navigation

Internet-Systems

This Repo consists of my assignments for my Web Dev course taken during the Summer of 2016: Internet Systems

Assignment One

[Part One](/Assignment One/Problem%20One/home.html) of this assingment uses image hotspots to create links to other html files from within an image.

[Part Two](/Assignment One/Problem%20Two/tables.html) uses a standard table to display data using an html file.

Assignment Two

[Part One](/Assignment Two/Problem%20One/index.html) of this assignment utilizes CSS to display the requirements needed to earn a PhD from North Carolina A & T State Univeristy

[Part Two](/Assignment Two/Problem%20Two/index.html) demonstrates the use of floating elements and text flow.

Assignment Three

[Part One](/Assignment Three/Problem-One.html) of this assignment utilizes JavaScript to produce a table based on user input. IT allows the use to add names and a score for each and then calculates the total number of names and the average score among them.

[Part Two](/Assignment Three/Problem-Two.html) uses JavaScript methods to add two 2-D arrays together, so long as they are both the same length and have the same length on each row. It uses the ".toSource()" method so be sure to run using Firefox as this seems to be the only Browser supporting it.

[Part Three](/Assignment Three/Problem-Three.html) uses JavaScript to prompt the user for names and then multiple transactions for each name entered. After the user is finished, the data is then used to populate a table and the final balance for each name entered is calculated and displayed in a seperate table.

[Part Four](/Assignment Three/Problem-Four.html) uses JavaScript to prompt the user for a string of words without any punctuation. It then splits the string up and creates an array of the words. This array is then used to create an object where each word is a key and the number of times it appears is its value.

Assignment Four

Coming Soon...

About

This Repo consists of my assignments for my Web Dev course taken during the Summer of 2016: Internet Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published