Tag Archives: javascript

Web Typography for the Lonely

Web Typography for the Lonely is an ongoing collection of experiments and writings on web typography and the possibilities of standards-based web design. It aims to inspire the web community by pushing the boundries of what is both possible and … Continue reading

Elsewhere , , , , , Leave a comment

3D Nyan Cat

3D Nyan Cat → (via creativejs)

Elsewhere , , , , , Leave a comment

Google Street View + WebGL powered Christmas Card

Now this is effin’ awesome: enter you address and get an interative WebGL powered Christmas card showing your house using Google Street View data. Here’s my house for example: A Holiday Message → My house on “A Holiday Message” →

Elsewhere , , , , , Leave a comment

Polyfilling the HTML5 gaps

Polyfills help us use today’s modern features in yesterday’s browsers. Great slidedeck by Addy Osmani on using and creating polyfills. Leave no Future Behind: Polyfilling the HTML5 Gaps with Javascript →

Elsewhere , , , , Leave a comment

jQuery Hovercard

A free light weight jQuery plugin that enables you to display related information with the hovered label, link, or any html element of your choice. Also comes with integrated support to show the Facebook page or Twitter handle info in … Continue reading

Elsewhere , , , , Leave a comment

Constructive Solid Geometry 3D Modeling in JavaScript

Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids. This library implements CSG operations on meshes elegantly and concisely using BSP trees, and is meant to serve as an … Continue reading

Elsewhere , , , Leave a comment

jQuery Organisation Chart

jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. jQuery Org Chart – a plugin for visualising data in a tree-like structure →

Elsewhere , , , , Leave a comment

Javascript Codec/File Format Implementations

Over the past few months, quite a few Javascript implementations to creating/displaying certain files without the need for native plugins have been created. Although some are still premature, the basic idea is there. Above that they clearly demonstrate the importance … Continue reading

Elsewhere , , , , , 1 Comment

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: punycode.js →

Elsewhere , , Leave a comment

Photoshop-style blend modes for HTML Canvas Contexts

Adobe Photoshop has a variety of helpful blend modes for compositing images from multiple RGBA layers. This small library provides the same functionality for HTML Canvas Contexts, with the goal of producing the same results as Photoshop. Allows you to … Continue reading

Elsewhere , , , , Leave a comment