User Jeremy Reagan - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T21:54:17Z http://stackoverflow.com/feeds/user/18411 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1446942/how-can-i-have-visual-studio-2008-server-still-server-site-while-not-debugging/1446954#1446954 2 Answer by Jeremy Reagan for How can I have Visual Studio 2008 server still server site while not debugging? Jeremy Reagan 2009-09-18T21:38:33Z 2009-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#1363103 0 Answer by Jeremy Reagan for Where do I get a list of javascript functions along with which browser it's supported in? Jeremy Reagan 2009-09-01T15:28:01Z 2009-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#1267535 0 Answer by Jeremy Reagan for How do I see the list of addins and plugins in Visual Studio? Jeremy Reagan 2009-08-12T17:23:37Z 2009-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-form 0 How do you stop Copy/Paste in a flash form Jeremy Reagan 2009-01-27T20:23:53Z 2009-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#1178748 1 Answer by Jeremy Reagan for table or div much better, then why ? Jeremy Reagan 2009-07-24T16:30:58Z 2009-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#783561 0 Answer by Jeremy Reagan for Where to start with ASP.net in C# and Dreamweaver? Jeremy Reagan 2009-04-23T21:18:26Z 2009-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-creep 6 What is Scope Creep? Jeremy Reagan 2009-01-15T16:04:44Z 2009-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#99415 1 Answer by Jeremy Reagan for Favorite Visual Studio keyboard shortcuts Jeremy Reagan 2008-09-19T03:50:27Z 2009-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 -1 Answer by Jeremy Reagan for Am I obligated to fix a software error after I left a company? Jeremy Reagan 2009-03-04T16:10:58Z 2009-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#602925 1 Answer by Jeremy Reagan for Why is my javascript function not found by the page it is embedded in? Jeremy Reagan 2009-03-02T16:16:47Z 2009-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#591247 0 Answer by Jeremy Reagan for Cannot connect to SQL Server remotely or locally after reboot Jeremy Reagan 2009-02-26T16:13:51Z 2009-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#591033 0 Answer by Jeremy Reagan for ASP.Net Connection String Jeremy Reagan 2009-02-26T15:32:17Z 2009-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#583868 4 Answer by Jeremy Reagan for Call a ColdFusion function on another server? Jeremy Reagan 2009-02-24T22:17:31Z 2009-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#583020 0 Answer by Jeremy Reagan for What manner of professional is a programmer anyway? Jeremy Reagan 2009-02-24T18:44:37Z 2009-02-24T18:44:37Z <p>Warriors, and sometimes poets. :)</p> http://stackoverflow.com/questions/337762/suggested-flash-tutorial-sites 2 Suggested flash tutorial sites Jeremy Reagan 2008-12-03T16:28:52Z 2009-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 -1 Answer by Jeremy Reagan for Launching an executable from a website? Jeremy Reagan 2009-01-21T21:12:39Z 2009-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#465800 0 Answer by Jeremy Reagan for Virtualization questions Jeremy Reagan 2009-01-21T15:44:48Z 2009-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#458557 1 Answer by Jeremy Reagan for Where's the best place to SET NOCOUNT? Jeremy Reagan 2009-01-19T18:07:47Z 2009-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#447157 1 Answer by Jeremy Reagan for How do you handle form customizations for different customers? Jeremy Reagan 2009-01-15T15:26:11Z 2009-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#440699 0 Answer by Jeremy Reagan for On how many multiple projects do you work? Jeremy Reagan 2009-01-13T20:40:25Z 2009-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#436964 3 Answer by Jeremy Reagan for How do I hide a console application user interface when using Process.Start? Jeremy Reagan 2009-01-12T20:49:24Z 2009-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#418175 7 Answer by Jeremy Reagan for Benefits of programming (doing) versus reading blogs (thinking?) Jeremy Reagan 2009-01-06T21:10:20Z 2009-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#407932 0 Answer by Jeremy Reagan for What's your most controversial programming opinion? Jeremy Reagan 2009-01-02T20:23:42Z 2009-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#407790 5 Answer by Jeremy Reagan for What's your most controversial programming opinion? Jeremy Reagan 2009-01-02T19:25:12Z 2009-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#392994 14 Answer by Jeremy Reagan for What are your favorite programming bookmarks? Jeremy Reagan 2008-12-25T17:37:20Z 2008-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-behind 3 How to access html form input from asp.net code behind [closed] Jeremy Reagan 2008-12-23T15:26:49Z 2008-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#354970 0 Answer by Jeremy Reagan for What are the best and worst features of your preferred web framework? Jeremy Reagan 2008-12-10T02:49:17Z 2008-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#351129 1 Answer by Jeremy Reagan for What "bad practice" do you do, and why? Jeremy Reagan 2008-12-08T22:16:15Z 2008-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#239105 0 Answer by Jeremy Reagan for Most Unpleasant Programming Task You've Had to Do Jeremy Reagan 2008-10-27T04:50:00Z 2008-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#338785 1 Answer by Jeremy Reagan for How to Deal With Fear of Custom Dev Jeremy Reagan 2008-12-03T21:30:04Z 2008-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#1455732 Comment by Jeremy Reagan on Anything comparable to Visual Basic to use in Ubuntu? Jeremy Reagan 2009-09-21T17:29:41Z 2009-09-21T17:29:41Z Yeah 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#1363103 Comment by Jeremy Reagan on Where do I get a list of javascript functions along with which browser it's supported in? Jeremy Reagan 2009-09-01T15:32:20Z 2009-09-01T15:32:20Z Correction made, thanks for pointing that out. http://stackoverflow.com/questions/1324736/how-to-show-multiple-value-in-checkbox Comment by Jeremy Reagan on How to show multiple value in checkbox? Jeremy Reagan 2009-08-24T20:59:40Z 2009-08-24T20:59:40Z Maybe 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#1267535 Comment by Jeremy Reagan on How do I see the list of addins and plugins in Visual Studio? Jeremy Reagan 2009-08-12T17:50:52Z 2009-08-12T17:50:52Z Hmmm, I never really thought of that. Oooops, thank you. http://stackoverflow.com/questions/1080625/updating-visual-studio-project-references-programatically/1080647#1080647 Comment by Jeremy Reagan on Updating Visual Studio project references programatically Jeremy Reagan 2009-07-03T20:43:20Z 2009-07-03T20:43:20Z Forgive 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#828402 Comment by Jeremy Reagan on How do you stop Copy/Paste in a flash form Jeremy Reagan 2009-05-06T15:05:45Z 2009-05-06T15:05:45Z I 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#611259 Comment by Jeremy Reagan on Am I obligated to fix a software error after I left a company? Jeremy Reagan 2009-03-04T16:32:38Z 2009-03-04T16:32:38Z Also 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#602925 Comment by Jeremy Reagan on Why is my javascript function not found by the page it is embedded in? Jeremy Reagan 2009-03-02T17:25:05Z 2009-03-02T17:25:05Z Shift+F5 is not something I had even considered, thanks for the tip. http://stackoverflow.com/questions/590967/asp-net-connection-string/591033#591033 Comment by Jeremy Reagan on ASP.Net Connection String Jeremy Reagan 2009-02-26T15:36:37Z 2009-02-26T15:36:37Z I 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#591033 Comment by Jeremy Reagan on ASP.Net Connection String Jeremy Reagan 2009-02-26T15:35:51Z 2009-02-26T15:35:51Z I 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-instance Comment by Jeremy Reagan on Algorithms for helping humans choose (kitten war, for instance) Jeremy Reagan 2009-02-20T21:58:21Z 2009-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-form Comment by Jeremy Reagan on How do you stop Copy/Paste in a flash form Jeremy Reagan 2009-01-27T22:14:05Z 2009-01-27T22:14:05Z ActionScript 2 I'm afraid. http://stackoverflow.com/questions/447344/what-is-scope-creep Comment by Jeremy Reagan on What is Scope Creep? Jeremy Reagan 2009-01-16T18:53:31Z 2009-01-16T18:53:31Z So 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-char Comment by Jeremy Reagan on string split based on char \ Jeremy Reagan 2009-01-14T16:34:05Z 2009-01-14T16:34:05Z What is the error message? http://stackoverflow.com/questions/436956/how-do-i-hide-a-console-application-user-interface-when-using-process-start/436967#436967 Comment by Jeremy Reagan on How do I hide a console application user interface when using Process.Start? Jeremy Reagan 2009-01-12T20:51:13Z 2009-01-12T20:51:13Z Your answer is way more informative then mine +1