user-customization

Rails Giving Each User Their Own Customizable Stylesheet

Hello, This is a fairly straightforward question. I have Users in my Rails3 Application. I want to give each user the ability to customize their stylesheet through a form so they can essentially have their own themes. I was wondering how I can go about getting this to happen and what is the best way that you have seen it done? Wou...

How can I implement an Orkut-like user facility to change site colors and style ?

I would like to implement a facility like Orkut offers where user is able to configure the colors and style for the site, and the changed styles will be used for the user. I would like the user to be able to enter the color combinations for the site background, top navigation, and left navigation. Can some one please let me know what a...