How To Make a Web Site the Modern Way. Part 8: Tables!

Before I jump into the proper way to use tables, I’m going to share an anecdote that should bring a smile to the face of anyone who’s done this stuff for a while. A few months ago I was both pleased and surprised to discover a web developer who didn’t really know how to lay […]

How To Make a Web Site the Modern Way. Part 7: Best Practices for Lists (UL, OL, DL)

Lists! They might seem boring, but if you look at a lot of site source code (good sites at least,) you’ll see a lot of lists. A lot of obvious content on the net is in the form of lists (which is why there are three separate constructions for them) and a few years ago […]

How To Make a Web Site the Modern Way. Part 6: Best Practices for Common HTML Elements (IMG, A)

We’ll finish up our tour of the body tag with several posts featuring general notes about common content elements. I’ll be taking my time with these as getting this stuff right will go a long way towards getting the most out of your site. Comfy? On with it then. Links <a> The link is the […]

How To Make a Web Site the Modern Way. Part 4: The Body

The body is clearly going to take a while, since it contains all of the content on the page. I’ll be breaking it out into chunks. This first post will focus on how I use the body tag itself. I generally use the body tag to hold basic information about the page to use with […]

How To Make a Web Site the Modern Way. Part 3: A Quick Aside on Organizing Files

This won’t be the longest entry in this series, but I did want to take a second to outline the way I organize files. You can come up with your own scheme. There are many. This one works for me, so I use it. The basic idea is to keep everything in a logical, easy […]