This week I tried some simple javascript to manipulate the DOM on my personal webpage from the very first assignment.
Now, users can customize the local version of the page to make it look like their own webpage!
Most of the explanation is in the comments of the attached javascript file.
Check out http://servy.strangled.net:8080/home.html to give it a test run!
I used the following resources putting this together:
Jim's testTables.html source code
Simmons - including JS scripts
MDN - String.prototype.split()