powerrush

Stories submitted by friends of powerrush

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

submitted by elijahmanorelijahmanor(1368) 4 days, 19 hours 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: 144

tags: another

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

submitted by elijahmanorelijahmanor(1368) 6 days, 19 hours 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: 241

tags: another

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

submitted by elijahmanorelijahmanor(1368) 12 days, 19 hours 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: 116

tags: another

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

submitted by elijahmanorelijahmanor(1368) 13 days, 19 hours 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: 48

tags: another

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

submitted by elijahmanorelijahmanor(1368) 18 days, 19 hours 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: 10

tags: another

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

submitted by elijahmanorelijahmanor(1368) 24 days, 19 hours 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(1368) 6 months, 2 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: 32

tags: another

Learning SQL Server - Efficient Query Writing Strategy - Gift Book(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 6 months, 8 days ago

Some people may push back on this next technique or misunderstand until getting to the very end. The goal is to have fewer errors as you write complex queries more quickly by making sure the easy stuff works first. read more...

2 comments |category: |Views: 63

tags: another

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

submitted by elijahmanorelijahmanor(1368) 6 months, 10 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: 64

tags: another

Find Nth Record Quickest Way in SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 6 months, 16 days ago

A Very simple tutorial to find Nth Record. A Quick Tutorial. read more...

add a comment |category: |Views: 2

tags: another

Getting Started with the AmplifyJS NuGet Package in Visual Studio(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1368) 6 months, 17 days ago

Last week I packaged appendTo's AmplifyJS Library and published it to the central NuGet server for use in your Visual Studio projects. The package contains... An unminifed version of AmplifyJS for development use A minified version of AmplifyJS for production use A VSDOC version of AmplifyJS that enables intellisense support within Visual Studio read more...

1 comment |category: |Views: 21

tags: another

Database Worst Practices – New Town and New Job and New Disasters(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 7 months ago

Instead of writing best practices, I am going to write about few of the worst practices which I have quite often seen in the real world. Some of them are really bad that I often wonder how those who still use them were able to continue on the job so far. Let us go over few of the worst practices I have observed in the industry. read more...

1 comment |category: |Views: 204

tags: another

Two Simple Puzzles - Tease Your Brain - Win Knowledge and Gift(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 7 months, 14 days ago

Today I have two simple T-SQL Puzzle. You can answer them and win USD 25 Gift card. The gift card will be sent in email to winner. You will get choice of Gift Card brand based on your preference and country location. read more...

add a comment |category: |Views: 85

tags: another

SQL Puzzles and Interesting Solutions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 7 months, 16 days ago

List of all the interesting puzzles and interesting solutions on my blog. read more...

add a comment |category: |Views: 143

tags: another

Solution – Generating Zero Without using Any Numbers in T-SQL(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 7 months, 22 days ago

Generate Zero without using any numbers. An Interesting Puzzle and its solution. read more...

add a comment |category: |Views: 144

tags: another

Data received through automated error reports – online demonstration(sa-demo.red-gate.com)

submitted by javeryjavery(5523) 8 months, 6 days ago

View this online demo of tracking automated error reports. read more...

add a comment |category: |Views: 111

tags: another