Moving CSS between files

April 23, 2008 by bzak

He shows how css can be easily added to text to formate content on the page. He shows that styles can be dragged to go from one locate to another. He shows that migrating the CSS can save the time of making a new one.

Modifying CSS globaly

April 23, 2008 by bzak

CSS is great for the its ability to be changed globally. Using CSS and templates as you build your pages can save a lot of time, and help make sure all your setting are the same.

Understanding starter page structures

April 23, 2008 by bzak

Depending on the classes of the body tags the page can be remodeled. He demonstrates how this can be done with multiple layouts.

fixed and liquid layout

April 23, 2008 by bzak

For a fixed page the layout does not change when the screen of the browser changes. Different fonts may alter the page a bit, but it is hard to say. Until you test it on different systems.

Working with a starter page

April 23, 2008 by bzak

In this video he shows how to big a page by using a starter page. This not be a custom layout may not interest everyone. However it may help if time is a factor in getting a page up.

Creating Navigation from a list

April 23, 2008 by bzak

He starts out with a page with pretty pathetic navigation. He then applies a lock box similar to a div tag. He then creates an ordered list navigate which looks a lot better on the page.

Clearing essentials

April 23, 2008 by bzak

He starts by changing the color. He changed some stuff in the coding, but the page did not look much different.

Float Containment

April 23, 2008 by bzak

In this video the layout starts out a mess with a column in the middle of the page separating the content. He improves the page by separating the column to the side and putting a border around the content area.

Fixing drop column

April 23, 2008 by bzak

In this video he starts by taking the width from the column. He fills the open space with content column.

floating layout

April 23, 2008 by bzak

Author shows how columns can be added to the screen to help with the display. He experiments with columns in different areas on the page.