powerrush

Stories kicked by friends of powerrush

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

submitted by elijahmanorelijahmanor(1448) 6 days, 13 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: 5

tags: another

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

submitted by elijahmanorelijahmanor(1448) 19 days, 13 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: 126

tags: another

A recipe for Dev to Production with ASP.NET MVC and RavenDB(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 1 month, 26 days ago

Been meaning to spend time looking into a NOSQL solution, but don't have time to do the research? Now is your chance! We've broken it down for you so you can get at this topic from dev to production. So, don't be tentative and let procrastination hold you back. Learn this stuff! You'll be happy you gave it the time it deserves... read more...

2 comments |category: |Views: 244

tags: another

Agile is a Sham(williamedwardscoder.tumblr.com)

submitted by pwhe23pwhe23(972) 1 month, 28 days ago

Agile is a Sham. Thats SCRUM and TDD and all the rest; it is all those new ways of managing development projects and being super-productive and modern and buzzword-compliant; all the sprints, scrums, playing cards crass commercial nonsense. read more...

12 comments |category: |Views: 449

tags: another

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

submitted by elijahmanorelijahmanor(1448) 2 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: 23

tags: another

Find the jQuery Bug 7: Using a Method as an Event Handler(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: 28

tags: another

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

submitted by elijahmanorelijahmanor(1448) 2 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: 2

tags: another

Windows 8 Consumer Preview Roundup(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 2 months, 19 days ago

In case you’ve been living under a rock, you should probably know that Microsoft released a Consumer Preview version of Windows 8 this week. We've dug through some of the more interesting links and digested them for you here. Check out the build and let us know what you think of it! read more...

add a comment |category: |Views: 179

tags: another

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

submitted by elijahmanorelijahmanor(1448) 2 months, 22 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) 3 months, 1 day 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, 15 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, 20 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, 22 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: 296

tags: another

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

submitted by elijahmanorelijahmanor(1448) 3 months, 27 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, 28 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, 3 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: 11

tags: another