Daniel Straight

2,313
Reputation
349 views

Registered User

Name Daniel Straight
Member for 9 months
Seen 4 hours ago
Website
Location New Orleans, LA, USA
Age 23
Professional computer programmer, developing internal applications for an engineering company in VB.NET, Java, and others.
2d
revised Is there a built-in way to replace the text of a link in a LinkLabel and have the other links automatically adjust so they stay on the same text?
added 109 characters in body
2d
asked Is there a built-in way to replace the text of a link in a LinkLabel and have the other links automatically adjust so they stay on the same text?
Nov
21
comment Delete all files if another files in the same directory has a matching occurence of a specific word
Also, are you going to feed the search string to the script or is it going to be looking for any string that occurs in multiple files.
Nov
21
comment Delete all files if another files in the same directory has a matching occurence of a specific word
How do you determine which 2 of the 3 files to delete?
Nov
20
comment How should I set up a user control to fire events of its children as if they were its own?
Awesome. Much simpler than I expected.
Nov
20
asked How should I set up a user control to fire events of its children as if they were its own?
Nov
19
comment c# pass through mouse events to parent control
It is also somewhat unclear to me what you mean by "pass through."
Nov
19
comment c# pass through mouse events to parent control
Is that the correct error message for this code? One is MouseUp the other is MouseDown.
Nov
19
revised Best word wrap algorithm?
added 18 characters in body
Nov
17
comment ruby: how to know if script is on 3rd retry ?
Instead of retry, put the thing in a 3.times loop?
Nov
13
comment Is there a language and platform agnostic declarative GUI language that isn’t XML?
HTML is essentially XML and the problem with wiki markup languages is that they don't include things like text boxes and drop-down boxes and buttons, nor ways to lay out forms usually.
Nov
13
asked Is there a language and platform agnostic declarative GUI language that isn’t XML?
Nov
12
comment More fun with stupid Firebug errors
The language="javascript" was doing it. Thanks.
Nov
11
comment More fun with stupid Firebug errors
That's the entire source. Be sure Firebug is active for scripts before refreshing and checking the error console.
Nov
11
asked More fun with stupid Firebug errors
Nov
10
comment Flexibility or Consistency, which is Correct for a good programming language?
If everyone is writing code to achieve similar functionality, the problem is the library not the language.
Nov
9
comment What kind of database would be best suited to maintaining a relatively large list of items with a counter for each item that is updated often in real time?
It never even occurred to me to keep it in memory... it never does. I don't know why.
Nov
8
comment What non-programming books should programmers read?
I don't think I've ever been more surprised by something on StackOverflow. I would agree that it is about Christianity, but it's also about human nature as mentioned, and a quite brilliant treating of the topic too. I would disagree that it assumes you believe in demons, because I would say the book is not about demons at all, but about people. This is probably my favorite book of all time, but I never in a million years thought it would get a mention on StackOverflow.
Nov
8
comment What kind of database would be best suited to maintaining a relatively large list of items with a counter for each item that is updated often in real time?
Oh definitely free. I'm not so much talking about scaling as concept. I'll edit that into the question.
Nov
8
revised What kind of database would be best suited to maintaining a relatively large list of items with a counter for each item that is updated often in real time?
edited title; added 274 characters in body
Nov
8
comment What kind of database would be best suited to maintaining a relatively large list of items with a counter for each item that is updated often in real time?
Ok, not so large. Maybe a million.
Nov
8
comment Repainting bug in wxPython when resizing straight down with a ScrolledWindow scrolled to the bottom
Yes I suppose I should've explained better. The boxes are a class derived from wx.Panel that are being added to a wx.ScrolledWindow. The main form is sucked in with XRC.
Nov
8
asked What kind of database would be best suited to maintaining a relatively large list of items with a counter for each item that is updated often in real time?
Nov
4
comment Does C# have a way of giving me an immutable Dictionary?
This isn't the same because a lookup maps keys to a list of values. You can just only put one value in, but you can also just not write to a dictionary if you're going to do without compile-time support anyway.
Nov
4
comment Javascript not-well formed error in for loop
I thought I had tried the DOCTYPE too, but I guess not.
Nov
4
comment Javascript not-well formed error in for loop
Awesome. Thanks.
Nov
4
comment Javascript not-well formed error in for loop
There is no HTML or other Javascript.
Nov
4
revised Javascript not-well formed error in for loop
added 81 characters in body
Nov
4
comment Javascript not-well formed error in for loop
That IS the full file, aside from various combinations of html and script tags. I've tried with just a script tag. I've tried with a full HTML page including just a script tag in the body, with and without a doctype.
Nov
3
asked Javascript not-well formed error in for loop
Oct
30
comment Security risks of using eval() to execute user input in JavaScript
Awesome explanation.
Oct
30
comment Why are default arguments evaluated at definition time in Python?
My guess would be performance. Imagine reevaluating every time a function is called if it's called 15 million times a day.
Oct
30
comment Security risks of using eval() to execute user input in JavaScript
Just run the page locally. There's no reason to put it on the web.
Oct
30
comment Using the browser for desktop UI
Why does the XHR protection not prevent the requests in the first place? I'm not sure I'm completely understanding this here.
Oct
30
comment Using the browser for desktop UI
This is the kind of stuff I'm looking for. Thanks.
Oct
29
comment How can I cause anchored child controls to resize themselves?
Well, I can tell when the scroll bar shows up. I just don't know what to call to have the controls in the panel (not form) adjust their size.
Oct
29
asked How can I cause anchored child controls to resize themselves?
Oct
29
comment Non-obtrusive version control
There's a super cool site for Git at gitready.com
Oct
29
comment What’s the best way to repave the family PC (running Win XP)?
That is the good way to do it. Also, there's a site from the SO team called superuser for questions like this (see footer of this page).
Oct
29
comment Why can an identifier not start with a number?
Some languages do allow dashes.
Oct
29
answered Non-obtrusive version control
Oct
29
answered What to replace FrontPage with?
Oct
29
comment What’s the best library to implement photo gallery?
@Josh Stodola. No, he's asking for a library to implement a photo gallery. That can be interpreted in many ways, one of which is how I answered the question, AND I edited to note this, AND I gave information on why I was making the recommendation I did. -1 for being thorough? Yes, this is still StackOverflow.
Oct
29
answered What’s the best library to implement photo gallery?
Oct
29
asked Repainting bug in wxPython when resizing straight down with a ScrolledWindow scrolled to the bottom
Oct
29
asked Killing Python webservers
Oct
29
asked Using the browser for desktop UI
Oct
26
asked Would it be a good idea or bad idea to connect a VB.NET frontend with a Python backend using sockets?
Oct
16
revised Where should I check state / throw exception?
added 683 characters in body
Oct
16
revised Where should I check state / throw exception?
added 217 characters in body; added 1 characters in body