Pablo Fernandez

3,435
Reputation
530 views

Registered User

Name Pablo Fernandez
Member for 1 year
Seen 2 days ago
Website
Location Argentina
Age 24
Im a Java/Ruby/C# coder. I live in Buenos Aires Argentina.
1d
awarded  Good Question
Nov
24
comment Disable IE menu while displaying a custom dialog
I'll have to agree with Josh. You wont be able to do what you want with a native dialog (such as an alert or a confirm box)
Nov
24
comment Disable IE menu while displaying a custom dialog
And here's +1. This answer does not deserve to be down-voted
Nov
24
revised Disable IE menu while displaying a custom dialog
deleted 49 characters in body; edited tags; edited title
Nov
24
comment Disable IE menu while displaying a custom dialog
Hey this is a community, I'll rephrase your question, feel free to tell me if that's what you meant.
Nov
19
awarded  Nice Answer
Nov
16
awarded  Nice Question
Nov
13
comment Library for OAuth Consumer (Java)
I Think those are client only libs
Nov
13
comment Library for OAuth Consumer (Java)
I'm not using Spring in my project but Guice.
Nov
13
asked Library for OAuth Consumer (Java)
Nov
13
comment What’s your most controversial programming opinion?
@Loadmaster ruby has attr_reader, you should give it a try
Nov
12
comment What’s your most controversial programming opinion?
@Matt: it´s OK to disagree (this is supposed to be controversial), but please read the whole answer and not only the title. I've wrote "anyone who uses public fields deserves jail time" in bold. You are missing the point
Oct
29
comment Java Constructor Inheritance
Please explain why you say that my hierarchy is distorted. And I've never mentioned a buzzword framework, in fact I'm just using Guice + Plain old servlets.
Oct
29
comment Java Constructor Inheritance
Super is in reality a LayerSupertype (martinfowler.com/eaaCatalog/layerSupertype.html/…) of my service layer. And I need the dependencies injected in the constructor to support DI. My design is not messed up
Oct
29
asked Java Constructor Inheritance
Oct
28
comment What’s your most controversial programming opinion?
@Ravn The idea of interfaces is not exposing the implementation. So why would you make a getter and setter of each of your fields in an interface?
Oct
17
revised Multiple Statements In Haskell
edited title
Oct
16
awarded  Popular Question
Oct
8
asked jQuery hover over child elements makes quirky effects
Oct
7
awarded  Popular Question
Oct
6
revised free alternative to amazon S3
deleted 1 characters in body
Oct
6
comment free alternative to amazon S3
Does it have a programmatic interface? I just scammed the page and couldnt find it
Oct
6
comment free alternative to amazon S3
I disagree. This is programming related and not a SuperUser question.
Oct
6
asked free alternative to amazon S3
Sep
29
comment Learning HTML 5
very interesting! do you know if the content is being updated periodically?
Sep
29
comment Learning HTML 5
funny: I had to split the title HTML5 to HTML 5 because SO didn't allow titles less than 15 chars.
Sep
29
asked Learning HTML 5
Sep
23
awarded  Popular Question
Sep
18
comment Java: filter list items
Nice, but it´s far from concise now
Sep
18
comment Java: filter list items
Is this possible? I believe you can´t modify the same list you are iterating (as JG said)
Sep
16
comment Java: filter list items
Sorry, I didn't found that other question. I'm closing this one as an exact duplicate
Sep
16
asked Java: filter list items
Sep
16
awarded  Yearling
Sep
8
comment Self-documenting code
I don't think there's the need for two equally correct methods in any situation... See java collections for example, would you like to have 5-7 sort() methods, each of them EQUALLY CORRECT?
Sep
4
comment Fastest way to copy text from a File to a HttpServletResponse
Thanks Steve, I' sure that's a great solution but I'm trying to keep external references to the bare minimum.
Sep
4
comment Fastest way to copy text from a File to a HttpServletResponse
Are you saying that this approach (copying byte by byte) is indeed an acceptable one? I thought I was doing the slowest thing possible!
Sep
4
asked Fastest way to copy text from a File to a HttpServletResponse
Aug
24
revised Mapping collection to XML in Castor
added 262 characters in body
Aug
22
asked Mapping collection to XML in Castor
Aug
20
comment Different Resource Representations (REST API)
Ok guys thanks for the insight... I think it makes sense somehow, the client would be "navigating" or "browsing" the services (and I don't know if they can be called services up to this point, but resources). Definitely the comments were a lot more interesting than the original question. Thanks to everyone.
Aug
20
comment Different Resource Representations (REST API)
@Darrell I still fail to see how to code a client without knowing the URL's of the API. Could you please point me to a more complete reference/article of what you are saying? I've read "RESTful Webservices" and It didn't said anything about "opaque urls"
Aug
18
comment Different Resource Representations (REST API)
Ok. I was wrong and I'm sorry for that... but are you (Darrel) suggesting that the client SHOULD NOT KNOW the URL structure??
Aug
18
comment Different Resource Representations (REST API)
Thanks Jim, link is broken though
Aug
18
comment Different Resource Representations (REST API)
This does not answer what I asked... seems like a comment more than an answer
Aug
18
asked Different Resource Representations (REST API)
Aug
13
comment overhead of using local http calls
@skaffman I wouldn't have asked the question if I could measure it. Refactoring the API so that I can make a direct call is a tedious work that I'm trying to avoid by getting feedback from people who have done something similar to what I'm asking
Aug
13
asked overhead of using local http calls
Aug
4
awarded  Notable Question
Jul
19
comment How to test anonymous classes?
I'm with Pavel... I really miss closures while working in Java
Jul
17
asked How to test anonymous classes?