Controlling the Look of Elements Next to Floated Items

If you have ever worked with CSS you know the problem you can have when you float one element, and then have text next to it. Especially if that text is in a list, or a highlighted box (usually surrounded with a border and/or background color). Essentially the margin of the element next to the…

Using Classes in jQuery

jQuery makes it easy to add a class to a selected element, or elements. Likewise, it makes it easy to remove classes from the element. This allows you easily update your page layout dynamically. You may want to use classes instead of Directly Applying your CSS Rules because it will make updating the design and…

New OnLine Course

I have recently decided to start adding some free online content for users to access. These online courses combine text, images, and video to cover a subject. I have just finished the first course, Building & Styling HTML Tables, and am releasing it in a “beta” format. I choose this topic, as it is one…