This might not be jquery related, but I would like to hear experts' comments
:) Let's say I have to make a user customizable front page, e.g. There are multiple blocks within a page (e.g. sports, news, finance, game etc), users would be able to choose their preferences (Something similar to Yahoo or iGoogle), they might choose the ordering, or to load/hide different blocks ect. The settings will be stored in cookies. I am considering serveral methods, e.g. 1. use of dynamic script (PHP) to read the cookie and do the loading/ hiding, only use Javascript only do the ordering. 2. completely use Javascript to rendering Which methods you preferred? or any other workarounds? Thanks. Howard