Monthly Archives: August 2010

Web fonts – a brief introduction

by Olaf

When it comes to web design, most people assume that this discipline is all about neat graphics and pixel-pushing, but they truly forget that more then 90% of the information on the web is written language and thus Typography. One problem we web designers faced for the last decade, is that we only can refer to a handful of web save fonts (fonts pre-installed on our OS) such as: Arial, Helvetica, Times New Roman, Times, Courier New and Courier – plus a few more options that work cross-platform. In short, we have been limited in our creative impulse to provide the end-user with nicer looking fonts for far too long.

Back in 1998, when The CSS2 specification was released, the CSS rule @font-face was introduced to make it easier for us to use none web save fonts. The browser would simply download the font from the server – if its not installed on the clients computer – and embed it on the website. This was removed in the CSS2.1 specification because it literally enabled illegal downloading of licensed fonts, which of course is not in the very best of interest of the font creators.

Microsoft started supporting font embedding through the proprietary Embedded OpenType (.eot) standard since version 4.0, as an attempt to protect licensed fonts from illegal downloading. However Internet Explorer only supports  .eot file format for embedding fonts which again gives us web designers more work to take care of. If you want your none web save font to be displayed on IE browsers, then you will need to convert it first to an .eot file format. *sigh

Generally speaking: Modern browsers support @font-face embedding and this is clearly on the rise! Tho I will mention shortly the methods we web designers still use as work-around until @font-face is widely implemented:

  1. Font fallback – a common practice, simply choose a ‘look-a-like’ font
  2. Image replacement – overlaying your text with an image containing the text content in the font of your choice.
  3. sIFR (Scalable Inman Flash Replacement) – is a flash based alternative. tho its slow and you need to have flash and javascript enabled.
  4. Cufon – uses vml for ie browser and html5 canvas for modern browsers. Tho it embeds the fonts, thus violates the copyrights.

These methods are all still in use and well know techniques and yet just alternatives! But lets move on, I want to show you how the CSS declaration of the @font-face looks like:

@font-face {
  font-family: "Your typefacename";
  src: url("type/filename.eot"); //IE
  src: local("☺"), //IE hack not to choke and die
  url("type/filename.woff") format("woff"),
  url("type/filename.otf") format("opentype"),
  url("type/filename.svg#filename") format("svg");
}

Maybe you are wondering why this code looks a little bulky, eh ? Well its because we want to cover all browsers to display our acquired font and to avoid gaps! And as you remember from above, IE for example only supports .eot (this will change with IE9). All other modern browsers support the use of .ttf (trueType font) and .oft(openType font) file format, as well the .svg (Scalable Vector Graphics) and .woff (Web Open Font Format).

Conclusion

I really think that the future belongs to @font-face, its plain, simple & pure CSS code, plus we are not dependent on javascript or flash, which keeps the implementation time in check and saves us from other headaches.

Posted in Design 0

Shanghai Scrum Forum 上海Scrum大会

by Nils

Call for Papers: Opportunities And Challenges Of Going Agile
演讲召集:走向敏捷的机遇和挑战

With growing interest in Agile software development, more and more companies in China are facing questions and challenges implementing Scrum. At Shanghai Scrum Forum, experienced developers and managers will share tips and tricks on how to get started with Scrum, improve workflows and deliver software that makes clients happy.

随着对敏捷软件开发有兴趣的人越来越多,更多在中国的公司将面临实施Scrum的问题和挑战。在上海Scrum大会中,有经验的开发者和管理者将会分享开展Scrum、改进工作流程和交付客户满意软件的技巧和诀窍。

If you are a Scrum practitioner and would like to give a presentation at Shanghai Scrum Forum, please contact Thomas Karsten at thomas.karsten@thenetcircle.com for more information with a brief description of the topic you could cover.

如果你是有经验的Scrum实施者,并且愿意在上海Scrum大会上提供演讲,请通过thomas.karsten@thenetcircle.com联系Thomas Karsten获得更多信息,也请准备一个对你话题的简短介绍

Shanghai Scrum Forum will be free and open to everyone interested in Agile software development. This event is sponsored by OutSofting and The NetCircle. If you are interested in becoming a sponsor as well, please contact Samuel Pierquin at sam@thenetcircle.com .

上海Scrum大会将免费对所有对敏捷软件开发有兴趣的人开放。此次活动由OutSofting和The NetCircle赞助。如果你也有兴趣成为赞助商,请通过sam@thenetcircle.com联系Samuel Pierquin。

Date: Sunday, October 17
Location: The NetCircle
Loft C 7-14, E-Warehouse Creative Center
751 Yi Chang Lu (Putuo district)

日期:10月17日(周日)
地点:The NetCircle
普陀区宜昌路751号Loft C 7-14, E-Warehouse Creative Center

      

Posted in Events, Scrum 3

Our Philosophy

Failure defeats losers, failure inspires winners.

TheNetcircle In Pictures

Open SpaceOpen SpaceFoodWhy Scrum Master-ing? (Xu Yi)Introduction (Samuel Pierquin)Open space

Latest Tweets

Join Our Team

Categories