found drama

get oblique

Tag Archives: essay

Linkdump for July 24th

by Rob Friesel

Making Maven Grunt. Fantastic Addy Osmani post with tips on integrating Grunt, Yeoman, and Bower into otherwise-Maven-based projects. Straightforward and useful. (tagged: Grunt Bower Maven Yeoman JavaScript ) JavaScript Isn’t Scheme I'm not going to quote it. Just read it. (Although by now you almost certainly have since I'm about 2 days behind on this […]

Linkdump for June 18th

by Rob Friesel

Pre-generating Justified Views Ross Harmes on how the Flickr team achieved a 7× speed increase in page render times: The first time you come to any Flickr page, we store the width of your browser window in a cookie. We can then read that cookie on the server on subsequent page loads. Gotta love a […]

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 March 27th

by Rob Friesel

Programming languages ranked by expressiveness The Donnie Berkholz graph that's making the rounds. At the very least it's interesting, even if you ("I") don't necessarily agree with all the results and suspect that the data may indicate a sampling bias. (And as a friend points out, he doesn't seem to have accounted for whether/not the […]

Linkdump for March 23rd

by Rob Friesel

The Most Notorious Counterfeiter Albert Talton Fascinating story about the man who put about $7 million worth of counterfeit bills into circulation. And it sounds like he got just about all his supplies at his local Staples. Just crazy. (tagged: counterfeit ) How to lose weight (in the browser) BrowserDiet.com: a pretty good list of […]

Linkdump for March 3rd

by Rob Friesel

Marissa Mayer’s Job Is to Be CEO—Not to Make Life Easier for Working Moms Anne-Marie Slaughter, writing at The Atlantic: So let's withhold judgment for a while and let Marissa Mayer do her job. Let's evaluate her on whether she can turn Yahoo around. I've been waiting for a piece like this, since everything I've […]

Linkdump for February 20th

by Rob Friesel

The "Magic" behind AngularJS Dependency Injection Fascinating post by Alex Rothenberg wherein he digs deep into Angular.js to determine exactly why minification broke his application. (tagged: minification Angular.js JavaScript ) An Appropriate Use of Metrics By Patrick Kua, writing over at MarinFowler.com. The first (explanatory) half is a little on the long-winded side, but the […]

Linkdump for November 17th

by Rob Friesel

Chrome: Easier Web App Debugging With Multi-User Profiles Addy Osmani: I'm sure most of you know about this… No, Addy. No we did not. But that looks great, thanks for sharing! (tagged: developer tools Chrome Addy Osmani ) JavaScript DocumentFragment Short-ish piece on David Walsh's blog about using DocumentFragment. It's a bit of a review, […]

Linkdump for October 29th

by Rob Friesel

jQuery source viewer Useful little utility by James Padolsey. (Side note: this is one thing about the jQuery API docs that bugs the shit out of me: that you can't jump to the source code. This appears to solve that problem.) (tagged: jQuery JavaScript ) Towards A Retina Web Reda Lemeden, writing at Smashing Coding […]