landon9720

1,482
reputation
123 views

Registered User

name landon9720
member for 1 year
seen Nov 13 at 0:10
website
location US
age 30
Dec
8
awarded  Popular Question
Dec
6
awarded  Mortarboard
Dec
2
awarded  Popular Question
Nov
19
awarded  Notable Question
Nov
12
asked Joda Time to be included in Java 7?
Nov
3
comment How do you write a migration to rename a Model and its table in Rails?
I suggested adding "ActiveRecord" to this question to improve search engine matches. I've been looking for this using "ActiveRecord rename table".
Oct
30
comment Java: cast collection type to subtype
Thank you everybody for the good answers. Casting to a List is the most appropriate solution in this case. I am willing to sacrifice type safety for performance in this case.
Oct
30
asked Java: cast collection type to subtype
Oct
26
asked Java Enums: List enumerated values from a Class<? extends Enum>
Oct
21
comment spring: set property of one bean by reading the property of another bean?
sweet, that's cool. wish i was using spring 3.
Oct
21
asked spring: set property of one bean by reading the property of another bean?
Oct
7
comment parser combinator: how to terminate repetition on keyword
Thank you. You have used the intertubes wisely.
Oct
6
asked parser combinator: how to terminate repetition on keyword
Sep
18
comment How can I supress the browser’s authentication dialog?
have you found an answer to this question? i am facing the exact same issue.
Sep
18
comment Can I suppress the browser’s login prompt on 401 response when using XmlHttpRequest with Twitter
twitter has moved their documentation. please include the gist of the solution in the stackoverflow answer.
Sep
18
comment Is there ANY way to suppress the browser’s login prompt on 401 response when using XmlHttpRequest
i don't quite get it. you're doing something at the server to turn your 401s into 200s? that doesn't help if you're not using the microsoft stack or you don't have access to the server. i need a browser-only solution.
Aug
19
awarded  Yearling
Aug
18
revised What does “semantically correct” mean?
edited tags
Jul
24
asked Understanding the role of the species known as “PM”
Jul
22
awarded  Nice Answer
Jul
20
comment JavaScript string newline character?
I have a multiline input control where the user is expected to enter a newline separated list. I need to parse the list by first splitting the string on newlines.
Jul
20
revised JavaScript string newline character?
added 149 characters in body
Jul
20
asked JavaScript string newline character?
Jul
17
comment Javascript: Difference between an object, and a hash?
Perhaps it is the Prototype Hash class that has me confused: prototypejs.org/api/hash
Jul
17
comment Javascript: Difference between an object, and a hash?
good point... but isn't Hash an actual Javascript type?
Jul
17
asked Javascript: Difference between an object, and a hash?
Jul
15
revised In XML, is order important?
deleted 4 characters in body
Jul
15
comment In XML, is order important?
Yeah I am aware that many APIs preserve the order. But I wonder if this behavior is required by the XML specification.
Jul
15
comment In XML, is order important?
Yeah I knew XHTML would come up. I'm not sure that's a good example, because isn't XHTML not fully XML compliant?
Jul
15
asked In XML, is order important?
Jul
14
comment Is there ever a good reason to store time not in UTC?
Or if the time zone can be changed. A local times would have to be updated.
Jul
14
asked Is there ever a good reason to store time not in UTC?
Jul
9
asked Java web development environment to minimize build-deploy-test cycle time?
Jul
9
asked Resolving relative resources in AJAX content
Jul
8
comment Scala constructor overload?
Add the code sample to your answer, and I'll mark it correct.
Jul
8
awarded  Self-Learner
Jul
7
comment Scala constructor overload?
1. I wanted to see if SO could answer the question faster than I could look it up (no, it can't). 2. I wanted to contribute a little somethin' somethin'
Jul
7
answered Scala constructor overload?
Jul
7
asked Scala constructor overload?
Jul
7
accepted Java: how to convert HashMap<String, Object> to array
Jul
7
awarded  Nice Question
Jul
7
answered Desktop Application Longevity
Jul
7
comment Java: how to convert HashMap<String, Object> to array
gotta get the low hanging fruit where i can find it. :)
Jul
7
answered Java: how to convert HashMap<String, Object> to array
Jul
7
asked The value of high level unit tests and mock objects
Jul
6
awarded  Organizer
Jul
6
revised Can you find the web security issue here?
edited tags
Jul
6
comment Can you find the web security issue here?
Excellent. :) abcd
Jul
6
comment Hibernate for stored procedure access
Would you provide insight into why your company imposes this restriction? For instance, if it is for performance reasons, you can argue that Hibernate (actually, your connection pool) caches PreparedStatements, which mitigates this concern.
Jul
6
comment Is it possible to hash a password and authenticate a user client-side?
The server must provide a unique salt for each request.