Wednesday, 21 August 2013

How to design a web application to support themes?

How to design a web application to support themes?

I want to build an application that supports themes like Tumblr supports
for its blogs, where each user can customize how its blog would look like.
All I understand about themes is that, it is a play of the CSS files, one
for every user. My questions are with respect to designing of the
application -
How to achieve Tumblr like theming capabilities? What does it really takes?
How should the application be designed for it?

No comments:

Post a Comment