http://stilbuero.de Klaus Hartl – Stilbüro - Klaus Hartl


Jump to: Search, Additional Information.


Archive for March, 2006

Web Standardistas in Germany unite

Add yourself if you’re into web standards. Nice idea…

PNG alpha transparency, fast and easy

Here’s another “fast and easy” installment: I wondered today, how to add PNG alpha transparency support to Internet Explorer the easiest way possible, without longish scripts and instead easily maintainable in a style sheet . This is not meant to spoil anyone’s good work and as you can see, the basic technique wasn’t discovered by me. It’s just an alternate and hopefully easier way to do it.

Acid2 test

Acid2 test
Acid2 test, originally uploaded by carhartl.

One good browser (for web standardistas at least). Test yours.

Endlich!

Folie weg
Folie weg, originally uploaded by carhartl.

JavaScript introduction (and more)

Anyone somehow interested in JavaScript shouldmust read the fantastic tutorial given by Simon "addEvent" Willison at ETECH. I wish I’d been there. His notes may help to understand this or that better.

Oh, and don’t even think about skipping the basics, you experts!

(via Ajaxian)

Helpful jQuery/Prototype plugin

Michael Geary has written an helpful jQuery/Prototype plugin that makes creating new DOM nodes much more convenient than using document.create all the time.

If you want to create a new p node with a class attribute named "foo" you just have to write:

var myP = $.P({ Class: "foo" });

Nested nodes anyone?

var myP = $.P({ Class: "foo" }, $.A({ href: "http://www.example.com" }, "My Link"));

By the way, couldn’t agree more: Free beer and free speech. Amen.

jQuery AJAX module vs Opera

The AJAX module for jQuery currently does not work with the Opera browser. I already posted this to the jQuery mailing list and I expect this soon to be fixed, but if you cannot wait for that, download the latest uncompressed source, locate the following lines (lines 5 and 6 actually):

Real life Simpsons

Unfassbar, das!



Klaus Hartl – Stilbüro is powered by WordPress, jQuery, XHTML, CSS and me.