Challenge Overview
Challenge Overview:
The main task of this competition is to update an existing HTML5 prototype to add scrolling with fixed header and one fixed column . We also want to fix a minor Ui issue. See details below
After your changes, the prototype must work properly in all the required browsers.
As part of this challenge you will need to document all HTML5/CSS3/JavaScript code that you update/add. We need clear explanation of the code to help us figure all the HTML5/CSS3/JS code functions and make it easier for future developers and the client to understand what you have built.
Your code must follow our standards and our guidelines
NOTE: This application is using Bootstrap 3 (http://getbootstrap.com/getting-started).
Required Changes:
1. Make the header with candidate names fixed during vertical scroll movement
2. The first column with labels should be fixed during horizontal scroll movement
3. When we have more candidates being compared, the table breaks out of the div. The data should scroll when there are more candidates columns
Fig1- For issues #1 and #2
Fig2- For issue #3
Specific HTML/CSS/JavaScript Requirements:
HTML/CSS Requirements:
- Your HTML code must be valid HTML5 and follow best practices
- Validate your code - reviewers may accept minor validation errors, but please comment your reason for any validation errors. Use the validators listed in the scorecard.
- Use CSS to space out objects, not clear/transparent images (GIFs or PNGs) and use proper structural CSS to layout your page. Only use table tags for tables of data/information and not for page layout.
- No inline CSS styles - all styles must be placed in an external style-sheet.
- Use semantically correct tags - use H tags for headers, etc. Use strong and em tags instead of bold and italic tags.
- Element and Attribute names should be in lowercase and use a "-" or camel naming to separate multiple-word classes (i.e.. "main-content", or "mainContent)
- Label all CSS, JavaScript, or HTML hacks with explanations so others will understand.
- Your code must render properly in all browsers listed in the scorecard in both Mac and PC environments.
JavaScript Requirements:
- Follow Javascript Coding standards.
- There should be no inline Javascript. Follow Unobtrusive JavaScript (http://en.wikipedia.org/wiki/Unobtrusive_JavaScript)
- All JavaScript used must not have any copyrights to any third party. You are encouraged to use your own scripts, or scripts that are free, publicly available and do not have copyright statements or author recognition requirements anywhere in the code.
- You are allowed to use JQuery for this contest.
- jQuery 1.11.0
- Bootstrap v2.3.2
Browsers Requirements:
- IE 9+ Browsers on PC - (use HTML5shiv to support IE9 version)
- Latest Safari Browser on MAC and PC
- Latest Chrome Browser on MAC and PC
- Latest Firefox Browser on MAC and PC
Documentation Provided:
- UX Standards (UX Standards Overview.docx)
- Some Javascript development Standards (Development_Standards.docx)
- CSS and Javascript standards (Dashboard Technical Standards.docx)
Final Submission Guidelines
Submission Deliverables:
- A complete list of deliverables can be viewed in the UI Prototype Competitions Tutorial.
Final Submission:
- For each member, the final submission should be uploaded to the Online Review Tool.