CodeMonkeys Meeting notes 2012-09-20

From MidsouthMakers - Memphis Area Hackerpace
Revision as of 20:54, 20 September 2012 by Jferguson (talk | contribs) (Created page with "{{CodeMonkeys meeting notes |previous = September 06 2012 |current = September 20 2012 |next = October 04 2012 }} === Topic === Practical HTML, CSS, and JavaScript === Links =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<< 2012-09-06 CodeMonkeys Meeting Minutes 2012-10-04 >>


Topic

Practical HTML, CSS, and JavaScript

Links

Assignment

Create a single web page that contains 4 sections using HTML and CSS

  • Sections should be Header, Navigation, Content, Footer
  • Navigation should contain links to 5 different websites.
  • Header should contain the name of your website
  • Content should contain:
    • a paragraph about your website. (Or Ipsum)
    • at least 2 images with alternate locations (left, right, or center)
  • Footer should contain copyright information & website name.


Assignment Challenges

  • Add a JavaScript based web hit counter to track how many times a visitor has view the page.
  • Using Navigation links, change what appears in Content section
    • MUST be done on 1 page (1 url)
    • NO language outside of HTML/Javascript/Jquery/AJAX
    • Must be able to return to default content view
    • example: Content 1, Content 2, Content 3 sections, clicking respective links in navigation pane displays the content in the content section.