Jon Schneider

1,204
reputation
104 views

Registered User

name Jon Schneider
member for 1 year
seen yesterday
website
location Michigan, USA
age 32
I'm a Java / C# / Web developer living in West Michigan.
Dec
2
awarded  Notable Question
Nov
12
revised Getting the path & filename of the open document in any Windows application
added 265 characters in body; edited tags
Sep
24
awarded  Notable Question
Sep
21
awarded  Nice Question
Sep
17
awarded  Yearling
Aug
20
comment Eclipse WebLogic Plugin problem - can’t start WebLogic server
Cool, glad you got the problem fixed. And thanks for sharing your solution, hopefully it will be helpful to others.
Aug
19
comment Eclipse WebLogic Plugin problem - can’t start WebLogic server
@JamesB - Good question, I don't actually know! Another thought, although it might be using a sledgehammer to solve a much smaller problem: You could try using a tool like Filemon (technet.microsoft.com/en-us/sysinternals/…) to see where (at what location(s)) Eclipse is looking for the startWebLogic.cmd file -- that might give you a clue.
Aug
18
answered Eclipse WebLogic Plugin problem - can’t start WebLogic server
Aug
12
comment Getting the path & filename of the open document in any Windows application
But then how does Windows' Recent Documents folder work (as noted in the original question)? That does seem to have the concept of an "open document," and works across a lot of different application types.
Aug
12
asked Getting the path & filename of the open document in any Windows application
Aug
2
comment What real life bad habits has programming given you?
@Bobby Jack - Just put your smiley outside the parens. It will still get your point across pretty well (and won't break your parens). :-) blog.jonschneider.com/2006/02/…
Jul
31
answered What different terms mean the same thing (or don’t, but people think they do)?
Jul
6
comment What was your first home computer?
@finnw: Double-checked, apparently my recollection was correct: CGA supported 4-bit color, so 16 colors. en.wikipedia.org/wiki/Color_Graphics_Adapter/…
Jun
22
comment Random entry from dictionary
Nice implementation. It might be worth noting though that this might return the same element from the Dictionary more than once (which might or might not be the behavior that the original poster was looking for).
Jun
17
comment How to retrieve the selected text from the active window
Keep in mind there are a few applications that do support clipboard copy of text, but assign a different meaning to Ctrl+C than "clipboard copy." One example that comes to mind is the command shell (cmd.exe).
Jun
15
revised Why is Multiple Inheritance not allowed in Java or C#?
edited tags