MikeMore

Stories submitted by friends of MikeMore

QUnit Compsite Addon: Running Multiple jQuery Test Files(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 4 days, 17 hours ago

When you start Unit Testing your application with QUnit you'll notice that you'll have lots of different QUnit files that thoroughly test one feature or component of your system. Instead of opening each one of those test files and running them separately, wouldn't it be nice if you could launch one file that would run all the tests? Thankfully, there is a addon for that and it's called the Composite addon! read more...

add a comment |category: |Views: 4

tags: another

jQuery HTML5 dataAttr Pseudo Selector(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 17 days, 18 hours ago

A while back someone on twitter was asking me how they might find a set of DOM elements by using doing a partial search on their HTML5 data attribute... read more...

1 comment |category: |Views: 125

tags: another

Find the jQuery Bug 8 Suspicious Selectors(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 11 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 23

tags: another

Find the jQuery Bug 7: Using a Method as an Event Handler(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 12 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 28

tags: another

Find the jQuery Bug 6 - Traversing Trouble(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 14 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 2

tags: another

Find the jQuery Bug 5: Defective Data(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 20 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 22

tags: another

TextMate-like ⌘T & ⇧⌘T in Google Chrome Dev Tools & Other New Features(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 29 days ago

I just recently switched back to Canary and was pleasantly surprised to see numerous new features in the dev tools there were very welcome indeed! read more...

add a comment |category: |Views: 4

tags: another

Find the jQuery Bug Part 4 - Animations Gone Wild(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 3 months, 13 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 6

tags: another

Regular Expressions in CoffeeScript are Awesome!(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 3 months, 18 days ago

Let's face it, regular expressions aren't for everyone. It takes a special breed of developer to actually enjoy writing regular expressions. Although I enjoy them, the developer that comes after me may find that they are cryptic and hard to read ... One of the very cool things I like about CoffeeScript is that you can annotate your regular expressions! read more...

1 comment |category: |Views: 174

tags: another

Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 3 months, 20 days ago

I've seen quite a bit of confusion from developers about what the real different is between the .bind(), .live(), .delegate(), and .on() methods are jQuery and when they should be used. read more...

2 comments |category: |Views: 295

tags: another

How to Access jQuery's Internal Data(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 3 months, 25 days ago

One used to be able to access the internal events data and investiate what events are registered on any given element, but recently this internal information has been hidden... Thankfully, if you still need access to the internal data it is still accessible. read more...

add a comment |category: |Views: 121

tags: another

Find the jQuery Bug 3: Give Me Truth(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 3 months, 26 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 51

tags: another

Find the jQuery Bug 2: Point of No Return(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 4 months, 1 day ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 11

tags: another

Daily and Weekly Front-End Resources(freshbrewedcode.com)

submitted by elijahmanorelijahmanor(1448) 4 months, 7 days ago

If you are anything like me, you love and thrive on what is new in the front-end world. What is the latest in HTML5 buzz, what is the newest library that will solve all my needs, what is that new jQuery plugin that will make my client drool, and things of the like. read more...

add a comment |category: |Views: 6

tags: another

Find the jQuery Bug #1: Chick or the Egg(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 9 months, 16 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 33

tags: another

7 Chrome Tips Developers & Designers May Not Know(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 9 months, 24 days ago

Over the past year or so the amount of tooling for developers and designers in Chrome has grown immensely. Here are some fairly recent features of Google Chrome that you may not be aware of... read more...

add a comment |category: |Views: 65

tags: another