found drama

get oblique

Tag Archives: Code

a JavaScriptCore wrapper for jshint

by Rob Friesel

Last night, I opened a pull request (my second) on the JSHint project. I created a wrapper for Apple’s JavaScriptCore (JSC) engine, which ships with (effectively) every Mac that’s out there. Why JavaScriptCore? That’s the obvious question, right? Why even bother creating a wrapper for JSC when JSHint is already out-of-the-box ready for Node.js, and ships with […]

“My God, it’s full of semi-colons.” (or: yes, maybe we are all a little overwhelmed with the micro-framework threads)

by Rob Friesel

“Can everyone stop writing JS micro-libraries for a second. I need to catch my breath.” 1 There are a few posts (on both sides of the fence) about this shit-storm 2 of “micro-frameworks” that seem to be getting announced every other day lately; and while I’m not sure if the following referenced post is the […]

the pleasures and perils of JavaScript’s promiscuous comparison operator

by Rob Friesel

Spoiler alert: toString has its mitts in everything. This all started when we saw a candidate put the following into an exercise we had given him: if (arrayToTest == ”) Our first thought was well that seems wrong… And though it seems like something that shouldn’t work, it did–when the array contained a single item, […]

review: JavaScript Patterns

by Rob Friesel

★★★★☆ on both the Goodreads and Amazon scales. If you’re a JavaScript developer, you would be wise to have JavaScript Patterns on your bookshelf–nestled nicely between JavaScript: The Good Parts 1 and High Performance JavaScript (Build Faster Web Application Interfaces) 2. The three make a nice little troika. And read them in that order: The […]

Linkdump for November 17th

by Rob Friesel

TSA Success Story blog at izs.me—glad to see that someone is having some success resisting (tagged: TSA politics ) Browser CSS hacks by Paul Irish—a comprehensive list of browser-specific CSS hacks: I don't use CSS hacks anymore. Instead I use IE's conditional comments to apply classes to the body tag. ¶ Nonetheless, I wanted to […]

Linkdump for October 29th

by Rob Friesel

WordPress Optimization Bible at Prelovac.com (tagged: blog cache optimization performance wordpress ) PHP « Programming « Portfolio lesterchan.net : book marked for wp-dbmanager (tagged: wordpress plugin ) Ajax code loading optimization techniques by Bill Higgins (via Rebecca Murphey) (tagged: ajax javascript optimization performance todo ) YUI Doc (tagged: api code documentation generator javascript JSdoc yuidoc […]