vote up 0 vote down star

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.

flag

2 Answers

vote up 1 vote down check

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.

link|flag
I like the idea for maps, especially since there are good authoring tools for SVG out there. We do have one touchscreen with Firefox running and show a slide show when there is no interactivity. Other content (schedules etc.) would still benefit from a CMS. – Christian Lindig Jan 18 at 7:54
vote up 0 vote down

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.

link|flag
Thanks. My main question is support for building these web sites using some form of CMS. The problem solved by webconverger we have already solved using Firefox. I recently found xibo.org.uk and will look into this. – Christian Lindig Nov 15 at 7:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.