Recently there have been a number of sites which allow users to edit a profile page's background, font & colors. They use (presumably) custom made scripts which allow people to modify the designs based on a basic set layout template. Examples include:

  • About.me
  • Flavors.me

...where columns, headers and sidebars are already fixed based on a chosen layout.

Are there any resources which allow you to add such a functionality to a site and save the user's preferences?

I already have a way to retrieve a user's information & display it on a page using a ready-made design, but I'd prefer to add a small amount of flexibility. I currently use PHP (CodeIgniter) & jQuery, but I'd be interested to see how any kind of related project works.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

If you're using jQuery already, you could probably put jQuery UI's Themeroller to good use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.