Skip navigation.

Log in | Sign up

Sign up | Lost password? | Help

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "websites"

Nice new Interface of Firefox 4.0

, , , ...

A first view of possible interface changes of Firefox 4 are available. May they look very simliar to Safari 4 and Opera 10 but i really like these first steps:

I do not know why they choose the ugly Vista screen first but may there is the userbase of the future.

IE 8 Development Slowness

, , , ...

After end of August Microsoft barely offers the secound beta of the Internet Explorer 8 now they answered to the question about "What’s After Beta 2". The answer is "We will release one more public update of IE8 in the first quarter of 2009". Wow thats really slow! I believe at this time we will have Firefox 3.1, Opera 9.7 (may with a better GUI) and a much improved Webkit/ Safari (and IE 8 is just another beta or RC).
What will be available when IE 8 reaching the final state?

Typography on the Web again

, , , ...

Besides Sifr, which is based an JavaScript and Flash, a new method embeding custom on websites poped up: typeface.js. Basically this method rendering text with Javascript, <canvas> and SVG/ VML. Check out the examples too. The bad thing about this method is that you can't select and copy text in a easy way :frown:
Myslef dreaming about the upcoming @font-face support included in Firefox 3.1 (and still available in Opera or Webkit (Safari)). May M$ get it ready in IE8 too.




Firefox 3.1 beta is coming

, , , ...

For me one of the best features of the upcoming Firefox 3.1 is the support for @font-face. This will bring real typos into the web and let web designers create more cool sites. So now we have @font-face support in Webkit (Safari), Gecko (Firefox) and Opera. That's great!
All about the new features of Firefox 3.1 can be found at the Mozilla Developer Center.

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 Compatibility and Internet Explorer

, , , ...

Well the different Internet Explorer versions and their interpretation of the CSS standards can drive you crazy. So this overview at MSDN about the CSS compatibility may help you staying cool :smile: IE 5 up to IE 8 are listed.

Web Developer now compatible with Firefox 3

, , , ...

Besides ySlow and Firebug another good addon for web development in Firefox ist Web Developer. Version 1.1.6 is now working with Firefox 3. A german version is available at erweiterungen.de other languages are available on the website of Web Developer.
Happy coding! :smile:

Discover the unexpected

, , , ...

There are a lot of sites presenting you funny or horrible pictures - no deal. But to find something interesting and inspiring is quite hard. Two days ago i sit together with Nic in front of the screen and discovering two hours long FFFFOUND! - deal!

Fun with desasters...

, , , ...

I found this blog on the web and had a lot of fun with it:
Photoshop Disasters

My favorite is this (take a look at the hands and count it :smile: )

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: