Thomas Wallace

Lectures and Resources

jQuery Tabs Case Study

In this case study we wil create from the ground up a tabbed interface using XHMTL, CSS, and JavaScript. The goal is to build a tabbed content interface that we progressively enhance  and is still keyboard accessible. When we finish we will have created something like this example…

Completed Project

Step by Step Approach

  1. Create HTML Structure
  2. Validate XHTML
  3. Style with CSS
  4. Add Javascript Library
  5. Add Jquery Calls
  6. Add Anchors and <noscript> elements for non-supporting user-agents
  7. Test