found drama

get oblique

Tag Archives: Express.js

Linkdump for January 14th

by Rob Friesel

Bulletproof Accessible Icon Fonts Hot on the heels of Ian Feather's piece on SVG vs. icon fonts (vide infra), the Filament Group published their own lessons learned about using icon fonts in the wild. (tagged: accessibility fonts icon fonts ) Software in 2014 Tim Bray's current "state of the union" on the software engineering field, […]

Linkdump for December 16th

by Rob Friesel

AngularJS – Perceived Performance Github user @mendhak has this proposed directive for measuring load time performance of different components in a single-page app. Tl;dr: "loading" a portion of the page may be deferred for one reason or another, but once it is in fact "finished" (based on some user-defined version of "finished") it requests an […]

Linkdump for January 18th

by Rob Friesel

A Strategy for i18n and Node.js John Resig on internationalizing a Node/Express app. If you've never internationalized an application before, it's a pretty good survey of the intricacies and techniques and worth the read. I'm a little skeptical about using sub-domains for different languages — especially if you're already planning to use the Accept-Language header […]