Wish List

What designs would you like to add to your site?

  • Background with overlapping boxes and the occassional picture. Example 1 Example 2
  • I'd like to have a design and overall layout similar to this Example 3
  • The retro feel in Example 4 is a style I'd like to replicate. This theme is similar to certain styles portrayed in the BioShock and FallOut games. The contrast of the design and the content creates a unique overall feeling.
  • I like how the page appears to be a banner and scrolls smoothly across the background in Example 5
  • I would like all the images, menus, nav bars, icons etc., on my website to resize accordingly as the window size adjusts. Example 6

What is a good analogy for HTML, CSS and the DOM?

  • HTML (HyperText Markup Language) is the foundation on which the website is built. HTML is therefore similar to the foundation and structure of a house. A house must be built from the ground up and so must a website. First the foundation of the house is built (the header in HTML), then the framework (body), and then people can move in (this would be the content). We now have a bare house (but it is liveable).
  • CSS (Cascading Style Sheets) is the interior designer who comes in and styles the home exactly how you want it, buy painting the walls, adding additional features, and removing unwanted clutter.
  • DOS (Document Object Model) organizes HTML into a tree with multiple branches, that all come out of the foundation of structure. In reference to the house model, two different rooms in the house may look like this:
    Room 1: foundationhouseliving room kitchen
    Room 2: foundation➙;houseliving roomstairsbedroom

What is boxifying design?

Boxifying is the process used to breakout all the indivdual elements displayed on webpage. Begin by drawing large boxes around groups of elements. Then draw smaller and smaller boxes around each grouping of elements, until only single elements remain.


What is the Box Model?

The Box Model describes the make up of all websites. Every element displayed is defined as a box. Yes, even circles are boxes on websites.

a clipboard with a list, and checkmarks