Content Management System targeting Mobile Devices

后端 未结 2 620
终归单人心
终归单人心 2020-12-18 16:24

If I want to implement CMS for Mobile Devices, what kind of points should take into account? For example, make page size smaller, use optimized (small) pictures. Any other i

2条回答
  •  独厮守ぢ
    2020-12-18 17:15

    A couple that we used ...

    A cms targeted for mobile devices should be able to detect the device type and detect (or have a database of) screen resolutions so that content, particularly images, can be scaled appropriately.

    The rendering engine should also be able to determine if the device can handle HTML or WAP and switch markup languages appropriately.

    Paging capability on the output as opposed to rendering very large pages (if content mages are large) is also helpful.

    Clean integration with the corresponding web site CMS (so content doesn't need to be dual produced) is also helpful if tere is, in fact, a corresponding large form web site.

提交回复
热议问题