Dynamic instant theming a la My Yahoo / iGoogle

Posted by Alex Neth on Stack Overflow See other posts from Stack Overflow or by Alex Neth
Published on 2010-04-12T21:40:25Z Indexed on 2010/04/12 21:43 UTC
Read the original article Hit count: 242

Filed under:
|
|

I can think of lots of ways to do this on my own, but I was hoping to find some sort of best practice and have been having trouble finding other's experiences. I want to create easily themed HTML and provide a real-time selector for the user to experiment with themes.

I want to do something like the "Change Appearance" tab at http://my.yahoo.com .

I'll be using jQuery. jQuery has a "theming" system, but it seems very much focused on jQuery widgets as opposed to the whole site, and also doesn't appear to address the real-time selection aspect (the jQuery page has this functionality, but I don't think it's part of the library.) Maybe there is a jQuery plugin that already does this? Or some sort of css/jQuery framework?

© Stack Overflow or respective owner

Related posts about themes

Related posts about css