25 - Meeno Van Slooten

Posted on

This week we sat down with Meeno Van Slooten who was a speaker at the Bay Area jQuery Conference 2010 and showed off a cool new UI Testing Framework he developed.

Host: Ralph Whitbeck & Rey Bango.

Interview

This week Rey and I sat down with Menno Van Slooten at the Bay Area jQuery Conference 2010. Menno gave a presentation about automated UI testing and focused on a framework he has developed at eBuddy to do UI testing on our their web messenger.

Rey is travelling to TXJS this week so I had Doug Neiner sit in as we talk about this weeks plugin and tutorial of the week.

Links from the show

Plugin of the week

Signs of a poorly written jQuery Plugin

When you’re evaluating plugins for use in your application how do you know if the plugin you are using is any good. Remy Sharp wrote up a quick guide of some “red flags” to look for in poorly written plugins. Here are just a couple great tips on things to look for in a poor plugin:

Double jQuery — When you create a function on the jQuery.fn namespace this actually refers to the jQuery Collection being passed in so there is no need to wrap it again in a jQuery wrapper.

Wasteful each – Don’t bind an event on each element individually within the jQuery collection just bind it to the whole collection and forget the each. Binding it to each item individually is wasteful and slow.

Tutorial of the week

How to Debug Your jQuery Code by Elijah Manor (archived).

Tools, strategies and best practices for debugging your jQuery code.

← Previous
24 - yayQuery
Next →
26 - Remy Sharp pt. 1 (jsbin.com)