User domus.vita - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T18:18:18Zhttp://stackoverflow.com/feeds/user/19960http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/824657/some-form-of-progress-bar-when-something-is-loading-in-asp-net/824972#8249720Answer by domus.vita for Some form of Progress bar when something is loading in ASP.NET?domus.vita2009-05-05T13:56:38Z2009-05-05T13:56:38Z<p>I've been using the jQuery plugin <a href="http://malsup.com/jquery/block/" rel="nofollow">BlockUI</a>. Pretty easy to set up and very cool looking, especially when used with <a href="http://stanlemon.net/projects/jgrowl.html" rel="nofollow">jgrowl</a>.</p>
http://stackoverflow.com/questions/805910/automated-web-ui-testing/814871#8148710Answer by domus.vita for Automated Web UI Testingdomus.vita2009-05-02T13:30:44Z2009-05-02T13:30:44Z<p>Just to throw out another option (of which I haven't tried but I do like Telerik) is Telerik's new <a href="http://www.telerik.com/products/web-ui-test-studio.aspx" rel="nofollow">WebUI Testing Studio</a>. I will also echo Selenium up votes.</p>
http://stackoverflow.com/questions/805233/will-i-have-to-rewrite-any-major-pieces-of-code-for-iis7-5/814864#8148640Answer by domus.vita for Will I have to rewrite any major pieces of code for iis7.5?domus.vita2009-05-02T13:25:47Z2009-05-02T13:25:47Z<p>I've imported a few of my projects over to Win7's IIS and if you're coming from an <a href="http://msdn.microsoft.com/en-gb/library/ms689429.aspx" rel="nofollow">IIS7</a> environment then everything hums (so far). If you're coming from a lower version of IIS then there are a few things that need to be taken into consideration (ex. system.webServer node in your web.config).</p>
<p>You're right however, I have no idea what your code is other than a CMS. From personal experience, I've encountered no problems.</p>
http://stackoverflow.com/questions/784182/asp-net-continuous-learning/784324#7843242Answer by domus.vita for ASP.NET Continuous learningdomus.vita2009-04-24T02:35:56Z2009-04-24T02:35:56Z<p>I can absolutely identify. I've been programming since 1997 and really don't have any formal training to speak of. With regards to ASP.NET, everything I've learned has been through open code (Community Server, BlogEngine.NET, the other ASP.NET Starter Kits), books, LearnVisualStudio.net, and constantly being thrown in the fire.</p>
<p>I have a MASSIVE inferiority complex as I'm always wondering "did I do this the smart way or the inexperienced way". All I know is that my customers are happy, the errors that occur are few and are fixed quickly, and I keep getting work. </p>
<p>Luckily I have a passion for my work and that's what drives me to keep improving (slow though it may be).</p>
<p>If you're a "people person" then I think user group meetings are a great resource. I'm a bit of an introvert and unless someone who's smart reaches across and shakes my hand, I pretty much rely on the speaker's presentation to teach me something new. Probably not the best way to go and also probably why I don't go that much.</p>
<p>But again, I would stress the open projects, especially Community Server.</p>
http://stackoverflow.com/questions/768290/search-engine-optimization-reading-material-and-references-request/772975#7729753Answer by domus.vita for Search Engine Optimization reading material and references request.domus.vita2009-04-21T14:55:03Z2009-04-21T14:55:03Z<p><a href="http://www.seomoz.org" rel="nofollow">seomoz</a> is a great resource. You can also do a search on YouTube for SEO and there are some great introductory videos.</p>
http://stackoverflow.com/questions/747846/using-ajax-for-incremental-save-with-asp-net-with-multi-layered-web-app/748123#7481230Answer by domus.vita for Using AJAX for Incremental Save with ASP.NET with multi layered web appdomus.vita2009-04-14T15:24:31Z2009-04-14T15:24:31Z<p>Is it possible to just use an AJAX timer control, set it to execute every 30 seconds (or whatever), grab the data from your input fields, apply them to your ObjectDataSource parameters and call an Update or Insert depending on if it's new or old content?</p>
http://stackoverflow.com/questions/712220/whats-your-choice-for-your-next-asp-net-project-webforms-or-mvc/718947#7189471Answer by domus.vita for What's your choice for your next Asp.Net project: WebForms or MVC?domus.vita2009-04-05T13:45:21Z2009-04-05T13:45:21Z<p>MVC. We're going to redo an application that is SEO intensive and MVC seams to fit right in out of the box. Plus I want to hang out with the cool kids on the playground.</p>
http://stackoverflow.com/questions/629923/what-is-your-complete-asp-net-development-environment/697341#6973411Answer by domus.vita for What Is Your Complete ASP.net Development Environment?domus.vita2009-03-30T14:02:53Z2009-03-30T14:02:53Z<ul>
<li>Windows Vista (Please let Win7 be as good as people are saying)</li>
<li>IIS 7 </li>
<li>.Net 3.5</li>
<li>VS 2008</li>
<li>SourceGear</li>
<li>CruiseControl (just got it setup and loving it)</li>
<li>Resharper (CAN NOT live without)</li>
<li>StyleCop (Just started using it, what a pain but it'll pay off in the end)</li>
<li>FxCop ( See StyleCop comment)</li>
<li>Firebug (Resisted at first...have no idea why)</li>
<li>Telerik Ajax Suite (Pricey and bloated...but pretty to look at)</li>
<li>Notepad++ (Quick and painless)</li>
<li>Free SMTP Server (No SMTP server on Vista)</li>
<li>Nunit (Like it...wish I was a guru and will use more and more)</li>
<li>Reflector ("So...how did the smart guys do it...")</li>
<li>CAT.NET (stay away evil doers)</li>
<li>Ritalin ("Thank the maker")</li>
</ul>
http://stackoverflow.com/questions/614364/comparison-of-available-net-controls-libraries/615984#6159841Answer by domus.vita for Comparison of available .net controls librariesdomus.vita2009-03-05T18:30:17Z2009-03-05T18:30:17Z<p>I'll throw my hate in for Telerik for ASP.NET/AJAX. Yes, they may be considered "bloatware" but in with the extra functionality and UI design out of the box, I'll put with an additional 5k of data here and there. You said "enterprise" so I assume that cost isn't a problem, if so then Telerik is a winner.</p>
http://stackoverflow.com/questions/16963/who-actually-uses-datagrid-gridview-formview-etc-in-production-apps/615924#6159240Answer by domus.vita for Who actually uses DataGrid/GridView/FormVIew/etc in production apps?domus.vita2009-03-05T18:20:06Z2009-03-05T18:20:06Z<p>I'm trying to look at it all in context. I have a page that has a nice gridview (displays 10 rows at a time, 6 columns, sorting, and paging) and if I just look at the html table that is created along with the viewstate, I'm only seeing 29k of code.</p>
<p>Is 29k vs. 18k for using a repeater or listview really worth all the effort in these broadband times?</p>
<p>I personally stick with the gridviews however the design guy I work with sometimes gripes about trying to style it via css.</p>
http://stackoverflow.com/questions/515742/need-wcf-and-wpf-application-source-code-for-beginer/525688#5256880Answer by domus.vita for need wcf and wpf application source code for beginerdomus.vita2009-02-08T13:13:36Z2009-02-08T13:13:36Z<p>Hi, </p>
<p>You can take a look at the <a href="http://www.dinnernow.net/" rel="nofollow">DinnerNow.net</a> sample application. There's quite a bit that goes into setting it up but I think if you're ready to tackle both technologies at once it'll help a great deal.</p>
http://stackoverflow.com/questions/440675/compile-error-cs0433-on-pre-compiled-asp-net-2-0-site/442982#4429821Answer by domus.vita for Compile Error CS0433 on pre-compiled ASP.NET 2.0 site.domus.vita2009-01-14T13:42:05Z2009-01-14T13:42:05Z<p>For me, closing the IDE, shutting the web site (IIS or Cassini), deleting all of my temporary asp.net files, launching the IDE and doing a full compile does the trick.</p>
http://stackoverflow.com/questions/439796/is-it-better-to-convert-existing-user-accounts-for-them-or-have-the-users-re-regi/442944#4429440Answer by domus.vita for Is it better to convert existing user accounts for them or have the users re-register?domus.vita2009-01-14T13:31:44Z2009-01-14T13:31:44Z<p>I would migrate their information and then on their first login ask them to confirm that their membership info is correct (just to be anal).</p>
http://stackoverflow.com/questions/438944/mysterious-process-runsilent-error-on-windows-server-2003/442922#4429221Answer by domus.vita for Mysterious process - RunSilent - error on Windows Server 2003domus.vita2009-01-14T13:26:21Z2009-01-14T13:26:21Z<p>I found <a href="http://www.indigorose.com/forums/showthread.php?p=99273" rel="nofollow">this</a> which led me to <a href="http://www.warmuskerken.com/" rel="nofollow">this</a>. Could it be some sort of timer running in the background?</p>
http://stackoverflow.com/questions/182627/how-long-to-get-up-to-speed-with-asp-net/442901#4429010Answer by domus.vita for How long to get up to speed with ASP.NET?domus.vita2009-01-14T13:22:12Z2009-01-14T13:22:12Z<p>Take a look at some of the starter kits like <a href="http://www.asp.net/downloads/starter-kits/Kigg/" rel="nofollow">Kigg</a>, <a href="http://www.dinnernow.net/" rel="nofollow">DinnerNow</a>, and <a href="http://www.dinnernow.net/" rel="nofollow">DropThings</a> . You'll get an idea of MVC, WCF and LINQ. Ignore that sinking feeling and get to work learning!</p>
http://stackoverflow.com/questions/263574/good-date-picker-for-asp-net/434068#4340680Answer by domus.vita for Good date-picker for ASP.NETdomus.vita2009-01-11T23:58:12Z2009-01-11T23:58:12Z<p>We have used the <a href="http://developer.yahoo.com/yui/calendar/" rel="nofollow">Yahoo! UI Library Calendar</a> with no complaints.</p>
http://stackoverflow.com/questions/424692/how-do-i-add-a-microsoft-ajax-auto-complete-textbox-to-an-existing-asp-net-3-5-sp/433048#4330480Answer by domus.vita for How do I add a Microsoft AJAX auto complete textbox to an existing ASP.NET 3.5 SP1 web application project?domus.vita2009-01-11T14:59:58Z2009-01-11T14:59:58Z<p>I found the AJAX Control Toolkit solution to be really slow. Of course I'm open to it being my fault. We had already purchased the Telerik suite of controls and used theirs which had pretty good performance.</p>
http://stackoverflow.com/questions/424588/how-do-you-structure-css-files-for-a-web-project/433042#4330420Answer by domus.vita for How do you structure css files for a web project ? domus.vita2009-01-11T14:57:31Z2009-01-11T14:57:31Z<p>We use a single style sheet that is applicable to the whole site and additional style sheets where applicable on certain pages. For instance, on some of our pages we have grids, so we have a grids.css. No sense in adding all of that css to a single stylesheet when sometimes it's not needed.</p>
http://stackoverflow.com/questions/424373/how-stable-usable-is-sqlroleprovider-aspnetregsql/431600#4316001Answer by domus.vita for How stable/usable is SqlRoleProvider & aspnet_regsql?domus.vita2009-01-10T19:35:18Z2009-01-10T19:35:18Z<p>I believe the SqlRoleProvider is the way to go. It's highly scalable and easy to set up. Unless you've already rolled your own proven solution (then why are you posting this question) then this is a no brainer.</p>
<p>I agree with webchanix, the system does allow for multiple applications and does lots of table scans but in the end, I think we're talking about an pretty small perf hit based on it's benefits.</p>
http://stackoverflow.com/questions/424154/asp-net-membership-provider-with-confirmation-email/431587#4315870Answer by domus.vita for ASP.NET Membership Provider with Confirmation emaildomus.vita2009-01-10T19:29:30Z2009-01-10T19:29:30Z<p>You can try <a href="http://www.herocoder.com/Products/HeroMembership/" rel="nofollow">HeroCoder</a>, I'm using it in a couple of web apps.</p>
http://stackoverflow.com/questions/378294/what-is-the-best-way-to-limit-the-amount-of-text-that-can-be-entered-into-a-text/431567#4315670Answer by domus.vita for What is the best way to limit the amount of text that can be entered into a 'textarea'?domus.vita2009-01-10T19:18:33Z2009-01-10T19:18:33Z<p>jQuery also provides some <a href="http://www.ajaxray.com/blog/2007/11/09/interactive-character-limit-for-textarea-using-jquery/" rel="nofollow">options</a> here. Options, options, and options.</p>
http://stackoverflow.com/questions/320211/is-there-a-standard-e-commerce-database-schema-to-apply-the-discounts-taxes-gift/410105#4101052Answer by domus.vita for Is there a standard e-commerce database schema to apply the discounts/taxes/gift vouchers to products?domus.vita2009-01-03T23:47:34Z2009-01-03T23:47:34Z<p>Hi, I agree with Chris Roberts, <a href="http://www.oscommerce.com/community/contributions,3853/page,23" rel="nofollow">OSCommerce</a> is a good place to start as well as <a href="http://www.databaseanswers.org/data_models/index.htm" rel="nofollow">DatabaseAnswers.org</a>.</p>
<p>Hope that helps.</p>
http://stackoverflow.com/questions/364817/sos-rich-text-editor-is-it-available-somewhere/365402#3654021Answer by domus.vita for SO's rich text editor -- is it available somewhere?domus.vita2008-12-13T16:33:47Z2008-12-13T16:33:47Z<p>We use two different editors at my job. XStandard and Telerik. XStandard is great if you have major concerns about the content being XHTML formatted. </p>
<p>There are a couple of drawbacks however, the editor runs on the client (like Flash) and must be installed by the user upon their first visit. This isn't a major concern if you're running an intranet app, but if it's available to the public then it could be kind of a pain.</p>
<p>The other main drawback is you can't do CSS overlays with XStandard, the editor will sit on top. Not cool if you are trying to do a fancy site.</p>
<p>Telerik is great in the areas that Xstandard is weak, however, it's reformatting of pasted content into XHTML is spotty.</p>
<p>Both of those options are fairly pricey. For free? I'd probably go with FCKEditor.</p>
<p>Hope that helps.</p>
http://stackoverflow.com/questions/362472/how-to-do-301-redirects-in-asp-net-from-old-apache-modrewrite-style-urls-when-mo/362720#3627201Answer by domus.vita for How to do 301 redirects in asp.net from old Apache mod_rewrite style urls when moving a site from php to asp.net?domus.vita2008-12-12T13:24:51Z2008-12-12T13:24:51Z<p>Okay...so this may be overkill and could possibly be done another way in two lines..BUT...</p>
<p>If you are keeping the same domain name then what I've done in the past is keep a table of old urls and how they map to new urls. On the application's request, I'll scan the table, if an old url is found then I'll add a header that does a 301 redirect to the new URL.</p>
http://stackoverflow.com/questions/354775/where-can-i-find-a-good-sample-asp-net-database-driven-web-application/362689#3626893Answer by domus.vita for Where can I find a Good Sample ASP.NET Database Driven Web Application? domus.vita2008-12-12T13:13:48Z2008-12-12T13:13:48Z<p>There are lots of examples in <a href="http://www.asp.net/community/projects/" rel="nofollow">ASP.NET Starter</a> Kits. I really like the <a href="http://www.asp.net/downloads/starter-kits/blog-engine/" rel="nofollow">BlogEngine.NET</a> application. For higher-end basics (hmmm..."higher-end basics"...oxymoron?) the <a href="http://www.asp.net/downloads/starter-kits/the-beer-house/" rel="nofollow">BeerHouse E-Commerce application</a> is great.</p>
http://stackoverflow.com/questions/110928/is-there-a-valid-reason-for-enforcing-a-maximum-width-of-80-characters-in-a-code/111120#1111203Answer by domus.vita for Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age?domus.vita2008-09-21T14:25:03Z2008-09-21T14:25:03Z<p>The only thing I enforce to stay within 80 chars is my commenting.</p>
<p>Personally...I'm devoting all my brain power (what little there is) to coding right, it's a pain to have to go back and break everything up at the 80 char limit when I could be spending my time on the next function. Yes, Resharper could do it for me I suppose but then it freaks me out a little that a 3rd party product is making decisions on my code layout and changes it ("Please don't break my code into two lines HAL. HAL?").</p>
<p>That said, I do work on a fairly small team and all of our monitors are fairly large so worrying about what bothers my fellow programmers isn't a huge concern as far as that goes.</p>
<p>Seems though some languages encourage longer lines of code for the sake of more bang for the buck (short hand if then statements).</p>
http://stackoverflow.com/questions/110933/how-should-i-choose-between-get-and-post-methods-in-html-forms/111104#111104-2Answer by domus.vita for How should I choose between GET and POST methods in HTML forms?domus.vita2008-09-21T14:13:31Z2008-09-21T14:13:31Z<p>One gotcha I noticed the other day and it was a real "DUH!" moment for me.</p>
<p>We have a third party search engine on our site and they use the GET method to post the search query to their code. In addition, I had some code that looked for possible SQL injection attacks in the querystring. My code was screwing everything up because it was looking for words like "EXEC", "UPDATE", "DELETE", etc. Well, turns out the user was looking for "EXECUTIVE MBA" and my code found "EXEC" in "EXECUTIVE" and banned their IP.</p>
<p>Believe me, I'm not bragging about my code, just saying that choosing between GET and POST has semi-far reaching implications other than "do I want my passwords showing up in the querystring".</p>
http://stackoverflow.com/questions/110974/what-employers-expect-from-new-developers/111098#1110983Answer by domus.vita for What employers expect from new developers?domus.vita2008-09-21T14:07:46Z2008-09-21T14:07:46Z<p>Being a relatively new CTO of a start-up and have hired a couple of new developers and grooming one as we speak, I can offer this.</p>
<p>I love the guy/girl that can be humble enough to take criticism and confident enough to share his/her opinion. </p>
<p>I love the guy/girl that understands they don't have to understand everything the first day, it will come in time.</p>
<p>I love AND NEED the guy/girl that will blend in with the team. Yes, the other guys/girls may cuss and the new developer may hate that, but she doesn't roll his/her eyes, she accepts and moves on.</p>
<p>If they can fulfill those expectations then the technical knowledge will come soon enough.</p>
http://stackoverflow.com/questions/102714/what-was-your-first-home-computer/111081#1110810Answer by domus.vita for What was your first home computer?domus.vita2008-09-21T13:58:43Z2008-09-21T13:58:43Z<p>Cybermax AMD-133 (overclocked from 90 [I think]) with 16MB RAM, 56k modem, 20GB HD, 4MB video card, and 17in CRT. My wife was generous enough to let me get it with her 401K check after she quit teaching.</p>
<p>Not to brag, but the next Christmas I got another 8MB RAM from CompUSA with my $50 gift certificate. True story.</p>
<p>Sorry, no pic. Cybermax went bankrupt in 2006 and I can't find any images.</p>
http://stackoverflow.com/questions/755760/requiredfieldvalidator/755773#755773Comment by domus.vita on RequiredFieldvalidatordomus.vita2009-04-16T12:46:52Z2009-04-16T12:46:52ZCool, never knew about the InitialValue property. Thanks.http://stackoverflow.com/questions/623438/what-are-some-sites-with-good-free-video-tutorials-on-asp-net-cComment by domus.vita on What are some sites with good free video tutorials on ASP.NET (C#)?domus.vita2009-03-08T14:06:57Z2009-03-08T14:06:57ZI think he wants something in addition to asp.net/learn. http://stackoverflow.com/questions/620265/can-i-set-up-html-email-templates-in-c-on-asp-net/620301#620301Comment by domus.vita on Can I set up HTML/Email Templates in C# on ASP.NET?domus.vita2009-03-08T13:51:45Z2009-03-08T13:51:45ZDitto, thank you.http://stackoverflow.com/questions/614945/whats-the-best-most-simple-ajax-file-uploader/615557#615557Comment by domus.vita on Whats the best, most simple ajax file uploader?domus.vita2009-03-05T18:33:31Z2009-03-05T18:33:31ZI second Matt Berseth's file upload.http://stackoverflow.com/questions/527955/how-can-i-upload-a-file-using-javascript-without-a-postback/528206#528206Comment by domus.vita on How can I upload a file using JavaScript without a postback?domus.vita2009-02-11T02:34:06Z2009-02-11T02:34:06ZMatt Berseth has an upload component similar to what you are describing. <a href="http://tinyurl.com/acu3hc" rel="nofollow">tinyurl.com/acu3hc</a>http://stackoverflow.com/questions/522871/how-to-make-sure-a-user-can-only-vote-once-on-an-asp-net-poll/522894#522894Comment by domus.vita on How to make sure a user can only vote once on an ASP.NET poll.domus.vita2009-02-09T01:15:17Z2009-02-09T01:15:17ZI implemented this system once and got complaints from a user because their office's traffic all came from the same IP, so it was one vote for the whole office, not person.http://stackoverflow.com/questions/440568/why-should-i-use-asp-net-membership-security-model/441034#441034Comment by domus.vita on Why should I Use ASP.NET Membership security model?domus.vita2009-01-14T13:37:30Z2009-01-14T13:37:30ZI think that's a major reason for using guids. At some point, while integrating two systems, you may have duplicate user ids if they are auto-incrementing ints, but (in theory) you'll never have duplicate guids.