Patrick McElhaney

10,817
reputation
851 views

Registered User

name Patrick McElhaney
member for 1 year
seen Dec 3 at 19:26
website
location Charlotte, NC
age 31

Web developer in Charlotte, NC.

I'm @patrick_mc on Twitter. Say hello, and while you're at it, prod me to get off this site and publish something on Github.

I married into awesomeness, and thus have three of the four best kids in the world. (I'm hoping to get the fourth early next year.)

<><

Nov
19
awarded  Nice Answer
Nov
19
revised What do most users consider acceptable load times on a website?
typo; edited body
Nov
10
awarded  Popular Question
Nov
10
revised What is this Git warning message when pushing changes to a remote repository?
Changed code to pre. The color-coding doesn't help here.
Nov
10
awarded  Notable Question
Nov
9
revised TDD/BDD Rails Cucumber / RSpec duplication
added link
Nov
4
comment Essential concepts to remember to be a better programmer
It's impossible to answer such a big question in a little text box. Code Complete encompasses pretty much all of the advice given here and more. It's not my favorite programming book, but if you're specifically looking for memorizable details such as data structures, nothing else comes close.
Nov
2
revised How do I ignore a directory in mod_rewrite?
Improved formatting; deleted 4 characters in body; deleted 1 characters in body
Nov
2
comment How do I ignore a directory in mod_rewrite?
I've edited the post to include your rephrased question.
Nov
2
revised How do I ignore a directory in mod_rewrite?
Added the question he was trying to ask, as specified in an answer.
Nov
2
revised TDD/BDD in particular for a Rails application
improved link text
Oct
30
revised Should developers be specialists or generalists?
note about second edition
Oct
21
awarded  Popular Question
Oct
15
awarded  Nice Question
Oct
8
awarded  Necromancer
Oct
6
revised jQuery UI Sortable — How can I cancel the click event on an item that’s dragged/sorted?
One day I'll learn how to spell "jQuery"...
Oct
6
revised Four variations of jQuery ready() — what’s the difference?
JQuery -> jQuery
Sep
18
comment In JavaScript, how can I replace text in an HTML page without affecting the tags?
What I liked about i-->0 is that I first read it as i→0, or "i approaches zero."
Sep
18
revised In JavaScript, how can I replace text in an HTML page without affecting the tags?
Improved title + minor edits
Sep
18
comment In JavaScript, how can I replace text in an HTML page without affecting the tags?
i-->0 Clever. I've never seen that before.
Sep
10
comment Dummy SMTP Server for testing apps that send email
I finally got around to trying these. Unfortunately, both keep crashing.
Sep
9
answered Please help me debug this javascript
Aug
31
revised What is the Dependency Inversion Principle and why is it important?
deleted 61 characters in body
Aug
31
revised What is the Dependency Inversion Principle and why is it important?
Rewritten again. This is as much for my benefit as anyone else's. :-)
Aug
31
comment What is the Dependency Inversion Principle and why is it important?
I've rewritten my answer now. Hopefully it's an improvement. Would love to hear your thoughts if you're still around.
Aug
31
revised What is the Dependency Inversion Principle and why is it important?
added 409 characters in body
Aug
31
comment What is the Dependency Inversion Principle and why is it important?
Thanks. I see now how my answer misses the point. The difference between MyService → [ILogger ⇐ Logger] and [MyService → IMyServiceLogger] ⇐ Logger is subtle but important.
Aug
25
revised jQuery: Validation plugin breaks when changing from jquery 1.2.6 to 1.3.2
added 80 characters in body; edited tags
Aug
25
comment jQuery: Validation plugin breaks when changing from jquery 1.2.6 to 1.3.2
I had the same problem and after finding this question realized I was using an old version of the validate plugin. The latest version of the plugin (1.5.5) works fine.
Aug
24
accepted How to show images/links on DIV hover?
Aug
24
accepted Is the CFDUMP tag modifiable?
Aug
23
accepted WYSIWYG rich text editor that supports diffs?
Aug
11
comment Objectively Good OO Design Principles
See stackoverflow.com/questions/98695/…
Aug
11
accepted jQuery selector help
Aug
10
awarded  Nice Answer
Aug
10
revised What’s the best UI for entering date of birth?
better title
Aug
10
comment How to show images/links on DIV hover?
I have 3.0.11 in Windows, and it works there. A friend just verified it on 3.5.1/Win. Here's the complete file I'm using to test: pastie.textmate.org/578735
Aug
10
comment How to show images/links on DIV hover?
What version of Firefox? Works for me on 3.5.2 / Mac.
Aug
10
revised How to show images/links on DIV hover?
More explanation and attribution
Aug
10
revised How to show images/links on DIV hover?
added 609 characters in body
Aug
10
comment Error using double quotes in a string in javascript
Paul doesn't have enough rep yet. You need 50 reputation points to leave comments.
Aug
10
revised How to show images/links on DIV hover?
typos
Aug
10
revised How to show images/links on DIV hover?
button class to make CSS simpler, added a span for the actual comment
Aug
10
answered How to show images/links on DIV hover?
Aug
10
accepted jQuery removing columns and rows..
Aug
10
answered jQuery removing columns and rows..
Aug
8
revised Too many constants?
edited tags
Aug
8
answered Good limits for code refactoring
Aug
7
comment jQuery draggable + sortable: strange mouse offset behaviour
Please post your Javascript/JQuery and relevant HTML code. If you can isolate the problem in a separate HTML file and cut and paste the whole thing, that would be ideal.
Aug
7
comment Strange behavior from setInterval()
You were kind enough to tolerate my "int is a reserved word," so I guess we're even. ;-)