CSWB 110 Bonnie Frieden

Welcome to my home page!

Chapter Assignment Notes
1 Web Research Project PDF Researched three websites for web developers.
2 Introduction to HTML and basic elements. Ordered, unordered and description lists. Anchor elements for hyperlinking.
3 JavaJam Coffee House FishCreek Animal Hospital Introduction to CSS3. Use of color and fonts . Class vs Id. Linking to a style sheet.
4 JavaJam Coffee House FishCreek Animal Hospital Adding visual elements. Graphic types gif, jpg and png. Background images, image map and image positioning.
5 JavaJam Coffee House FishCreek Animal Hospital Website organization, designing for accessibility and principles of visual design. Use of color and graphics in regards to your target audience. Navigation, layout and mobile design.
5 JavaJam Coffee House PDF FishCreek Animal Hospital PDF Accessablity suggestions write up
6 JavaJam Coffee House FishCreek Animal Hospital Page Layout. CSS box model. Clearing, floating and positioning elements. Two column page layout. Pseudo classes for hyperlink nav areas.
7 JavaJam Coffee House FishCreek Animal Hospital Three column page layout and mobile design display.
8 JavaJam Coffee House FishCreek Animal Hospital Using tables to organize content. Use of CSS in configuring table elements.
9 JavaJam Coffee House FishCreek Animal Hospital Forms and how to configure them using css and adding accessibility. A brief reference to server side scripting languages, that are used to process information gathered in the forms. Each case study had a page with a form added to the site. request for job information and contact information.
10 Chapter 10 Write up Testing and analysis of my personal site.
11 JavaJam Coffee House FishCreek Animal Hospital Adding media. Several different ways to add media to a webpage. While HTML5 has the new audio and video elements that natively supports those media types, they are not all supported by many popular browers. Provide fallback links, or the option for a plugin. For accessibility, provide text sources for audio and video files. I will be adding an image gallery that makes use of the transform and transiotion properties. If I can get a friend to make video for me I will do that.
12 JavaJam Coffee House FishCreek Animal Hospital Shopping on the internet and how it works. A little bit of cybersecurity, digital certificates and encryption methods. I have an intereset in security, I may end up working the security sector of the IT world.
13 JavaJam Coffee House FishCreek Animal Hospital Web site promotion. I'm not one to toot my own horn, my portfolio site will be used to show my work to potential employers and to hone my skills as a developer. On the flip side, this informaiton is useful, I should be familiar with SEO and how search engines opperate. Current job opennings for web developers list SEO knowledge as a required skill.
14 JavaJam Coffee House FishCreek Animal Hospital First steps into programming with javascript and jquery. Note, Java and javascipt are not the same thing. Java is used more with creating software, whereass Javascript is a client side programming language. Jquery is a javascript library, allowing you to use the most commonly used tasks with just a few lines of code. Since I'm new to javascrip and jquery, I'm just adding a few simple things, like a welcome popup, a last modifed datae and a photo library.
Extra Work School Bus Project An Idea I have. more
My local school district has no way of digitally determining if a student is elegible for transportation to school. Currently only a few schools offer busing, with the critera that a student must live more than 2 miles from school. My web app idea is that this from will be used to drop a pin on a map showing the schools location and a shaded 2 mile radius. More research is needed to figure out how to drop a pin on a map.