Skip to content

April 10, 2008

MS Paint + Notepad

I mentioned in my last post that I’d designed a basic website using nothing but MS Paint and Notepad. To expand upon that, the site is PHP driven, the only reason for that is I wanted to make the entire thing modular, as such the site is broken down into the following files:

  1. header.php
  2. menu.php
  3. page.php
  4. footer.php

Where page.php is actually index.php, photos.php, etc. depending on the page you’re accessing and it includes the call functions for header.php, menu.php, and footer.php (in that order). That way if I want to add a link to the menu I can just edit menu.php and have the entire site update automatically.

The site currently uses 14 CSS classes, the main reasons it takes so many is the menu formatting and the additional classes for skinning the RSS feed from FeedBurner. If I end up using the template for longer than a few weeks I may try and cut down on the style sheet size just a bit.

Oh, and the site is actually written in 100% valid XHTML!

About the Author:
Aaron Nelsen is the webmaster and senior technology editor. He's a career geek, coffee enthusiast, Apple fanboy, and accomplished barista pimp. They've written 407 articles for Hijinks Inc.

Getting The Latest Tweet...
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Twitter
  • email
  • FriendFeed
  • Identi.ca
  • NewsVine
  • PDF
  • Posterous
  • Reddit
  • StumbleUpon
  • Technorati
  • Tumblr

No related posts.

Share your thoughts, post a comment.

You must be logged in to post a comment.