Robert Greiner

5,329
reputation
672 views

Registered User

name Robert Greiner
member for 6 months
seen 5 hours ago
website
location USA
age 25
I am currently working as a Java Programmer and attending graduate school at Southern Methodist University.

Blog: Cube Antics
Twitter: @cubeantics
AIM: cubeantics

LinkedIn
Dec
11
answered Should we still use em and % for defining the font-size of the website elements?
Dec
11
revised Left padding integers with zeros in Java
picky picky
Dec
8
comment Custom captcha design
+1 I use reCAPTCHA on my blog and don't ever get any spam. Of course, it doesn't get rid of the trolls either :P
Dec
7
comment PHP code validation when refactoring
+1 I agree, nice answer.
Dec
7
revised PHP code validation when refactoring
added 21 characters in body
Dec
7
answered PHP code validation when refactoring
Dec
7
answered How do you study about software animation ?
Dec
7
revised Parse string to DateTime
added 8 characters in body
Dec
7
answered Git - exclude file
Dec
7
comment Parse string to DateTime
You're right I fixed it, thanks.
Dec
7
revised Parse string to DateTime
added 70 characters in body; added 66 characters in body; added 4 characters in body
Dec
7
answered Parse string to DateTime
Dec
7
comment PHP Clean Up Permutated Array
After you sort the arrays, you will need to use array_unique() to remove duplicates. us.php.net/manual/en/…
Dec
6
awarded  Mortarboard
Dec
3
accepted Handling Multiple Exceptions within a Method
Dec
3
comment What Python-only HTTP/1.1 web servers are available?
I would also recommend not making you own either unless you had a really good reason. However, I thought the link was useful for this question.
Dec
2
comment What line(s) this code might throw a “Index was outside the bounds of the array” exception?
haha, I hate that. Well good luck tracking it down if you actually can reproduce it someday.
Dec
2
answered add entire folder to sourcesafe?
Dec
2
comment Handling Multiple Exceptions within a Method
@Jason, no problem. It's nice to see people putting in the extra effort to improve existing code when they don't have to. Keep up the good work!
Dec
2
comment how to pass variables inside one page
@garcon, thanks I knew that but I did it wrong anyway. Time for some more tea I guess :P
Dec
2
revised how to pass variables inside one page
added 12 characters in body
Dec
2
answered Handling Multiple Exceptions within a Method
Dec
2
answered What Python-only HTTP/1.1 web servers are available?
Dec
2
answered how could I retrive all available themes name programmatically.
Dec
2
answered Wrapper DIV in 100% width website.
Dec
2
answered Translated content is SEO-friendly or not?
Dec
2
revised looking for java library to work with PSD format
deleted 14 characters in body; edited title
Dec
2
answered Does ASP.NET run faster than PHP?
Dec
2
answered How to set up a load/stress test for a web site?
Dec
2
answered why is null not equal to null false
Dec
2
comment What line(s) this code might throw a “Index was outside the bounds of the array” exception?
ah, well that's your problem... You could be chasing phantom code around all day without knowing specifically where to look. I think your time is much better spent reproducing the error and trying to solve it from there instead of guessing where you might have gone wrong. This is tough though, I hate it when it's difficult to reproduce bugs. Good luck.
Dec
2
comment how to pass variables inside one page
no problem, I hope it's what you were looking for
Dec
2
answered What line(s) this code might throw a “Index was outside the bounds of the array” exception?
Dec
2
accepted how to pass variables inside one page
Dec
2
answered How to refresh page on resize?
Dec
2
revised how to pass variables inside one page
added 204 characters in body; added 232 characters in body; added 50 characters in body
Dec
2
answered how to pass variables inside one page
Dec
1
accepted How can I determine a first-time hit in Wordpress?
Dec
1
answered How can I determine a first-time hit in Wordpress?
Dec
1
revised How do I draw a mysql polygon circle, and not a square?
added 1 characters in body; edited title
Nov
30
comment How many workflow runtimes should there be running for in an Asp.Net application?
yeah, unfortunately it seems you have to pass through that phase before you can get anything legitimate accomplished. Good luck and I hope your project works out.
Nov
30
comment How many workflow runtimes should there be running for in an Asp.Net application?
No problem, I've used it a little bit, I've probably only learned enough to get myself into serious trouble. Hopefully, I'll have some opportunities to use it more later.
Nov
30
revised absolutely positioned tag not working in IE6
added 10 characters in body; added 18 characters in body
Nov
30
revised absolutely positioned tag not working in IE6
code
Nov
30
answered How many workflow runtimes should there be running for in an Asp.Net application?
Nov
29
answered When is it wise to use regular expressions with HTML?
Nov
29
answered Should I learn XML before WCF?
Nov
27
awarded  Necromancer
Nov
25
comment Do any Java GUI builders exist that do not require external JAR’s?
+1 thanks for the info
Nov
25
comment Do any Java GUI builders exist that do not require external JAR’s?
@Steve, ok, I'll try that. You can convert your comment into an answer if you want and I'll upvote it.