近期,由于 Opera 在欧盟状告微软于操作系统内捆绑其 IE 浏览器,引起了大家关于 W3C 制定标准的效率和可行性的质疑。下面列出对此问题分析得较为全面、透彻且具有指导性意义的几篇文章。其中第二篇文章的作者 Andy Clarke 也是 Transcending CSS - the fine art of web design 这本书的作者。

  • The B-List: The future of web standards

    One of the major issues in resolving this problem is that huge amounts of discussion have essentially assumed a false dilemma, that there are only two ways to run a standards body:

    A closed-door, pay-to-play system, as the W3C is perceived to be.
    A howling mob which runs by consensus of the participants.

    Finding the balance
    This brings us to a new question: how do we find the proper balance between the competing interests of Web vendors and Web users/developers?

    Microsoft is pinned; they’re stuck trying to catch up to what everybody else is already doing, while the competition just keeps piling on new features and new technologies. They’re not dead yet, of course, and are far from it: IE is still the dominant browser and Windows is still the dominant operating system. But there’s definitely been a sea change in the industry: Microsoft, the unstoppable juggernaut, is vulnerable and is having to play catch-up to maintain its dominance. To borrow a phrase from Lewis Carroll, they’re having to run as fast as they can, just to stay where they are.

    And so Microsoft really isn’t relevant to the future of web standards; any compelling new development that comes from the rest of the industry will be just another form of fire and motion, and Microsoft will have no choice but to keep pace, regardless of whether they participated in the process.

  • CSS Unworking Group | Malarkey Rides Again

    Along with web designers worldwide, I have been creatively stifled by Microsoft’s decision to allow Internet Explorer 6 for Windows to languish in the doldrums for so many years. With their significant market-share, Microsoft should have been at the forefront of technical development and standards support in browsers. That would have fostered an ever increasing focus on what can be possible using CSS. Instead Microsoft allowed their lead to hinder progress and web designers, developers, their clients and their customers have all suffered as a result.

  • JeffCroft.com: Do we need a return to the browser wars?
  • as days pass by, by Stuart Langridge - Reigniting the browser wars
Posted in Design at January 10th, 2008. No Comments.

Safari 3 里附带的 Web Inspector 为网页设计人员、网站开发人员提供了极大的便利。

但是如果你想在非 Safari 程序中使用它的话,应该怎么办呢?!

实际上,要实现这一点非常简单,只需在 终端 程序中使用如下命令即可:

defaults write com.apple.**NameOfApplication** WebKitDeveloperExtras -bool true

有图为证,我这是在 字典 程序中激活了这一功能,因为我想调整一下用 Mac Dictionary Kit 转换出来的字典的行高, 但又不知道所需调整的元素的 tag 是什么,所以只好找 Web Inspector 帮忙了。

其实你可以在任何一个基于 WebKit 的程序中启用 Web Inspector。

相关文章

Posted in Apple, Design, Tip at January 7th, 2008. No Comments.

原文见:Web Inspector Update at Surfin’ Safari Blog

正如 Maciej 所说,网络开发工具是 WebKit 3 中的一项重大新功能。自从六月份 WebKit 中加入新的 “Web Inspector” (下称“检查器”)以来,Tim Hatcher (xenon in #webkit) 就一直引领着将 Web Inspector 设计成网络开发人员手中一个更加完善的工具的努力。在此我想总结一下到目前为止我们的进度。如果你从未使用过 Web Inspector,那么请参照 “instructions to enable the Web Inspector” 中所提供的步骤启用此功能。

InspectElementMenu.png

这些新功能包括:原位 CSS 编辑,支持可下载式字体,数据库浏览,支持新 CSS 属性,多平台支持,可用性方面的改进。

Read More…

Posted in Apple, Design, Leopard at December 7th, 2007. No Comments.