found drama

get oblique

Tag Archives: JavaScript

Linkdump for October 16th

by Rob Friesel

Reinventing the Try/Catch Block An interesting bit of hackery but Ryan Morr, although it smells a bit like a solution looking for a problem. (I'll stick with the original advice I got about using try-catch in JavaScript: "It's basically a measure of last resort. If you find yourself using it, you're almost certainly doing something […]

Linkdump for October 12th

by Rob Friesel

Knockout 3.0 Release Candidate available Steve Sanderson's popular KnockoutJS MVVM library has an RC out for version 3.0. I may not be its biggest fan, but there are more than a few times when it's exactly the right tool for the job and this looks like a nice improvement. (tagged: KnockoutJS JavaScript ) Size Does […]

Linkdump for September 30th

by Rob Friesel

Inescapable, apocalyptic dread: The terrifying nuclear autumn of 1983 Alexander Zaitchik (Salon.com): You could fill an entire book with the Strangelovean rhetoric of the first two years of Reagan’s term. (tagged: Cold War Nostalgia ) Jeff Russell’s Starship Dimensions Had this sent to me around the same time that this other (derived?) image was making […]

review: Jasmine JavaScript Testing

by Rob Friesel

Packt Publishing recently released Jasmine JavaScript Testing by Paulo Ragonha (@pirelenito), and I just wrapped up reading it this morning. I’ve read a few books on JavaScript unit testing 1 and at least one other that was dedicated to Jasmine, 2 and this one is a strong entry. If you’re unfamiliar with Jasmine, Ragonha will […]

Linkdump for September 23rd

by Rob Friesel

Does CoffeeScript Have a Future? The most interesting bit in here was Joel Turnbull quoting Tom Dale: I’m not so confident now. What has shifted? Tom Dale states in the thread “Every CoffeeScript developer knows JavaScript. The inverse is not true.” This rings true for me, and it’s not so much that something has shifted. […]

Linkdump for September 3rd

by Rob Friesel

Decoupling Your HTML, CSS, and JavaScript Philip Walton: Almost every type of coupling between HTML, CSS, and JavaScript can be lessened with an appropriate use of classes and a predictable class naming convention. Long read, but he has lots of good points. And as he points out, a lot of these are easy (and tempting) […]

Linkdump for August 14th

by Rob Friesel

Why mobile web apps are slow Drew Crawford (Sealed Abstract) wrote this a few weeks ago and I finally (finally? finally!) got around to reading it start-to-finish. The best part about it is that (as he says in the first paragraph) his discussion is entirely fact-based. And where possible he is also illustrating his methods […]

Linkdump for August 10th

by Rob Friesel

5 Myths About Mobile Web Performance Michael Mullany, Sencha CEO, writing for the company's dev blog: Every mobile browser has a feature area where it outperforms other browsers by a factor of 10–40x. The Surface outperforms the iPhone on SVG by 30x. The iPhone outperforms the Surface on DOM interaction by 10x. There is significant […]