php - Zend, Ajax/Jquery and Progressive Enhancement -
i have been using php/zend quite while , need start using ajax improve our overall user experience. working on being able display modal window (a box) in middle of page display dynamic information user (this "info" number of small pages displayed in box, form, warnings, messages, advertizing...). trying scope biggest number of browsers/versions , possibles.
would guys agree first should have info (pages) need display divided in different actions/controllers , them use ajax pull info in modal box scope situation? mean users without fancy browser still navigate?
i pretty sure that's faces on daily basis. how guys deal this?
in opinion, if have print different content, can use 1 controller ("box") , 1 action (said "view"). besides, have little database of content , can use same controller/action , give different content changing parameter. in way, want, can serve them in lot of different way (for example "fancy" browser). hope help.
Comments
Post a Comment