- BenI hope this is on topic this looks like a pretty generic PHP group. If notI''m a nooB so be gentle.Question:Could anyone recommend a "best practice" for maintaining commonality of whatthe 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 commonlook 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 commonalityof what the user sees on a medium scale PHP application? For example: buttonsize, color, font, alignment, labels, etc. My intent is to build an application that has been pre-designed inphases, piece by piece and outsource most of the coding. There must be acommon look and feel. Is there a better way then me simply listing themout? Ex: all buttons are 10px by 20px, all font arial 10pt, etc. Thanks in advance for any input. - Ben " Ben" < [email protected]>在消息中写道 news:w2 ****************** @ twister.rdc-kc.rr.com ..."Ben" <[email protected]> wrote in messagenews: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 todecide what font sizes THEY want.There is no such thing as a "standard" way in which web pages should bebuilt, apart from the rules of (X)HTML. What "look and feel" you adoptshould, however, be consistent across ALL pages.Take a look at http://www.tonymarston.co.uk/sample/index.html where you canrun my sample application online for some ideas. Note that you are able tochange font sizes at will.--Tony Marston http://www.tonymarston.net Thanks in advance for any input. - Ben" Ben" < [email protected]>在消息中写道 news:w2 ****************** @ twister.rdc-kc.rr.com ..."Ben" <[email protected]> wrote in messagenews: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. Ifnot I''m a nooB so be gentle. Question: Could anyone recommend a "best practice" for maintaining commonality ofwhat the user sees on a medium scale PHP application? For example: buttonsize, 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 theindustry. Aside from the visual elements of the site, you would probablywant to document writing style as well, things like "cannot vs could not" inerror messages. 这篇关于最佳实践 - GUI标准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-02 00:51