|
Posted by clintonG on April 8, 2005, 9:09 pm
Please log in for more thread options
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
|
|
Posted by Uncle Pirate on April 8, 2005, 9:28 pm
Please log in for more thread options
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
|
|
Posted by Jukka K. Korpela on April 9, 2005, 11:33 am
Please log in for more thread options
> 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
|
|
Posted by c.thornquist on April 11, 2005, 5:23 am
Please log in for more thread options
>
>> 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
|
|
Posted by Jukka K. Korpela on April 11, 2005, 5:52 am
Please log in for more thread options
> 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
|
| Similar Threads | Posted | | RFP web design | April 25, 2005, 11:39 pm |
| Re-design | August 1, 2006, 3:30 pm |
| CSS design and 100% height | September 16, 2004, 2:30 am |
| help with design issue | May 31, 2005, 8:17 am |
| Design Questions | April 10, 2006, 1:50 pm |
| Web Design Guidelines | September 1, 2006, 9:58 am |
| Which web design program to use | May 15, 2007, 3:55 pm |
| Web *site* design | May 17, 2007, 1:49 pm |
| Seeking design guidance. | September 14, 2004, 9:54 pm |
| Non-technical introduction to Web Design | December 29, 2004, 1:01 am |
|