found drama

get oblique

Tag Archives: JavaScript

Linkdump for October 8th

by Rob Friesel

WebPlatform Docs Looks very promising. MDN has been my go-to for answers like this for the past couple of years, but with all those organizations working together (Mozilla included) it could turn into the new canonical source. (tagged: reference documentation JavaScript SVG HTML CSS web ) Programmer Competency Matrix Some of this seems useful. Some […]

Linkdump for October 6th

by Rob Friesel

The Value of Subverting Authority Sherman Alexie: These religious fundamentalists are unaware that freedom of religion necessarily brings with it the freedom to mock religion. (tagged: religion Sherman Alexie ) President Obama Is an Introvert and So Am I: But that doesn’t mean we don’t like you. Scott Dodd, writing for Slate Magazine ("Obama’s Denver […]

Linkdump for October 4th

by Rob Friesel

You do not mess with Big Bird Mary Elizabeth Williams, writing at Salon.com: Romney made the error of looking like a man who is not on the side of innocence, whimsy, learning or childhood. Nor did he seem to grasp that Big Bird is an integral part of a show that was created for and […]

Linkdump for September 30th

by Rob Friesel

The Flawed Theory Behind Unit Testing By Michael Feathers. My "tl;dr" take-away: testing for the sake of testing is useless unless you're using the tests as an exercise in critiquing and scrutinizing your code and the intent behind it. (tagged: testing Michael Feathers ) Setting Up a Command Line Clojure App Mike Ebert, writing at […]

headless JavaScript unit testing with Jasmine and PhantomJS

by Rob Friesel

Yesterday, I gave a talk (slides are here, and/or rate my talk here) at the fourth Vermont Code Camp on how to run fast, reliable, headless unit tests for JavaScript using the Jasmine BDD test framework and PhantomJS. What follows here is a summary of “the meat” of the talk: specifically, how to execute your […]

Linkdump for September 19th

by Rob Friesel

Cable Is the New Novel By Thomas Doherty, in The Chronicle of Higher Education. (tagged: essay narrative television serialization novel ) Do I Really Need A Style Guide? How to determine whether you need a style guide, and how to go about putting one together. (tagged: design style guide ) The End of Global Warming: […]

review: Learning JavaScript Design Patterns

by Rob Friesel

Goodreads.com has a community guideline that states that reviews must be about the book, and not about the author. Now, I happen to agree with the spirit of this guideline, but I also feel like that guideline gets a little fuzzy when you’re looking at non-fiction, and especially fuzzy when you’re talking about technical books. […]

Linkdump for September 13th

by Rob Friesel

jQuery Fundamentals :: A guide to the basics of jQuery Looks like the crew at Bocoup gave "jQuery Fundamentals" a nice, solid refresh. If you ask me, this is one of the best (if not the best) guides to writing efficient, scalable jQuery-based JavaScript. Recommended. (tagged: JavaScript jQuery ) Bash One-Liners Explained, Part III: All about […]