[an error occurred while processing this directive]
A Content Management System (CMS) is an application designed to update and maintain the content on a website. In other words, it saves you the time and hassle of having to download files from your website, edit them, test them to see if the edits are good and upload them back to your website. A CMS is a great way to publish your content online without having to know a single thread of HTML.
read more...This is the first part of a series geared towards getting you, the average web monkey, up to speed on Linux. I don’t have the space here to teach you everything you need to know about Linux, but by the end of this article you’ll hopefully know enough to stay out of trouble.
read more...If you’ve read my first two articles in the CSS for Boneheads series, Part 1 and Part 2, then you already know how powerful a tool CSS can be. For those of you who are just joining us, CSS is an add-on to HTML, which allows you to control the look and feel of your web documents.
In this article, I’m going to show you how to make your web documents print perfectly under CSS compliant browsers. Not only will they fit the page properly, they’ll strip out the things not needed in the printed world, such as navigation.
read more...Note: For this article, I'm going to assume you have some very basic knowledge of CSS already. If you're totally new to CSS, please read my earlier article, CSS for Boneheads - Part 1, which gets into the basic structure of CSS and its implementation.
You've been using <table> to create great, complicated layouts for years now — why change something that's obviously working? The honest truth is it isn't. <table> was never intended to be used as a layout tool, or for anything more complicated than simple tabular data. Table-based design was an early hack for creating more complicated designs in the days of Netscape 2 and 3. Designers soon caught on to the idea, and started creating origami-like HTML featuring layers upon layers of nested tables. This was all fine and dandy for the designer, but put a major processing load on the client's computer.
read more...