Philosophy Website & Agenda
Posted by clifton on 29 Jun 2007 in Tasks
I sent Stewart a report on Agenda web application regarding the four points that Liz from the Philosophy department put forth about possible changes and improvements to the course listing page.
I also forward to Stewart a .doc file I created for the end users of the Philosophy website regarding the maintenance of the file system as well as how to edit the web site page content. I've included a link on the login page to the document so that the user can access it easily.
Lastly, for the Philosophy website I had to revalidate the all the pages for the xhtml 1.1 doctype. I mistakenly validated the website for xhtml 1.0 transitional. The major conflicts I discovered were with the forms that I used, none utf8 apostrophes and the target tags employed throughout the website.
I replaced the target tags with the following javascript: onclick="window.open(this.href); return false;". I removed the
tags that were causing the form tags to not validate. And I changed all of the non utf-8 characters that were causing errors as well.
I also forward to Stewart a .doc file I created for the end users of the Philosophy website regarding the maintenance of the file system as well as how to edit the web site page content. I've included a link on the login page to the document so that the user can access it easily.
Lastly, for the Philosophy website I had to revalidate the all the pages for the xhtml 1.1 doctype. I mistakenly validated the website for xhtml 1.0 transitional. The major conflicts I discovered were with the forms that I used, none utf8 apostrophes and the target tags employed throughout the website.
I replaced the target tags with the following javascript: onclick="window.open(this.href); return false;". I removed the
tags that were causing the form tags to not validate. And I changed all of the non utf-8 characters that were causing errors as well.