found drama

get oblique

Tag Archives: Link Dump

Linkdump for June 19th

by Rob Friesel

Single-direction margin declarations By Harry Roberts, writing at CSS Wizardry: I’m not sure how I arrived at this rule, but I’m really glad I did and I would likely never ever change it. The basic premise is that you should try and define all your margins in one direction. This means always use margin-bottom to […]

Linkdump for June 18th

by Rob Friesel

Client v. Server Templating Shootout At Ryan Florence Online. He's asserting that client-side templates are always faster. This was not what I saw. I saw client-side as faster on my phone, but server-side as faster on my laptop. (tagged: performance ) Caring for Your Introvert Jonathan Rauch, writing for The Atlantic: Our motto: "I'm okay, […]

Linkdump for June 15th

by Rob Friesel

My Perception of CoffeeScript Leon Gersing: CoffeeScript sees the world through OO’s eyes. When I see JavaScript, I find beauty in it’s ability to be a dynamically typed Functional programming language. (that’s your TL;DR;, friends.) The post is a few months old now, but I feel like it's still relevant and captures a lot of […]

Linkdump for June 12th

by Rob Friesel

CSS3 Animations: the Hiccups and Bugs You’ll Want to Avoid At Webdesigntuts+. Note to self: review these suggestions against the personal blog's stylesheets and see if it fixes that one little thing… (Bonus points if you've noticed that one little thing as well.) (tagged: CSS3 ) idiomatic-css Nicholas Gallagher: The following document outlines a reasonable […]

Linkdump for June 2nd

by Rob Friesel

Getting Started with Sublime Text 2 By Brandon Keepers. Sounds similar to my own experience getting settled into it. I think I've mentioned it before; it's a solid text editor, and with enough fiddling around, you can almost get it up to "IDE" status. (Almost.) (tagged: Brandon Keepers Sublime Text 2 ) The Plight of […]

Linkdump for May 29th

by Rob Friesel

Introducing Grunt An introduction and starter guide by Grunt's creator, Ben Alman at Bocoup. Grunt is a JavaScript-based build tool. And it looks pretty sweet. I expect I'll be checking it out in the not too distant future. (tagged: todo Ben Alman Node.js Grunt JavaScript ) Improving performance on twitter.com At the Twitter Engineering blog. […]

Linkdump for May 22nd

by Rob Friesel

Real world Clojure Wonderfully thoughtful and balanced bullet-point style post by Alex Miller at Pure Danger Tech on their experience at Revelytix with "Clojure in the real world". (tagged: Clojure Alex Miller ) Against the Grain: How We Built the Next Generation Online Travel Agency using Amazon, Clojure, and a Comically Small Team Colin Steele: […]

Linkdump for May 15th

by Rob Friesel

Star City and the Baikonur Cosmodrome At The Atlantic. Everything awesome is happening in Russia. (tagged: Cold War Nostalgia Russia Cosmodrome Baikonur ) How Yahoo Killed Flickr and Lost the Internet At Gizmodo. It's long (and I'll admit to having only skimmed much of it), and it's pessimistic, but a lot of it is also […]

Linkdump for May 13th

by Rob Friesel

Dynamic Languages Strike Back Steve Yegge: slides and transcript of a talk he gave at Stanford. (tagged: Steve Yegge dynamic languages ) *JS : Low-Level JavaScript *JS is a typed dialect of JavaScript that offers a C-like type system with manual memory management. It compiles to JavaScript and lets you write memory-efficient and GC pause-free […]

Linkdump for May 10th

by Rob Friesel

JavaScript Study Guide By Chris Shiflett (via my Prismatic feed). I'm working on a similar list myself, and was glad to see something else like this out there. Shiflett's is an interesting list with some great choices. Three things that came to mind while browsing it: [1] “That’s a lot of PHP…” [2] I’ll ding […]