User Ethan Gunderson - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T02:42:43Z http://stackoverflow.com/feeds/user/2066 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/55574/learning-ruby-on-rails 42 Learning Ruby on Rails Ethan Gunderson 2008-09-11T00:50:59Z 2009-12-11T22:54:22Z <p>As it stands now I'm a Java and C# developer, but the more and more I look at Ruby on Rails, the more I really want to learn it. What have you found to be the best route to learn RoR? Would it be easier to develop on Windows, or should I just run a virtual machine with linux? Is there an ide that can match the robustness of Visual Studio? Any programs to develop that give a good overhead of what to do? Any good books? Seriously, any tips/tricks/rants would be awesome.</p> http://stackoverflow.com/questions/42966/google-suggestish-text-box-autocomplete 4 Google Suggestish text box (autocomplete) Ethan Gunderson 2008-09-04T01:06:51Z 2009-09-17T23:20:42Z <p>What would be the best way to develop a text box that remembers the last x number of entries that were put into it. This is a standalone app written with C#.</p> http://stackoverflow.com/questions/35486/fluid-rounded-corners-with-jquery 6 Fluid rounded corners with jquery Ethan Gunderson 2008-08-30T00:04:38Z 2009-09-06T07:15:50Z <p>What is the best way to create fluid width/height rounded corners with jquery?</p> http://stackoverflow.com/questions/35494/is-there-anyway-to-run-ruby-on-rails-applications-on-a-windows-box 4 Is there anyway to run ruby on rails applications on a windows box? Ethan Gunderson 2008-08-30T00:10:12Z 2009-08-25T17:50:17Z <p>I'm looking to run Redmine, a Ruby on Rails app, on a vps windows box. The only thing I can really think of is running a virtual linux machine and hosting it from there. If that is my only option, am I going to run into problems running a virtual machine inside of a virtual machine?</p> <p>Also, this will be an internal app, so performance isn't my number once concern.</p> http://stackoverflow.com/questions/1225521/how-to-design-a-class/1225647#1225647 0 Answer by Ethan Gunderson for How to design a class? Ethan Gunderson 2009-08-04T03:45:59Z 2009-08-04T03:45:59Z <p>Yup, your going to need to provide significant more detail in order for anyone to answer this properly.</p> <p>Ignoring the fact that there are entire books written on this subject, here's a quick incomplete list.</p> <p>A well designed class should:<br/> - Have one purpose, not just a mashup of several random functions<br/> - Clean up any resources it uses, not rely on other classes to do it<br/> - Fully unit tested<br/> - Have proper exception handling<br/> - Have ToString and Equals overloads (that just might be me though)<br/> - Have descriptive function names</p> <p>I'll make this a community wiki so others can add as they see fit.</p> http://stackoverflow.com/questions/35614/visual-studio-2008-training 2 Visual Studio 2008 Training Ethan Gunderson 2008-08-30T02:42:01Z 2009-04-27T14:37:36Z <p>I've been put in charge of coming up with a training itinerary for my team at work for a migration from c++ to Visual Studio 2008 with C#. </p> <p>The actual language switch I'm not too worried about, its the learning curve to Visual Studio. What does everything think would be the best way to set up a training course? </p> <p>I was thinking of having a list of different features of the IDE and having the team members create pages on our internal wiki on them, but I'm not sure if that would be hands on enough to be useful.</p> http://stackoverflow.com/questions/36477/long-term-static-page-caching 2 Long-term Static Page Caching Ethan Gunderson 2008-08-30T23:28:54Z 2009-02-25T22:17:35Z <p>I maintain several client sites that have no dynamic data whatsoever, everything is static asp.net with c#.<br /> Are there any pitfalls to caching the entire page for extreme periods of time, like a week?</p> <p>Kibbee, We use a couple controls on the sites (ad rotator, some of the ajax extensions) on the sites. They could probably be completely written in html but for convenience sake I just stuck with what we use for every other site.</p> http://stackoverflow.com/questions/35564/ror-on-windows-with-mongrel 4 RoR on Windows with Mongrel Ethan Gunderson 2008-08-30T01:48:51Z 2009-01-12T15:47:01Z <p>Where is the best tutorial for getting RoR working on a windows box with Mongrel? I'm a complete novice at server management, so the more detailed the better!</p> http://stackoverflow.com/questions/124615/iterate-over-classes-ie-beans-for-asp-net 1 iterate over classes ie. beans for asp.net Ethan Gunderson 2008-09-23T23:55:12Z 2008-11-23T06:44:35Z <p>Lets say I have a class that stores user information complete with getters and setters, and it is populated with data from an XML file. How would I iterate over all of the instances of that class like you would do with java beans and tag libraries?</p> http://stackoverflow.com/questions/170712/where-can-i-find-a-good-tutorial-describing-how-to-leverage-a-soap-web-service-fr 1 Where can I find a good tutorial describing how to leverage a SOAP web service from a Winforms application in .NET 3.5? Ethan Gunderson 2008-10-04T17:32:44Z 2008-11-22T10:32:34Z <p>C# is my language of choice... rest is in the title</p> http://stackoverflow.com/questions/89570/appcode-folder-issues 1 App_Code folder issues Ethan Gunderson 2008-09-18T02:49:01Z 2008-10-04T21:53:49Z <p>So I'm having a really weird issue with my App_Code folder on a new website I'm designing. </p> <p>I have a basic class inside of a namespace in the App_Code folder. Everything works fine in the IDE when I setup the namespace and make an object from the class. It brings up the class summary on hover, and when you click on "go to deffinition" it goes to the class file. And it also works fine localy.</p> <p>However, when I load the site onto my server, I get this error message when I access that page: </p> <p>Line 10: using System.Web.UI.WebControls;<br/> Line 11: using System.Web.UI.WebControls.WebParts;<br/> <strong>Line 12: using xxxx.xxxx</strong></p> <p><strong>Compiler Error Message:</strong> CS0246: The type or namespace name 'xxxxxx' could not be found (are you missing a using directive or an assembly reference?)</p> <p>I know for a fact that the class file is there. Anyone have any idea of whats going on?</p> <p>Edits:</p> <p>John, yes it is a 2.0 site.</p> http://stackoverflow.com/questions/45086/c-and-soap 6 C++ and SOAP Ethan Gunderson 2008-09-05T01:50:33Z 2008-09-29T14:11:06Z <p>I have a C++ app that needs to connect to a JAVA web app, are there any good, open source SOAP packages for this, or would it be easier to just roll my own?</p> http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/88801#88801 10 Answer by Ethan Gunderson for What's Your Motto As A Developer/Programmer? Ethan Gunderson 2008-09-18T00:00:14Z 2008-09-18T00:00:14Z <p>My place of works motto</p> <p>"We don't have time to do it right, but we have time to do it over"</p> http://stackoverflow.com/questions/78850/publishing-vs-copying 0 Publishing vs Copying Ethan Gunderson 2008-09-17T01:11:16Z 2008-09-17T01:42:04Z <p>What is the difference between publishing a website with visual studio and just copying the files over to the server? Is the only difference that the publish files are pre-compiled?</p> http://stackoverflow.com/questions/59392/best-way-to-migrate-from-vss-to-subversion/61772#61772 1 Answer by Ethan Gunderson for Best way to migrate from VSS to Subversion? Ethan Gunderson 2008-09-15T00:55:48Z 2008-09-15T00:55:48Z <p>At my current job we just created a subversion repository, setup hook scripts to ignore all vss and generated files, and then just started importing the various projects with tortoiseSVN. Worked out pretty decent, we were up and running within a couple of hours.</p> http://stackoverflow.com/questions/28840/scrum-how-to-get-better-input-from-the-functional-commercial-team/61600#61600 0 Answer by Ethan Gunderson for Scrum - How to get better input from the functional/commercial team Ethan Gunderson 2008-09-14T20:03:35Z 2008-09-14T20:03:35Z <p>Are you doing stand-up meetings and do you have burn down chart? I think those two areas would benefit you greatly.</p> http://stackoverflow.com/questions/61211/tools-to-create-maximum-velocity-in-a-net-dev-team/61358#61358 0 Answer by Ethan Gunderson for Tools to create maximum velocity in a .NET dev team Ethan Gunderson 2008-09-14T14:14:49Z 2008-09-14T14:14:49Z <p>This is what we use for our team:</p> <p><strong>Issue Tracking:</strong> Redmine - This is an awesome, free, Issue/Project management tool. It is a ruby on rails app however, so you'll need a proper environment to get it up and running.</p> <p><strong>Source Control:</strong> Subversion with tortoiseSVN - subversion is an awesome source control solution and tortoise integrates with the explorer very nicely, no need for command line stuff. It also supports user side hook scripts, which has come in handy a number of times for my team.</p> <p>And that's about it really. We don't use a main framework, instead we just roll our own libraries that fit what we need to do with a given project. We do use jquery for a JavaScript library however.</p> <p>Some other random things would be free coffee, and the best equipment money can buy.</p> http://stackoverflow.com/questions/61320/svn-plugins-for-eclipse-subclipse-vs-subversive/61352#61352 3 Answer by Ethan Gunderson for SVN plugins for Eclipse - Subclipse vs. Subversive Ethan Gunderson 2008-09-14T14:06:57Z 2008-09-14T14:06:57Z <p>I actually think both of them kinda suck. Using <a href="http://tortoisesvn.tigris.org/" rel="nofollow">tortoiseSVN</a> is a far better solution in my opinion. It's far more robust and tends to just work better, I've always had integration issues with subclipse and subversive.</p> http://stackoverflow.com/questions/60121/silverlight-install-base-how-big-is-it/60129#60129 1 Answer by Ethan Gunderson for Silverlight Install Base - How big is it? Ethan Gunderson 2008-09-12T23:04:25Z 2008-09-12T23:04:25Z <p>Well 6 million watched the Olympics on NBC, which used a silverlight player. So at least 6 million. I've never seen exact stats, but you can be pretty certain that it is pretty small still.</p> <p>Also, there is an implementation of silverlight for linux called <a href="http://www.mono-project.com/Moonlight" rel="nofollow">moonlight</a>. </p> http://stackoverflow.com/questions/58807/can-a-programmer-become-a-decent-graphic-designer/60057#60057 0 Answer by Ethan Gunderson for Can a Programmer Become a Decent Graphic Designer? Ethan Gunderson 2008-09-12T21:58:47Z 2008-09-12T21:58:47Z <p>The design chapters from <a href="http://gettingreal.37signals.com/toc.php" rel="nofollow">Getting Real</a> from 37signals is a great place to start for top level design rules. It probably won't teach you any new skills, but it definitely will help you sculpt your website design into something that is both professional and easy to maintain.</p> http://stackoverflow.com/questions/54737/quality-vs-roi-when-is-good-enough-good-enough/60048#60048 3 Answer by Ethan Gunderson for Quality vs. ROI - When is Good Enough, good enough? Ethan Gunderson 2008-09-12T21:53:55Z 2008-09-12T21:53:55Z <p><strong>The client, of course, would likely balk at that number and might say no more than 1 hour of downtime per year is acceptable. That's 12 times more stable. Do you tell the customer, sorry, we can't do that for $100,000, or do you make your best attempt, hoping your analysis was conservative?</strong></p> <p>Flat out tell the customer what they want isn't reasonable. In order to gain that kind of uptime, a massive amount of money would be needed, and realistically, the chances of reaching that percentage of uptime constantly just isn't possible.</p> <p>I personally would go back to the customer and tell them that you'll provide them with the best setup with 100k and set up an outage report guideline. Something like, for every outage you have, we will complete an investigation as to why this outage happened, and how what we will do to make the chances of it happening again almost non existent.</p> <p>I think offering SLAs is just a mistake.</p> http://stackoverflow.com/questions/57773/zend-php-framework/57811#57811 -2 Answer by Ethan Gunderson for Zend PHP framework Ethan Gunderson 2008-09-11T22:31:21Z 2008-09-11T22:31:21Z <p>The only other framework I know of for php is cakePHP. cakePHP is a MVC framework that is suppose to imitate the beauty of rails.</p> <p>Zend looks like it covers a broad range of things, but not MVC. I think it will come down to personal preference. I recommend building a sample application in each the Zend and cake frameworks to see which you like best.</p> http://stackoverflow.com/questions/5043/how-can-i-get-rich-just-programming/53335#53335 3 Answer by Ethan Gunderson for How can I get rich just programming Ethan Gunderson 2008-09-10T02:37:11Z 2008-09-10T02:37:11Z <p>Love what you do.</p> <p>If you really love what you're doing, the money will follow.</p> http://stackoverflow.com/questions/53318/effective-ways-to-introduce-agile-into-the-workplace/53325#53325 7 Answer by Ethan Gunderson for Effective Ways to Introduce Agile into the Workplace? Ethan Gunderson 2008-09-10T02:21:12Z 2008-09-10T02:21:12Z <p>Cram it down their throat, but without them noticing ;)</p> <p>I've been slowly trying to implement agile principles (mainly scrum) into my place of work over the last 6 months or so. I first introduced daily stand ups, which took some getting used to for everyone, but it's working out pretty nice. Since we all work on different programs that are all part of one system, it's a little difficult to follow scrum by definition. My next step is to start sprint meetings to follow each of our releases. We go on a month long cycle already, so the sprint length isn't an issue. I also plan on fully following scrum principles during our next major project. I am one of two developers on the team for the project, and he is all for continuous improvement. My hope is that management will see the benefits of what I am trying to accomplish. </p> <p>I think the key is to take it slow. People who have been in the same position for years are generally against intrusive change, but if you can sneak it in piece by piece, they shouldn't notice. Start with the small frequent meetings at first as well. By keeping them short, management shouldn't see it as a waste of on the clock time. </p> http://stackoverflow.com/questions/53065/enterprise-library-application-blocks-or-home-grown-framework/53193#53193 1 Answer by Ethan Gunderson for Enterprise Library Application Blocks OR Home Grown Framework? Ethan Gunderson 2008-09-10T00:00:10Z 2008-09-10T00:00:10Z <p>It really depends on what you need to do. Generally speaking, the bigger the niche is that your company is in, the better chance that you'll find a framework to properly support you. For smaller niches, you'll more than likely need to roll your own.</p> <p>The company I work for has several apps all geared twoards estimating the building materials for given buildings. Since this is a pretty specific thing, and we have about 8 apps that are similar, we decided to roll our own and bring in 3rd party libraries when necessary (No sense re-inventing the wheel for some of the stuff)</p> <p>Your millage may vary of course.</p> http://stackoverflow.com/questions/53139/what-do-you-use-to-capture-webpages-diagram-pictures-and-code-snippets-for-later/53179#53179 0 Answer by Ethan Gunderson for What do you use to capture webpages, diagram/pictures and code snippets for later reference? Ethan Gunderson 2008-09-09T23:51:49Z 2008-09-09T23:51:49Z <p>For screen shots, I use a mix between ScrapBook and ScreenGrab. They are both firefox plugins that are pretty amazing when you need to get a screenshot of a page for editing. Works great for consulting.</p> <p><a href="https://addons.mozilla.org/en-US/firefox/addon/427" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/427</a><br/> <a href="https://addons.mozilla.org/en-US/firefox/addon/1146" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/1146</a></p> http://stackoverflow.com/questions/50801/whats-the-best-way-to-get-the-fractional-part-of-a-float-in-php/50807#50807 0 Answer by Ethan Gunderson for What's the best way to get the fractional part of a float in PHP? Ethan Gunderson 2008-09-08T22:01:27Z 2008-09-08T22:01:27Z <p>My PHP skills are lacking but you could minus the result of a floor from the original number</p> http://stackoverflow.com/questions/48961/developer-burnout-stories/48969#48969 1 Answer by Ethan Gunderson for Developer Burnout Stories Ethan Gunderson 2008-09-08T01:27:33Z 2008-09-08T01:27:33Z <p>aku, if I didn't know any better I would say you worked with me!</p> <p>The new technologies one kills me. The stuff I work on was written in the early 90s, Borland C++ to be more specific. Anytime we want to rewrite something in an updated language, we get shot down after they find out they need to spend money on it.</p> <p>I don't know about burnout, but the turnover rates in companies that have the traits Aku described are through the roof, there the McDonalds of the software world.</p> http://stackoverflow.com/questions/48958/what-causes-developer-burnout/48966#48966 24 Answer by Ethan Gunderson for What causes developer burnout? Ethan Gunderson 2008-09-08T01:23:53Z 2008-09-08T01:23:53Z <p>Treat employees like assets, not liabilities.</p> <p>I have experience in both the small agile company, and the big sluggish cooperation. The one main thing that sets them apart is that single point. At the large company, I was treated like a liability that was replaceable. That management style leads to the long drawn out projects you mentioned above. When employees have the mind set that they are expendable, they tend to grow to hate what they do which in turns leads to worse and worse code being produced. You see this type of decline all the time in factories.</p> <p>When a project turns into a death march, management should recognize that there is something drastically wrong with what that project is trying to accomplish. Whether or not that problem is the developers responsible or not does not matter, something needs to change either way.</p> <p>The best way to avoid burnout yourself is to only do what you love. If you do not love your current job, leave. The chances of it changing for the best are slim to nothing. Look at it this way, do you really want to look back on the last decade and have not liked anything you've done? Or have all of those memories overshadowed by the fact you had a job you hated going into ever day? Me neither.</p> http://stackoverflow.com/questions/47138/who-what-when-where-and-why-should-you-codereview/47202#47202 1 Answer by Ethan Gunderson for Who, what, when, where, and why should you codereview? Ethan Gunderson 2008-09-06T02:30:15Z 2008-09-06T02:30:15Z <p><strong>Who should be reviewed?</strong></p> <p>Everyone who is developing code to be released into production </p> <p><strong>Who should do the reviewing?</strong></p> <p>The entire team</p> <p><strong>What code should be reviewed? (all code? Big changes? Etc)</strong></p> <p>This one depends. We review all code changes. Property and ini changes are left un-reviewed unless we deem it necessary after looking at the code. </p> <p><strong>Where should the review take place? (Does it have to take place in person?)</strong></p> <p>Yes, it must take place in person. Besides looking over code, you can pick up valuable information on general coding practices, IDE tricks, the list goes on. Reviewing in person also gives the coder a chance to explain why they did something that way, leaves more room for debate. </p> <p><strong>When should reviews take place? (Incrementally? Before check-ins?)</strong></p> <p>We do ours a week before the code is to be put into production. Everything is checked in by that point, and it leaves plenty of time for any issues to be corrected.</p> <p><strong>Why should code be reviewed?</strong></p> <p>The list for this question is ginormous. First and foremost is to catch code that can produce errors or bugs in production. Other things like catching non-standardized code, sloppy code, anti-patterns. Pretty much you name it.</p> http://stackoverflow.com/questions/48958/what-causes-developer-burnout/48966#48966 Comment by Ethan Gunderson on What causes developer burnout? Ethan Gunderson 2009-06-20T14:13:36Z 2009-06-20T14:13:36Z You're all probably right, assets was not the correct term, however, I still think it got my point across. http://stackoverflow.com/questions/124615/iterate-over-classes-ie-beans-for-asp-net/124783#124783 Comment by Ethan Gunderson on iterate over classes ie. beans for asp.net Ethan Gunderson 2008-09-24T00:56:46Z 2008-09-24T00:56:46Z Will this work in the aspx page? http://stackoverflow.com/questions/124615/iterate-over-classes-ie-beans-for-asp-net Comment by Ethan Gunderson on iterate over classes ie. beans for asp.net Ethan Gunderson 2008-09-24T00:27:45Z 2008-09-24T00:27:45Z That is exactly what I am attempting to do. In java I can use a tag library to iterate over the property and then output its value with html. I'm looking for a similar way to do that with asp.net, or if there is a better way of doing it that I am not aware of with .net http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/88542#88542 Comment by Ethan Gunderson on What's Your Motto As A Developer/Programmer? Ethan Gunderson 2008-09-18T00:01:15Z 2008-09-18T00:01:15Z Latin correct? Thats pretty awesome. http://stackoverflow.com/questions/61559/is-net-mono-or-java-the-better-choice-for-cross-platform-development/61571#61571 Comment by Ethan Gunderson on Is .Net/Mono or Java the better choice for cross-platform development? Ethan Gunderson 2008-09-14T19:54:28Z 2008-09-14T19:54:28Z Call me ignorant, but do you even need to test ASP.NET with mono? Everything that would be .NET is server side, thus is doesn't matter which OS it's displayed on does it? http://stackoverflow.com/questions/60121/silverlight-install-base-how-big-is-it/60128#60128 Comment by Ethan Gunderson on Silverlight Install Base - How big is it? Ethan Gunderson 2008-09-12T23:29:16Z 2008-09-12T23:29:16Z Yeah, I had never really thought about it before they mentioned it in that podcast, but they are very right. I think the next couple of years will definitely be interesting in that competition. http://stackoverflow.com/questions/60121/silverlight-install-base-how-big-is-it/60128#60128 Comment by Ethan Gunderson on Silverlight Install Base - How big is it? Ethan Gunderson 2008-09-12T23:13:35Z 2008-09-12T23:13:35Z Mike, totally agree. I really like the idea of Silverlight, its ties with Visual Studio are really awesome, but it has quite a way to go before it is mature enough for primetime use. http://stackoverflow.com/questions/60121/silverlight-install-base-how-big-is-it/60128#60128 Comment by Ethan Gunderson on Silverlight Install Base - How big is it? Ethan Gunderson 2008-09-12T23:07:24Z 2008-09-12T23:07:24Z Have you tried Moonlight[1]? It is suppose to be an implementation of silverlight for Linux/Unix. [<a href="http://www.mono-project.com/Moonlight][1]" rel="nofollow">mono-project.com/Moonlight][1]</a> http://stackoverflow.com/questions/55574/learning-ruby-on-rails/55590#55590 Comment by Ethan Gunderson on Learning Ruby on Rails Ethan Gunderson 2008-09-11T01:01:59Z 2008-09-11T01:01:59Z Oh wow that is fricking awesome. Thanks!