Archive for October, 2006

Top Three Google AdSense Ad Unit Sizes

Tuesday, October 31st, 2006

I do a lot of experimenting with another website of mine that I manage, so I have learned through trial and error what works and what does not. One of the easiest ways to increase your click-thru rate (CTR) is to choose the right ad unit sizes for your website.

I used to think that the Leaderboard (728×90), Banner (468×60), and the Wide Skyscraper (160×600) ad units were the best ones to use, but after doing some research and looking at my own results, the opposite is true.

(more…)

It’s All Relative Baby

Sunday, October 29th, 2006

Now we’re starting to get into the heart and soul of CSS, which would be positioning, or how a box relates to the rest of the page and elements. Over the next three tutorials I’m going to be talking about the different position types, but this one is going to be about relative positioning. This kind of positioning follows the normal flow rules, the only difference is that the box can be moved according to its offset properites.

(more…)

Go With The Flow

Saturday, October 28th, 2006

When you create a document using CSS that has more than one container box, there is a default flow to how everything is positioned, assuming that box isn’t an absolute or fixed box, nor a float—and don’t worry, we’ll touch on those terms later.

(more…)

CSS Box Types

Friday, October 27th, 2006

There are two types of boxes, block and inline. Block boxes would include elements such as <p> or <div>, while inline boxes would include tags such as <strong> or <span>, as well as content like text and images.

A block box acts like a container. The point of these container boxes is to determine the position of the boxes within it, and sometimes the dimensions of these boxes. Take the following code for example:

(more…)

An Introduction To Cascading Style Sheets (CSS)

Thursday, October 26th, 2006

According to its creators, cascading style sheets “is a simple mechanism for adding style to web documents.” The goal of this and future tutorials is to apply the power of CSS to help you understand CSS. So what exactly is CSS anyways?

  • CSS is a standard layout language for the web. What that means is it controls colors, fonts, size, and placement of elements and images.
  • CSS is meant to replace table-based layouts, frames, and other presentational hacks.
  • CSS helps separate style from content, making the web more accessible and usable for everyone.

(more…)

Hello Technoratians!

Wednesday, October 25th, 2006

Just ignore the man behind the scenes, I’m simply claiming my blog for my Technorati profile. Thanks for your support!