Resources for building public information displays using HTML/CSS? [closed]

℡╲_俬逩灬. 提交于 2019-12-11 05:20:51

问题


I would like to displays schedules, maps and other informations on displays in a building for visitors. These displays would provide at most mouse input but no keyboard.

Ten years ago this was the domain of Macromedia Director but today I believe that browsers and content management systems provide a better architecture. However, I could not find a single open source system for this purpose, not even some CSS styles. I would be grateful for ideas how to implement public information systems that are low on interactivity.


回答1:


SVG would be the best bet. It will let you draw maps of your buildings and interactively zoom in/out and pan around, plus let you click on items of interest to bring up details.

What are your constraints? will this be in a touchscreen enclosure running IE or Firefox in Kiosk mode? (e.g. like a visual directory in a building lobby?)

See the Adobe building in San Jose for example.




回答2:


Just build a Web site displaying information clearly. You could apply all the mobile best practices to the site. Since when you scale it, to a large screen, you have the same sort of legibility problems.

Another trick is to alter the CSS overflow property to prevent a scroll bar showing up.

I use http://webconverger.com for displaying signs using Web applications.



来源:https://stackoverflow.com/questions/453103/resources-for-building-public-information-displays-using-html-css

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!