What Makes a Well Designed Website?

Reading Time: 3 minutes

There are quite a few factors that contribute to a well-designed website. Opinions vary widely among designers, and there is a continual discussion that goes on in the community of web developers. One of the major factors that contribute to a well-designed website is simplicity.

Read moreWhat Makes a Well Designed Website?

How to Link to Content on the Web with a Hyperlink

Reading Time: 2 minutes

Hyperlink SymbolA question I’m often asked, is “How do I link to other content on the web from my own website?”
While web developers do this in their sleep, it’s not so obvious and easy for those that don’t do it all the time. Here is a breakdown of the HTML command to create a hyperlink to other content. (Note: Your keystrokes are in bold)

We start out with the opening anchor tag: <a

Next comes the href attribute: href (This stands for hypertext reference), followed by the = sign to tell it what to reference.

Read moreHow to Link to Content on the Web with a Hyperlink

Website 101

Reading Time: 3 minutes

Web DesignOne of the first things you should ask yourself is what you want your website to accomplish. Until you can answer that question, all else is a moot point.
Most would say that they want to ‘get more business‘ and while that may be the primary objective, there is usually more to it than that. You might use your site for any of the following purposes:

Read moreWebsite 101