gizmo

3,520
Reputation
204 views

Registered User

Name gizmo
Member for 1 year
Seen yesterday
Website
Location Brussel, Belgium
Age 30
Nov
18
comment How to reverse date format in XSLT ?
As the XSLT is highly dependent of the XML stucture, it would be easier if you could provide a sample.
Oct
27
revised Unit testing a function that does not return anything in Javascript
fix code formatting
Oct
23
revised Dynmically placing the input types inside(table) a <td> tag - innerHTML tag is not working in internet-explorer .
fix typo
Oct
23
answered Dynmically placing the input types inside(table) a <td> tag - innerHTML tag is not working in internet-explorer .
Oct
11
awarded  Guru
Oct
8
awarded  Popular Question
Sep
28
comment Survey: How do you define the term “bug”?
Not really. If a customer ask for something, and, at the end, realize that it does not fit his needs, I don't consider this as a bug, but rather as a requirement change request.
Sep
26
awarded  Nice Question
Sep
16
awarded  Yearling
Sep
2
comment How to install the same application more than once on Android?
I don't think so, as each application is running in it's own process. The only way I see this could occur is when the singleton is acting like an explicitly shared service.
Sep
1
answered How to install the same application more than once on Android?
Aug
11
comment Does ClearCase fit our development process?
Thanks for your very informative answer. I know that keyword substitution is considered as evil, and we use it carefully, only to display the revision of the application, not spread in each and every source file.
Aug
11
comment Does ClearCase fit our development process?
I don't know about how skilled they are, but yes, we'll have a dedicated team to administrate ClearCase, while we were previously managing SVN ourself.
Aug
11
asked Does ClearCase fit our development process?
Aug
4
accepted how to ignore cvs folder in Ant script
Aug
3
accepted Can we run Java applictions on iPhone?
Aug
1
answered Java Reports Tooling
Jul
31
revised How do I divide in the Linux console?
retagged
Jul
31
comment Storing passwords for batch jobs
Well, as far as I know, the .conf file is no longer necessary once the application is launched, so you can simply remove the file completely or just the parameter.
Jul
31
answered Storing passwords for batch jobs
Jul
30
answered Copy the svn:ignore files when branching
Jul
29
comment What is an efficient way to parse a String in Java?
".*\"([^\\\"].*)\".*" would be even better as we don't care about the prefix format at all (known by default) and it does not contains any quote.
Jul
28
answered Can we run Java applictions on iPhone?
Jul
28
answered groovy zipping a directory with files in use
Jul
28
answered [JavaFx//Eclipse RCP] Good idea / Bad idea (/other ideas ?)
Jul
28
comment Looking for a fast, compact, streamable, multi-language, strongly typed serialization format
While Yaml is in no way a superset of JSON, I agree that it is one of the most readable/compact/typed format I know.
Jul
28
comment Landscape printing from HTML
The print preview does not follow all the CSS properties, unfortunately. But this should works in all the current browsers.
Jul
27
revised SubSonic 3.0 - Medium Trust
Remove references to subversion as it was a misspell.
Jul
27
revised Subversion set up to use Windows Authentication but still asking for user / pass
change tag for a better classification.
Jul
27
comment a CSS class for Java
Then it has nothing to do with "C"SS as you completely lost the cascading aspect with this approach.
Jul
24
accepted [Eclipse] Read remote properties
Jul
23
comment [Eclipse] Read remote properties
Hum, this is strange... If it is not too sensitive data, you can send me your plugin code (olivier.hubaut+stackoverflow@gmail.com) so that I can have a look.
Jul
23
comment [Eclipse] Read remote properties
That's what I said. It exists in your class but not in your messages.properties. So while the loader try to find the corresponding key in the property file, it ends up with this logging message (and same for the value of the field in your class)
Jul
23
comment Java compiler handles inline Strings efficiently?
Well, that's normal as the two strings have different text while in McDowell they are the same.
Jul
23
comment [Eclipse] Read remote properties
If this is the only message you get, it sounds like you defined a "tamiflu" field in your class but forgot to create the corresponding property in your property file.
Jul
23
answered [Eclipse] Read remote properties
Jul
21
answered how to ignore cvs folder in Ant script
Jul
16
answered How to replace tokens in a string without StringTokenizer