found drama

get oblique

Tag Archives: Node.js

Linkdump for February 6th

by Rob Friesel

DalekJS "Automated cross browser testing with JavaScript" … like a not-so-clunk Selenium, perhaps? Looks like an interesting project and worth coming back around to. (tagged: DalekJS browser automation testing ) Extending silent classes in Sass Harry Roberts outlines a technique for using Sass %placeholders that "shadow" their classes, allowing you to better control the output […]

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 December 2nd

by Rob Friesel

Creating Desktop Applications With node-webkit By Mike Cantelon, writing at the StrongLoop blog. This isn't the first time that node-webkit has come across my radar, but this is a good little intro for someone who hasn't heard of it before. (tagged: node-webkit Node.js JavaScript WebKit ) Offline First! This website is starting a discussion about […]

Linkdump for October 12th

by Rob Friesel

Knockout 3.0 Release Candidate available Steve Sanderson's popular KnockoutJS MVVM library has an RC out for version 3.0. I may not be its biggest fan, but there are more than a few times when it's exactly the right tool for the job and this looks like a nice improvement. (tagged: KnockoutJS JavaScript ) Size Does […]

Linkdump for May 20th

by Rob Friesel

Avoiding Unnecessary Paints Paul Lewis writing for HTML5 Rocks, Avoiding Unnecessary Paints: What happens if I scroll and I happen to move the mouse at the same time? It's perfectly possible for me to inadvertently "interact" with an element as I scroll past it, triggering an expensive paint. That, in turn, could push me through […]

Linkdump for April 27th

by Rob Friesel

Crafting a README By Chris White, writing at the Engine Yard Developer Blog. Most of this should seem like common sense, but I'm also glad someone went to the trouble of writing it down. He mentions Markdown in the blog post, but I'd really try to underscore that point: that Markdown really ought to be […]

Linkdump for March 31st

by Rob Friesel

Broken Promises Drew Crawford’s response to James Coglan's post about Node.js and Promises. (And yes, it has the same title as Mikeal Rogers' post — vide infra…) Also long, also worth reading. His promises : callbacks :: for-loops : while-loops analogy may or may not be completely appropriate, but I thought it was reasonably illustrative […]

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 […]