Broken Links

Thoughts on web development and technologies by Peter Gasston

Search

2009 March Archive

Internet Explorer 8 has been released

Microsoft announced the launch of Internet Explorer 8 yesterday; I urge everyone to download it as soon as possible, and to encourage their friends to do likewise — especially if their friends are using IE6. It’s great that we have another standards-compliant browser on the market, and I hope that adoption is swift.

Read the full post


CSS Animation Pong

The recent release of the Safari 4 Beta saw a new standards proposal from the Webkit team, for controlling animation using CSS. While there’s still a debate to be had about whether CSS is the right language for this (I still fall on the side that it doesn’t, strictly), I do think their implementation is well handled. I wanted to try it out, so I went back to the earliest form of digital entertainment: Pong!

Read the full post


Aside

I’m writing about the CSS3 Multi-column layout module and I notice that WebKit supports a series of proprietary properties: –webkit-column-break-after, –webkit-column-break-before, and –webkit-column-break-inside. However, despite the documentation saying that they’re implemented in Safari 3+, I can’t seem to get any of them to work.

Has anyone reading this ever seen an example of these in action? I’ve searched for demos but have found nothing. If you know anything about this, please leave me a comment; your help would be gratefully appreciated.

[#] 2 Comments . More Asides.