found drama

get oblique

Tag Archives: JavaScript

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

there: I fixed Footnotify

by Rob Friesel

About nine months ago, Hans Petter Eikemo announced his Chrome/Safari extension called Footnotify which is like a “lightbox” for “Daring Fireball style” footnote links. I loved it immediately but found that it did not work for the footnotes on this blog you’re reading here. To be pedantic: they worked on the landing page, but not […]

review: Maintainable JavaScript

by Rob Friesel

Maintainable JavaScript by Nicholas Zakas (O’Reilly 2012) is a short-and-sweet little text on (as the cover says) “writing readable code”. And by “readable code”, Zakas means “code that other developers not named [YOUR NAME] will be able to read and comprehend of and ultimately maintain”. It goes beyond maintainable and readable code though–Zakas takes us […]

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

Linkdump for May 9th

by Rob Friesel

Good APIs Are Transparent In Their Expectations And Dependencies Ben Nadel with an insightful observation following his read of Nicholas Zakas' new Maintainable JavaScript. This make sense to me. (Also makes me want to read the book even more than I did before.) (tagged: API JavaScript Ben Nadel ) Terrible Yellow Eyes. A Maurice Sendak […]

Linkdump for May 6th

by Rob Friesel

Flexibility: A Foundation for Responsive Design Emily Lewis (writing at Script Junkie) with a discussion of fluid grid techniques (practices and pitfalls) for building responsive designs. (tagged: Emily Lewis fluid grids media query responsive design ) Tolkien’s 10 Tips for Writers At writingishardwork. It took him 7 years to write The Hobbit. (117) The thing […]

Linkdump for April 25th

by Rob Friesel

something something something Russell Davies: Anyway. It's not just sci-fi. I'm also depressed about the lack of future in fashion. Every hep shop seems to be full of tweeds and leather and carefully authentic bits of restrained artisinal fashion. I think most of Shoreditch would be wondering around in a leather apron if it could. […]

Linkdump for April 20th

by Rob Friesel

The cost of privacy James Coglan writing at The If Works: However, encapsulation does not need to be rigorously enforced by the machine, and using this style has all sorts of annoying costs that I’ll get to in just a second. Encapsulation is something you get by deliberately designing interfaces and architectures, by communicating with […]