Featured Website - Planescape Online

The Planescape Online website has been a labor of love. Since the beginning of my time at Conestoga College, in the Web Design and Development program, I have been working very hard on this personal project.

Preloading Images and Removing Screen Flicker While SWF Loads

Give your website look smoother by preloading images and making SWF content load without distracting flickering.

PHP here document (heredoc)

How to use heredoc in PHP.

Web Design and Development Course List

The full course list for the Web Design and Development program at Conestoga College. I will be graduating in January!

Monday, December 12, 2011

Internet Exploder

Notes on weird IE things:

IMAGES
Images saved in CKMY mode cannot be displayed in IE.

TRANSPARENCYS
img { opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ }

POSITION ABSOLUTE: IE7 BUG
Beware of the "hasLayout bug" of IE. The relatively positioned parent element doesn't have layout, and hence IE forgets to redraw its children when it gets resized/repositioned.
The problem gets fixed if you add "overflow: hidden;" to the relatively positioned parent.

Delicious Digg Stumbleupon Favorites