justuptime.com - monitor your servers & websites

CSS

3 Ways to Highlight Links to the Current Page with CSS

Good usability suggests that you should always indicate links to the page the user is currently on. In fact, in an ideal case you wouldn’t link to the current page at all. On the other hand, in order to build a site that’s consistent and easy to maintain, navigation menus need to be either included with a separate html file or generated with a scripting language.

Complete Guide to Pre-Installed Fonts in Linux, Mac, and Windows

Web designers often feel that they are restricted to a basic set of core web fonts. This small set of fonts has been widely distributed and most designers stick to them, just to be on the safe side. However, when you look at the fonts available on the three most widely used operating systems, you can see that this really isn't necessary.

What is a Div?

Web designers use it nearly every day, but not many actually know what the div tag means and where it should be used. This article aims to de-mystify the div tag, explain when and where it should be used and compare it with the similar span tag.

Divitis: What it is and How to Avoid it

When they start designing with CSS instead of tables, many web designers fall into the same trap. Instead of putting tables around everything on a page, they use divs instead. The underlying design practices remain largely unchanged.

Using Web Standards to Reduce Cost

The advantages of Web standards have been listed in this series of articles. These advantages can also reduce the cost of a project, which is what this article aims to show.

Creating a semantic FAQ page with definition lists and advanced CSS, Part 2

In Part 1 of this series, we created a semantic FAQ page using definition lists and made it look pretty with CSS. Now it's time to work on some more functionality.

Creating a semantic FAQ page with definition lists and advanced CSS, Part 1

Most websites have FAQ pages, but few put much effort into creating an attractive and usable interface. This article will explain one method of creating a nice FAQ page

Future Proofing Using Standards

When creating sites it is important to realise the code might not be changed for years. This article shows how Web standards can be used to ensure a Web site still looks good, and functions well, years after it's creation.

Ensuring People with Disabilities have Equal Access

Continuing the ‘Web Standards for Everyone’ series, this article discusses the use of Web standards to ensure the disabled have equal access to Web sites.

11 Practical Reasons to use CSS for Layout

In this article I'm not going to talk about semantics, ‘proper’ coding, or the W3C. You've probably heard all of that already (and if you haven't, you can check out Why Tables for Layout is Stupid: problems defined, solutions offered by Bill Merikallio and Adam Pratt). Instead of preaching about standards, I am going to present some real world, results–oriented reasons to use CSS instead of tables for web page layout. Let's get started right away.