Skip to main content
Ben Nadel at the New York Javascript Meetup (Aug. 2010) with: Rebecca Murphey and Adam Sontag
Ben Nadel at the New York Javascript Meetup (Aug. 2010) with: Rebecca Murphey ( @rmurphey ) Adam Sontag ( @ajpiano )

Exercise List: Basic Page Template

By on

Click here to view the current Online Demo

Click here to view / download the current Code Base

Now that I have my database schema down and a solid understanding of the site design, I have created a very basic page template. At first, I was going to create a comprehensive template that included form styles, but I decided that would be overkill; form styles are not repeated in this application - they are used on one page only (for the most part) and therefore, I will just define them when I get to that page. This is NOT the best interface strategy, but it I am a fairly scattered and hurried person.

But, while I am not using the best upfront strategy, I am trying to apply all of the new concepts that I learned after reading Bulletproof Web Design. For example, you will see that all of my font sizes are relative to the parent container or browser text size. This will allow the application text and containers to scale in size when and if the user decides to change the browser's default font size. That was actually very difficult for me to do as it is a total deviation from the way I am used to thinking about layout.

The next step is to create the actual application...

Reader Comments

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel