Broken Links

Thoughts on web development and technologies by Peter Gasston

Search

2007 May Archive

Snails move quicker than the W3C

This page will evolve in the next few weeks incrementally. We will add a feed, very soon.

From the most recent post on the W3C HTML Working Group blog; made three months ago.

Read the full post


Mozilla gets native video support

Mozilla’s Chris Double has announced on his blog that he’s implemented the (proposed) HTML5 <video> element in a build of Firefox (demo screencast). The element will natively support OGG Theora files.
While I think this is great news and has a lot of potential, I foresee one major obstacle to this becoming standard: proprietary codecs. If […]

Read the full post


Using MooTools for animation timings

In my previous post, A MooTools Effects quickstart guide, I wrote a very simple and basic introduction to using the JavaScript framework to add animation effects to your website.
The popularity of the post took me by surprise, and showed me that there’s a demand for quick and easy tutorials on the subject; so I’ve decided to […]

Read the full post


The slow progress of Swift

The developer of Swift, the browser that was set to be the first native to Windows to use the WebKit rendering engine, has announced that development with WebKit is to be halted as the Windows port is unstable, and future versions will be based on Mozilla’s Gecko engine until WebKit stabilises, at which point Swift […]

Read the full post


Hyperlinks are fun

Thanks to del.icio.us I found 25 Code Snippets for Web Designers which has some really useful and interesting links, including a great presentation on designing for the grid by Khoi Vinh, whose blog led me to DesignByGrid.com, a collection of tutorials and resources.

Read the full post


A call for clarity in standards specifications

Over at 456BereaStreet, the ever-impressive Roger Johansson recently wrote an impassioned article about a perceived lack of support for semantic structure in HTML 5. He’s now had a chance to understand the issue more fully and has written a follow-up, Another Look at HTML 5, in which he explains his concerns in a more measured […]

Read the full post


Next

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.