Recent Articles on Site Building

All links open a new window

» Disappearing Print Button ( Javascript )
Wouldn't it be nice to be able to put a "print page" button on your webpage without it showing up in the printed out page. Here is a little script that will do just that. The button appears on the webpage, but when the page is printed the button isn't on the printed page. Note: this script will only work with newer browser versions.

» Open a Link in a New Window ( Javascript )
Let's create a custom script for your website that will allow you to open your link in a new window, properly.

» JavaScript Clock ( Javascript )
Here is a fun JavaScript clock to add to your website. This script is easy to install.

» Open Links in a New Window ( Javascript )
Here is a valid way to open links in a new window using JavaScript. This is easy to use and customize.

» Bookmark This Page! ( Javascript )
The following is a simple JavaScript that will let your visitors bookmark your website! This javasscript is compatible with Internet Explorer and Mozilla/Firefox browsers.

» Document Types ( HTML )
Not many Webmasters know the importance of proper DOCTYPE Declarations, nor do they even know what they are! So what is this 'DOCTYPE'? We'll take a look at what they are in this article.

» Replacing The Font Tag ( HTML )
Although it is widely used, the font tag is deprecated. If you catch yourself using a <font> tag, you should read this article and make sure that your website is up to date!

» Color Codes ( HTML )
#00ff00? What does that mean? Well, it's a color code! In this article, we'll take a look at color codes and how you can use them.

» Horizontal Rules ( HTML )
Have you ever spent a long amount of time coding to create a line or a divider for some text? Well, why would you spend a long time doing that when HTML has an element for you to use? This article will show you how to apply a horizontal rule (aka a divider) to your website quickly and easily.

» The Body Tag; Deprecated Attributes ( CSS )
A lot of the websites you see out there have a lot of attributes in their BODY tag, but how many of those attributes are actually valid; bgcolor; alink; link.. How about none of the above?