| bio | website | wayneburkett.com |
|---|---|---|
| location | St. Louis, MO | |
| age | 32 | |
| visits | member for | 2 years, 3 months |
| seen | 15 mins ago | |
| stats | profile views | 1,049 |
I write code (on most days) in St. Louis, MO and (occasionally in) Mountain View, CA.
|
1d |
comment |
Prototypes or closures for execution consistency and performance? I'll add that it's pretty clear from your comment about needing an object to create a closure that you don't yet really understand closures! You should focus your time on learning the language and abandon your quest to make your (broken) code faster. |
|
1d |
comment |
Prototypes or closures for execution consistency and performance? I don't know why people learning to program are so concerned with testing performance. I wish I understood the tendency, because then maybe I could say something meaningful to prevent it. But, as I do not understand it, all I can try to do is repeat that this is not a good use of your time. Performance issues should be addressed as they arise. Your computer execute billions of instructions per second. Billions! You're not likely to even know enough to affect performance positively. Just make the damn thing work. |
|
1d |
comment |
Unable to evaluate expression in XPath This is probably right, but the OP didn't really include enough information to know for sure. |
|
1d |
comment |
Unable to evaluate expression in XPath What is NameSpaces? The setNamespaceContext method expects an argument of type NamespaceContext. As @Ian pointed out, you also didn't tell us the type of doc. As written, your question won't even compile and you've left us to guess at things you should have included. |
|
1d |
revised |
XSLT count() is not working added 3 characters in body |
|
May 15 |
comment |
Javascript parseInt() with leading zeros Yep, the behavior has changed. I'll update my answer. developer.mozilla.org/en-US/docs/JavaScript/Reference/… |
|
May 15 |
revised |
Javascript parseInt() with leading zeros added 934 characters in body |
|
May 7 |
answered | why is the prototype of constructor has same access specifier as that of class |
|
May 3 |
revised |
iPhone UIViewController goes under status bar Removed confusing and unnecessary edit message. (That's what history is for.) |
|
May 3 |
awarded | Enlightened |
|
May 3 |
awarded | Nice Answer |
|
Apr 19 |
revised |
How does the the fibonacci recursive function “work”? Code cleanup |
|
Apr 12 |
revised |
How do you get git to ignore all contents of a directory? There's no need to provide an "edit" notice with the correct answer. That's what history is for. Just put the correct answer in the answer. |
|
Apr 12 |
awarded | Revival |
|
Apr 10 |
revised |
Is it necessary to pack firefox extension files into an xpi even on development? added 17 characters in body; edited title |
|
Apr 8 |
awarded | Nice Answer |
|
Mar 31 |
awarded | Nice Answer |
|
Mar 22 |
awarded | Necromancer |
|
Mar 19 |
awarded | Nice Answer |
|
Mar 11 |
comment |
JavaScript Library to Fire Resize/Key Press Events Once? It's also pretty easy to write your own (although I also recommend Underscore): stackoverflow.com/questions/5041548/… |