Skip navigation.

exploreopera

| Help

Sign up | Help

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "safari"

Browser War

, , , ...

After we getting the Beta2 of the Internet Explorer 8 and Googles Chrome Beta now the fight about the fastes browser is opened again. This Time it is now about rendering HTML, this time it is all about JavaScript. 2 Day's Chrome take the throne of speed but the new build of Firefox 3.1 with TracMonkey is very close. Check out that stats:
http://scr3.golem.de/?d=0809/Firefox_TraceMonkey&a=62200

Some older performance tests:
http://ejohn.org/blog/javascript-performance-rundown/
http://scr3.golem.de/?d=0809/Google_Chrome&a=62163

Ok you notice the difference between 17866ms of the IE 7 and 1209 of Google Chrome, but can you notice the difference of 200ms? In fact that Google collects so many data, i didn't like the vision that Google collect any step i make at the web.

Firebug Lite 1.2 for any Browser

, , , ...

Firebug is, besides Web Developer, one of the best extensions for web development on Firefox. A week ago Firebug raised from the death and this week another beta update of the 1.2 brunch shipped. A lot of potentials developers formed now the Firebug Working Group. They got a new member too: Azer Koçulu.
Azer Koçulu is the developer of the JavaScript tool pi.debugger. He startet now bringing Firebug to The Internet Explorer, Safari and Opera. This port called Firebug Lite and is now available for download.

Updated CSS font matching list

, , , ...

I updated my Linux-Mac-Windows CSS font matching list to support Redhat's Liberation fonts. Now i have to add this to CSSdev for Gimp too.

Read more...

Browsers, Browsers, Browsers

, , , ...

CSS font matching with Vista

, , , ...

Looking around the web about an update for my Linux-Mac-Windows CSS font matching list i found the interesting post "Are Vista Fonts Ready for the Web?". Windows Vista shipped with new screen optimized fonts that are only available there and it seems at the moment there aren't equal fonts on the other platforms available.

CSS font matching: Windows, Mac and Linux

, , , ...

I found several posts about font comparsion for web development and cascading stylesheets. But most are incomplete or didn't compare all three major systems Linux, MacOS X and Windows.
Based on my own experience and a list of websites (Linux font equivalents, Mac OS X 10.4 and 10.5 font list, MacOS X Safari, iPhone fonts and Microsoft products and fonts) i created my own list.
Most users have Windows installed and Microsoft has once startet a webfont project. So i use typical Windows fonts as the base of my list. Another rule of the selection was that the alternative font faces didn't have a larger width then the the original has:
* Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif
* "Courier New",Courier,FreeMono,"Nimbus Mono L","Liberation Mono",monospace
* Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif
* "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif
* "Lucida Console",Monaco,"DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono",monospace
* Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif
* Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif
* "Times New Roman",Times,"Nimbus Roman No9 L","FreeSerif","Liberation Serif",serif
* Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif

Some newer Vista fonts are still uncompared. An update will follow soon :wink: