User Jeremy Reagan - Stack Overflowmost recent 30 from stackoverflow.com2009-12-11T21:54:17Zhttp://stackoverflow.com/feeds/user/18411http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1446942/how-can-i-have-visual-studio-2008-server-still-server-site-while-not-debugging/1446954#14469542Answer by Jeremy Reagan for How can I have Visual Studio 2008 server still server site while not debugging?Jeremy Reagan2009-09-18T21:38:33Z2009-09-18T21:38:33Z<p>After you have run debugging once and not exited VS it should allow you to use that localhost port till you close down VS. At least that has been my experience with it.</p>
http://stackoverflow.com/questions/1363088/where-do-i-get-a-list-of-javascript-functions-along-with-which-browser-its-suppo/1363103#13631030Answer by Jeremy Reagan for Where do I get a list of javascript functions along with which browser it's supported in?Jeremy Reagan2009-09-01T15:28:01Z2009-09-01T15:28:01Z<p>I would check <a href="http://www.w3schools.com/JS/default.asp" rel="nofollow">http://www.w3schools.com/JS/default.asp</a></p>
http://stackoverflow.com/questions/1267528/how-do-i-see-the-list-of-addins-and-plugins-in-visual-studio/1267535#12675350Answer by Jeremy Reagan for How do I see the list of addins and plugins in Visual Studio?Jeremy Reagan2009-08-12T17:23:37Z2009-08-12T17:23:37Z<p>Go to the Tools menu and open Add-in manager. Or you can go to the visual studio folder inside of My Documents and look in the addins folder.</p>
http://stackoverflow.com/questions/485072/how-do-you-stop-copy-paste-in-a-flash-form0How do you stop Copy/Paste in a flash formJeremy Reagan2009-01-27T20:23:53Z2009-07-24T23:54:32Z
<p>I work for a medical transcription company and our medical transcription test we administer to our applicants is an older flash forms app that stops copy and paste by emptying the clipboard when you enter the form. This worked great in IE 7, but recently it has come to my attention that it does not work so well in Firefox. Or perhaps it is the version of flash, since flash should be browser independent. I'm not by any means a flash developer, in fact I'm quite terrible at it. So what I need to know is how to stop the copy and paste using action script.</p>
<p>Based on the comments apparently some additional information is necessary. What the test actually does it plays a voice file (Basic MP3) that they have to transcribe as the listen to it. The copy and paste problem comes in when their transcriptionist buddy has already taken the test and just emails it to their friend so they can skip over it. </p>
http://stackoverflow.com/questions/1178737/table-or-div-much-better-then-why/1178748#11787481Answer by Jeremy Reagan for table or div much better, then why ?Jeremy Reagan2009-07-24T16:30:58Z2009-07-24T16:30:58Z<p>It gives you more flexibility with your layout when you use CSS and Divs</p>
http://stackoverflow.com/questions/783532/where-to-start-with-asp-net-in-c-and-dreamweaver/783561#7835610Answer by Jeremy Reagan for Where to start with ASP.net in C# and Dreamweaver?Jeremy Reagan2009-04-23T21:18:26Z2009-04-23T21:18:26Z<p>Yes, coming from the exact same situation I can tell you now it will help a great deal to walk away from Dreamweaver for your .net work. The intellisense for C# is not super great in Dreamweaver. You will find features you miss a great deal from Dreamweaver though, specifically code completion on the HTML side is much better in Dreamweaver then in VS. </p>
http://stackoverflow.com/questions/447344/what-is-scope-creep6What is Scope Creep?Jeremy Reagan2009-01-15T16:04:44Z2009-04-08T17:29:22Z
<p>This is going to be the noobist of all noob questions, but what exactly is scope creep, what does it entail?</p>
http://stackoverflow.com/questions/98606/favorite-visual-studio-keyboard-shortcuts/99415#994151Answer by Jeremy Reagan for Favorite Visual Studio keyboard shortcutsJeremy Reagan2008-09-19T03:50:27Z2009-03-11T01:27:13Z<p><kbd>Ctrl</kbd>+<kbd>[</kbd> (Move to corresponding }) <br /> <br />
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>V</kbd> (Cycle clipboard)</p>
http://stackoverflow.com/questions/611233/am-i-obligated-to-fix-a-software-error-after-i-left-a-company/611259#611259-1Answer by Jeremy Reagan for Am I obligated to fix a software error after I left a company?Jeremy Reagan2009-03-04T16:10:58Z2009-03-04T16:10:58Z<p>The real question is matter of reputation, if you choose to go back to that sort of work in the future but you have a rep for not fixing your errors, it may come back bad for you later on. </p>
http://stackoverflow.com/questions/602918/why-is-my-javascript-function-not-found-by-the-page-it-is-embedded-in/602925#6029251Answer by Jeremy Reagan for Why is my javascript function not found by the page it is embedded in?Jeremy Reagan2009-03-02T16:16:47Z2009-03-02T16:16:47Z<p>I've had this occur when the page had been cached and so it didn't load the new script in. So to fix it clear all private data from Firefox. Not sure if that helps but it sure happened to me a bunch. </p>
http://stackoverflow.com/questions/591222/cannot-connect-to-sql-server-remotely-or-locally-after-reboot/591247#5912470Answer by Jeremy Reagan for Cannot connect to SQL Server remotely or locally after rebootJeremy Reagan2009-02-26T16:13:51Z2009-02-26T16:13:51Z<p>Have you checked the connection port to make sure it isn't already used by something else?</p>
http://stackoverflow.com/questions/590967/asp-net-connection-string/591033#5910330Answer by Jeremy Reagan for ASP.Net Connection StringJeremy Reagan2009-02-26T15:32:17Z2009-02-26T15:32:17Z<p>This is the exact same problem I was experiencing, and it turned out to be the session variables dying so the connection string couldn't be initialized properly.</p>
http://stackoverflow.com/questions/583809/call-a-coldfusion-function-on-another-server/583868#5838684Answer by Jeremy Reagan for Call a ColdFusion function on another server?Jeremy Reagan2009-02-24T22:17:31Z2009-02-24T22:17:31Z<p>I would setup a web service using coldfusion on your second server to call the java class and then just have the site on your web host consume that web service. </p>
http://stackoverflow.com/questions/583008/what-manner-of-professional-is-a-programmer-anyway/583020#5830200Answer by Jeremy Reagan for What manner of professional is a programmer anyway?Jeremy Reagan2009-02-24T18:44:37Z2009-02-24T18:44:37Z<p>Warriors, and sometimes poets. :)</p>
http://stackoverflow.com/questions/337762/suggested-flash-tutorial-sites2Suggested flash tutorial sitesJeremy Reagan2008-12-03T16:28:52Z2009-02-21T13:24:03Z
<p>I'm trying to locate some decent flash/actionscript tutorial sites if anyone in this community has any suggestions I would appreciate it.</p>
http://stackoverflow.com/questions/467004/launching-an-executable-from-a-website/467028#467028-1Answer by Jeremy Reagan for Launching an executable from a website?Jeremy Reagan2009-01-21T21:12:39Z2009-01-21T21:12:39Z<p>I don't even know if that is possible. As mentioned above maybe using an ActiveX control, but then you are going to have problems with browser support and people's security settings.
Not to mention the moral implications of you hijacking someone's PC.</p>
http://stackoverflow.com/questions/465762/virtualization-questions/465800#4658000Answer by Jeremy Reagan for Virtualization questionsJeremy Reagan2009-01-21T15:44:48Z2009-01-21T15:44:48Z<p>I use VMWare open source server (The newest free one) and it is extremely easy to use and setup. And it doesn't use as many resources as some of the other ones do.</p>
http://stackoverflow.com/questions/458548/wheres-the-best-place-to-set-nocount/458557#4585571Answer by Jeremy Reagan for Where's the best place to SET NOCOUNT?Jeremy Reagan2009-01-19T18:07:47Z2009-01-19T18:07:47Z<p>Since it is a dedicated server I would set it at the server level to avoid having to add it to every stored procedure.
The only issue would come up is if you wanted a stored procedure that did not have no-count.</p>
http://stackoverflow.com/questions/447105/how-do-you-handle-form-customizations-for-different-customers/447157#4471571Answer by Jeremy Reagan for How do you handle form customizations for different customers?Jeremy Reagan2009-01-15T15:26:11Z2009-01-15T15:26:11Z<p>I would do something similar to the FORMS creation screen inside of MS Access, allow the customer to add/remove/modify and set inputs on their own. It would also allow them to set which fields are mandatory and which are not. It would mean more work on the front end for you, but less on the back.</p>
http://stackoverflow.com/questions/440604/on-how-many-multiple-projects-do-you-work/440699#4406990Answer by Jeremy Reagan for On how many multiple projects do you work?Jeremy Reagan2009-01-13T20:40:25Z2009-01-13T20:40:25Z<p>I typically work on 6-8 projects a week with small interruptions for technical support. We are also a very small company so no one works on one project at a time. I don't mind it thus far, keeps me busy and makes my day go fast. Also keeps me from getting bored and forces my ADHD down :)</p>
http://stackoverflow.com/questions/436956/how-do-i-hide-a-console-application-user-interface-when-using-process-start/436964#4369643Answer by Jeremy Reagan for How do I hide a console application user interface when using Process.Start?Jeremy Reagan2009-01-12T20:49:24Z2009-01-12T20:49:24Z<p>Check into ProcessStartInfo and set the WindowStyle = ProcessWindowStyle.Hidden and the CreateNoWindow = true. </p>
http://stackoverflow.com/questions/418160/benefits-of-programming-doing-versus-reading-blogs-thinking/418175#4181757Answer by Jeremy Reagan for Benefits of programming (doing) versus reading blogs (thinking?)Jeremy Reagan2009-01-06T21:10:20Z2009-01-06T21:10:20Z<p>This and coding horror is about all I read. I prefer to spend that extra time doing. It has worked out pretty well for me, I read just enough to keep up on the current trends/technologies.</p>
http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/407932#4079320Answer by Jeremy Reagan for What's your most controversial programming opinion?Jeremy Reagan2009-01-02T20:23:42Z2009-01-02T20:23:42Z<p>Not everything needs to be encapsulated into its own method. Some times it is ok to have a method do more then one thing.</p>
http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/407790#4077905Answer by Jeremy Reagan for What's your most controversial programming opinion?Jeremy Reagan2009-01-02T19:25:12Z2009-01-02T19:25:12Z<p>I think that using regions in C# is totally acceptable to collapse your code while in VS. Too many people try to say it hides your code and makes it hard to find things. But if you use them properly they can be very helpful to identify sections of code.</p>
http://stackoverflow.com/questions/392993/what-are-your-favorite-programming-bookmarks/392994#39299414Answer by Jeremy Reagan for What are your favorite programming bookmarks?Jeremy Reagan2008-12-25T17:37:20Z2008-12-25T17:37:20Z<p><a href="http://www.codinghorror.com/blog/" rel="nofollow">Coding Horror</a></p>
http://stackoverflow.com/questions/389149/how-to-access-html-form-input-from-asp-net-code-behind3How to access html form input from asp.net code behind [closed]Jeremy Reagan2008-12-23T15:26:49Z2008-12-23T16:28:12Z
<p>I have a basic HTML form that gets inserted into a server side div tag based on how many records exist in the database. This HTML form comes out just fine, and everything looks good. But on my action page I cannot seem to access the input elements from the code behind. I have tried using the Request scope but have come up empty on that approach. Any other suggestions?</p>
<p>All of the below suggestions are great, and normally that is what I would do. But these forms are being built on the fly after the page is being compiled, so runat='server' did not do anything for me. It just passed that along to the html page.</p>
http://stackoverflow.com/questions/354880/what-are-the-best-and-worst-features-of-your-preferred-web-framework/354970#3549700Answer by Jeremy Reagan for What are the best and worst features of your preferred web framework?Jeremy Reagan2008-12-10T02:49:17Z2008-12-10T02:49:17Z<p>Coldfusion</p>
<p>Pros:
Easy and quick to build full applications, decent security platform right out of the box, available on almost every OS, fun to mess with, and easily customizable.</p>
<p>Cons:
Some of the features are too easy and don't allow a lot of grainular control like ASP.net does, CFChart, and flash form features take forever to pre-compile before they get sent to browser.</p>
http://stackoverflow.com/questions/350861/what-bad-practice-do-you-do-and-why/351129#3511291Answer by Jeremy Reagan for What "bad practice" do you do, and why?Jeremy Reagan2008-12-08T22:16:15Z2008-12-08T22:22:36Z<p>I use tables for layout sometimes in HTML, I can't ever seem to get css layouts to work right. But I'm a programmer, not a fancy pants designer. :)</p>
<p>And I constantly forget to use stringbuilder in C# instead of +=</p>
http://stackoverflow.com/questions/239062/most-unpleasant-programming-task-youve-had-to-do/239105#2391050Answer by Jeremy Reagan for Most Unpleasant Programming Task You've Had to DoJeremy Reagan2008-10-27T04:50:00Z2008-12-03T21:52:06Z<p>Cleaning all the buggy code my predecessor left behind when he was terminated. Some fifty VBScript apps that did basic menial tasks full of terrible recursive loops that never seemed to end, all without being able to port it over to something a bit more robust and more in my area of expertise, C#.</p>
http://stackoverflow.com/questions/338757/how-to-deal-with-fear-of-custom-dev/338785#3387851Answer by Jeremy Reagan for How to Deal With Fear of Custom DevJeremy Reagan2008-12-03T21:30:04Z2008-12-03T21:30:04Z<p>I am doing the same thing at my current job, there is no easy way to deal with this kind of situation. All I have been able to do is swallow my arguments, cause they have gotten me no where, and do as required by my management. This off course will go against your basic programmer nature of using the best solution for the task at hand, and maybe getting to build something cool in the process, but since they are the boss it is really your only solution. You could try to site cases, with evidence, where it makes more sense to use custom solutions. But if you boss is anything like mine, it won't get very far before the screaming match begins. The only other solution is dusting off that resume and finding a new job.</p>
http://stackoverflow.com/questions/1455718/anything-comparable-to-visual-basic-to-use-in-ubuntu/1455732#1455732Comment by Jeremy Reagan on Anything comparable to Visual Basic to use in Ubuntu?Jeremy Reagan2009-09-21T17:29:41Z2009-09-21T17:29:41ZYeah it seems to work fine on my Ubuntu box.http://stackoverflow.com/questions/1363088/where-do-i-get-a-list-of-javascript-functions-along-with-which-browser-its-suppo/1363103#1363103Comment by Jeremy Reagan on Where do I get a list of javascript functions along with which browser it's supported in?Jeremy Reagan2009-09-01T15:32:20Z2009-09-01T15:32:20ZCorrection made, thanks for pointing that out.http://stackoverflow.com/questions/1324736/how-to-show-multiple-value-in-checkboxComment by Jeremy Reagan on How to show multiple value in checkbox?Jeremy Reagan2009-08-24T20:59:40Z2009-08-24T20:59:40ZMaybe I'm just missing something, but what are you trying to ask? A little more detail would be helpful here.http://stackoverflow.com/questions/1267528/how-do-i-see-the-list-of-addins-and-plugins-in-visual-studio/1267535#1267535Comment by Jeremy Reagan on How do I see the list of addins and plugins in Visual Studio?Jeremy Reagan2009-08-12T17:50:52Z2009-08-12T17:50:52ZHmmm, I never really thought of that. Oooops, thank you.http://stackoverflow.com/questions/1080625/updating-visual-studio-project-references-programatically/1080647#1080647Comment by Jeremy Reagan on Updating Visual Studio project references programaticallyJeremy Reagan2009-07-03T20:43:20Z2009-07-03T20:43:20ZForgive my ignorance, but don't both of those equate to true? IE: If it equals true or it is not false. Maybe I'm just missing something.http://stackoverflow.com/questions/485072/how-do-you-stop-copy-paste-in-a-flash-form/828402#828402Comment by Jeremy Reagan on How do you stop Copy/Paste in a flash formJeremy Reagan2009-05-06T15:05:45Z2009-05-06T15:05:45ZI tried the exact same thing, it does not seem to work in IE 7 at all though, but it did work in FF.http://stackoverflow.com/questions/611233/am-i-obligated-to-fix-a-software-error-after-i-left-a-company/611259#611259Comment by Jeremy Reagan on Am I obligated to fix a software error after I left a company?Jeremy Reagan2009-03-04T16:32:38Z2009-03-04T16:32:38ZAlso a valid point, but ultimately the blame falls on the dev in my experience. So whether it be your fault or not, it will appear to everyone else to be your fault.http://stackoverflow.com/questions/602918/why-is-my-javascript-function-not-found-by-the-page-it-is-embedded-in/602925#602925Comment by Jeremy Reagan on Why is my javascript function not found by the page it is embedded in?Jeremy Reagan2009-03-02T17:25:05Z2009-03-02T17:25:05ZShift+F5 is not something I had even considered, thanks for the tip.http://stackoverflow.com/questions/590967/asp-net-connection-string/591033#591033Comment by Jeremy Reagan on ASP.Net Connection StringJeremy Reagan2009-02-26T15:36:37Z2009-02-26T15:36:37ZI also made sure to initialize the connection string on every page, that way it was never not initialized. http://stackoverflow.com/questions/590967/asp-net-connection-string/591033#591033Comment by Jeremy Reagan on ASP.Net Connection StringJeremy Reagan2009-02-26T15:35:51Z2009-02-26T15:35:51ZI increased my session timeout and made sure in the web.config that the session mode was set to InProc. Seems to have worked thus far. Probably a better way out there to do it as I am not even a very good ASP.Net programmer.http://stackoverflow.com/questions/571132/algorithms-for-helping-humans-choose-kitten-war-for-instanceComment by Jeremy Reagan on Algorithms for helping humans choose (kitten war, for instance)Jeremy Reagan2009-02-20T21:58:21Z2009-02-20T21:58:21Z@BoltBait I hear you brother, same thing that happened to me after weeks of careful consideration of name choices :)http://stackoverflow.com/questions/485072/how-do-you-stop-copy-paste-in-a-flash-formComment by Jeremy Reagan on How do you stop Copy/Paste in a flash formJeremy Reagan2009-01-27T22:14:05Z2009-01-27T22:14:05ZActionScript 2 I'm afraid.
http://stackoverflow.com/questions/447344/what-is-scope-creepComment by Jeremy Reagan on What is Scope Creep?Jeremy Reagan2009-01-16T18:53:31Z2009-01-16T18:53:31ZSo apparently the exact same thing I deal with on every project at my current job. Thank you all for your answers.http://stackoverflow.com/questions/443662/string-split-based-on-charComment by Jeremy Reagan on string split based on char \Jeremy Reagan2009-01-14T16:34:05Z2009-01-14T16:34:05ZWhat is the error message?http://stackoverflow.com/questions/436956/how-do-i-hide-a-console-application-user-interface-when-using-process-start/436967#436967Comment by Jeremy Reagan on How do I hide a console application user interface when using Process.Start?Jeremy Reagan2009-01-12T20:51:13Z2009-01-12T20:51:13ZYour answer is way more informative then mine +1