Mozilla Firefox 3.0 BETA
December 11, 2006
Firefox 2.0 is fresh, but the makers finished already the BETA of Firefox 3.0. You can download it here, but installing is at own risk! On the Firefox 3 Gran Paradiso page you can find a list of new features.
Tony’s Tattoo Studio
December 11, 2006
Media Types
December 3, 2006
Media types can be used by different kinds of things like adding a CSS to your website for PC screens and handheld devices or adding a CSS for printing pages. Today I will explain all media types to you!
PNG Fix
November 27, 2006
MS Internet Explorer does not support transparent PNG files. But there’s hope, Bob created a solution, it’s a simple JavaScript code to get rid of the problem.
How to use?
Create a file named pngfix.js which contains this code. Place the file in your webpage directory, then add the following construct on each of your pages somewhere in the ‘head’ section:
<!--[if lt IE 7.]> <script defer type="text/javascript" src="pngfix.js"></script> <![endif]-->




