An updated platform preview of IE10 for the Windows Developer Preview is now available for download. This IE10 preview adds even more support for HTML5 technologies, enabling richer Web applications with significantly improved performance. Windows 8 (dev preview) is required to test this release. In the comments I’ve read that “We will release an IE10 …
Presentation: Responsive Web Design by @bytte
Creative CSS3 Animation Menus
It’s Time
Introducing the new Google bar
Half-Life: Origins
Studio Apartment – I’m In Love (Rasmus Faber Epic Instrumental)
Siri, start my car
That, of course, was inevitable: Here’s proof with my car of using my “Viper Control” plugin with plamoni’s “Siri Proxy” to start and stop my Viper SmartStart enabled vehicle. The command is sent from Siri to a Viper server, then relayed via cellular connection to the car. The car then broadcasts an update via RF …
LÖVE
punycode.js
A robust javascript Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms Allows you to do stuff like: // encode/decode domain names punycode.toASCII(‘mañana.com’); // ‘xn--maana-pta.com’ punycode.toUnicode(‘xn--maana-pta.com’); // ‘mañana.com’ punycode.toASCII(‘☃-⌘.com’); // ‘xn—-dqo34k.com’ punycode.toUnicode(‘xn—-dqo34k.com’); // ‘☃-⌘.com’ // encode/decode domain name parts punycode.encode(‘mañana’); // ‘maana-pta’ punycode.decode(‘maana-pta’); // ‘mañana’ punycode.encode(‘☃-⌘’); …