CodeMonkeys Meeting notes 2012-09-20
Jump to navigation
Jump to search
<< 2012-09-06 | CodeMonkeys Meeting Minutes | 2012-10-04 >> |
---|
Topic
Practical HTML, CSS, and JavaScript
Links
- Tutorials
- Web Fundamentals: http://www.codecademy.com/tracks/web
- JavaScript Fundamentals: http://www.codecademy.com/tracks/javascript
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.