From the category archives:

Code

Using Widgets on Your Website

by Barry Adams March 10, 2009

Web widgets – little pieces of code, often JavaScipt – can add a lot of fun features to your website. Widgets come in all sizes and shapes; sports widgets showing the latest scores and standings, weather widgets with accurate forecasts, widgets that connect to social networks like Facebook, the list goes on. You can find [...]

Read the full article →

Write Good Titles For Your Web Pages

by Barry Adams October 29, 2008

The title of a page, included in your web page’s HTML code between the <title> and </title> tags, is an important yet often overlooked part of your website. The title isn’t an obvious and clearly visible part of a page, so it’s easy to think it’s not something you need to put a lot of [...]

Read the full article →

Check Your HTML and CSS Code

by Barry Adams October 28, 2008

A website is built with HTML and CSS code. This is a bit of a simplification, but it applies in general to most websites. HTML and CSS are the markup tools that determine how your content is presented. Your fonts, the colors you use, the size and placement of your images, all those things are [...]

Read the full article →