Jason Bunting
|
Registered User
|
Pet peeves:
Get some açai! |
|
Nov 14 |
comment |
How do you RedirectToAction using POST instead of GET? For the idiots down-voting this: why? I don't have a problem with getting a down-vote per se, but at least tell me why and what is wrong with my answer instead of merely voting it down and leaving no feedback. |
|
Nov 14 |
comment |
JavaScript Double Dollar Sign I'd love to know why the *&@#$!! people are down-voting me on this; if you are going to down-vote, at least be nice enough to mention WHY. |
|
Nov 10 |
comment |
Are there constants in Javascript? LOL - yeah, since the question has nothing to do with Firefox, you are being a bit pedantic (read: ridiculous). Are you going to search this entire website for "FireFox" and correct everyone? ;) Feel free to correct the mistake yourself, no comment needed - this is a wiki after all! |
|
Oct 26 |
awarded | ● Nice Question |
|
Oct 14 |
comment |
How can you handle an IN sub-query with LINQ to SQL? Quick and to the point - great answer. Even though building the inner query in a separate statement is definitely clear, might as well know how to do it inline. Thanks! |
|
Sep 27 |
comment |
How to include cluetip in a GreaseMonkey script Can you post the script to userscripts.org or somewhere else and let us know what website this is for? I would like to debug it myself, but I am too lazy to do all the work. I have written quite a number of complex GM scripts in the past, but it has been a while. |
|
Sep 23 |
revised |
Domain Driven Design: Aggregate root & Sub Aggregate roots Added more tags |
|
Sep 23 |
answered | Domain Driven Design: Aggregate root & Sub Aggregate roots |
|
Sep 23 |
answered | JavaScript Double Dollar Sign |
|
Sep 18 |
comment |
How to Convert all strings in List<string> to lower case using LINQ? Although I am writing this almost a year later, and although I am not Daok, I will tell you why your answer is "wrong" - you said "Kyralessa's solution is your best option" when it isn't - my solution is cleaner and clearer. |
|
Sep 16 |
accepted | Blank Asp.net MVC template |
|
Sep 11 |
accepted | What is wrong with my MVC application?! (500 on Content and Scripts) |
|
Sep 10 |
answered | What is wrong with my MVC application?! (500 on Content and Scripts) |
|
Sep 9 |
comment |
What is wrong with my MVC application?! (500 on Content and Scripts) Nope, that's not it. |
|
Sep 9 |
comment |
What is wrong with my MVC application?! (500 on Content and Scripts) Nope, that doesn't help - the response is directly from IIS on those files themselves. |
|
Sep 9 |
asked | What is wrong with my MVC application?! (500 on Content and Scripts) |
|
Sep 5 |
comment |
What’a Good Way to Organize External Javascript File(s) Inline scripts, however, are not cached by the browser, so this solution isn't so great after all... |
|
Sep 4 |
accepted | Setting HTML page vertical position with JavaScript |
|
Aug 27 |
comment |
How to tell if a Javascript function is defined As a best practice and general rule, never use "eval" unless you have some insanely good reasons. Very bad idea, very bad. No room here to tell you why, but you should go read up on it. |
|
Aug 27 |
answered | How do you RedirectToAction using POST instead of GET? |
|
Aug 20 |
awarded | ● Enlightened |
|
Aug 20 |
awarded | ● Nice Answer |
|
Aug 19 |
awarded | ● Yearling |
|
Aug 17 |
comment |
Javascript error: [elementname] has no properties @mwilcox - what? I don't understand why your comment is relevant; not to mention setTimeout is an extremely valuable function in JavaScript. Your statement is rather useless since you give no backup reasons or qualifications. A last resort for what? And how do they help when dealing with plugins? Your comment is out of context and seemingly pointless. |
|
Aug 10 |
awarded | ● Enlightened |
|
Aug 7 |
awarded | ● Taxonomist |
|
Aug 6 |
comment |
How can we get DynamicData working with EFPocoAdapter? Hi ashish; no, we ended up ditching the it early on, shortly after this question was written. We were working against Oracle and the Oracle provider wasn't that great at giving us everything we needed and we decided against further-complicating our application's architecture and implementation with yet another layer. I think the idea of the EFPocoAdapter is great and would try to use it again if I were in charge of designing everything and had to use EF. Otherwise, I would probably stick with HNibernate until EF 2.0 is released and proves it is worth your time...but that's just my opinion! |
|
Aug 6 |
accepted | Javascript function objects |
|
Aug 3 |
comment |
ASP.Net MVC ActionLink’s and Shared Hosting Aliased Domains I am dealing with this now as well, I loathe it. If I have time, I hope to come up with a better solution... |
|
Jul 23 |
revised |
How do you get JavaScript/jQuery Intellisense Working in VS 2008? Added another caveat that may catch some people unawares. |
|
Jul 23 |
comment |
How can I programmatically create PDF bookmarks from PDF file? Thanks for the response - I will check into all of these; from what I can tell, iTextSharp or ABCpdf will be what I end up using, although that Acrobat plug-in sounds worth a try too. |
|
Jul 22 |
revised |
How can I programmatically create PDF bookmarks from PDF file? oops, forgot to add a critical part |
|
Jul 22 |
asked | How can I programmatically create PDF bookmarks from PDF file? |
|
Jul 9 |
comment |
JavaScript: should i use ‘ or “ char to define string? When I see single quotes in JavaScript it makes me cringe, unless they are using it for something regarding proper English grammar...I would rather just escape double quotes than use singles. I guess I spent too much time in C, C++ and C# using single quotes always means the char data type to me, not a string. |
|
Jul 9 |
comment |
JavaScript: should i use ‘ or “ char to define string? Obtrusive JavaScript!!! Everyone run away, run away! |
|
Jun 19 |
comment |
Blank Asp.net MVC template See my updated response for answers... |
|
Jun 19 |
revised |
Blank Asp.net MVC template added response to OP comment on my answer |
|
Jun 19 |
revised |
Blank Asp.net MVC template made the important part more obvious... |
|
Jun 19 |
answered | Blank Asp.net MVC template |
|
Jun 18 |
awarded | ● Nice Answer |
|
Jun 17 |
comment |
How do you get JavaScript/jQuery Intellisense Working in VS 2008? You are welcome, glad I was able to help. :) And thanks to Stack Overflow too - this site makes getting and providing help so nice compared to any other medium... |
|
Jun 14 |
comment |
Javascript TCP connection to server Not necessarily - a web chat can be created using a simple polling technique, where JavaScript simply makes a request to the server for new messages every few seconds. Granted, not a great approach, but it works. |
|
Jun 12 |
accepted | How can i check if a JavaScript-Eventhandler has been set? |
|
Jun 10 |
comment |
Good JavaScript Books? Crockford has his opinions, and he can keep them. I don't know who died and proclaimed him God of JavaScript, but he sure thinks he is. Granted, the man knows JavaScript, but like anything, there are certainly things he believes that not everyone agrees on... |
|
Jun 10 |
comment |
How can i check if a JavaScript-Eventhandler has been set? By the way, this is a wiki - feel free to edit my response and add more robust code... :P |
|
Jun 10 |
comment |
How can i check if a JavaScript-Eventhandler has been set? I am aware of that, but since the OP didn't specify how he is wiring things up, I assumed the DOM 0 method of doing so. |
|
Jun 10 |
answered | How can i check if a JavaScript-Eventhandler has been set? |
|
Jun 9 |
awarded | ● Tumbleweed |
|
Jun 4 |
awarded | ● Nice Answer |
|
Jun 3 |
comment |
Javascript Closure and Data Visibility I appreciate your answer - although typically true, to be more precise, as I have reflected in my now-edited answer, the this keyword could be something other than the global object, depending on where the function definition is found. If his "create" function were nested inside a constructor function, which is entirely valid, the this keyword would be different than the global scope. So, again - I appreciate your bringing this up because it can be tricky business... |
