Chris Lively
|
Registered User
|
Owner of Lively Consulting I provide web application development services.
|
|
2d |
answered | tempdb SQL Server locking |
|
2d |
awarded | ● Mortarboard |
|
Dec 5 |
answered | Problem installing visual studio 2008 sp1 on windows 7 |
|
Dec 4 |
answered | Invalid Number Error! Can’t seem to get around it. |
|
Dec 3 |
comment |
OOP: When is it an object? +1. This was a very good allegory. |
|
Dec 3 |
answered | Database on file server (Windows) |
|
Dec 3 |
comment |
Weird .NET Memory Leak in ClickOnce app that can’t repro as Desktop You need to verify that when you are testing you are performing the exact same actions as the people in production. Also, as Martinho said, profile the app. |
|
Dec 1 |
answered | Change the doctype of an aspx page dinamically |
|
Nov 30 |
answered | BackgroundWorker From ASP.Net Application |
|
Nov 30 |
answered | Combining 2 TSQL statements into 1 |
|
Nov 30 |
revised |
When should I call base methods of page events? added 371 characters in body |
|
Nov 20 |
comment |
Methods for Automatic User Uploads In this case, I might consider using a web service based on REST or something similiar. Pass the credentials at the same time as the file data. I still think sftp is best because it's easy and even boneheads can work it manually if necessary. |
|
Nov 17 |
awarded | ● Popular Question |
|
Nov 16 |
accepted | Methods for Automatic User Uploads |
|
Nov 16 |
accepted | “Must Know” IIS features for .NET Architect/Lead |
|
Nov 16 |
comment |
I need finishing my ocaml assignment. It's as good as any other. |
|
Nov 16 |
comment |
CSS styles on <label> in Firefox Just tried your exact code in a plain jane html file. FF 3.5.5 rendered exactly as IE 8 did. |
|
Nov 16 |
comment |
Methods for Automatic User Uploads Incidentally, what do you consider as "large"? Maybe I'm thinking bigger than you are. |
|
Nov 16 |
comment |
Methods for Automatic User Uploads So, technically speaking, they already have user accounts... Why not just have your application manage those accounts? The reason I persist is that sftp is geared towards sending large data streams, restarting failed requests, etc. HTTP isn't. Sure, you can do it with HTTP, but that's not ideal. |
|
Nov 16 |
answered | Why does Delphi 2009 sometimes (more often that not) insist I build? |
|
Nov 16 |
answered | Methods for Automatic User Uploads |
|
Nov 16 |
comment |
Architecture: using different classes on development / production I think he's looking at the flipside of what you describe, code that runs in dev/stage but not production. Regardless +1 because it's still a bad idea. |
|
Nov 16 |
comment |
How can i prevent that users browse my site with a specific browser? Here's a thought. If you don't want users to have the ability to download an MP3, then don't put the MP3 on the server.. |
|
Nov 16 |
revised |
Paypal integration in coldfusion trying to inject some proper english |
|
Nov 16 |
comment |
how can i make different html links different colors . . @Welbog: You're right, I was in a hurry. Updated. |
|
Nov 16 |
revised |
how can i make different html links different colors . . deleted 2 characters in body |
|
Nov 16 |
answered | how can i make different html links different colors . . |
|
Nov 16 |
comment |
“Must Know” IIS features for .NET Architect/Lead @Kev: It shouldn't matter. |
|
Nov 16 |
comment |
How can I ensure that changes to a form DOM are complete before POSTing? I agree with this. In your server side code, the absence of the checkbox means that there is no value. This is enough to tell you it's a zero. If you are depending on the presence of textboxes to know what to do then you have an entirely different security problem. |
|
Nov 16 |
revised |
Mail doesn’t get send untill I terminate my application - System.Mail.Net added 285 characters in body |
|
Nov 16 |
answered | .NET 2.0 app on Windows Server 2003 doesn’t load a .config file |
|
Nov 16 |
comment |
“Must Know” IIS features for .NET Architect/Lead @ck: Absolutely. That can be a mine field if they don't know what they are doing. |
|
Nov 16 |
answered | “Must Know” IIS features for .NET Architect/Lead |
|
Nov 16 |
comment |
Mail doesn’t get send untill I terminate my application - System.Mail.Net I would be very careful with this. See stackoverflow.com/questions/930236/… for more info |
|
Nov 16 |
answered | Mail doesn’t get send untill I terminate my application - System.Mail.Net |
|
Nov 16 |
comment |
MS Access db over network share I wholeheartedly agree about the jet being a completely inappropriate datastore for web sites. The client knows this and is trying to correct, but I'm not holding my breath. I'll have them check into the folder permissions. As a side note, I did find out that the Access db is located on a Windows XP machine. It just gets better and better... ;) |
|
Nov 16 |
comment |
MS Access db over network share @Remou: not sure. Looking into it now. |
|
Nov 13 |
revised |
MS Access db over network share added 414 characters in body |
|
Nov 13 |
asked | MS Access db over network share |
|
Nov 13 |
comment |
How should web sites deal with localization settings? (from “What are common UI misconceptions and annoyances?”) @twic: I agree, which is why I put in #2. I don't have any feeling for the numbers of people that have incorrect settings. However, if we treat it as the default and give the end user the option to override then we solve all of the issues. |
|
Nov 12 |
answered | MySQL/PHP update query with dates not updating |
|
Nov 12 |
comment |
IE caching WCF results - can I fix that somehow? Here I was about to post a flippant response and site unseen code quality and you go and give the guy a real answer.. ;) +1 |
|
Nov 12 |
comment |
Whole code of Asp.net page renders in a form tag is it W3C valid? Can we get off of the "valid w3c" thing? Seriously, who cares? Does it render reasonably close in the top 3 browsers? If you can answer yes, then it doesn't really matter. |
|
Nov 12 |
comment |
Penalty clause on programming contract 100% agree. Never, never, never sign a deal with a penalty clause for being late. ALL projects depend on the client to some degree to provide information and/or feedback along the way. This would simply provide an excuse for the client to take their time getting back to you causing time overruns. |
|
Nov 10 |
comment |
How to use C# to sanitize input on an html page? Interesting. When I have time I'll play with it. Looks promising though. |
|
Nov 10 |
comment |
Most horrifying line of code you have ever seen? @Ray: Because I rarely run into people using LINQ for anything other than SQL access. Is it great for XML? Yes. It beats the crap out of the other ways of dealing with that type of data. However, some people think it's a hammer and everything is a nail. |
|
Nov 10 |
comment |
What is the best Document-oriented database? Like jwanagel said, it's called the File System. As to your additional requirements, that's called "Desktop Search" or "Google Desktop" depending on your point of view. |
|
Nov 10 |
comment |
Processing large datasets using LINQ I think the answer to "What am I doing wrong?" is "Doing the same thing and expecting a different response." This is also a sign of insanity. Just for kicks try something else. For example write your sql access code in ADO.Net FIRST and just skip all that linq crap. |
|
Nov 10 |
comment |
Example sites with broken security certs Why not just set up your own "server" and misconfigure it all you want? |
|
Nov 10 |
comment |
Example sites with broken security certs verisign auto forwards so it doesnt' really matter. |
