Amatorski, one of Belgiums finest bands, has been fascinated by the way the internet is deleting borders. They collaborated with We Work We Play to create an art project bringing together music and visuals, in a mix of online and offline interaction. Implemented using a custom JavaScript Metronome and Howler.js;Rendered on <canvas> with Delaunay triangulation …
Tag Archives: link
Combining Different Input Types With Datalists
URLs are for People, not Computers
We are all familiar with URLs: the string uniquely identifying the requested document. However, we don’t always consider they are more than that: URLs are user facing and should be considered important UI elements. They should be clean, understandable, semantic, hierarchical and not excessively long. And that’s why I have a (tiny) chapter dedicated on …
Servo: Next Generation Web Browser Engine by Mozilla and Samsung
Servo is an attempt to rebuild the Web browser from the ground up on modern hardware, rethinking old assumptions along the way. This means addressing the causes of security vulnerabilities while designing a platform that can fully utilize the performance of tomorrow’s massively parallel hardware to enable new and richer experiences on the Web. To …
Continue reading “Servo: Next Generation Web Browser Engine by Mozilla and Samsung”
Turn Dropbox into a Web server with Site44
Low-Poly
aprilFools.css
A tad late, but here it is nonetheless: A collection of user styles that change the default rendering of websites. Perfect way to fool someone on April 1st. Put these CSS definitions into your co-workers css overriding file. They will be applied to every website they visit. They are commented out by default, so make …
Blink: A rendering engine for the Chromium project
Google just announced it’ll fork Webkit for use with Chrome/Chromium as it has become too difficult to add features to it as Chrome uses quite a different multi-process architecture than other WebKit-based browsers: When Chromium started, our goal was to change as little of WebKit as possible, easing integration with the WebKit codebase. With Blink …
Continue reading “Blink: A rendering engine for the Chromium project”