Recently Popular Tutorials for August 18th, 2006
Aug 18
A Gentle Introduction to SQL
This is an interactive set of tutorials for SQL. Very useful if your are just learning SQL, or if you need a quick reference on how to structure a query.
Aug 18
CSS Frames
One of the arguments for using frames has always been that they allow you to keep parts of the layout on-screen at all times. This can be emulated with CSS, as described in this tutorial. This results in much better usability than normal frames, but there are still some potential problems you need to be [...]
Aug 18
5 HTML elements you probably never use (but perhaps should)
This is a list of HTML elements I've found to be very poorly represented in most markup on the web today. Many of these elements offer more semantic value than actual functionality, but with the rising popularity of CSS driven design where HTML elements are used for what they were actually intended for, [...]