最佳实践 - GUI标准 [英] Best practices - GUI standards

查看:79
本文介绍了最佳实践 - GUI标准的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望这是一个主题,这看起来像一个非常通用的PHP组。如果没有

我是nooB所以要温柔。


问题:

任何人都可以推荐一个最佳实践。用于维护用户在中型PHP应用程序上看到的内容的共性?例如:按钮大小,

颜色,字体,对齐方式,标签等。


我的目的是构建一个预先设计好的应用程序阶段,

一块一块地将大部分编码外包出去。必须有一个共同的

外观和感觉。有没有更好的方法,然后我只是将它们列出来?例如:

所有按钮都是10px乘20px,所有字体都是10pt等等。


提前感谢任何输入。

- Ben

I hope this is on topic this looks like a pretty generic PHP group. If not
I''m a nooB so be gentle.

Question:
Could anyone recommend a "best practice" for maintaining commonality of what
the user sees on a medium scale PHP application? For example: button size,
color, font, alignment, labels, etc.

My intent is to build an application that has been pre-designed in phases,
piece by piece and outsource most of the coding. There must be a common
look and feel. Is there a better way then me simply listing them out? Ex:
all buttons are 10px by 20px, all font arial 10pt, etc.

Thanks in advance for any input.

- Ben

推荐答案



Ben写道:

Ben wrote:
我希望这个在主题上这看起来像一个非常通用的PHP组。
如果不是我是一个nooB所以要温柔。

问题:
任何人都可以推荐一个最佳实践。用于维护用户在中型PHP应用程序上看到的共性
?例如:按钮
大小,颜色,字体,对齐方式,标签等。

我的目的是构建一个预先设计为
阶段的应用程序,分段片断和外包大部分编码。必须有一个
的常见外观。有没有更好的方法,然后我只是将它们列出
out?例如:所有按钮都是10px乘20px,所有字体都是10pt等等。

提前感谢任何输入。

- Ben
I hope this is on topic this looks like a pretty generic PHP group. If not I''m a nooB so be gentle.

Question:
Could anyone recommend a "best practice" for maintaining commonality of what the user sees on a medium scale PHP application? For example: button size, color, font, alignment, labels, etc.

My intent is to build an application that has been pre-designed in phases, piece by piece and outsource most of the coding. There must be a common look and feel. Is there a better way then me simply listing them out? Ex: all buttons are 10px by 20px, all font arial 10pt, etc.

Thanks in advance for any input.

- Ben








" Ben" < no@spam.com>在消息中写道

news:w2 ****************** @ twister.rdc-kc.rr.com ...

"Ben" <no@spam.com> wrote in message
news:w2******************@twister.rdc-kc.rr.com...
我希望这是一个主题,这看起来像一个非常通用的PHP组。如果没有
我是一个nooB所以要温柔。

问题:
任何人都可以推荐一个最佳实践。为了保持用户在中等规模的PHP应用程序上看到的共性?例如:按钮
大小,颜色,字体,对齐方式,标签等。

我的目的是构建一个分阶段预先设计的应用程序,
一块一块地将大部分编码外包出去。必须有一个共同的外观和感觉。有没有更好的方法,然后我只是将它们列出来?
Ex:
所有按钮都是10px乘20px,所有字体都是10pt等等。


不要硬编码这样的任何尺寸因为它应由用户决定

决定他们想要的字体大小。


没有这样的东西"标准"除了(X)HTML的规则之外,网页的构建方式应该是b
。什么是外观和感觉你采用

应该在所有页面上保持一致。


看看 http://www.tonymarston.co.uk/sample/index.html 您可以在哪里获得
在线运行我的示例应用程序以获取一些想法。请注意,您可以随意更改字体大小。


-

Tony Marston

http://www.tonymarston.net


提前感谢您的任何意见。

- 本
I hope this is on topic this looks like a pretty generic PHP group. If not
I''m a nooB so be gentle.

Question:
Could anyone recommend a "best practice" for maintaining commonality of
what
the user sees on a medium scale PHP application? For example: button
size,
color, font, alignment, labels, etc.

My intent is to build an application that has been pre-designed in phases,
piece by piece and outsource most of the coding. There must be a common
look and feel. Is there a better way then me simply listing them out?
Ex:
all buttons are 10px by 20px, all font arial 10pt, etc.
Do NOT hard code any sizes like this as it should be left up to the user to
decide what font sizes THEY want.

There is no such thing as a "standard" way in which web pages should be
built, apart from the rules of (X)HTML. What "look and feel" you adopt
should, however, be consistent across ALL pages.

Take a look at http://www.tonymarston.co.uk/sample/index.html where you can
run my sample application online for some ideas. Note that you are able to
change font sizes at will.

--
Tony Marston

http://www.tonymarston.net

Thanks in advance for any input.

- Ben



" Ben" < no@spam.com>在消息中写道

news:w2 ****************** @ twister.rdc-kc.rr.com ...
"Ben" <no@spam.com> wrote in message
news:w2******************@twister.rdc-kc.rr.com...
我希望这是一个主题,这看起来像一个非常通用的PHP组。如果
不是我是nooB所以要温柔。

问题:
任何人都可以推荐一个最佳实践。用于保持用户在中型PHP应用程序上看到的
的通用性?例如:按钮
大小,颜色,字体,对齐方式,标签等。

我的目的是构建一个分阶段预先设计的应用程序,
片断和外包大部分编码。必须有一个共同的外观和感觉。有没有更好的方法,然后我只是将它们列出来?
例如:所有按钮都是10px乘20px,所有字体都是10pt等等。
I hope this is on topic this looks like a pretty generic PHP group. If not I''m a nooB so be gentle.

Question:
Could anyone recommend a "best practice" for maintaining commonality of what the user sees on a medium scale PHP application? For example: button size, color, font, alignment, labels, etc.

My intent is to build an application that has been pre-designed in phases,
piece by piece and outsource most of the coding. There must be a common
look and feel. Is there a better way then me simply listing them out? Ex: all buttons are 10px by 20px, all font arial 10pt, etc.




不是真的。拥有风格指南是

行业中相当普遍的做法。除了网站的视觉元素之外,您可能还需要记录写作风格,例如不能vs不能等。在

错误消息中。



Not really. Having a style guide is a fairly common practice in the
industry. Aside from the visual elements of the site, you would probably
want to document writing style as well, things like "cannot vs could not" in
error messages.


这篇关于最佳实践 - GUI标准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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