Matt Dawdy

1,303
Reputation
207 views

Registered User

Name Matt Dawdy
Member for 1 year
Seen yesterday
Website
Location Kansas City, MO
Age 37
I'm working in Kansas City for a web design firm, doing some small brochure sites and a couple of large web applications for some high profile clients.
Nov
19
awarded  Popular Question
Nov
11
awarded  Popular Question
Nov
6
comment Billing Client for very small change
Good call Critical Skill. It does add up, I guess, and I doubt they would balk at paying it. We've been good to each other, and I'm pretty sure they don't want to take advantage of me, nor I of them.
Nov
6
comment Billing Client for very small change
Thank you notnoop. I hope my original comment didn't anger Ngu Soon Hui.
Nov
6
comment Billing Client for very small change
tinkertim, that's a very well considered post. I'm on the fence again.
Nov
6
comment Billing Client for very small change
No terms, no contract, this is a client I have apart from my regular job. I build their site and a desktop app for them years ago. I still make changes to the desktop app, probably to the tune of $2,000 a year. I bet I field 2 phone calls a month, and a website change every couple of months that are free as of now since they take me so little time.
Nov
6
comment Billing Client for very small change
Very true, and I fully support the theory that with experience (knowing where to his with the hammer) should come at a higher price. But removing 2 images from a plain vanilla html page?
Nov
6
comment Billing Client for very small change
That's not very helpful. That URL you mentioned is an ad page. No content.Are you sure that is the URL?
Nov
6
comment Billing Client for very small change
I'll probably fold it into the next bill. I just can't justify charging them $75 for such a small change.
Nov
6
comment Billing Client for very small change
Yikes, 1 hour! That's $75 (my rate with this particular client). I think I might move to France and get some clients with tons of small changes. If I do it right, I could work about a half hour in a day and be able to bill for 8. :)
Nov
6
asked Billing Client for very small change
Oct
20
answered ECMA Script/AS3 can’t do simple math! What gives?
Oct
20
answered Conversion from String to type Date is not valid error
Oct
20
comment ASP.Net page access directory on another server.
jayrdub, I'm sorry I have'nt accepted your answer yet. I got the flu, and we haven't been able to try it out (this is all made more complicated as it only can be tested on a remote server and I personally don't have access to it right now.) After I get a chance to test it I'll come back.
Oct
16
comment ASP.Net page access directory on another server.
Okay, that seem ultra promising. I'm trying to get the code setup to test it. Thank you for following up, I just was NOT using the right search terms, I guess.
Oct
16
comment ASP.Net page access directory on another server.
Hmmmm. I was trying to figure out that article, but I'm not having any luck, because I'm not the smartest man. (Or maybe it's that I've put in 90 hours since Saturday and I can't see straight.) Thanks for the pointer, jayrdub. I'll try to revisit this with a clear mind after some sleep, whenever that will be.
Oct
15
asked ASP.Net page access directory on another server.
Oct
15
comment How could I setup users in Membership Services from a Desktop application
The answer is "Yes", very easily. I'm not using it for security on my desktop app, merely using a desktop app to pre-populate the database with web users.
Oct
15
comment How could I setup users in Membership Services from a Desktop application
Damn. I even searched. Thanks for the pointer.
Oct
15
asked How could I setup users in Membership Services from a Desktop application
Oct
13
awarded  Popular Question
Oct
13
accepted SiteMap Behaviour
Oct
7
accepted Error with Subsonic 2.1
Oct
6
awarded  Nice Answer
Oct
6
answered Error with Subsonic 2.1
Oct
6
comment Error with Subsonic 2.1
I've got that one, too. System.Web, System.configuration, System.Data, System.Data.DataSetExtesions, System.XML, System.Xml.Linq, System.Core... I still don't know why this is happening.
Oct
6
comment Error with Subsonic 2.1
I've got that. System.Web, System.configuration, System.Data, System.Data.DataSetExtesions, System.XML, System.Xml.Linq, System.Core... I still don't know why this is happening.
Oct
5
asked Error with Subsonic 2.1
Sep
17
awarded  Favorite Question
Sep
17
awarded  Nice Question
Sep
12
comment URL Rewriting, Temporary Solution, ASP.Net 3.5
:) Good testers are worth their weight in gold.
Sep
12
comment URL Rewriting, Temporary Solution, ASP.Net 3.5
This worked great. Very little overhead, too.
Sep
12
comment URL Rewriting, Temporary Solution, ASP.Net 3.5
Your example works great, but when I plug it into my solution, it doesn't ever hit my MSO object. I believe this is due to ASPNet Membership Services. All requests, if not logged in yet, rediret to login.aspx. I think this handler gets run before mine, so I don't have a chance to deal with it. Any suggestions? Otherwise, I love your method. Pretty cool.
Sep
11
accepted .Net desktop program suddenly starts erroring out
Sep
11
comment URL Rewriting, Temporary Solution, ASP.Net 3.5
Great answer, but won't work in our situation. Testing machines aren't known to us -- there are close to 100 of them lined up, all across the US and trying to get them all to update their hosts file would really really irritate our client. Again, great idea.
Sep
11
asked URL Rewriting, Temporary Solution, ASP.Net 3.5
Sep
9
awarded  Popular Question
Sep
8
revised .Net desktop program suddenly starts erroring out
deleted 88 characters in body
Sep
8
comment .Net desktop program suddenly starts erroring out
Good point. So, merely resetting permissions and having them propagate down would have done it, the ASPNET user was just a red herring. Thanks!
Sep
8
comment .Net desktop program suddenly starts erroring out
I did, and that is why I said it would be a huge shot in the dark to my client. And also why I'm not really sure WHY it even worked. It is 100% a desktop app. Even more confused now...
Sep
8
revised .Net desktop program suddenly starts erroring out
Typed out exception
Sep
8
comment .Net desktop program suddenly starts erroring out
I just realized that, I'm sorry. I typed it all out (I'm sure I have typos) and edited my question again.
Sep
8
answered .Net desktop program suddenly starts erroring out
Sep
8
comment .Net desktop program suddenly starts erroring out
Nope. I'm not personally doing anything web related, only instantiating and calling some methods through PowerTCP.
Sep
8
revised .Net desktop program suddenly starts erroring out
Added screen shot to exact exception
Sep
8
asked .Net desktop program suddenly starts erroring out
Sep
7
comment C# - WebRequest Doesn’t Return Different Pages
Bad. Find this line in your code (that isn't shown) WebRequest wrGETURL; Put that line INSIDE your loop. All will be right with the world now. By the way, this is what Dillie-O was saying.
Aug
31
comment Wrapping a web project in a solution file, and CVS
Doh! That would have been perfect. I couldn't figure out how to make a blank one, forgot about that. I went way down a bad path that the solution I had made kept wanting to be "upgraded" every time I opened it. Fun.
Aug
31
comment Wrapping a web project in a solution file, and CVS
That was close -- when I opened it up, I didn't have a choice of "File > Save As...". However, after I added an existing project via "File > Existing Project", THEN I had a solution, and I could choose to save the solution where I wanted with a name that I wanted. Thanks for the pointer.
Aug
31
asked Wrapping a web project in a solution file, and CVS