I entered a design for the PHP Community Spirit T-Shirt Design Competition. And it got approved today. It’s a simple design that uses the PHP logo colors and font. If you like it you can vote for it by following the design below.
Archive for the ‘Design’ Category
A new look for lenss.nl
- On April 4th, 2010
- without comments
Multiple versions of Internet Explorer on one machine
- On June 23rd, 2008
- with 2 comments
When designing pages for multiple browsers. It’s pretty much a pain in the ass to get things looking similar cross all browsers. There are many Javascript libraries to help and ease the pain. But it doesn’t solve all. And hoping people will stop using IE 6 also doesn’t really help. So we are stuck in getting things work in all those quirky browsers. So a developer / designer probably has multiple browsers installed. On my dev box i only use Firefox.
But when i have to build a design. I need to check al those browsers. So i have Firefox, Opera and Internet Explorer installed. The problem with internet explorer is that you can’t run multiple versions on the same machine. Well at least not without a long hacking session. To solve this problem most of the time i used something like Virtual Machine or Virtual Desktop. The problem is that applications like that eat memory. And there is always the minor annoyances with losing focus on my IDE because the VM window is still active.
Some time ago. My coworker Bart send a link to a tool called IETester. This nice little (24mb) tool let’s you run multiple versions of Internet explorer on one machine. It’s possible to test pages in version 5.5 and up. even the upcomming (still in beta) version 8 is supported. At the time of writing it is still in alpha stage. But it works great. I did have some unexplainable crashes. And there are some known issue’s like:
- When resizing, the content may disappear. I am working to correct it on the next version.
- The Previous/Next buttons are not working properly
- Focus is not working properly
- Java applets are not working
- Flash is not working on IE6 instance.
Besides that it does what it’s build for. A nice tool to add to your arsenal.
Missing Gem for webdesign
- On June 1st, 2008
- without comments
Lately i’ve been working on a project. And one of the requirements is that the user interface works from IE 6 and up. Now i have to admit that it’s been a while since i did CSS. And forgot what a pain it is to get things working cross browser. There is always those little irritating IE 6 bugs that double your working time because you either need to fix a bug. Or because you need to create a different stylesheet for a certain browser.
So when i hit the 3 pixel gap bug in IE 6 again. I wanted to start and create a javascript based fix. But first did a google search. To see of nobody had the same genius idea. And low and behold. Somebody did. I found this great little Gem ie7-js It’s a Javascript library created by Dean Edwards. For a lot of things their already were fixes floating around the web. But this has it all. It fixes the PNG alpha transparency bug in IE 5.5 and 6.0. Makes sure the :hover element is not only usable on <a> elements. And a whole lot more. The new IE8-js version is even more complete. And adds advanced CSS selectors and properties.
Using it is as simple as including this in the header section of your (X)HTML:
<!--[if lt IE 8]> <script src="IE8.js" type="text/javascript"></script> <![endif]-->
Recent entries
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
Recent comments
- Mohammad Azhar wrote Hey Thijs, can you please tell me how are we go
- Christian Wania wrote Maybe there is one left for me to adopt? I´m one
- Sylvain wrote Damn it is so hard to find them !! If you still ha
- Thijs Lensselink wrote I didn't find an attribute yet for the file extens
- Sarath D R wrote How do i get the extension of the file ?
Stuff i read
- Adam Maschek
- Ajaxian
- Anton Shevchuk
- Bradley Holt
- Bruce Schneier
- Codinghorror
- Derek Illchuk
- Derick Rethans
- Easily Embarrassed
- ha.ckers
- Ivo Jansch
- Jon Lebensold
- Jon Udell
- Juozas Kaziukėnas
- Max Horvath
- nettuts.com
- phpdeveloper.org
- PHPFreakz
- PHPGG
- PHPGuru
- planet-php
- Planet-websecurity
- Quirksmode
- Rob Allen
- the daily WTF
- The Invisible Things
- The Spanner
- thinkphp.de
- uberChicGeekChick
- Vincent Bruijn
- Vladimir Vukićević
- World of Code








Thijs Lensselink is a 30 year old Web developer from The Netherlands.
With more then 10 years experience in the field of building and maintaining PHP
based web applications. Currently he works as a Freelance Web Developer under ...