found drama

get oblique

Tag Archives: CSS

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 February 9th

by Rob Friesel

Flickr Is Back, Letting Us Go Home Again Mat Honan at Wired.com's Gadget Lab blog: And that’s the thing: Flickr feels like a permanent home. Pretty much how I've felt about it all along. (Via DF.) (tagged: Flickr ) What’s new in CSS 4 selectors Dr. Axel Rauschmayer with the CSS4 selector "highlights". Specifying the […]

Linkdump for January 26th

by Rob Friesel

Quinoa bad for Bolivian and Peruvian farmers? Ignore the media hand-wringing. Ari LaVaux, writing for Slate Magazine. tl;dr: It's OK to buy quinoa, just do everyone the favor of looking for Fair Trade, sustainably cultivated quinoa. (tagged: politics food economics sustainability quinoa ) Writing Testable Frontend Javascript Part 1 – Anti-patterns and their fixes Shane […]

Linkdump for December 27th

by Rob Friesel

First ‘Alien Earth’ Will Be Found in 2013 Mike Wall, writing at Space.com with a prediction for 2013. Please read it hand-in-hand with Caleb Scharf's post: "'Earth-Like' Planets May Be Anything But, Astronomer Argues". (tagged: exobiology astrobiology astronomy ) Debunking Responsive CSS Performance Myths Ilya Grigorik. tl;dr: not all stylesheets are blocking, and here's how […]

Linkdump for December 24th

by Rob Friesel

Huddle/PhantomCSS More awesome stuff you can do with PhantomJS: CSS regression testing. An integration of js-imagediff with PhantomJS and CasperJS for automating visual regression testing and test coverage of Website styling to support refactoring of CSS. (tagged: testing CSS PhantomJS JavaScript ) Complexity Analysis of JavaScript Code Ariya Hidayat, on the JSComplexity tool. The briefest […]

Linkdump for December 20th

by Rob Friesel

IE10 CSS Hacks Louis Lazaris at Impressive Webs. I'd somehow missed this — that Internet Explorer 10 was not going to support conditional comments. (Probably because I don't pay enough attention to IE-related news?) Conditional comments were only ever "the least hacky" way of dealing with ID's quirks — and though "a hack is a […]

Linkdump for December 3rd

by Rob Friesel

The HAR Show: Capturing and Analyzing performance data with HTTP Archive format Ilya Grigorik and Peter Lubbers on Google’s “Make The Web Fast” show, talking about HAR and tools that you can use to analyze the data. (At GoogleDevelopers YouTube Channel.) This is great. Here are their notes, and Ilya’s associated blog post. (tagged: HAR Google http […]

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

Linkdump for October 21st

by Rob Friesel

Yeoman Addy Osmani et al.: "Modern workflows for modern webapps." (tagged: JavaScript Yeoman ) OOCSS + Sass = The best way to CSS By Ian Storm Taylor. The whole "I work at a start-up and things change all the time so OOCSS doesn't work for me" makes me a bit skeptical, but his example patterns […]