Juri

2,988
reputation
475 views

Registered User

name Juri
member for 11 months
seen 3 hours ago
website
location Italy
age 24
Student of Master of Computer Science and part-time working software developer.

I also created the Stackoverflow iGoogle gadget series :)

Btw, Get Dropbox!!. It's really a great app ;)
2d
awarded  Mortarboard
2d
revised How does facebook’s Share a link feature work?
deleted 32 characters in body
Dec
5
accepted Android OnLongClickListener not firing on MapView
Dec
4
awarded  Notable Question
Dec
3
revised Android OnLongClickListener not firing on MapView
added 136 characters in body
Dec
3
comment Android id naming convention: lower case with underscore vs. camel case
Just for curiosity: Do you have a link where Google is inconsistent, meaning where they used the camel-case notation for ids?
Dec
2
answered Android OnLongClickListener not firing on MapView
Dec
2
comment Android id naming convention: lower case with underscore vs. camel case
Yes, that's exactly my issue. They force you to use the underscored naming convention for layouts while you can use either camel-case or underscored for the ids referencing controls/widgets inside the XML layout definitions. Google should really define some standard here (if they didn't already, at least I didn't found anything). So going for one way is sure the best to be consistent throughout the application whether you reference layouts or id-referenced fields.
Dec
2
comment Android id naming convention: lower case with underscore vs. camel case
You probably misunderstood what I was trying to say. The compiler will complain if you put resources like a file and write that in camel case. The other case however is when you specify IDs in the XML layout files. There you have the possibility to place camel-case id names and the emulator works just fine. Now as I mentioned, the Google samples are all in the form my_id_name, but there are a lot of other samples around having camel-case id names...
Dec
2
asked Android id naming convention: lower case with underscore vs. camel case
Dec
2
revised Android OnLongClickListener not firing on MapView
added 17 characters in body
Dec
2
asked Android OnLongClickListener not firing on MapView
Dec
1
comment Detect Browser Close on Asp.net
+1, sounds reasonable. The browser close has to be done at client-side (JavaScript) since it won't be send back to the server which therefore won't get notified about it.
Dec
1
accepted c#: Check which project is calling class library
Nov
26
comment c#: Check which project is calling class library
I agree. When speaking about class library I think however always about a general purpose, re-usable construct. Given the fact that he says that the library is accessed by 2 projects I assume it to be general purpose. A class library may depend on some configuration, but never behave differently by making decisions itself. The setting of the configuration should always come from outside.
Nov
26
revised c#: Check which project is calling class library
added 106 characters in body
Nov
26
answered c#: Check which project is calling class library
Nov
25
answered How to parse the XML file of the given format??
Nov
22
answered auto generate class diagrams from solution?
Nov
15
comment Using selenium in order to read emails on gmail
Asking that myself, too. Did you try Gmail shortcuts? They make you really productive: mail.google.com/support/bin/…
Nov
14
accepted How do I specify test method parameters with TestDriven.NET ?
Nov
12
accepted How to avoid “bad” requirements
Nov
11
comment Prevent exception messages from being translated into the user’s language?
Is there another possibility than changing the Culture, since that may be set by the application for translation purposes. The exceptions however shouldn't be translated. Are there any packages to remove on the .Net installation??
Nov
11
awarded  Popular Question
Nov
8
answered What’s is the difference between include and extend in use case diagram?
Nov
7
revised How to specify filepath in java?
added 36 characters in body
Nov
7
comment How to specify filepath in java?
exactly, that's what I intended. Thx for the downvote
Nov
7
answered How to specify filepath in java?
Nov
7
answered how to clear an label value in javascript
Nov
7
revised how to clear an label value in javascript
deleted 1 characters in body
Nov
7
comment Consuming Web Service from javascript in .net page
I just added a link to a blog post I've written related to this issue.
Nov
7
revised Consuming Web Service from javascript in .net page
added 150 characters in body
Nov
6
revised Unit Testing a class with an internal constructor
added 16 characters in body; added 134 characters in body
Nov
6
answered How to avoid “bad” requirements
Nov
6
answered Unit Testing a class with an internal constructor
Nov
6
revised Consuming Web Service from javascript in .net page
added 161 characters in body
Nov
6
revised Consuming Web Service from javascript in .net page
added 896 characters in body; added 102 characters in body; added 208 characters in body
Nov
6
answered Consuming Web Service from javascript in .net page
Nov
6
answered .NET solution - many projects vs one project
Nov
6
answered Visual Studio 2008 automatically add namespces like Eclipse
Nov
2
answered Validation first, confirmation later?
Nov
2
awarded  Citizen Patrol
Nov
1
comment C# Attribute to modify methods
Definitely AOP technique.
Oct
30
comment Common programming mistakes for .NET developers to avoid?
Of couse, but often there is the need to still keep a private variable instead of the automatic property declaration :)
Oct
27
comment Accessing webserver running within Eclipse from outside the workstation
hey, that's cool. I was about to accept Rob's answer since that works of course, but then I tried your solution. No clue why this works, do you have any explanation for that?? Anyway it's much more comfortable, since I often switch between different IP addresses and so I always have to reconfigure it. Many thx.
Oct
27
accepted NHibernate unique constraints
Oct
26
revised Accessing webserver running within Eclipse from outside the workstation
added 466 characters in body
Oct
25
revised Accessing webserver running within Eclipse from outside the workstation
added 6 characters in body
Oct
25
asked Accessing webserver running within Eclipse from outside the workstation
Oct
14
accepted RadGrid not firing postback on ItemCommand events