On this page you will find all the things I have done throughout the Web Technologies course. These assignments have taught me pretty much all the basics and much more when it comes to web development.
On this page you will find all the things I have done throughout the Web Technologies course. These assignments have taught me pretty much all the basics and much more when it comes to web development.
This assignment is where it all started, basically a practice for HTML/XHTML basics by designing a simple website. Great first assignment to introduce new comers to core XHTML elements (headings, lists, links, etc..) and a good recap for people with some experience.
A more in-depth assignment on XHTML. It focuses on writing code in proper XHTML format (proper headings, tags and spacing) and validating XHTML documents through the WC3 Validator.
A lesson on the principles of refactoring. This assignment teaches you about the principles and patterns regarding web development. It also provides excellent practice for spotting violations of these principles, and refactoring your code accordingly.
Just as the name implies, an assignment on the basics of CSS (Cascading Style Sheets). This assignment shows you how to creates CSS files, how to link them with your XHTML files, and all the basic syntax you will need to get started on modifying the look of your web page.
A closer look at CSS and some of it's more advanced concepts. This assignment shows you how to manipulate objects in your page, whether it be simple text (size, color, etc..) or larger elements with content inside (borders, margins, padding, etc...)
Great assignment on the basics of page design. Focuses on creating a style for a page that displays information effectively, reflects the page's purpose, and looks attractive without sacrificing readability or practicality.