2

Links on PNG backgrounds in IE6

Posted in css at January 20th, 2008 / 2 Comments »

Using transparent PNG background images is pretty standard these days with shadows and fading backgrounds on almost every site. PNG backgrounds even works with IE6 although it’s implementation is kind of buggy. In order to use it on IE6 you have to use the IE6 filter rule, as shown below. Read the rest of this entry »

0

Garbeled data using PDO and MySQL

Posted in databases, php at January 20th, 2008 / No Comments »

Ran into some trouble the other day while emigrating a PHP solution from our development server to the production server. The application was working fine on the development server but once moved to the production server it started to behave strangely. Read the rest of this entry »