All (sane) web developers are eagerly awaiting the day Internet Explorer 6 dies. While there are a number of opinions in the community on when we should drop support and how we should encourage users to upgrade, the (sad) fact is that (as of this writing) roughly 25% of the world is still using it. That being said, I am still going to be at a minimum, creating sites that degrade gracefully and function fully for IE6 for some time to come. OK now what were we talking about? (more…)
Category: “Web Design”
Degradable PNG Transparency for IE6
Jul 03 2009
Making better Forms: Clickable text for Radio Button and Checkbox Fields
Oct 29 2008
I’ve never been a big fan of building web forms, and I don’t know many people who are. However, the fact of the matter is that almost every website has a few forms, and these forms play a key roll in the user experience. Larger websites have huge, complex forms, that we as web developers spend a lot of time building, and thousands of users spend even more time filling out. That being said I think it’s important to become well versed in the ins and outs of building a proper form. (more…)
Custom Image Bullets for Unordered Lists using CSS
Oct 01 2008
Unordered lists <ul> have become quite a staple in the modern web developer’s tool box. We’ve taken them quite far with fancy menus and the like. However, we seem to forget about styling good ‘ol lists! While we often put basic lists onto our sites, they do sometimes get a bit bland and it would be nice to spice them up a bit. Well here comes your guide to making your lists a bit more visually stimulating using a little css. (more…)
Ultimate Image Replacement
Sep 24 2008
What is image replacement? If you are a web developer who cares about standards you have surely come across CSS image replacement techniques. If not, you can do a bit of research on the available methods of image replacement and the original Fahrner Image Replacement (FIR). The basic idea here is to use standard html markup containing text, and then replace it with an image using CSS. Using this method search engines and screen readers can understand the HTML, while at the same time your users get to see the image of the text. This is generally used when a web developer (or client) needs wants to use a specialized font for page headings instead of a web friendly font. (more…)