lowest common denominator approach(最小公分母方法)

来源:互联网 发布:阿里云服务器稳定吗 编辑:程序博客网 时间:2024/06/16 18:55

什么是lowest common denominator approach?参考下文第一段的描述,就大体上有个了解了。

lowest common denominator approach(最小公分母方法)应该是这样一种方式,你所开发的代码是基于各个平台都支持的一些功能。

 

比方说开发一个应用时,在数据库层面你考虑到了应用程序里所写的SQL既是Oracle支持的,又是SQL Server和其他数据库支持的。

 

 

*数学上的最小公分母:

 11/12 和 5/18的最小公分母是36

     1/5 和 3/4的最小公分母时20

------------------------------------------------------------------------------------------------------

引用:

Lowest common denominator coding

By : Sam George    14 or more times read
Submitted 2008-03-14 22:48:56

Although it may seem difficult to create pages that always displays properly, it is not impossible. One way to approach provides the greatest acceptance across denominator approach. This approach provides the greatest acceptance across browsers because the authors choose to code their HTML using the next-to-last release of HTML. For example, when the browsers supporting HTML 4.0 were released, many continued coding to the HTML 3.2 standard, knowing that their HTML would render more consistently because the browsers understood all of the 3.2 specifications. This safer method of coding is widely supported among sites that are interested in the greatest accessibility. Maintaining coding pacifications of a previous release of HTML does not mean that your site has to be visually uninteresting, although you may have to sacrifice using the latest enhancements.

Cutting-edge coding

Another strategy to adopt when designing your web site is stay at the cutting edge. Some designers insist that their users keep up with them by requiring the latest browser. This design strategy can result visually exciting and interactive sites that keep pace with the latest technology. Often the user must not only have the latest browser version, but plug-in enhancements that render certain media types such as Macro media Flash animations. Plug-ins are helper applications that assist a browser in rendering a special effect. Without the plug-in, your uses will not see the results of your work. Often when a new browser is released, this plug-ins are included for the most widely adopted enhancements. The risk these cutting-edge sites take is that many not be able to see the content as it was designed. Sites that use the latest enhancements also may require significant download times for the special effects to load on the user’s computer. Sites that adopt the latest technologies must make sure that their user is up to the browser challenge. Otherwise, their information may go unread.

SOLVING THE BROWSER DILEMMA

You must test your work in is many browsers as possible during and at the end of the development process to make sure that your pages will render properly. Knowing your audience helps you take a major step toward the correct implementation of your site you may be building a site that discusses the latest in technology trends. It is a good bet that your users are computer savvy, so you can code for the latest browsers. Many general web users access the web via America Online London web design, Inc. [AOL], so test your work using their browser as well. In an academic environment you may encounter readers that use Lynx, a text-only browser. For this type of audience, avoid using too many graphics, and make sure that all of the graphics
Author Resource:- George Webrepro specialist in London website design, web development, branding, E-marketing, E-commerce, and multimedia, web applications. and SEO London Webrepro operates in Blooms bury, London, Cape Town South Africa and Melbourne Australia.
Article From ArticleshmArticle.com

 

 

http://www.articleshmarticle.com/Art/90443/127/Lowest-common-denominator-coding.html