John Rudy
|
Registered User
|
Junior janitor on SO and Meta! Probably "floor licker" on SF and SU. :)
Software developer specializing in Microsoft technologies, notably .NET and Microsoft's server platforms (SQL, CRM, etc). Like to work with a Mac in my free time, and am learning C and Objective-C. Former Java developer -- been out of that loop a long time, though. You can e-mail me at johnrudy somewhere near codeheaven.info. Also active on the following SE sites:
|
|
7h |
comment |
How to turn on line number tooltip while scrolling infragistics ultrawebgrid Did you update the control set? Did the browser versions change? (A lot of the IG functionality traditionally got "weird" for me after control and/or browser updates.) |
|
1d |
comment |
MVC / ASP.NET design templates If you second TemplateMonster, upvote the other question & add a comment. |
|
1d |
revised |
How can I write a startup script for Mac OS X? deleted 53 characters in body; edited tags; edited title |
|
1d |
revised |
How can I send two arguments in a selector method? Tags + general cleanup |
|
1d |
comment |
How can I create and maintain authentication sessions on an iPhone? Is this a web app optimized for the iPhone, or a Cocoa app which will be in the store? If it's a web app, your web app framework of choice's authentication should "just work." |
|
1d |
revised |
How can I create and maintain authentication sessions on an iPhone? General language cleanup |
|
1d |
revised |
Escaping ‘ in Access SQL edited tags |
|
1d |
awarded | ● Mortarboard |
|
1d |
comment |
How can read a file, split the strings in it, and write the output to a hashtable in C#? If I'm reading this correctly, it sounds like you're actually trying to use one key and store two items against it. Hashtables have exactly one value per key, so either "Hi this is the first entry / hi this is the second entry" will be the value, or you need two keys, or you need to store a different data structure for the two values (a class with 2 string values, for example -- a Tuple, which is coming in .NET 4). |
|
1d |
revised |
How can read a file, split the strings in it, and write the output to a hashtable in C#? General cleanup, removed homework tag. (Don't use it unless you can VERIFY that it's OP's homework.) |
|
Dec 3 |
revised |
IIS routing configuration error with ASP.NET MVC? Cleanup, tags |
|
Dec 3 |
comment |
RPG dialogue engine / structure Not being a pro in that world, I really don't have much else to go on. I'd recommend hitting the bookshelves -- there are actually books on CRPG design and development available; they should take you through the core architecture. Good luck! |
|
Dec 3 |
revised |
RPG dialogue engine / structure Bad John, no donut! Bad spelling! Bad! Bad! BAD! |
|
Dec 3 |
comment |
RPG dialogue engine / structure Open questions should generally be marked community wiki, as well. |
|
Dec 3 |
revised |
RPG dialogue engine / structure RPG tag refers to the programming language RPG, not the games. :); edited tags |
|
Dec 3 |
answered | RPG dialogue engine / structure |
|
Dec 2 |
comment |
.NET document management system design - performance questions How novice is "novice?" You have some fairly stringent requirements, and a pretty decently-sized scalability requirement. Handling potentially 20,000 simultaneous requests while deserializing large (yes, 200K is large in this scenario) BLOBs from a database will require serious design forethought. |
|
Dec 2 |
revised |
.NET document management system design - performance questions General cleanup + tags; edited body; deleted 5 characters in body |
|
Dec 2 |
revised |
Get list of classes in namespace in C# added 16 characters in body; edited title |
|
Dec 2 |
comment |
mass emailing isse Don't download and run anything, just contract out to Constant Contact instead. Let them do the dirty work for you. Otherwise it's too easy to get spamhaused. |
|
Dec 2 |
revised |
How to grab .aspx Page Name from the URL? added 2 characters in body; edited title |
|
Dec 1 |
comment |
Are frameworks too vulnerable to exploits? I'd have closed that one, too. And "just because question x did it" doesn't make it valid on question y. This has been discussed on Meta many, many times. Nine people felt this question should be closed. That says something. |
|
Dec 1 |
comment |
Are frameworks too vulnerable to exploits? @evolve: It should be closed. stackoverflow.com/faq: "Avoid asking questions that are subjective, argumentative, or require extended discussion. This is not a discussion board, this is a place for questions that can be answered!" |
|
Dec 1 |
comment |
Is it true that in France log files have to be French? Understand that when a question is closed, not all of the voters necessarily voted the same way. The closure with the most votes is the one displayed. |
|
Dec 1 |
comment |
Question on converting decimal to binary to hex Especially in calc's Win7 incarnation. |
|
Dec 1 |
comment |
How can you redefine a property using in reflection in C#? Have you considered just creating a wrapper class that encapsulates an instance of tx_fct and exposes your customized behavior via its own means? |
|
Dec 1 |
comment |
Is it true that in France log files have to be French? It's related to your app in that it is a requirement, but it's not programming-related, it's a legal question. We at SO really can't answer it with any true authority. It'd be like me asking (for example) about the various injuries that can happen to a knee, because I might be working on an EMR app. |
|
Dec 1 |
comment |
Is it true that in France log files have to be French? This is SO not a ServerFault question. But there are other valid reasons to vote-to-close on it. (Sorry, @kai, but it's not really an SO question either.) |
|
Dec 1 |
comment |
How can you redefine a property using in reflection in C#? @Enriquev: What exactly are you trying to accomplish? (I mean, for what purpose?) This sounds a lot like code injection, and there simply HAS to be a better way ... |
|
Dec 1 |
comment |
Are frameworks too vulnerable to exploits? 1) Not all frameworks are open source. 2) Open vs. closed source has no basis in reality on secure vulnerabilities. 3) Technically, everything is a framework. ASP.NET? Framework. JSP? Framework. Cocoa? Framework. Windows Forms? Framework. WPF? Framework. Swing? Framework. This question is textbook "subjective AND argumentative." |
|
Dec 1 |
revised |
nested try catch with reponse.redirect in asp.net Code formatting |
|
Dec 1 |
comment |
How can you redefine a property using in reflection in C#? I'd want to know more about the design of what you're trying to accomplish -- it sounds a lot like you want to override the existing behavior of a class, and there are mechanisms in place (assuming you have source-level access to tx_fct) to make such possible without jumping through the reflection hoop. |
|
Dec 1 |
revised |
How can you redefine a property using in reflection in C#? General cleanup & tags |
|
Dec 1 |
revised |
NSMutableArray addObject not working Mild grammatic cleanup, greets/sig |
|
Dec 1 |
revised |
Question on converting decimal to binary to hex Mild cleanup |
|
Dec 1 |
comment |
Question on converting decimal to binary to hex This right here is the answer. 0010 0001 is actually 33, not 65. |
|
Nov 30 |
revised |
int array to string Cleanup, formatting, language, greet & sig, tags |
|
Nov 25 |
comment |
What language will protect my source code? With all due respect, while I understand your desire for protection, I don't think it's going to work. The people who crack software will disassemble it and figure out where to put the hooks that break your registration system. If they're able to do it to the big names who invest millions in anti-piracy measures, unfortunately they will be able to do it to you. Not saying I like this situation, mind you, but it is what it is. :( |
|
Nov 25 |
answered | File upload in ASP.NET - How can I prevent exceptions? |
|
Nov 25 |
revised |
File upload in ASP.NET - How can I prevent exceptions? General cleanup. And what's wrong with try/catch? |
|
Nov 25 |
accepted | How can I play continuous music in the background when my iPhone app is running? |
|
Nov 24 |
answered | How can I play continuous music in the background when my iPhone app is running? |
|
Nov 24 |
revised |
How can I play continuous music in the background when my iPhone app is running? Reformatted code, cleaned up grammar, spelling, punctuation, etc. |
|
Nov 23 |
comment |
What use does the *tag* attribute have in C# Are we sure that's a Delphi legacy, and not a classic VB legacy? I don't remember when I first saw the Tag property on controls in classic VB, but the latest it could have been was VB5. (And I seem to remember, though I could be wrong, seeing them in VB4.) |
|
Nov 20 |
revised |
How to raise an event across classes and module Cleaned that up for ya |
|
Nov 20 |
comment |
How can I query NTFS disk quotas in C#? The VB.NET sample was almost exactly what I'd needed. The other links (except pinvoke.net) I'd already been through fruitlessly. That sample, converted and adapted (boy was that some bad code in places!) worked perfectly. Thank you. |
|
Nov 20 |
asked | How can I query NTFS disk quotas in C#? |
|
Nov 20 |
revised |
Packaging a Mac app for distribution edited tags |
|
Nov 19 |
revised |
C#: What Else Do You Use Besides DataSet added 372 characters in body |
|
Nov 19 |
comment |
System Architecture Are we sure this script is functional? I'm always getting 32-bit as a result here on an Intel Core 2 Duo running 10.5.8. (Aluminum MacBook, 1 year old.) Yet, when I run ioreg -l -p IODeviceTree | grep EFI64 without the rest of the script, I'm seeing the 64-bit result ("firmware-abi" = <"EFI64"> |
