Tag Archives: CSS

Tableless, accessible, nearly validating osCommerce — Rewriting the beast

osCommerce accessibility stinks osCommerce default installation is a huge mess for accessibility. Every piece of code that the platform spits out has endless tables and poorly coded HTML — finding your way through the code is like trying to clear … Continue reading

Posted in Code, Web Design Portfolio | Tagged , , , , , , , , | 9 Comments

Standards-Compliant Shopping Cart with XHTML & CSS!

I’ve been looking for a shopping cart like this for a long time One of my clients is looking to move from osCommerce to a more user-friendly solution, and I really want to use a shopping cart that is XHTML … Continue reading

Posted in Web Development | Tagged , , , , , , , , , | 13 Comments

Setting Far Futures Expires in ASP, Using ASP as CSS

I normally don’t work with ASP; I use PHP for my coding. Recently, I had to create a style.css.asp file, and I needed to find how to set a far-futures header in ASP.  Here’s what I found in 5 minutes :

Posted in Code | Tagged , , , | Leave a comment

Cars and Code – Not all that different

Customizing under the hood I was talking with one of my clients who is a mechanic, and he was telling me about how he used to do a lot of car customization and performance enhancing, and that he really loved … Continue reading

Posted in Code | Tagged , , , , , , , | Leave a comment

Multiple Matte Colors for CSS Sprites

Here’s the problem: I want to use CSS Sprites for transparent images, and they require different matte colors. The promise of CSS Sprites is great: you can combine many small images into one bigger image, and use CSS to reveal … Continue reading

Posted in Code, CSS, Design, Tutorial | Tagged , , , | 8 Comments