What makes you a better webdeveloper: problem solving
With multiple browsers, platforms, etc, problem solving is a must for any web developer.
Your footer that bitches about how your site doesn’t work in IE6 and you don’t care, tells me that you don’t know enough about your profession to make it work in IE6. Don’t whine that your code doesn’t work, figure out a way to make it work. There is more than one way to mark up a page.
No one wants to hire a whiner, they don’t even want to know there was a problem. It’s your job to find it and fix it as if it didn’t even exist. If you can do that, you will surely go far.
By http://noahstokes.com
| Print article | This entry was posted by Michel Hiemstra on August 19, 2009 at 11:09 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. Both comments and pings are currently closed. |
Comments are closed.
about 2 years ago
It is quite simple to make everything work in IE6, but some techniques are just not made to work in IE6 (like transparent PNG). Sometimes you have to forget about an old browser to focus on the present, with present techniques.
Of course there is one remark to be made. You shouldn’t just abandon IE6 that easily. Sometimes you will have to make the website work in this old browser (if many visitors still use this browser).