User Elijah Manor - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T10:40:15Z http://stackoverflow.com/feeds/user/4481 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/209418/what-are-some-javascript-unit-testing-and-mocking-frameworks-you-have-used 10 What are some JavaScript Unit Testing and Mocking Frameworks you have used? Elijah Manor 2008-10-16T16:56:34Z 2009-12-12T23:20:00Z <p>My main JavaScript framework is <a href="http://jquery.com/" rel="nofollow">jQuery</a> so I would like my unit test and mocking frameworks to be compatible with that. I'd rather not have to introduce another JavaScript framework.</p> <p>I am currently using <a href="http://docs.jquery.com/QUnit" rel="nofollow">QUnit</a> for unit testing and <a href="http://boss.bekk.no/display/BOSS/Jack" rel="nofollow">Jack</a> for mocking, but I am pretty new to the whole unit testing of JavaScript.</p> <p>Does anyone else have a better tool to suggest? What has worked for you? </p> http://stackoverflow.com/questions/197648/are-there-any-other-programming-riddles 2 Are There Any Other Programming Riddles? Elijah Manor 2008-10-13T13:57:02Z 2009-11-11T10:28:02Z <p>Are there any other sources of programming type riddles on the internet?</p> <p>I started my <a href="http://manorisms.blogspot.com/" rel="nofollow">set of daily programming riddles, jokes, and quotes</a> partly to help myself and my team grown in some technical areas... like new .NET 3.5 features, design patterns, anti-patterns, code smells, etc.</p> <p>I would love to find other short programming riddles on the web, but I haven't ran across any yet. Do any of you know any, or would you consider starting to make your own?</p> http://stackoverflow.com/questions/201684/best-jquery-status-message-plugin 10 Best jQuery Status Message Plugin? Elijah Manor 2008-10-14T15:37:00Z 2009-10-23T05:24:43Z <p>What is the best jQuery status message plugin?</p> <p>I like <a href="http://plugins.jquery.com/project/jgrowl" rel="nofollow">jGrowl</a> and <a href="http://plugins.jquery.com/project/purr" rel="nofollow">Purr</a>, but jGrowl doesn't have the feature to remain sticky (not close automatially) and Purr doesn't seem to work right in IE 6.</p> <p>I would like to show messages like... the site is about to go down for maintenance, your such and such job has completed, and stuff like that.</p> http://stackoverflow.com/questions/148908/which-dependency-injection-tool-should-i-use 11 Which Dependency Injection Tool Should I Use? Elijah Manor 2008-09-29T14:28:52Z 2009-10-11T19:15:37Z <p>I am thinking about using Microsoft Unity for my Dependency Injection tool in our User Interface.</p> <p>Our Middle Tier already uses Castle Windsor, but I am thinking I should stick with Microsoft.</p> <p>Does anyone have any thoughts about what the best Dependency Injection tool is? </p> <ul> <li>Autofac</li> <li>Castle MicroKernel/Windsor</li> <li>ObjectBuilder</li> <li>PicoContainer.NET</li> <li>Puzzle.NFactory</li> <li>Spring.NET</li> <li>StructureMap</li> <li>Ninject</li> <li>Unity</li> <li>NauckIT.MicroKernel</li> <li>WINTER4NET</li> </ul> http://stackoverflow.com/questions/1445581/xval-vs-asp-net-mvc-validation-toolkit/1445654#1445654 2 Answer by Elijah Manor for xVal vs ASP.Net MVC Validation toolkit? Elijah Manor 2009-09-18T16:37:58Z 2009-09-18T16:37:58Z <p>xVal is pretty much the standard way to do client-side validation in ASP.NET MVC. Actually today Steve Sanderson just released a new version of it :)</p> <p><a href="http://blog.codeville.net/2009/09/17/xval-v10-now-available/" rel="nofollow">xVal v1.0 Now Available</a></p> <p>The ASP.NET MVC v2 will have client-side validation built in, but it is currently only in Preview 1 so it will be quite some time before that project will be released. You can view more about this on Stephen Walther's blog post...</p> <p><a href="http://stephenwalther.com/blog/archive/2009/09/16/microsoft-ajax-cdn-and-the-jquery-validation-library.aspx" rel="nofollow">Microsoft Ajax CDN and the jQuery Validation Library</a></p> <p>I would suggest to use xVal until ASP.NET MVC v2 get released.</p> http://stackoverflow.com/questions/162292/useful-stackoverflow-greasemonkey-scripts 10 Useful Stackoverflow Greasemonkey Scripts? [closed] Elijah Manor 2008-10-02T13:35:00Z 2009-08-24T18:03:58Z <p>Do you know of any good Greasemonkey scripts for Stack Overflow?</p> <p>So far, I really like the <a href="http://userscripts.org/scripts/show/34366" rel="nofollow">Stack Overflow Tag Manager</a>. It allows me to filter out tags I am not interested and focus on the tags that I am interested in.</p> <p>I created one Greasemonkey jQuery script to identify the badges you have already earned from the overall badges page called <a href="http://userscripts.org/scripts/show/34839" rel="nofollow">Stack Overflow Badges</a>, but I am on the lookout for others.</p> <p>Does anybody else know of any good scripts for Stack Overflow?</p> http://stackoverflow.com/questions/140417/using-microsoft-velocity-with-nhibernate 3 Using Microsoft Velocity with NHibernate? Elijah Manor 2008-09-26T16:05:10Z 2009-08-22T11:45:04Z <p>Has anyone tried to use MS Velocity with NHibernate. </p> <p>I've seen that NHibernate can use NCache as a distributed cache, but I am more interested in using MS Velocity instead. </p> <p>Are you aware of Cache Provider for MS Velocity for NHibernate?</p> http://stackoverflow.com/questions/206790/best-javascript-date-parser-formatter 4 Best JavaScript Date Parser & Formatter? Elijah Manor 2008-10-15T22:36:25Z 2009-08-14T15:32:41Z <p>Since I've started to use jQuery, I have been doing a lot more JavaScript development.</p> <p>I have the need to parse different date formats and then to display them into another format.</p> <p>Do you know of any good tool to do this?</p> <p>Which one would you recommend?</p> http://stackoverflow.com/questions/153039/asp-net-mvc-client-side-validation 2 ASP.NET MVC Client Side Validation Elijah Manor 2008-09-30T13:35:02Z 2009-08-03T16:28:08Z <p>I am all about using ASP.NET MVC, but one of the areas that I hope gets improved on is Client-Side Validation.</p> <p>I know the most recent version (Preview 5) has a lot of new features for Validation, but they all seem to be after the page has been posted.</p> <p>I have seen an interesting article by <a href="http://blog.codeville.net/2008/04/30/model-based-client-side-validation-for-aspnet-mvc/" rel="nofollow">Steve Sanderson</a>... using Live Validation, Castle.Components.Validator.dll, and a Validator framework he made. </p> <p>I have used it in my project, but I am hoping something like it will get integrated into the official ASP.NET MVC release. I definitely think the business rules should reside either on the model or in the controller rather than in the View.</p> <p>Have any of you used a similar approach?</p> <p>Are you aware of something like this being added to the official ASP.NET MVC release?</p> http://stackoverflow.com/questions/1183707/is-there-an-appfuse-equivalent-for-net-mvc-apps-an-open-source-c-net-mvc-pro/1194580#1194580 1 Answer by Elijah Manor for Is there an Appfuse equivalent for .net mvc apps? (An open source C# .net mvc project that eliminates the ramp up time when developing applications for new customers?) Elijah Manor 2009-07-28T14:41:46Z 2009-07-28T14:41:46Z <p>I think the closest thing to what you are looking for is called <a href="http://code.google.com/p/sharp-architecture/" rel="nofollow">S#arp Architecture</a></p> <blockquote> <p>Pronounced "Sharp Architecture," this is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate. The primary advantage to be sought in using any architectural framework is to decrease the code one has to write while increasing the quality of the end product. A framework should enable developers to spend little time on infrastructure details while allowing them to focus their attentions on the domain and user experience. Accordingly, S#arp Architecture adheres to the following key principles:</p> <pre><code>* Focused on Domain Driven Design * Loosely Coupled * Preconfigured Infrastructure * Open Ended Presentation </code></pre> </blockquote> http://stackoverflow.com/questions/201088/full-time-employee-versus-contract-work 13 Full Time Employee versus Contract Work? Elijah Manor 2008-10-14T13:09:15Z 2009-06-30T13:55:20Z <p>What types of programmers tend to be attracted to full-time positions and what types are drawn to contract positions?</p> <p>Which type are you, and have you swapped between one to another?</p> <p>Does there come a time in a programmer's life when he/she typically switches from one to another?</p> <p>Do you find one more challenging than the other?</p> http://stackoverflow.com/questions/699002/cannot-use-microsoft-chart-control-on-a-64-bit-operating-system 0 Cannot Use Microsoft Chart Control on a 64 bit Operating System Elijah Manor 2009-03-30T21:02:17Z 2009-06-27T12:00:00Z <p>I am having issues running the chart control on our 64 bit machine. I get the following error...</p> <blockquote> <p>Could not load file or assembly 'AspnetChart' or one of its dependencies. An attempt was made to load a program with an incorrect format.</p> </blockquote> <p>The machine I am running this on is a Windows Server 2003 Enterprise x64 Edition SP2 Intel(R) Xeon(R) CPU E5405 @ 2.00 GHz w/ 4.00 GB RAM</p> <p>The chart control works fine on our 32 bit Windows XP Professional SP3 and Windows Server 2003 Standard Edition SP2 machines, but not when deployed to the 64 bit machine.</p> <p>I tried to change the Platform target to x86, but that didn't seem to help. I also tried signing the dll and putting it in the GAC, but that didn't help.</p> <p>Any thoughts, suggestions?</p> http://stackoverflow.com/questions/168512/best-free-professional-looking-uml-tool 4 Best Free Professional Looking UML Tool? Elijah Manor 2008-10-03T19:31:32Z 2009-06-10T13:48:38Z <p>I like the look of the Visual Studio Class Designers, but it doesn't give me the flexibility of designing before I implement the code. </p> <p>Also, I'd like to show interfaces, inheritance, and aggregation lines between classes and properties as well.</p> <p>I am on the lookout for a free tool to help me diagram some of the projects that I do on the side. I'd like to provide professional looking diagrams to place on my blog.</p> <p>Visio, SmartDraw, Poseidon aren't free and I don't like the way StarUML or Gliffy looks.</p> <p>Any ideas? Remember... free is the key!</p> http://stackoverflow.com/questions/198482/real-world-asp-net-mvc-applications-with-source-code 6 Real World ASP.NET MVC Applications with Source Code? Elijah Manor 2008-10-13T18:12:52Z 2009-05-12T08:14:56Z <p>I think all of the tutorials and stuff are great on blogs, but sometimes when you actually build an application the way you would code or interact with a system is quite different.</p> <p>I was wondering if you all knew some good real world type ASP.NET MVC applications that have the source code available for experimentation.</p> <p>Off hand I am aware of the following, but I'm interested to see if there are more:</p> <ul> <li><p><a href="http://www.codeplex.com/FlickrXplorer/Release/ProjectReleases.aspx?ReleaseId=18041" rel="nofollow">Flickr Xplorer ASP.NET MVC website using jQuery</a> (<a href="http://www.flickrmvc.net/Photo/intel#259803598" rel="nofollow">live website</a>)</p></li> <li><p><a href="http://www.codeplex.com/Kigg" rel="nofollow">Kigg</a> (<a href="http://kigg.dotnetslackers.com/" rel="nofollow">live website</a>)</p></li> <li><p><a href="http://weblogs.asp.net/stephenwalther/archive/2008/09/05/asp-net-mvc-application-building-forums-1-create-the-perfect-application.aspx" rel="nofollow">Forums: Create the Perfect Application</a> </p></li> <li><p><a href="http://blog.wekeroad.com/mvc-storefront/" rel="nofollow">MVC Storefront</a> (thanks to <a href="http://stackoverflow.com/users/16526/cristianlibardo">cristianlibardo</a> for reminding me of this one)</p></li> </ul> http://stackoverflow.com/questions/836159/css-to-add-underline-after-header-content 2 CSS To Add Underline After Header Content Elijah Manor 2009-05-07T18:04:03Z 2009-05-07T23:11:44Z <p><strong>Problem</strong></p> <p>I am working on a project to theme a website, but I am not allowed to change the HTML or JavaScript. I can only update the CSS stylesheet and add/update images.</p> <p><strong>Requrements</strong></p> <ul> <li>I need to style a h3 tag to have an underline/border after the content. </li> <li>This h3 will be used multiple times on the page, so the conent length can vary </li> <li>The solution needs to be cross-browser (IE 6/7/8, FF 3, &amp; Safari)</li> </ul> <p><strong>Sample Code</strong></p> <pre><code>&lt;div class="a"&gt; &lt;div class="b"&gt;&lt;!-- etc --&gt;&lt;/div&gt; &lt;div class="c"&gt; &lt;h3&gt;Sample Text To Have Line Afterwards&lt;/h3&gt; &lt;ul&gt;&lt;!-- etc --&gt;&lt;/ul&gt; &lt;p class="d"&gt;&lt;!-- etc --&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p><strong>Sample Output</strong></p> <pre> Sample Text to Have Line Afterwards ______________________________________ Another Example __________________________________________________________ And Yet Another Example __________________________________________________ </pre> <p><strong>Notes</strong></p> <ul> <li>I think #sample:after { content: "<strong>______</strong>"; } option wouldn't work since that would only be the correct length for one of the tags</li> <li>I tried a background-image, but if it gave me problems if I gave it one with a large width</li> <li>Using text-indent didn't see to give me the effect I was looking for</li> <li>I tried a combination of border-bottom and text-decoration: none, but that didn't seem to work either</li> </ul> <p><strong><em>Any ideas would be much appreciated!</em></strong></p> http://stackoverflow.com/questions/179332/anyone-actually-using-f-in-production 12 Anyone Actually Using F# in Production? Elijah Manor 2008-10-07T16:36:04Z 2009-05-07T06:55:44Z <p>Is anyone actually using F# in a production environment?</p> <p>If so, what are you using it for and why did you decided to use F#?</p> <p>Do you recommend a die-hard C# developer to learn F# or do you think it's just a fad?</p> http://stackoverflow.com/questions/247479/jquery-text-to-link-script 6 jQuery Text to Link Script? Elijah Manor 2008-10-29T16:29:14Z 2009-04-27T09:05:04Z <p>Does anyone know of a script that can select all text references to URLs and automatically replace them with anchor tags pointing to those locations?</p> <pre><code>For example: http://www.google.com would automatically turn into &lt;a href="http://www.google.com"&gt;http://www.google.com&lt;/a&gt; </code></pre> <p>Note: I am wanting this because I don't want to go through all my content and wrap them with anchor tags. </p> http://stackoverflow.com/questions/174803/what-logparser-ui-do-you-use 3 What LogParser UI do you use? Elijah Manor 2008-10-06T15:37:00Z 2009-04-24T15:42:55Z <p>I just started using <a href="http://www.lizardl.com/PageHtml.aspx?lng=2&amp;PageId=18" rel="nofollow">Log Parser Lizard</a> to examine my IIS and Event logs. </p> <p>What UI tool do you use on top of LogParser 2.2 to view your log files on production?</p> http://stackoverflow.com/questions/209211/best-xslt-editor-debugger 4 Best XSLT Editor &| Debugger Elijah Manor 2008-10-16T16:02:23Z 2009-03-17T22:30:25Z <p>Other than Visual Studio, what tool have you found best to create, edit, maintain, and possibly debug your XSLT files?</p> <p>I work on a fairly big project and we have tons of XSLT files and they have grown quite complex in their implementation.</p> <p>The language seems so brittle. It would be nice to navigate and identify errors more quickly.</p> http://stackoverflow.com/questions/141371/which-visual-studio-color-theme 12 Which Visual Studio Color Theme? Elijah Manor 2008-09-26T19:15:51Z 2009-02-20T18:40:23Z <p>Which Visual Studio Color Theme do you use?</p> <p>Do you find that the darker themes work best for you? Do they help ease your eye strain?</p> <p>What is your favorite color theme &amp; where can I get it?</p> http://stackoverflow.com/questions/159025/jquery-grid-recommendations/159071#159071 11 Answer by Elijah Manor for jQuery Grid Recommendations Elijah Manor 2008-10-01T18:38:14Z 2009-01-21T20:44:01Z <p>Personally I like the <a href="http://flexigrid.info/" rel="nofollow">Flexigrid</a>. It is professional looking and I like the feature set. I have seen others, but I think they don't look all that good or their features are so-so.</p> <p>I did a <a href="http://webdevdotnet.blogspot.com/2008/07/flexigrid.html" rel="nofollow">blog entry</a> on how to use c# 3.5 w/ the Flexigrid using LINQ to Reflection.</p> <p>Some other grids that you might want to check out are</p> <ul> <li><a href="http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/" rel="nofollow">jqGrid</a> (website currently seems to be down...)</li> <li><a href="http://reconstrukt.com/ingrid/" rel="nofollow">ingrid</a></li> </ul> http://stackoverflow.com/questions/206783/when-does-browser-automatically-clear-javascript-cache 7 When Does Browser Automatically Clear JavaScript Cache? Elijah Manor 2008-10-15T22:33:32Z 2009-01-21T06:40:42Z <p>I have a JavaScript resource that has the possibility of being edited at any time. Once it is edited I would want it to be propagated to the user's browser relatively quickly (like maybe 15 minutes or so), however, the frequency of this resource being editing is few and far between (maybe 2 a month).</p> <p>I'd rather the resource to be cached in the browser, since it will be retrieved frequently, but I'd also like the cache to get reset on the browser at a semi-regular interval.</p> <p>I know I can pass a no-cache header when I request for the resource, but I was wondering when the cache would automatically reset itself on the browser if I did not pass no-cache.</p> <p>I imagine this would be independent for each browser, but I'm not sure.</p> <p>I tried to Google this, but most of the hits I found were about clearing the browser's cache... which isn't what I'm looking for.</p> http://stackoverflow.com/questions/173159/difference-between-viewdata-and-tempdata 14 Difference Between ViewData and TempData? Elijah Manor 2008-10-06T03:57:42Z 2009-01-20T21:23:22Z <p>I know what ViewData is and use it all the time, but in ASP.NET Preview 5 they introduced something new called TempData. </p> <p>I normally strongly type my ViewData, instead of using the dictionary of objects approach.</p> <p>So, when should I use TempData instead of ViewData?</p> <p>Are there any best practices for this? </p> http://stackoverflow.com/questions/174784/what-are-your-favorite-logparser-scripts 3 What are your favorite LogParser Scripts? Elijah Manor 2008-10-06T15:34:23Z 2009-01-07T16:51:25Z <p>What are you favorite LogParser 2.2 Scripts to run against IIS logs and Event logs?</p> <p>I am putting a list of scripts together to run against our production environment to proactively look for issues and to help when isolating performance problems.</p> <p>Do you have a certain list of LogParser 2.2 scripts that you use?</p> http://stackoverflow.com/questions/182714/does-twitter-help-you-become-a-better-developer-or-distract-you 5 Does Twitter Help You Become a Better Developer or Distract You? Elijah Manor 2008-10-08T13:21:17Z 2008-12-06T18:53:45Z <p>Since I've joined twitter I have found it very helpful to keep my finger on the pulse of technology and where it is going.</p> <p>I follow many of the top Microsoft developers and find it interesting to see their struggles, opinions, and influences...</p> <ul> <li>codinghorror / Jeff Atwood </li> <li>shanselman / Scott Hanselman </li> <li>haacked / Phil Haack </li> <li>RickStrahl / Rick Strahl </li> <li>RoyOsherove / Roy Osherove </li> </ul> <p>It could be argued that twitter is just a distraction instead of an inspiration.</p> <p>How how you find twitter as a medium for being technically savvy? Is it helpful or just a waste of time?</p> <p>If you find it useful... who in the ASP.NET arena would you suggest following?</p> http://stackoverflow.com/questions/331000/localize-images-in-asp-net 4 Localize Images in ASP.NET Elijah Manor 2008-12-01T14:23:53Z 2008-12-01T15:28:31Z <p>A couple of years ago, we had a graphic designer revamp our website. His results looked great, but he unfortunately introduced a new unsupported font by the web browser. </p> <p>At first I was like, "What!?!"... since most of our content is dynamic and there was no real way to pre-make all of the images. There was also the issue of multiple languages (since we knew Spanish was on the horizon).</p> <p>Anyway, I decided to create some classes to auto-generate images via GDI+ and programatically cache them as needed. This solved most of our initial problems. However, now that our load has increased dramatically, there has been a drain on our UI server.</p> <p>Now to the question... I am looking to replace most of the dynamic GDI+ images with a standard web browser font. I am thinking of keeping some of the rendered GDI+ images and putting them in a resx file, but plan to replace most of them with Tahoma or Arial fonts via asp:Labels. </p> <p>Which have you found to be a better localized image solution? </p> <ul> <li>Embedding images into the resx</li> <li>Only adding the image url into the resx</li> <li>Some other solution</li> </ul> <p>My main concern is to limit the processing on the UI server. If that is the case, would adding the image url to the resx be a better solution compared to actually embedding the image into the resx?</p> http://stackoverflow.com/questions/143019/defaulting-to-different-urls-when-generating-web-service-proxy-with-wsdl-exe 0 Defaulting to different URLs when Generating Web Service Proxy with WSDL.exe Elijah Manor 2008-09-27T04:51:41Z 2008-11-24T20:38:00Z <p>I have numerous Web Services in my project that share types. </p> <p>For simplicity I will demonstrate with two Web Services.</p> <p>WebService1 at <a href="http://MyServer/WebService.asmx" rel="nofollow">http://MyServer/WebService.asmx</a> webService2 at <a href="http://MyServer/WebService.asmx" rel="nofollow">http://MyServer/WebService.asmx</a></p> <p>When I generate the proxy for these two services I use:</p> <p>wsdl /sharetypes <a href="http://MyServer/WebService1.asmx" rel="nofollow">http://MyServer/WebService1.asmx</a> <a href="http://MyServer/WebService2.asmx" rel="nofollow">http://MyServer/WebService2.asmx</a> /appsettingurlkey:WebServiceUrl /namespace:MyNamespace /out:MyProxy.cs</p> <p>The problem is that the appsettingurlkey is the same for each Web Service in the proxy file. I want to be able to specify multiple appsettingurlkey parameters. How is this accomplished? I figure since the /sharetypes parameter became available, there should be a solution for specifying the appsettingurlkey specifically for each Web Service identified.</p> <p>If this is not possible with the wsdl.exe, what would you propose I do? I would rather not update the generated code that wsdl.exe outputs and I don't want to go through my whole application passing in the Url to each instance of the Web Services.</p> http://stackoverflow.com/questions/208468/issues-during-asp-net-mvc-upgrade-from-preview-5-to-beta 6 Issues During ASP.NET MVC Upgrade from Preview 5 to Beta? Elijah Manor 2008-10-16T13:07:35Z 2008-11-05T10:20:48Z <p>What issues or refactoring did you have to do when you upgraded from ASP.NET MVC Preview 5 to the newly released <a href="http://www.microsoft.com/downloads/details.aspx?familyid=a24d1e00-cd35-4f66-baa0-2362bdde0766&amp;displaylang=en&amp;tm" rel="nofollow">Beta</a> version?</p> http://stackoverflow.com/questions/247800/override-default-constructor-of-partial-class-with-another-partial-class 2 Override Default Constructor of Partial Class with Another Partial Class Elijah Manor 2008-10-29T18:02:36Z 2008-10-29T18:38:27Z <p>I don't think this is possible, but if is then I need it :)</p> <p>I have a auto-generated proxy file from the wsdl.exe command line tool by Visual Studio 2008.</p> <p>The proxy output is partial classes. I want to override the default constructor that is generated. I would rather not modify the code since it is auto-generated.</p> <p>I tried making another partial class and redefining the default constructor, but that doesn't work. I then tried using the override and new keywords, but that doesn't work.</p> <p>I know I could inherit from the partial class, but that would mean I'd have to change all of our source code to point to the new parent class. I would rather not have to do this.</p> <p>Any ideas, work arounds, or hacks? </p> <pre><code>//Auto-generated class namespace MyNamespace { public partial class MyWebService : System.Web.Services.Protocols.SoapHttpClientProtocol { public MyWebService() { string myString = "auto-generated constructor"; //other code... } } } //Manually created class in order to override the default constructor namespace MyNamespace { public partial class MyWebService : System.Web.Services.Protocols.SoapHttpClientProtocol { public override MyWebService() { //this doesn't work string myString = "overridden constructor"; //other code... } } } </code></pre> http://stackoverflow.com/questions/187855/what-does-the-dry-principle-actually-look-like-in-asp-net-mvc 3 What Does the DRY Principle Actually Look Like in ASP.NET MVC? Elijah Manor 2008-10-09T15:36:58Z 2008-10-27T19:42:31Z <p>I keep hearing about the DRY Principle and how it is so important in ASP.NET MVC, but when I do research on Google I don't seem to quite understand exactly how it applies to MVC.</p> <p>From what I've read its not really the copy &amp; paste code smell, which I thought it was, but it is more than that.</p> <p>Can any of you give some insight into how I might use the DRY Principle in my ASP.NET MVC application?</p> http://stackoverflow.com/questions/836159/css-to-add-underline-after-header-content/836209#836209 Comment by Elijah Manor on CSS To Add Underline After Header Content Elijah Manor 2009-05-12T15:31:49Z 2009-05-12T15:31:49Z If margin-left was added to this then it would work, but I was trying to find something that would work for multiple instances of varied length http://stackoverflow.com/questions/836159/css-to-add-underline-after-header-content Comment by Elijah Manor on CSS To Add Underline After Header Content Elijah Manor 2009-05-07T18:10:37Z 2009-05-07T18:10:37Z I can not add or update JavaScript either... so that is out. Bummer, hu :) I updated the question to include this information. Thanks for pointing it out. http://stackoverflow.com/questions/494076/jquery-and-asp-net-forcing-button-click/494087#494087 Comment by Elijah Manor on jQuery and ASP.NET - forcing button click Elijah Manor 2009-04-15T14:55:26Z 2009-04-15T14:55:26Z Exactly what I was looking for... thanks! http://stackoverflow.com/questions/280559/how-to-get-cmd-line-build-command-for-vs-solution/355547#355547 Comment by Elijah Manor on How to get cmd line build command for VS solution? Elijah Manor 2009-01-22T15:23:31Z 2009-01-22T15:23:31Z Ha... its amazing how adding that &quot;call&quot; keyword changes the behavior! LOL silly mistake on my part. Thanks! http://stackoverflow.com/questions/247479/jquery-text-to-link-script/247542#247542 Comment by Elijah Manor on jQuery Text to Link Script? Elijah Manor 2008-10-29T16:50:40Z 2008-10-29T16:50:40Z Thanks man! Good point... http://stackoverflow.com/questions/67665/ie7-css-scrolling-div-bug/67667#67667 Comment by Elijah Manor on IE7 CSS Scrolling Div Bug Elijah Manor 2008-10-23T15:50:57Z 2008-10-23T15:50:57Z Wow.. thanks so much for this! You saved me 2 days before a production deployment! http://stackoverflow.com/questions/201684/best-jquery-status-message-plugin/201701#201701 Comment by Elijah Manor on Best jQuery Status Message Plugin? Elijah Manor 2008-10-14T17:57:40Z 2008-10-14T17:57:40Z Doh, I didn't even see the sticky attribute on jGrowl. Thanks for pointing that out! http://stackoverflow.com/questions/201088/full-time-employee-versus-contract-work/201099#201099 Comment by Elijah Manor on Full Time Employee versus Contract Work? Elijah Manor 2008-10-14T13:15:47Z 2008-10-14T13:15:47Z Interesting, I would have thought it would be the other way. http://stackoverflow.com/questions/201088/full-time-employee-versus-contract-work Comment by Elijah Manor on Full Time Employee versus Contract Work? Elijah Manor 2008-10-14T13:14:46Z 2008-10-14T13:14:46Z Personally, for all my life I have been a full-time employee until recently. Security has been a big concern, so the thought of not having a steady income was an issue. The Contract gig that I have is unique in that I get salary, benefits, and overtime. So, I'm not exactly one or the other ;) http://stackoverflow.com/questions/198482/real-world-asp-net-mvc-applications-with-source-code/198507#198507 Comment by Elijah Manor on Real World ASP.NET MVC Applications with Source Code? Elijah Manor 2008-10-13T18:27:24Z 2008-10-13T18:27:24Z Ohh yeah, I forgot about that one. I knew I was forgetting something. Any others? http://stackoverflow.com/questions/183661/recommended-hardware-to-support-full-text-search-in-sql-2005/188246#188246 Comment by Elijah Manor on Recommended Hardware to Support Full Text Search in SQL 2005 Elijah Manor 2008-10-10T19:35:16Z 2008-10-10T19:35:16Z Very elaborate answer. Good job Eric! http://stackoverflow.com/questions/183661/recommended-hardware-to-support-full-text-search-in-sql-2005 Comment by Elijah Manor on Recommended Hardware to Support Full Text Search in SQL 2005 Elijah Manor 2008-10-08T16:32:42Z 2008-10-08T16:32:42Z I don't know the answer, but if I find out I will certainly let you know. http://stackoverflow.com/questions/182066/linq-to-sql-table-dependency/182359#182359 Comment by Elijah Manor on LINQ to SQL Table Dependency Elijah Manor 2008-10-08T12:06:27Z 2008-10-08T12:06:27Z Thank you... Giovanni! You da man! http://stackoverflow.com/questions/182280/alternative-to-html-buttont/182291#182291 Comment by Elijah Manor on Alternative to Html.Button<T>? Elijah Manor 2008-10-08T11:52:09Z 2008-10-08T11:52:09Z I agree with your comment.. seems they took out a lot of good stuff. http://stackoverflow.com/questions/182066/linq-to-sql-table-dependency/182292#182292 Comment by Elijah Manor on LINQ to SQL Table Dependency Elijah Manor 2008-10-08T11:51:15Z 2008-10-08T11:51:15Z How would I go about using LoadWith? I'm not finding much help online. Any good resources?