These are a few homework projects to display the skills I've been learning
*** Check the footer of the homework pages to get back to this page. ***
HTML/ CSS
YMCA WEBSITE
Before the pandemic I would often be at spin class at the Royal Oak YMCA.
Their website is difficult to find within the greater Y network, so I thought
I'd create my own version.
Requirements for this project included:
- • Meta Tags
- • Ordered List
- • Unorderd List
- • Horizontal Rule
- • Heading: h1, h2, h3
- • Tables: bordered and borderless
- • Nav Bar w/ a:hover, a:link, current page indicator
- • Form widgets
- • Clickable Images and figcaption
- • Links: Other sites, named anchor
- • Multimedia: Movies or Audio
- • Site responsive on diff size screens
- • Columns w/ width spacing, rule
YMCA homework site
JavaScript
TOGGLE
This is a supuer simple page checking someone's age to see if they can have an alcoholic beverage
Requirements for this project included:
- • Manipulate the DOM wtih basic JavaScript
- • Write functions in JavaScript
- • Ability to attach event handling functions to events of elements in JavaScript
- • Solve fundamental problems involving dynamic image swapping
Toggle Homework
jQuery
TNR
Since the pandemic I've noticed a growing population of feral cats in my neighborhood.
Through the Nextdoor app I have connected with several of my neighbors and we have
have been working to Trap, Neuter and Return (TNR) some of these kitties. These are just
a few of the cats we have identified.
Requirements for this project included:
- • Use jQuery
- • At least one jQuery UI widget or jQuery plugin
- • Use CSS to style
- • At least one image with a rollover, swap, or other technique
- • Use RIA(Rich Internet Application) technology, specifically, XMLHttpRequest techniques to obtain data from an online API or file
TNR Homework