调整手持媒体的页面 [英] Adapting pages for handheld media

查看:85
本文介绍了调整手持媒体的页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在AJ Flavel和Spartanicus的讨论中,后者说。


在桌面和小屏幕设备上运行良好的布局是

单列布局。使用多个列的布局很少能够在各种视口宽度上正常工作

。这也适用于使用单独的屏幕的css

布局。和手持式样式表由于对手持媒体类型的支持不足以及它的内在限制。

同样适用于css表格布局"。


我在我的任务中要求调查启用页面

(其内容包括动态生成的工程表和

图表)可用于一系列手持媒体。


我的第一次快速努力没有成功,我怀疑是因为

手持设备并没有完全识别自己(或者我是没有

识别他们的标记)我认为我有足够的CSS使用

创建样式表,将多列页面转换为单列页面。

我会很感激有关参考内容的参考指南或

其他建议。 (我做了一个谷歌.W3参考似乎限制在

的实用性)


Louise

In a discussion between AJ Flavel and Spartanicus, The later said.

"Layouts that work well on the desktop and on small screen devices are
single column layouts. Layouts that use more than one column rarely work
properly on a wide range of viewport widths. This also applies to "css"
layouts that use separate "screen" and "handheld" stylesheets due to the
poor support for the handheld media type and it''s intrinsic limitations.
The same also applies to css table layouts".

I have amongst my tasking a request to investigate enabling pages
(whose content includes dynamically generated engineering tables and
graphs) to be made available for a range of hand held media.

My first quick efforts were not successful, I suspect because the
handheld devices are not identifying themselves exactly (or I am not
recognizing their markers) I think I am capable enough with CSS to
create stylesheets that convert multi-column pages to single column pages.

I would be grateful on some guide to references on what is involved or
other advise. (I have done a google. The W3 references seem limited on
the practicalities)

Louise

推荐答案

boclair< bo ***** @ boclair.com>写道:
boclair <bo*****@boclair.com> wrote:
我在我的任务中要求调查启用页面
(其内容包括动态生成的工程表和
图表)可用于一系列手持媒体。

我的第一次快速努力没有成功,我怀疑因为
手持设备没有准确识别自己(或者我没有识别他们的标记)我想我是足够的CSS能够创建样式表,将多列页面转换为单列页面。
I have amongst my tasking a request to investigate enabling pages
(whose content includes dynamically generated engineering tables and
graphs) to be made available for a range of hand held media.

My first quick efforts were not successful, I suspect because the
handheld devices are not identifying themselves exactly (or I am not
recognizing their markers) I think I am capable enough with CSS to
create stylesheets that convert multi-column pages to single column pages.




当您查看第一次快速努力时会发生什么?禁用CSS?

这是否成功将多列页面转换为单列

页面?


如果你宣传你的多栏样式表适合于b
屏幕媒体(也许是打印/投影媒体),然后手持设备

应该忽略它。只是不要在你的

media =掌上电脑中创建一个多列布局。样式表。 :-)

-

Darin McGrew, mc **** @ stanfordalumni。组织 http://www.rahul.net/mcgrew/

网页设计组, da***@htmlhelp.com http://www.HTMLHelp.com/

红肉对你不好模糊的蓝绿色肉对你不利。



What happens when you view your "first quick efforts" with CSS disabled?
Does that successfully "convert multi-column pages to single column
pages"?

If you advertise your multi-column style sheet as being appropriate for
screen media (and maybe print/projection media), then handheld devices
should ignore it. Just don''t create a multi-column layout in your
media="handheld" style sheet. :-)
--
Darin McGrew, mc****@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp.com, http://www.HTMLHelp.com/

"Red meat isn''t bad for you. Fuzzy blue-green meat is bad for you."


boclair< bo ***** @ boclair.com>写道:
boclair <bo*****@boclair.com> wrote:
我在我的任务中要求调查启用页面
(其内容包括动态生成的工程表和
图表)可用于手持媒体的范围。
I have amongst my tasking a request to investigate enabling pages
(whose content includes dynamically generated engineering tables and
graphs) to be made available for a range of hand held media.




如果手持设备是你唯一的b $ b b目标,这不应该是一个大问题。 />

您提到的讨论涉及让网站在桌面和手持设备视口尺寸上工作。要在

上获得适当的功能,您需要保持简单,简单的导航并且没有非独特的重复内容。然后你必须将同样简单的

版本提供给桌面显示器。


如果你这样做那么afaik使用掌上电脑并没有什么意义。

css媒体类型,支持它的设备默认为屏幕。

有关hh设备的一些信息css支持:
http://groups-beta.google.com/group / ... 302eec9a54bc7f

解决方案是创建2个不同的网站。 />

-

Spartanicus



This shouldn''t be much of a problem if handheld devices are your sole
target.

The discussion you referred to relates to getting sites to work both on
desktop and handheld viewport sizes. To get proper functionality on both
you need to keep things really simple, simple navigation and no non
unique repetitive content. You then have to serve the same simple
version to desktop displays.

If you do that then afaik there is little point in using a "handheld"
css media type, hh devices that support it afaik default to "screen".
Some information on hh devices css support:
http://groups-beta.google.com/group/...302eec9a54bc7f

If serving such a simple site to desktops is not an option then the best
solution is to create 2 different sites.

--
Spartanicus


Spartanicus写道:
Spartanicus wrote:
boclair< bo*****@boclair.com>写道:

boclair <bo*****@boclair.com> wrote:

我在我的任务中要求调查启用页面
(其内容包括动态生成的工程表和
图表)提供一系列手持媒体。
I have amongst my tasking a request to investigate enabling pages
(whose content includes dynamically generated engineering tables and
graphs) to be made available for a range of hand held media.



如果手持设备是你唯一的目标,这不应该是一个大问题。

如果你这样做那么afaik使用手持式
css媒体类型没什么意义, hh支持它的设备默认为屏幕。
有关hh设备的一些信息css支持:
http://groups-beta.google.com/group/...302eec9a54bc7f

如果提供此类服务一个简单的桌面站点不是一个选项,那么最好的解决方案是创建2个不同的站点。


This shouldn''t be much of a problem if handheld devices are your sole
target.

The discussion you referred to relates to getting sites to work both on
desktop and handheld viewport sizes. To get proper functionality on both
you need to keep things really simple, simple navigation and no non
unique repetitive content. You then have to serve the same simple
version to desktop displays.

If you do that then afaik there is little point in using a "handheld"
css media type, hh devices that support it afaik default to "screen".
Some information on hh devices css support:
http://groups-beta.google.com/group/...302eec9a54bc7f

If serving such a simple site to desktops is not an option then the best
solution is to create 2 different sites.



我没有想到问题通过,我。 br />

我<< was>>尝试使用脚本来调整现有模板类的数量后面的CSS,但是,当Darin McGrew指出

out时,禁用CSS会显示出这种情况无效。你现在解释的是这一点,

因为CSS的禁用可能是设备控制而不是客户控制(后者可以在我们的环境中受到监管)。


显然,需要新的非CSS模板和文件,而且可能需要一些服务器配置考虑因素。比我希望的更多工作涉及更多的工作。


为手持设备提供服务显然是一个相当昂贵的主张

,甚至可能还不能满足当前的比赛状态。


我已经开始了初步的成本核算,并且部署成本和

替换了;丢失"添加设备,有人必须热衷于支持
批准实施。


谢谢你,Darin也是


Louise


I hadn''t thought the problem through, had I.

I <<was>> attempting to use scripting to adjust the CSS behind a number
of existing template classes but, disabling CSS, as Darin McGrew points
out, shows the futility of this. What you now explain reinforces this,
since the disabling of CSS may be device controlled rather than client
controlled (this latter can be regulated in our environment).

Obviously there would be a need for new nonCSS templates and files at
least and possibly some server configuration considerations. Much more
work is involved than I had hoped to get away with.

Catering for hand held devices is obviously a rather costly proposition
and perhaps not even dependable with the current state of play.

I have started preliminary costings and, with the cost of deploying and
replacing "lost" devices added, somebody would have to be keen to
approve the implementation.

Thank you, and Darin too

Louise


这篇关于调整手持媒体的页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆