Josh Stodola

7,951
Reputation
1167 views

Registered User

Name Josh Stodola
Member for 1 year
Seen 43 mins ago
Website
Location Nebraska
Age 24

About Me

I can do it all. From web applications, to IBM mainframe systems, all the way back to windows forms. Web development is my passion, and that's where I shine. I am mostly skilled in the front-end, but I write plenty of complex code for the server-side as well. I do not hate Microsoft.

Elsewhere…

38m
answered Looking for a solid client side sockets library
1h
comment How to omit opacity changes from jQuery show()
Thanks a lot, Tim!!
1h
comment How to omit opacity changes from jQuery show()
slideDown only animates the height, I primarily would like to animate the width. My answer is working, and so is tvanfosson's. Thanks for the help.
18h
answered How to omit opacity changes from jQuery show()
18h
asked How to omit opacity changes from jQuery show()
2d
accepted jquery ajax problem
Nov
26
accepted HTML + Passing Param b/w Parent & Child
Nov
25
comment Does this code prevent SQL injection?
Additionally, I should add that simply adding another .Replace(Chr(8), "") will take care of that. What I mean is: it's not exactly cold-hard evidence to convince a (stubborn) manager that converting 200,000 lines of production code to use parameterized queries is worthwhile.
Nov
25
comment Does this code prevent SQL injection?
Sorry, but it has to be something that can be typed into a textbox on an HTML web page. It might be possible to do this via programmatic POST, but that also brings up an issue with ASP.NETs event validation model, which the site in question does utilize. Thank you very much for your efforts though, this is good stuff here!
Nov
25
comment Does this code prevent SQL injection?
@Shawn and Erik I originally posted a comment here that was somewhat rude (something like "Could you just answer the damn question, please?") because people were bashing me for not using parameterized queries. At one point, this question had a score of -7 and I think it was purely because of that rude comment. Rephrasing the question seemed to take care of all that, and now I don't think there are still people wanting to close the question.
Nov
25
revised Does this code prevent SQL injection?
added 89 characters in body
Nov
25
comment Does this code prevent SQL injection?
No. What I am trying to do is break this code. That's what I am trying to do.
Nov
25
comment Does this code prevent SQL injection?
@Yann I agree with you 100%. That said, I want ONE example of a string that lets me execute any SQL I want. You seem very very confident that the given code allows it, so please just provide ONE sample "Key" parameter that exploits the seriousness. That's all I ask. I know this is bad, so help me prove just how bad it is. Is that too much to ask?
Nov
25
comment Does this code prevent SQL injection?
What value passed in as the key would cause me to execute any SQL I want? I'm not worried about rare queries that will not work, but malicious queries that can do serious harm.
Nov
25
comment Does this code prevent SQL injection?
@George thank you for the update
Nov
25
comment Does this code prevent SQL injection?
I have a testing environment setup to try and break this. That string does not do anything but throw an exception because of invalid syntax.
Nov
25
comment Does this code prevent SQL injection?
This code is pathetic. I want to break it. How can I break it? I am not asking a question on how to properly query a database from VB.NET. I know how to do that, and I would used parameterized queries and/or stored procedures. People see this code and freak out and wave their index finger at me, instead of reading and answering the actual question.
Nov
25
comment Does this code prevent SQL injection?
Man, it's hard to ask a question like this on SO. I guess it only means this is a smart community!!
Nov
25
comment Does this code prevent SQL injection?
No I am not adding a PrepareString function. It's already there in use. I was not contracted to write any code, I am doing analysis, and I need to find a string that exploits this vulnerability to prove to a bonehead that this code is brutally flawed.
Nov
25
comment Does this code prevent SQL injection?
Duh! I agree fully! I would never ever ever write code like this. Bottom line: I need to know what string breaks this function in order for me to prove a point.
Nov
25
comment Does this code prevent SQL injection?
If I was writing the code, you can believe that's how it would be.
Nov
25
comment Does this code prevent SQL injection?
You people are dense. Can't anybody just answer a question around here without telling me how much better X is? I am not converting a billion lines of other peoples code because they got it wrong. That's not what I was contracted for.
Nov
25
asked Does this code prevent SQL injection?
Nov
25
comment IE scales background-image on DOM ready
@Jonathan Don't down-vote the question or anything...
Nov
25
comment Newbie in .net: how to add a library to project
And be prepared to wait a couple minutes for the damn dialog to load!!
Nov
25
accepted No Array.filter() in Rhino?
Nov
25
answered No Array.filter() in Rhino?
Nov
25
answered Line break through CSS property?
Nov
25
comment C# Equivalent of “My.Computer.Network.Ping”
Wow, a C# programmer adding a reference to the native VB dll. That just sounds wrong.
Nov
25
revised creating something like pageflakes
added 9 characters in body
Nov
25
comment creating something like pageflakes
@Nathan You could have (and should have) edited my answer and updated the link. But thanks for leaving the comment, at least! I've updated my answer.
Nov
24
comment How to make a Elastic Vertical Layout?
In that case, I feel sorry for you, because you'll need to use Javascript to do basic functionality on a browser that belongs in a museum.
Nov
24
comment How can I close a Silverlight window?
I believe so, but unfortunately I also think it triggers the IE dialog "This page is trying to close the window"
Nov
24
comment Some cookies not sent to server
Problem number one: you are testing with Opera!
Nov
24
answered How can I close a Silverlight window?
Nov
24
comment Custom table component in .net
You could've Googled it yourself: asp.net/learn/data-access/…
Nov
24
answered Custom table component in .net
Nov
24
revised Win32.: How to scrape HTML without regular expressions?
added 260 characters in body
Nov
24
answered How to achieve library-agnosticism when building a javascript framework ?
Nov
24
answered Win32.: How to scrape HTML without regular expressions?
Nov
24
revised Win32.: How to scrape HTML without regular expressions?
edited tags
Nov
24
comment Efficient way to Query a Delimited Varchar Field in SQL
Thanks for the help, I think we will finally be installing this soon!!
Nov
23
comment Word by word comparison of two strings
Duplicate of stackoverflow.com/questions/473522/…
Nov
23
comment [jQuery] Simulate native click
This will not redirect or anything. It only executes the event handler.
Nov
23
comment How to add non-standard attributes in a valid way
Having valid markup does not really earn you any brownie points. A lot of developers these days seem to gain some false sense of pride when they see that 0 errors, but it's really meaningless. If your app functions properly in all modern browsers, pat yourself on the back; you've done all you need to do.
Nov
23
comment HTML + Passing Param b/w Parent & Child
Are the pages served from the same domain?
Nov
23
answered HTML + Passing Param b/w Parent & Child
Nov
23
answered How to make a Elastic Vertical Layout?
Nov
20
accepted XML <-> JSON conversion in Javascript
Nov
20
answered XML <-> JSON conversion in Javascript