Set a Page on Fire with Photoshop and CSS

July 17, 2009 in HTML/CSS, Photoshop
2

This tutorial will teach you how to set a web page on fire with Photoshop and CSS. The fire hovers over the bottom of the page, and when you scroll down, it stays there. A very cool, but very easy effect!

Read more...

Solving the CSS Padding Problem

November 10, 2008 in HTML/CSS
33

The “CSS padding problem” is what happens when you try to add padding to a lone container. Instead of the padding pushing the content in, the content pushed the container out. I have a simple solution to this problem.

Read more...

Quick Tip: CSS 100% Height

September 11, 2008 in HTML/CSS, Tips
96

A common problem among designers is how to get a div to stretch 100% of the window’s height. There are a few different techniques out there, but I came up with one that is my personal favorite, which I will share with you today.

Read more...

My Coding Style

June 18, 2008 in HTML/CSS, PHP, Tips
5

A lot of people just throw a bunch of code into a file and hope it runs. If it doesn’t run, it’s quite a nightmare to edit it again since it isn’t formatted well. However, I like to format my code in a very strict way, which I’ll share with you today.

Read more...

HTML Code Export

May 24, 2008 in HTML/CSS
0

Many people are picky about how their code looks, especially how it is indented. I am one of these people, and whenever I see badly indented code, I can’t stand it. So I found some software that helped me out and can help you too.

Read more...