We run a plasma screen in the office here, that shows a variety of information for the internal staff.
currently we run a powerpoint presentation, which being run 24/7 has a habit of freezing requiring me to close the presentation and running at again once a day.
We are thinking of replaceing it with an ASP.Net page on a timed refresh that can read data from a databse, as well as having a backend system for users to update information.
Since this will be running in a fullscreen web-browser, is there a way for the HTML to scale so that it does not run off the screen boundaies?
Are there any other problems people can think of for running a system like this (session state being maintained 24/7?).
currently we run a powerpoint presentation, which being run 24/7 has a habit of freezing requiring me to close the presentation and running at again once a day.
We are thinking of replaceing it with an ASP.Net page on a timed refresh that can read data from a databse, as well as having a backend system for users to update information.
Since this will be running in a fullscreen web-browser, is there a way for the HTML to scale so that it does not run off the screen boundaies?
Are there any other problems people can think of for running a system like this (session state being maintained 24/7?).