Howdy, Welcome to My Blog
Written by Tony Lea - 1 minute read
RGBA and Opacity features allow developers to create a tint or transparency value on an image or an object on their web interface. RGB has previously been supported in CSS; however, there is now an additional value which is the 'A' or alpha. So, when...
Written by Tony Lea - 1 minute read
In CSS3 you can use drop shadow around divs or tables (if you still use tables). You can use these drop shadows to add a nice aesthetic look around blocks in your web interface. Check out the article on CSS 3 Drop Shadow Here. A very cool thing about...
Written by Tony Lea - 1 minute read
I'm certain most people who have used a copy of photoshop have used the drop-shadow effect, you know it's the effect that makes the item look like it is floating. Unfortunately it can be a pain to have to create an image and put a drop shadow effect ...
Written by Tony Lea - 1 minute read
It looks like standard web fonts may become a thing of the past. Google has introduced a new font API. Check it out here: http://code.google.com/apis/webfonts/. There are several different font faces that you can choose from. Here are a few of these ...
Written by Tony Lea - 1 minute read
There are many ways out there to create simple rounded corners in CSS and HTML; however, some of them are combersome and they either take up a lot of code or they require you to use images. The easiest and best way that I have found for adding rounde...
Written by Tony Lea - 1 minute read
SEO and SEM. What Do They Mean? What is the difference between the Two? A definite understanding about the distinction of these two terms is vital to any web marketer. So, very flat and to-the-point, here it is: SEO – Search Engine Optimization The ...
Written by Tony Lea - 1 minute read
After several times of searching for a solution for clearing the default text from an HTML input text box several times and coming up with good results; however, some incompatible with some browsers. I had found some that worked well with all browser...
Written by Tony Lea - 1 minute read
Using relative position in CSS is great; however, the downside of using relative positioning with images is that you still end up with the image taking up that space on your page. The block where the image should be will be taken up and if you want o...
Written by Tony Lea - 1 minute read
Well, I have been working on a few projects and one thing that made me frustrated was the hassle of trying to get my footer to remain at the bottom of the page. In certain cases you will have content on a specific page that will not be the full lengt...