• Register
  • Login
 

Hijinks Inc.

Google doesn't have a tagline, why should we?
  • Home
  • Reviews
  • Podcast
  • Repo
  • About

Recent comments

  • Aaron Nelsen on Top posts for the week
  • Dave Sack on Top posts for the week
  • Fred Smith on Hijinks Reviews: Kate
  • Aaron Nelsen on Hijinks Reviews: Kate
  • Fred Smith on Hijinks Reviews: Kate
  • Recent posts

    • OpenOffice 3.0 beta is live
    • Top posts for the week
    • Happy Mother's Day!
    • The iPhone is amazing
    • 75 Skills Every Man Should Master

    MS Paint + Notepad

    Author: Aaron Nelsen - 1:00 pm

    10 Apr

    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!

  • 0 Comments
  • Filed under: MS Paint, Notepad, Web Design, Aaron Nelsen
  • Web Design

    Author: Aaron Nelsen - 3:35 pm

    25 Sep

    I do a fair amount of web design, I don’t think I’m amazing at it, but I also don’t suck. But here’s the thing, while I can design a good looking website, there’s only so much I can do to code sweet features. I have a basic understanding of PHP, a splash of Javascript, and a good handle on CSS, but I certainly have my limits.

    There in lies the problem.

    Read the rest of this entry »

  • 0 Comments
  • Filed under: Web Design, Aaron Nelsen

  • Archives

    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007

    RSS Feeds

    • Entries (RSS)
    • Comments (RSS)

    Hijinks Inc. developed by Aaron Nelsen