So here is a list of everything so far this week:
-
Fix JBC Special Collection pages
- Finished Comic Book Pages
- Finished Mason Pages
- Finished Stove Pages
- Finished Sykes Page
- Finished JBCBIO Page
-
Featured Resource
- Added PubMed to the featured resource rotation
-
Fix Headers
- Added a trailing slash to the ask a librarian link
- Removed the target attribute from the VCU Link
- Moved to production and ssl
-
New Staff Side Header
- Remove fly-downs and replace with links used on the staff web.
- Removed font-change and Ask a Librarian links
- Moved to staff production site.
-
Fix CSS Validation Errors
- overflow-x is CSS3 and we are using CSS2, so this did not validate. Replacing overflow-x with overflow caused the page to break, removing all scroll bars
- Removed the padding-left from the page-footer in layout.css
- Added the footBlock div into the footer to contain the text and provide a left side margin, Without requiring an overflow property.
-
Fix Page Validation Errors
- The search box's query field does not have a label attached to it. To meet section 508 compliance it needed an ALT attribute attached to the input box.
- Adjusted the label for the search type to point at the corect element, previously there was a capitalization error.
-
Search Header Files
- To get a general idea of how many pages use each specific header the template search BASH script was modified to search for and count all occurrences of calls to the various header files. Some sample statistics are below:
Header FilePercentage of Pages
HEADER.HTML84%
HEADER_BRIEF.HTML2%
HEADER_BRIEF_JBC.HTML10%
HEADER_BRIEF_TML.HTML3%
HEADER_VCU.HTML1%
HEADER_ILL.HTML0%
HEADERSSL.HTML0%