RodeoClown

1,133
Reputation
169 views

Registered User

name RodeoClown
member for 1 year
seen 13 hours ago
website
location Blue Mountains, Australia
age 27
I filled 'About Me' out purely to get a badge!
Nov
21
awarded  Popular Question
Nov
4
awarded  Popular Question
Nov
1
comment Returning the value of a new CheckBox in Flex Air
It might be picking it up as it is defined in the file, so the IDE knows it exists, but it may not have been instantiated at the point in time you are trying to access it via the createXMLData() method. Again, that's just what it would appear the error message is saying - but I know I've hit plenty of misleading errors in the past too, so it could well be something different.
Oct
31
answered Returning the value of a new CheckBox in Flex Air
Oct
9
answered How would you write your own Java classes to inherit from both JFC and WFC classes?
Oct
8
comment How can I use a switch() statement to convert from a numeric to a letter grade?
@William - I didn't see that in the requirements, but this was a real simple example of how you would go about it. It isn't meant to be the correct answer. If I had to do this for real, my final code would probably look pretty different (plus I'd challenge the switch-only restriction).
Oct
8
comment How can I use a switch() statement to convert from a numeric to a letter grade?
@DVK- I gave it about 30 seconds thought, didn't really think about cleaning it up to use defaults etc. You're probably right about the fishing thing - but I think the problem is kind of like telling the kid to go catch a blue whale using a piece of spaghetti. Assuming he is a kid, and not a mature-age student. And a he.
Oct
8
answered How can I use a switch() statement to convert from a numeric to a letter grade?
Oct
1
answered Ethics & Impersonation: Alternatives?
Sep
8
comment Has Crashing or Fast-Tracking a project schedule ever worked?
+1 for explaining the terms.
Sep
6
comment Why use sprintf function in PHP?
Recent editions of Java will convert String concatenation to a StringBuilder behind the scenes.
Sep
2
revised Biggest performance improvement you’ve had with the smallest change?
corrected word use
Sep
2
comment How do you clear your mind after 8-10 hours per day of coding?
The Ballmer Peak occurs at a BAC of .1337
Sep
2
comment How do you plan your day’s work?
Fixed that for you ;)
Aug
28
awarded  Popular Question
Aug
24
accepted What does “GC--” mean in a java garbage collection log?
Aug
24
answered What does “GC--” mean in a java garbage collection log?
Aug
21
revised Vim 7.2 hangs on startup, “killall vim” fixes it
edited tags
Aug
20
answered how to prevent css inherit
Aug
11
awarded  Yearling
Jul
29
comment What does “GC--” mean in a java garbage collection log?
@trenton: JDK 1.6.0.12
Jul
27
comment Computer Language puns and jokes
There are 10 types of programmer... those who understand ternary, those who don't, those who confuse it with binary, and those who see the pattern repeating for all base-n counting systems.
Jul
27
comment Avoding unnecessary updates In Update Query
And apparently, neither did he...
Jul
23
comment What does “GC--” mean in a java garbage collection log?
Want to put it in an answer so I can vote it up/accept it? :)
Jul
23
comment What does “GC--” mean in a java garbage collection log?
Yishai, thanks, that makes a lot of sense. Not sure if it's right or not, but very well could be.
Jul
23
comment What does “GC--” mean in a java garbage collection log?
Hi e5, no special garbage collector. Normal Sun VM. I only see it occasionally, so no, it's not before every Full GC (but I couldn't say if every time it occurs it is directly before one). No System.gc().
Jul
23
asked What does “GC--” mean in a java garbage collection log?
Jul
21
comment How can I give my Java application a unique process name?
I have done this with the java.exe I use to run eclipse with - then I can easily spot whether eclipse is chewing up resources, or my program.
Jul
21
answered Is this a good practice? “/*/something/*/something//*/”
Jul
21
comment Things possible in Eclipse that aren’t possible in IntelliJ?
You can just double-click the title bar of the editor area in Eclipse and it will maximise it - sending the other windows into pop-out folders on the side.
Jul
16
comment Unit testing or debugging?
Thanks Johannes, I've tweaked the wording of my comment to reflect that.
Jul
16
revised Unit testing or debugging?
added 10 characters in body; deleted 4 characters in body
Jul
16
answered Unit testing or debugging?
Jul
16
comment How would you code this: The SO Menu
But for everything else, this is a good way to go.
Jul
16
comment How would you code this: The SO Menu
Note: IE6 will only allow :hover on anchor tags, not on any other elements.
Jul
15
comment How do I write a While loop
It's community wiki - shouldn't be farming much rep.
Jul
15
comment Beyond simple coding: Where to go from here?
Knowledge of functional programming of any type is useful, simply because it broadens your toolkit. The 1 functional programming subject I took at university has probably helped me more than any 10 other subjects.
Jul
15
comment Convert PDF to RTF in Java
Fair enough - I haven't used the RTF addon, just saw it existed.
Jul
15
answered Convert PDF to RTF in Java
Jul
13
awarded  Citizen Patrol
Jul
12
awarded  Nice Answer
Jul
7
awarded  Necromancer
Jul
6
accepted Flash to trigger another flash
Jul
5
awarded  Nice Answer
Jul
1
answered What are your do’s and don’ts for the first day on the job as a developer?
Jul
1
answered Flash to trigger another flash
Jul
1
comment What are your do’s and don’ts for the first day on the job as a developer?
Much better to post each idea separately, then the best ideas can float to the top, and the worst drop down - it also stops bad ideas gaining ground with good ones. I think this is the right way (also it is Community Wiki - no points)