itsmatt

8,799
Reputation
412 views

Registered User

Name itsmatt
Member for 1 year
Seen 22 hours ago
Website
Location Virginia
Age 42
I sling code and strive to deliver bug-free solutions.

You can follow me on twitter @mattcuba

Tragic Reality: I'm pretty horrible on the banjo, having been cursed with shortish fat fingers and a lack of rhythm.
Nov
20
awarded  Good Answer
Nov
19
revised C# Button Click
added tag
Nov
5
revised Best book for getting up-to-speed on Ruby on Rails
formatting
Nov
4
accepted hierarchical winform checkboxes
Nov
4
revised hierarchical winform checkboxes
added tag
Nov
4
answered hierarchical winform checkboxes
Oct
31
answered c# simple non-xml config files?
Oct
29
accepted MS Chart Control Zoom MinSize issue
Oct
29
answered MS Chart Control Zoom MinSize issue
Oct
27
comment Duplicate a record in MySQL
Yes, that is the downside. I'd probably opt to programmatically determine the column names and construct the appropriate insert statement on the fly to avoid hard coding the columns. "SHOW COLUMNS FROM table" will provide you with that info and there is a 'Field' and 'Key' column in the results from that call. While I'm not a PHP developer, I suspect you could make the call to retrieve the column names, cull out the non-primary key Fields and construct the insert statement from that. Haven't tried it, but suspect that this would work.
Oct
27
answered Duplicate a record in MySQL
Oct
27
answered Please help me understand Unit Testing.
Oct
27
answered Where to start when learning C# development?
Oct
27
revised PHP - Number of times downloaded
spelling fix
Oct
26
asked MS Chart Control Zoom MinSize issue
Oct
26
awarded  Nice Answer
Oct
26
comment What kind of web effects are out there?
What is this "google" you speak of? ;-)
Oct
26
revised Pass by Reference in C#
s
Oct
26
comment Pass by Reference in C#
Related question: stackoverflow.com/questions/135234/…
Oct
26
revised mysql stored procedure with parameters problem
tag editing
Oct
25
revised Multiple markers in Googe Maps API v3 that link to different pages when clicked
spelling fix
Oct
24
comment Others free deployment project for .NET applications
I'll second that. You can do a lot with it. Plus, you get to write a little Pascal (blasted := and no semicolon before and else!) ;-) Seriously, it is definitely worth checking out. There's a good amount of examples and, as Christopher has stated, it is flexible. Coolest thing for me - calling external DLLs to address application-specific steps during install.
Oct
23
answered Action required to do the operation “browse”
Oct
23
revised Custom Property value not shown during runtime for usercontrol
formatted code
Oct
22
answered What does a double question mark do in C#?
Oct
22
answered Finding similar sounding text in VBA
Oct
22
answered Staying current with your programming language?
Oct
20
answered Retrieve value of most recently SelectedItem from multi-select listbox
Oct
20
comment Why is it so bad to mock classes?
I assume your colleague had some reasons why and when they shouldn't be used, right? What were they?
Oct
20
asked MS Chart Control axis formatting
Oct
20
awarded  Nice Answer
Oct
20
answered DataTable, How to conditionally delete rows
Oct
19
comment Mgmt wants to re-title my position: Any help…?
Why exactly is a title important? Shouldn't really matter. In-house who cares? If you are planning to go elsewhere, it is your experience that will matter, not any title on it. I don't think I've ever cared what someone's title was when making a hiring decision.
Oct
16
accepted MySQL InnoDB CASCADE?
Oct
16
revised MySQL InnoDB CASCADE?
added line
Oct
16
answered MySQL InnoDB CASCADE?
Oct
16
answered How to convert our programs to good end product ?
Oct
16
comment Get the first few words(100 or 200) from a long summary(plain string or html) using c#?
What are you currently doing to get the words?
Oct
15
revised Iteration through GroupCollection in C#
spelling fix
Oct
13
revised mysql function if/else
added example
Oct
13
answered mysql function if/else
Oct
11
answered trying to determine best user interface for layouts - winform button that shows dropdown
Oct
10
comment Continuous Integration for Xcode projects?
@Spanky - I updated the link to Silencode's blog.
Oct
10
revised Continuous Integration for Xcode projects?
updated link
Oct
9
answered Where should I store photos? File system or the database?
Oct
9
accepted How can I Persist MDI Layout in .NET?
Oct
9
answered Which code is more readable?
Oct
9
answered What is your most useful technique for finding (or preventing) bugs?
Oct
7
awarded  Popular Question
Oct
6
awarded  Popular Question