473,803 Members | 3,857 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Design for 40" LCD?

Public deployment LCD is a whole new device platform to learn about.
Putting a 40" LCD into a hotel lobby or an airport for example has let us
say 'issues' ;-)

Preventing backlight burn-in, determining maximum readable font size at
1280x, maximun lines of text at 1280x or if 1280x should even be used and so
on.

Are there any 'Best Practice' or usability documents you may know of?

<%= Clinton Gallagher
Jul 24 '05 #1
8 1648
clintonG wrote:
Public deployment LCD is a whole new device platform to learn about.
Putting a 40" LCD into a hotel lobby or an airport for example has let us
say 'issues' ;-)

Preventing backlight burn-in, determining maximum readable font size at
1280x, maximun lines of text at 1280x or if 1280x should even be used and so
on.

Are there any 'Best Practice' or usability documents you may know of?


Nothing I know of. If you are designing for that particular interface,
then, by all means use it's native resolution with the design taking
advantage of the *known* size. I'd think nothing wrong with designing
pages for an intranet where I *knew* that everyone had a 17" flat screen
set at 1024x768 and all always used full screen.

The only reason for flexible design is that it is rarely, if ever known
for certain what device, resolution, window size, font ... is in use.

Now, if you're trying to design pages for that interface and you want it
to work on the www, then you're back at square one. My advice would be
to not try to display www pages, but to have separate designs for those
devices.

--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html
Webmaster/Computer Center Manager, NMSU at Alamogordo
Coordinator, Tularosa Basin Chapter, ABATE of NM; AMA#758681; COBB
'94 1500 Vulcan (now wrecked) :( http://motorcyclefun.org/Dcp_2068c.jpg
A zest for living must include a willingness to die. - R.A. Heinlein
Jul 24 '05 #2
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote:
Public deployment LCD is a whole new device platform to learn
about. Putting a 40" LCD into a hotel lobby or an airport for
example has let us say 'issues' ;-)
Are they really that different from "issues" that we have with any
particular device? The crucial question is, "who are 'we'?". That is,
this an authoring question, or something else?
Preventing backlight burn-in, determining maximum readable font
size at 1280x, maximun lines of text at 1280x or if 1280x should
even be used and so on.
The devices should, of course, run browsers that are suited for the
device. This could be a special-purpose browser, or a common browser
with suitable settings (including settings you can do in a user style
sheet). Then all Web pages will work on it, unless they have been
specifically designed device and browser depending for some different
environments. And even then, something can usually be presented,
especially if the browser has a mode that overrides presentational
markup and style sheets on Web pages (at least partially). Actually it
would be a good idea to have a collection of simple buttons that turn
off different settings, e.g. font size settings on pages.

Designing pages for a particular device type is a dead end, and
off-topic in this group.
Are there any 'Best Practice' or usability documents you may know
of?


The best practice is to design HTML documents so that they can be
viewed or otherwise accessed on any device and to design and configure
browsers so that they display well-designed documents well, according
to the specifics of the device.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 24 '05 #3

"Jukka K. Korpela" <jk******@cs.tu t.fi> wrote in message
news:Xn******** *************** ******@193.229. 0.31...
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote:
Public deployment LCD is a whole new device platform to learn
about. Putting a 40" LCD into a hotel lobby or an airport for
example has let us say 'issues' ;-)


Are they really that different from "issues" that we have with any
particular device? The crucial question is, "who are 'we'?". That is,
this an authoring question, or something else?

<snip>

I agree with Uncle Pirate. clintonG has a unique situation in that there is
only one device his/her work will be viewed on. So build for what views best
on the 40" LCD. Be sure to give the users the option to change font size.
I'm curious about the project, since I have a customer wanting to do the
same thing for a hospital lobby. Have you found many resources on the www
relating to your project? I haven't begun researching it yet.

Carla
Jul 24 '05 #4
"c.thornqui st" <c.**********@i nsightbb.com> wrote:
I agree with Uncle Pirate.
Then why did you send a followup to my message and quote me?
Quoting the opinion you comment on would be more useful.

You even quoted my question "is this an authoring question, or
something else?", without answering it, and apparently without giving
it any consideration.
clintonG has a unique situation in that
there is only one device his/her work will be viewed on.


Really? Well, doing things the way you seem to be suggesting would
imply that: the work cannot be viewed in another device, and if the
work would have any links (you know, the things that create hypertext
and weave the Web), following them would lead to chaos unless you
restricted yourself to those documents that have also been designed for
that particular device.

That would seem like a non-constructive approach in the modern world
where the device might be replaced next year by a different one, or
some other, different devices would be taken into use in the
organization, or someone tells you next week, as an aside, that the
pages will also be used in the company's extranet or on the WWW.

And surely you wouldn't be authoring for the WWW then? Hence it would
be rather off-topic here.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 24 '05 #5
On Mon, 11 Apr 2005 04:52:53 +0000 (UTC), "Jukka K. Korpela"
<jk******@cs.tu t.fi> wrote:
Well, doing things the way you seem to be suggesting would
imply that: the work cannot be viewed in another device,


Why is that a problem? This isn't a web application, it's a kiosk
application built out of web technologies.
Jul 24 '05 #6
Andy Dingley <di*****@codesm iths.com> wrote:
Well, doing things the way you seem to be suggesting would imply
that: the work cannot be viewed in another device,


Why is that a problem? This isn't a web application, it's a kiosk
application built out of web technologies.


That's a problem because it's unnecessarily device-dependent. It's
better to design pages as if you were designing for the WWW (partly
because the pages might later be used on the WWW) and to tune the
device(s) so that the documents get rendered well according to the
device's properties.

If it's a kiosk application and the author wants to ignore the aspect I
mentioned, then the issue is _surely_ off-topic here.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 24 '05 #7

"Jukka K. Korpela" <jk******@cs.tu t.fi> wrote in message
news:Xn******** *************** ******@193.229. 0.31...
"c.thornqui st" <c.**********@i nsightbb.com> wrote:
I agree with Uncle Pirate.
Then why did you send a followup to my message and quote me?
Quoting the opinion you comment on would be more useful.


Probably because I wanted you to expand upon your reply.

You even quoted my question "is this an authoring question, or
something else?", without answering it, and apparently without giving
it any consideration.

I only included it because I didn't want to unnecessarily break up that
paragraph. I'll be more careful with my snipping.
clintonG has a unique situation in that
there is only one device his/her work will be viewed on.


Really? Well, doing things the way you seem to be suggesting would
imply that: the work cannot be viewed in another device,

In my case, for the hospital lobby, it will not be viewed on other devices.
He hasn't followed up with specifics, but his/her project sounded similar to
mine.
and if the
work would have any links (you know, the things that create hypertext
and weave the Web),
Thanks for explaining what a link is;)
following them would lead to chaos unless you
restricted yourself to those documents that have also been designed for
that particular device.

The only links my customer referred to are to a buttons that may give
visitors to the hospital directions to departments at the hospital (Eg which
elevators/halls lead to said department)
That would seem like a non-constructive approach in the modern world
where the device might be replaced next year by a different one, or
some other, different devices would be taken into use in the
organization, or someone tells you next week, as an aside, that the
pages will also be used in the company's extranet or on the WWW.

This is a type of kiosk to give directions. It will have no internet access.
And surely you wouldn't be authoring for the WWW then? Hence it would
be rather off-topic here.


I didn't know authoring here was restricted to that for the WWW, but it's
evident in the newsgroup name. Sorry.

Carla
Jul 24 '05 #8

"Jukka K. Korpela" <jk******@cs.tu t.fi> wrote in message
news:Xn******** *************** ******@193.229. 0.31...
Andy Dingley <di*****@codesm iths.com> wrote:
Well, doing things the way you seem to be suggesting would imply
that: the work cannot be viewed in another device,


Why is that a problem? This isn't a web application, it's a kiosk
application built out of web technologies.


That's a problem because it's unnecessarily device-dependent. It's
better to design pages as if you were designing for the WWW (partly
because the pages might later be used on the WWW) and to tune the
device(s) so that the documents get rendered well according to the
device's properties.

If it's a kiosk application and the author wants to ignore the aspect I
mentioned, then the issue is _surely_ off-topic here.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


Well, I haven't fallen off the face of the earth as it may have seemed.

Anyway, the application is a web application that will run on XP Pro IIS 5
and as requirements currently specify will display content both static and
dynamic with certain types of content coming from "the web" noting as the
project is currently defined it is intended to be read-only (no
interactivity) and will be displayed on a Sony 42" LCD. The only thing
relevant to a kiosk would be the browser configuration mode. Any tips on
"browser kiosk mode?"

One thing I have noticed watching TV on the large screens. The advertisers
use sans serif fonts significantly over-sized and weighted. Apparently
readability is an issue for LCD displays. I've had some confirmation from
others who author using desktop LCD in the 15"-19" range.

<%= Clinton Gallagher

Jul 24 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

36
6413
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but something I'll need in this case is some experience-based set of rules about how to use python in this context. For example... is defining readonly attributes in classes worth the hassle ? Does duck-typing scale well in complex
1
1937
by: Ovid | last post by:
Hi, I've run into a bit of a sticky design issue. We have products in three categories which I will call 'A', 'B' and 'C'. We have "kits" which contain three products, one from each category. Below is some sample SQL to set things up, but I need to ensure that each kit gets three products -- one from each category. Obviously, this basic SQL doesn't allow that. Any suggestions? Do I need a different schema design, or is there...
1
2212
by: feng | last post by:
Hi, I know this might not be a question for this group but I would give it a try anyway as I couldn't find a better group for my question. I have noticed that there are a lot of articles out side of Microsoft's world that talk about the Rule-based design for business rules, or also known as "Event-condition- action" pattern.
4
8931
by: vbie | last post by:
For some reason, I cannot open an Access report in "design" mode anymore. This didn't happen before. However, I can open the design mode of the form, query, table in the same database. Please advise.
48
2647
by: Tony | last post by:
How much bloat does the STL produce? Is it a good design wrt code bloat? Do implementations vary much? Tony
1
1689
by: Peter Hann | last post by:
What si the easiest way to switch from the source of a Form to its corrsponding Design and vice versa back ? Currently I always click on the file in the Solutions explorer. Is there way way with HotKeys ? Peter
0
9700
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10292
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7603
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6841
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5627
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2970
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.