A while back, you'll remember that we posted an article about making your site style switchable with PHP and cascading style sheets - well, DevArticles is throwing it's hat into the ring with their latest piece - Building a PHP Style Switcher
Their method is a pretty simple way to do it - the code just switches out the actual style sheet being used instead of filling in PHP variables in the CSS with things that the user has entered. They don't even set a cookie with the user's preferred style - but I suppose it's a place to start.
More and more sites are working to make the user experience more customizable. People expect a certain level of usability in a site, or they just take their mouse pointer and run away and never look back.




