User rp - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T22:23:47Z http://stackoverflow.com/feeds/user/2536 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/57168/how-to-copy-a-row-from-one-sql-server-table-to-another 2 How to copy a row from one SQL Server table to another rp 2008-09-11T17:42:11Z 2009-11-17T09:24:18Z <p>I have two identical tables and need to copy rows from table to another. What is the best way to do that? (I need to programmatically copy just a few rows, I don't need to use the bulk copy utility).</p> <p>Thanks rp</p> http://stackoverflow.com/questions/252683/is-linq-to-sql-doa 50 Is LINQ to SQL DOA? rp 2008-10-31T05:33:51Z 2009-11-14T17:35:09Z <p>Just when I make friends with LINQ to SQL, it appears as though MS is pulling the rug out from under it. </p> <p><a href="http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx" rel="nofollow">http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx</a></p> <p>From my little bit of research, EF is way overkill for simple work. But after this announcement is there a point in continuing to use LINQ to SQL? </p> <p>Beyond the future for LINQ to SQL, doesn't this just generally send a bad signal? Given the speed with which MS is throwing bits against the wall, is it rational to use any of the new bits early? (and that's being kind, it's hardly early for LINQ to SQL!).</p> <p>For my LINQ to SQL work, I think I'm headed to SubSonic! </p> <p>UPDATE: A couple of new opinions...</p> <p><a href="http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx" rel="nofollow">http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx</a></p> <p><a href="http://codebetter.com/blogs/david.hayden/archive/2008/10/31/linq-to-sql-is-dead-read-between-the-lines.aspx" rel="nofollow">http://codebetter.com/blogs/david.hayden/archive/2008/10/31/linq-to-sql-is-dead-read-between-the-lines.aspx</a></p> http://stackoverflow.com/questions/636865/whats-the-best-programming-language-to-use-on-a-sucky-computer/637368#637368 0 Answer by rp for What's the best programming language to use on a sucky computer? rp 2009-03-12T04:31:53Z 2009-10-08T18:02:18Z <p>If you're just looking to have fun and learn a little, you only need download Firefox and <a href="http://en.wikipedia.org/wiki/Firebug%5F%28Firefox%5Fextension%29" rel="nofollow">Firebug</a> and belly up to JavaScript. John Resig is only 25 years old! What are you waiting for? You could be the next guy to teach Google how to debug and test their JavaScript.</p> http://stackoverflow.com/questions/1464024/submit-a-soap-web-service-request-with-raw-soap-xml 1 Submit a SOAP Web service request with RAW SOAP XML rp 2009-09-23T04:51:23Z 2009-09-23T11:24:22Z <p>I've got a simple WCF Web service that uses basicHttpBinding to make it SOAP 1.1 compliant. When called with a WSDL-derived proxy (by setting a service or Web reference), the service works great. </p> <p>A business partner wants to call the service directly with the SOAP XML. I know how to provide that XML, but I'm not sure how to process the XML when the business partner submits the request. </p> <p>Am I making this harder than I need to? Will the XML request call the service as though it were called through the proxy and will the response naturally make the request happy? Or do I need to do something extra to process the XML request and then hand something (what?) off to my service? </p> <p>I know there are some similar questions on SO, but they all seem to deal with the issue of getting the XML, not processing it. </p> http://stackoverflow.com/questions/244268/free-coderush-express-worth-the-time 20 Free CodeRush Express: worth the time? rp 2008-10-28T18:14:55Z 2009-09-15T15:03:20Z <p>DevExpress has announced a free express version of CodeRush (for C# only). </p> <p><a href="http://blogs.microsoft.co.il/blogs/kim/archive/2008/10/28/coderush-for-free-coderush-xpress-for-visual-studio-announced.aspx" rel="nofollow">http://blogs.microsoft.co.il/blogs/kim/archive/2008/10/28/coderush-for-free-coderush-xpress-for-visual-studio-announced.aspx</a></p> <p>I've read about CodeRush Pro and suspect that it is probably worth the money--but I've always had other things I needed to spend the money on. Is CodeRush Express worth the time and effort to download and learn to use. It's help file didn't install and I'm a little frustrated as to how to use it. </p> <p>Thanks,</p> <p>rp</p> http://stackoverflow.com/questions/22976/how-to-provide-namespaces-in-javascript-with-instanced-objects 1 How to provide namespaces in JavaScript with instanced objects rp 2008-08-22T17:37:07Z 2009-09-12T09:45:47Z <p>I've got a JavaScript "object", built this way:</p> <pre><code>function foo() { this.length = 0; } foo.prototype.getLength = function() { return this.length; } ... </code></pre> <p>I know how to emulate namespaces with singleton JavaScript objects, but what is the best way to "namepace" an object such as that above that will intanced? </p> <p>I know that several JavaScript libraries have namepacing capabilities, but I'm using jQuery and would rather not add another library to the mix. I'd like to be able to provide my own, perhaps by exploiting jQuery, intrinsic namespacing scheme for the JS objects of mine that need to be instanced. </p> <p>Thanks rp</p> http://stackoverflow.com/questions/368761/whats-the-best-way-to-start-and-stop-sql-server-from-the-command-line 2 What's the best way to start and stop SQL Server from the command line? rp 2008-12-15T15:46:12Z 2009-09-09T19:04:00Z <p>I need to start and stop SQL Server from the command line. I am willing to write a small C# program if necessary, but I suspect that there's something (PowerShell, maybe?) that currently exists that does this gracefully.</p> <p>Thank you</p> http://stackoverflow.com/questions/1368647/what-is-the-vb-net-version-of-ccast/1368675#1368675 0 Answer by rp for What is the Vb.net version of (c#)Cast? rp 2009-09-02T16:13:33Z 2009-09-02T16:13:33Z <p>You're missing a plus sign before localfile.html: </p> <p>Dim uploadRequest As FtpWebRequest = DirectCast(WebRequest.Create(website.com + "/" + "localfile.html"), FtpWebRequest)</p> http://stackoverflow.com/questions/143997/is-casting-the-same-thing-as-converting 15 Is casting the same thing as converting? rp 2008-09-27T16:57:56Z 2009-08-20T17:51:55Z <p>In Jesse Liberty's Learning C# book, he says "Objects of one type can be converted into objects of another type. This is called casting."</p> <p>If you investigate the IL generated from the code below, you can clearly see that the casted assignment isn't doing the same thing as the converted assignment. In the former, you can see the boxing/unboxing occurring; in the latter you can see a call to a convert method. </p> <p>I know in the end it may be just a silly semantic difference--but is casting just another word for converting. I don't mean to be snarky, but I'm not interested in anyone's gut feeling on this--opinions don't count here! Can anyone point to a definitive reference that confirms or denies if casting and converting are the same thing?</p> <pre><code> object x; int y; x = 4; y = ( int )x; y = Convert.ToInt32( x ); </code></pre> <p>Thank you</p> <p>rp</p> <p>Note added after Matt's comment about explicit/implicit:</p> <p>I don't think implicit/explicit is the difference. In the code I posted, the change is explicit in both cases. An implicit conversion is what occurs when you assign a short to an int.</p> <p>Note to Sklivvz:</p> <p>I wanted confirmation that my suspicion of the looseness of Jesse Liberty's (otherwise usually lucid and clear) language was correct. I thought that Jesse Liberty was being a little loose with his language. I understand that casting is routed in object hierarchy--i.e., you can't cast from an integer to a string but you could cast from custom exception derived from System.Exception to a System.Exception. </p> <p>It's interesting, though, that when you do try to cast from an int to a string the compiler tells you that it couldn't "convert" the value. Maybe Jesse is more correct than I thought! </p> http://stackoverflow.com/questions/1291870/how-do-you-write-good-highly-useful-general-purpose-libraries/1291882#1291882 9 Answer by rp for How do you write good highly useful general purpose libraries? rp 2009-08-18T05:01:52Z 2009-08-18T05:01:52Z <p>That's a pretty subjective question, but here's on objective answer. The <a href="http://rads.stackoverflow.com/amzn/click/0321545613" rel="nofollow">Framework Design Guidelines</a> book (be sure to get the 2nd edition) is a very good book about how to write effective class libraries. The content is very good and the often dissenting annotations are thought-provoking. Every shop should have a copy of this book available. </p> http://stackoverflow.com/questions/1291441/introducing-programmers-to-linq/1291484#1291484 3 Answer by rp for Introducing programmers to Linq rp 2009-08-18T02:24:46Z 2009-08-18T02:24:46Z <p>Buy a couple of copies of <a href="http://rads.stackoverflow.com/amzn/click/1590597893" rel="nofollow">Pro LINQ</a> and get every developer to download <a href="http://www.linqpad.net/" rel="nofollow">LINQPad</a> and its $19 Intellisense upgrade. The book is great (much better than the Manning LINQ in Action book) and LINQPad not only makes learning LINQ easy, but its snippets are easy to distribute and share the learning. </p> <p>Start with arrays--there is lots of LINQ ROI lurking in lowly ol' arrays. </p> http://stackoverflow.com/questions/1268963/why-is-preprocessor-usage-less-common-in-languages-other-than-c-c-objc/1269046#1269046 2 Answer by rp for Why is preprocessor usage less common in languages other than C/C++/ObjC ? rp 2009-08-12T22:17:29Z 2009-08-12T22:17:29Z <p>Because Gosling and Heilsberg both understand the perils and technical debt incurred with the misuse of preprocessing! </p> http://stackoverflow.com/questions/1236642/windows-form-c-without-visual-studio/1236654#1236654 20 Answer by rp for Windows.Form c# without visual studio rp 2009-08-06T02:16:15Z 2009-08-06T06:24:13Z <p>Seriously... I admire your fire, but you are out of your mind! What you can possibly hope to learn about .NET with NotePad that you couldn't learn a zillion times faster with Visual Studio? It's like asking, "I want to learn to drive a car. I have put wheels on my couch. What should I do next?" </p> <p>I mean no disrespect, but make friends with Visual Studio and get busy learning. You're wasting your time otherwise. </p> http://stackoverflow.com/questions/1228318/linq-int-to-string/1228371#1228371 1 Answer by rp for Linq int to string rp 2009-08-04T15:59:01Z 2009-08-04T15:59:01Z <p>Here is a way to do it.</p> <pre><code>int[] x = new int[] {11,3,15,7,19}; var j = from s in x where s.ToString().StartsWith( "1") select s.ToString(); Console.WriteLine( j ); </code></pre> http://stackoverflow.com/questions/1210701/compute-elapsed-time-in-javascript/1210765#1210765 1 Answer by rp for compute elapsed time in JavaScript rp 2009-07-31T04:56:54Z 2009-07-31T04:56:54Z <p>Try this...</p> <pre><code>function Test() { var s1 = new StopWatch(); s1.Start(); // Do something. s1.Stop(); alert( s1,.ElapsedMilliseconds ); } // Create a stopwatch "class." StopWatch = function() { this.StartMilliseconds = 0; this.ElapsedMilliseconds = 0; } StopWatch.prototype.Start = function() { this.StartMilliseconds = new Date().getTime(); } StopWatch.prototype.Stop = function() { this.ElapsedMilliseconds = new Date().getTime() - this.StartMilliseconds; } </code></pre> http://stackoverflow.com/questions/1207962/c-dynamic-operator/1208064#1208064 0 Answer by rp for C# dynamic operator rp 2009-07-30T17:22:27Z 2009-07-30T17:22:27Z <p>Piggybacking on LBushkin's response:</p> <pre><code>Func&lt;int, int, bool&gt; AGreaterThanB = (a,b) =&gt; a &gt; b; Func&lt;int, int, bool&gt; ALessThanB = (a,b) =&gt; a &lt; b; Func&lt; int, int, bool&gt; op = AGreaterThanB; int x = 7; int y = 6; if ( op( x, y ) ) { Console.WriteLine( "X is larger" ); } else { Console.WriteLine( "Y is larger" ); } </code></pre> <p><a href="http://msdn.microsoft.com/en-us/library/bb549151.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb549151.aspx</a></p> http://stackoverflow.com/questions/1191432/does-cs-dynamic-key-deprecate-static-ioc-patterns 1 Does C#'s Dynamic key deprecate static IOC patterns? rp 2009-07-28T01:03:29Z 2009-07-28T01:22:32Z <p>In dynamic languages such as Ruby and Python, the concept of a formal IOC pattern with a traditional (for us static guys) interface-driven implementation doesn't exist.</p> <p>Will <a href="http://www.hanselman.com/blog/C4AndTheDynamicKeywordWhirlwindTourAroundNET4AndVisualStudio2010Beta1.aspx" rel="nofollow">C#'s upcoming Dynamic type</a> cause or at least enable the need for static IOC patterns to be eliminated? That <a href="http://unity.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18855" rel="nofollow">MS's P&amp;P Unity project</a> takes 231 pages of documentation boggles my mind. Surely a better way lurks! </p> http://stackoverflow.com/questions/177323/how-to-read-the-last-row-with-sql-server 2 how to read the last row with SQL Server rp 2008-10-07T05:34:39Z 2009-07-17T11:24:18Z <p>What is the most efficient way to read the last row with SQL? The table is indexed on a unique key--the "bottom" key values represent the last row. </p> <p>Edit: This is for SQL Server.</p> <p>Thank you</p> <p>rp</p> http://stackoverflow.com/questions/1056589/should-a-cancel-button-ask-for-confirmation/1056625#1056625 2 Answer by rp for Should a cancel button ask for confirmation? rp 2009-06-29T04:57:57Z 2009-06-29T16:26:22Z <p>Make the action easy to do without confirmation (don't annoy your users!). But, also make it easy to undo. Read <a href="http://rads.stackoverflow.com/amzn/click/0470084111" rel="nofollow">Alan Cooper's About Face</a> for lots of good UI advice.</p> http://stackoverflow.com/questions/1018137/net-how-to-print-files-w-o-opening-them/1018187#1018187 1 Answer by rp for .NET: How to print files w/o opening them rp 2009-06-19T14:18:18Z 2009-06-19T14:18:18Z <p>Here is a class that prints a Word doc without opening Word and showing the document. While I usually code in C#, I long ago learned that to code any Office automation with anything but VB.NET is downright silly (some of the upcoming features in C# 4.0 may change this). </p> <p>This is only for Word, but Excel docs would be done in a similar fashion. For text documents, you can use the System.Drawing.Printing stuff pretty easily. </p> <pre><code>Imports System.IO Imports System.Windows.Forms Imports System.Drawing Namespace rp.OfficeHelpers Public Enum PrintStatus Success FileNotFound FailedToOpenDocument FailedToPrintDocument End Enum Public Class Word Public Shared Function PrintDocument( DocumentName As String,_ PrinterName As String ) As PrintStatus Dim wordApp As Microsoft.Office.Interop.Word.Application = _ new Microsoft.Office.Interop.Word.Application() Dim wordDoc As Microsoft.Office.Interop.Word.Document Dim copies As Object = 1 Dim CurrentPrinter As String = wordApp.ActivePrinter If ( Not File.Exists( DocumentName ) ) Return PrintStatus.FileNotFound End If wordApp.Visible = false wordApp.ActivePrinter = PrinterName ' Document name must be provided as an object, not a string. Try wordDoc = wordApp.Documents.Open( CType( DocumentName, Object ) ) Catch WordError as System.Exception Return PrintStatus.FailedToOpenDocument End Try Try wordDoc.PrintOut( Copies := copies, Background:= false ) Catch WordError as System.Exception Return PrintStatus.FailedToPrintDocument End Try wordApp.ActivePrinter = CurrentPrinter wordApp.Quit( SaveChanges := false ) Return PrintStatus.Success End Function End Class End Namespace </code></pre> http://stackoverflow.com/questions/610872/web-server-capacity-planning-more-cores-versus-more-memory 0 Web server capacity planning: more cores versus more memory rp 2009-03-04T14:42:46Z 2009-06-15T23:23:08Z <p>We have an ASP.NET project (40 or so Web forms, 50 tables, pretty standard IO stuff with care taken to minimize when possible) that will soon need to be deployed. There will be about 100 concurrent users on the system, but only about 20 at any one time will be pounding on it it. We'll be deploying it on Windows Server 2008, 32-bit initially.</p> <p>When considering production server spec which should we worry more about, getting more cores and less memory (4 cores and 4mb, for example) or more memory and less cores (2 cores and 8mb)? </p> <p>Would bumping up to Windows Server 64-bit help with memory utilization? </p> http://stackoverflow.com/questions/900780/if-i-have-limited-time-to-learn-a-few-design-patterns-which-ones-should-i-learn/900827#900827 4 Answer by rp for If I have limited time to learn a few design patterns, which ones should I learn? rp 2009-05-23T04:08:49Z 2009-05-23T04:08:49Z <p>Your question is like asking, "I want to learn C# but only have time to learn a few keywords. Which ones should I learn?" </p> <p>Any one design pattern doesn't live in a vacuum. They all define different aspects of how an application goes together. It's unlikely that any one app needs all of the known design patterns, but every app is different and you'll need a different combination of them for each app. Knowing what not to use is as important as knowing what to use. You need at least a conversational knowledge of all of the primary design patterns.</p> <p>Start with <a href="http://sourcemaking.com/design%5Fpatterns" rel="nofollow">this list</a> and the <a href="http://rads.stackoverflow.com/amzn/click/0596007124" rel="nofollow">Head First Design Patterns</a> book previously mentioned here. Learn a little about all of them. And don't bellyache about not having the time--make the time! Stay outta FaceBook a couple of extra nights or skip a Star Trek rerun or two.</p> <p>Also, avoid at first <a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">the GoF patterns book</a> unless you are truly an OO guru. It is quite dense and immediately asssumes you understand the value and need for patterns. It's a great book, just not a great first book.</p> http://stackoverflow.com/questions/897978/what-is-wrong-with-with-statement-in-javascript/898028#898028 5 Answer by rp for What is wrong with WITH statement in JavaScript? rp 2009-05-22T14:06:44Z 2009-05-22T14:13:12Z <p>No, they aren't the same thing... </p> <p><em>With</em> is a shorthand to reference a class's members without the need to fully qualify their names. </p> <pre><code>with o { x = y; // where x is a member of o. But how can you tell for sure? } </code></pre> <p>Read what Douglas Crockford has to say about With. He encourages avoiding it--says its error prone and ambiguous. I agree with him.</p> <p>jQuery chaining is a way to implement a fluent interface that allows you to pipe the result fro one method directly into another method. That is the output of a given method serves as input into the next. jQuery chaining can indeed look like with if you use lots of whitespace. The example below is from John Resig shows this.</p> <pre><code>jQuery("div").hide("slow", function(){ jQuery(this) .addClass("done") .find("span") .addClass("done") .end() .show("slow", function(){ jQuery(this).removeClass("done"); }); }); </code></pre> <p><a href="http://www.aspcode.net/JQuery-and-function-chaining.aspx" rel="nofollow">Read about jQuery chaining here</a> and <a href="http://blog.pengoworks.com/index.cfm/2007/10/26/jQuery-Understanding-the-chain" rel="nofollow">here</a></p> http://stackoverflow.com/questions/50114/wcf-wtf-does-wcf-raise-the-bar-or-just-the-complexity-level 26 WCF: WTF! Does WCF raise the bar or just the complexity level? rp 2008-09-08T16:42:21Z 2009-05-18T13:04:09Z <p>I understand the value of the three-part service/host/client model offered by WCF. But is it just me or does it seem like WCF took something pretty direct and straightforward (the ASMX model) and made a mess out of it? </p> <p>Is there an alternative to using SvcUtil's command line step back in time to generate the proxy? With ASMX services a test harness was automatically provided; is there a good alternative today with WCF? </p> <p>I appreciate that the WS* stuff is more tightly integrated with WCF and hope to find some payoff for WCF there, but geeze, otherwise I'm perplexed. </p> <p>Also, the state of books available for WCF is abysmal at best. Juval Lowy, a superb author, has written a good O'Reilly reference book "Programming WCF Services" but it doesn't do that much (for me anyway) for learning now to use WCF. That book's precursor (and a little better organized, but not much, as a tutorial) is Michele Leroux Bustamante's Learning WCF. It has good spots but is outdated in place and its corresponding Web site is gone. </p> <p>Do you have good WCF learning references besides just continuing to Google the bejebus out of things? </p> <p>Thanks, rp</p> http://stackoverflow.com/questions/583232/is-codesmith-a-viable-orm-tool-or-should-i-stick-with-a-true-orm 5 Is Codesmith a viable ORM tool (or should I stick with a true ORM) rp 2009-02-24T19:37:00Z 2009-05-15T02:58:49Z <p>I'm shopping for an ORM tool. I'm agonizing over the purchase of either CodeSmith (which is currently available at a substantial discount) versus an ORM tool. </p> <p>LINQ to SQL is off my list; SubSonic 2.x is off the list (I don't want to invest in that dead end knowing that SubSonic 3.0 is coming. NHibernate seems like overkill as does LLBLGEN. I've only briefly evaluated EF but don't get quickly get a warm and fuzzy feeling from it. </p> <p>Am I crazy thinking that CodeSmith is a rational alternative to off-the-shelf ORMs? Will CodeSmith pay for itself in other ways? </p> <p>Please note that I am in no way related to any vendors and this isn't a cheap shot SO question just for the sake of generating product noise! I am looking for honest advice and opinions about CodeSmith as an ORM tool (with its provided, or community available) templates. </p> <p>Thank you, rp</p> http://stackoverflow.com/questions/786533/confirming-http-caching-with-fiddler 1 Confirming HTTP caching with Fiddler rp 2009-04-24T16:09:53Z 2009-04-24T16:38:33Z <p>How can I use Fiddler to confirm that HTTP caching is working? Is there another better way? </p> http://stackoverflow.com/questions/761121/performance-issue-comparing-to-string-format/762713#762713 0 Answer by rp for Performance issue: comparing to String.Format rp 2009-04-18T01:33:14Z 2009-04-18T01:33:14Z <p>I gotta believe that spending as much time optimizing data IO would earn exponentially bigger returns! </p> <p>This is surely a kissin' cousin to YAGNI for this. Avoid Premature Optimization. APO. </p> http://stackoverflow.com/questions/757938/asp-net-deployment-and-regulatory-compliance-sox-et-al 0 ASP.NET deployment and regulatory compliance (SOX, et al) rp 2009-04-16T20:35:27Z 2009-04-16T20:43:54Z <p>I have a customer who is being dogged pretty hard by SOX auditors regarding the deployment practices of our ASP.NET applications. Care is taken to be sure to use appropriate file- and folder-level security and authorization. Only those few with deployment privileges can copy an up to the product server (typically done using secure FTP).</p> <p>However, the file/folder-level security and the requirement of secure FTP isn't enough for the bean counters. They want system logs of who deployed what when, what version replaced what version (and why), and generally lots of other minutiae designed to keep the business from being Office Spaced (the bean counters apparently want the rounded cents all to themselves). </p> <p>What are your suggestions for making the auditors happy? We don't mind throwing some dollars at this (in fact, I think we would probably throw big dollars at a good enough solution). </p> http://stackoverflow.com/questions/740349/c-data-structures-question-which-collection-to-use/740353#740353 4 Answer by rp for C# Data Structures Question (Which collection to use?) rp 2009-04-11T16:07:41Z 2009-04-11T16:07:41Z <p>"Many thousands of objects"? Are you sure this structure belongs in memory at all? Sounds like a job for some type of persistent storage to me. </p> http://stackoverflow.com/questions/736336/html-form-layout-with-css/739273#739273 2 Answer by rp for HTML form layout with CSS rp 2009-04-11T00:53:18Z 2009-04-11T00:53:18Z <p>You do NOT need tables to make great HTML forms. In fact, you don't want them! Try this code at home and see what you think..</p> <p> </p> <pre><code>&lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Contact info&lt;/title&gt; &lt;LINK href="main2.css" type="text/css" rel="stylesheet"&gt; &lt;!--[if IE]&gt; &lt;style&gt; fieldset.nested { position: relative; margin-top: 15px; } fieldset.nested legend { position: absolute; top: -8px; left: 1em; } &lt;/style&gt; &lt;![endif]--&gt; &lt;/head&gt; &lt;body&gt; &lt;div&gt; &lt;form&gt; &lt;fieldset class="main"&gt; &lt;legend&gt;Contact info&lt;/legend&gt; &lt;fieldset class="nested"&gt; &lt;legend&gt;Name&lt;/legend&gt; &lt;ol&gt; &lt;li&gt; &lt;label for="textboxName"&gt;Name&lt;/label&gt; &lt;input id="textboxName" name="textboxName" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxName" &gt;Title&lt;/label&gt; &lt;input id="textboxName" name="textboxTitle" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxCompany"&gt;Company&lt;/label&gt; &lt;input id="textboxCompany" name="textboxCompany" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;/ol&gt; &lt;/fieldset&gt; &lt;fieldset class="nested"&gt; &lt;legend&gt;Address&lt;/legend&gt; &lt;ol&gt; &lt;li&gt; &lt;label for="textboxAddress1" &gt;Street address&lt;/label&gt; &lt;input id="textboxAddress1" name="textboxAddress1" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxAddress2" &gt;Street address&lt;/label&gt; &lt;input id="textboxAddress2" name="textboxAddress2" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxCity" &gt;City&lt;/label&gt; &lt;input id="textboxCity" name="textboxCity" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxRegion" &gt;City/Region&lt;/label&gt; &lt;input id="textboxRegion" name="textboxRegion" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxPostalCode" &gt;Postal code&lt;/label&gt; &lt;input id="textboxPostalCode" name="textboxPostalCode" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxCountry" &gt;Country&lt;/label&gt; &lt;input id="textboxCountry" name="textboxCountry" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;/ol&gt; &lt;/fieldset&gt; &lt;fieldset class="nested"&gt; &lt;legend&gt;Phone numbers&lt;/legend&gt; &lt;ol&gt; &lt;li style="display:none"&gt; &lt;label for="textboxName" &gt;Name&lt;/label&gt; &lt;input id="text1" name="textboxName" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;li style="display:none"&gt; &lt;label for="textboxAddress1" &gt;Address&lt;/label&gt; &lt;input id="text2" name="textboxAddress1" type="text" style="width: 15em;" /&gt; &lt;/li&gt; &lt;li&gt; &lt;label for="textboxAddress2" &gt;Phone&lt;/label&gt; &lt;input id="text3" name="textboxAddress2" type="text" style="width: 15em;"/&gt; &lt;/li&gt; &lt;/ol&gt; &lt;/fieldset&gt; &lt;div class="buttonsContainer"&gt; &lt;input class="button" type="submit" value="OK" /&gt; &lt;input class="button" type="button" value="Cancel" /&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>CSS: </p> <pre><code>body { margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, sans-serif; } fieldset.main { margin: 1.5em 0 0 1.5em; padding: 1em 0 0 0; width: 400px; font-size: .9em; } fieldset.main legend { margin-left: 1em; color: #000000; font-weight: bold; } fieldset.main ol { padding: 1em 1em 0 1em; list-style: none; } fieldset.main li { padding-bottom: .5em; } fieldset.main ol li label { float: left; width: 10em; margin-right: 1em; } /* ----------------------------------------- */ fieldset.nested { margin: 0 0 1em 1em; padding: 0; width: 93%; font-size: .8em; border: 1px solid gray; background: #B0C4DE; } fieldset.nested legend { margin-left: 1em; font-weight: normal; font-size: .9em; color: black; background-color: white; padding: 0 1em 0 1em; border: 1px solid black; } fieldset.nested ol { padding: 0 1em 0 1em; list-style: none; } fieldset.nested li { /* Control leading between rows. */ padding-bottom: .7em; } fieldset.nested ol li label { float: left; width: 10em; margin-right: 1em; } /* ----------------------------------------- */ input.button { /* border-style: none; */ width: 6em; height: 2.5em; } div.buttonsContainer { float: right; margin: 1em 1em 1em 0; } </code></pre> http://stackoverflow.com/questions/106509/disable-button-on-form-submission/106958#106958 Comment by rp on Disable button on form submission rp 2009-11-04T18:38:29Z 2009-11-04T18:38:29Z Josh--Firmly entrenched now with jQuery and lots of client-side work, my approach may be a little different now--but only because I'm less less hooked to server-side controls now. That said, if LOC is your metric, show me the client code in less code! Be sure to play along with ASP.NET validators and call a function if provided. (thanks for the defense, Steve J). http://stackoverflow.com/questions/1469451/pdf-problem-in-c-2008 Comment by rp on PDF Problem in c# 2008 rp 2009-09-24T02:58:07Z 2009-09-24T02:58:07Z It's certainly not the greatest question in the history of SO, but a little kindness and patience wouldn't hurt anything. I'm guessing that English isn't Vijaii's first language--how 'bout a second chance. http://stackoverflow.com/questions/1291414/how-do-i-generate-a-list-of-strings-representing-15-minute-time-intervals-between/1291448#1291448 Comment by rp on How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#? rp 2009-08-18T21:31:10Z 2009-08-18T21:31:10Z Shurik--what answer caused a memory problem? http://stackoverflow.com/questions/1291414/how-do-i-generate-a-list-of-strings-representing-15-minute-time-intervals-between/1291448#1291448 Comment by rp on How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#? rp 2009-08-18T21:30:40Z 2009-08-18T21:30:40Z As magic tricks are clear to Penn and Teller, magic numbers are clear <i>when</i> you understand the signatures involved. Why worry about magic numbers at all if you assume signature familiarity! (Please don't take my tone as snarky, I'm just providing another point of view.) http://stackoverflow.com/questions/1291414/how-do-i-generate-a-list-of-strings-representing-15-minute-time-intervals-between/1291448#1291448 Comment by rp on How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#? rp 2009-08-18T16:40:00Z 2009-08-18T16:40:00Z Vinko--Your answer is riddled with magic numbers! http://stackoverflow.com/questions/1291414/how-do-i-generate-a-list-of-strings-representing-15-minute-time-intervals-between/1291448#1291448 Comment by rp on How do I generate a list of strings representing 15 minute time intervals between a start and end times in a single day using C#? rp 2009-08-18T02:46:04Z 2009-08-18T02:46:04Z Very cool, isn't it! The more you use LINQ, the less you use foreach. http://stackoverflow.com/questions/1263718/deficiencies-of-asmx-web-services-relative-to-wcf Comment by rp on Deficiencies of ASMX Web Services Relative to WCF rp 2009-08-12T01:19:57Z 2009-08-12T01:19:57Z Aaron--this is a really lame question. I'm voting to close it--but it needs substantial clarification and context for you to get any kind of meaningful answer. http://stackoverflow.com/questions/1236642/windows-form-c-without-visual-studio/1236773#1236773 Comment by rp on Windows.Form c# without visual studio rp 2009-08-06T06:28:36Z 2009-08-06T06:28:36Z You can also make nails out of old welding rods--thereby spending all of your time making nails. Or, you could buy a sack of nails and start building something! http://stackoverflow.com/questions/1236642/windows-form-c-without-visual-studio/1236654#1236654 Comment by rp on Windows.Form c# without visual studio rp 2009-08-06T06:24:38Z 2009-08-06T06:24:38Z Thanks, Zack--got it fixed. http://stackoverflow.com/questions/1228318/linq-int-to-string Comment by rp on Linq int to string rp 2009-08-04T16:01:00Z 2009-08-04T16:01:00Z www.linqpad.net is great for learning Linq (and pretty much anything else in .NET). It's free and highly recommended. Also, its $19 Intellisense is great. http://stackoverflow.com/questions/1215963/can-anyone-explain-to-me-how-the-habtm-principle-works Comment by rp on Can anyone explain to me how the HABTM principle works? rp 2009-08-01T06:50:06Z 2009-08-01T06:50:06Z Has and belongs to many http://stackoverflow.com/questions/1202935/convert-rows-from-a-data-reader-into-typed-results/1202961#1202961 Comment by rp on Convert rows from a data reader into typed results rp 2009-07-29T20:56:33Z 2009-07-29T20:56:33Z The &quot;0 vote down&quot; doesn't belong! I voted this up. Copy and paste devils got me here. http://stackoverflow.com/questions/1202935/convert-rows-from-a-data-reader-into-typed-results/1202961#1202961 Comment by rp on Convert rows from a data reader into typed results rp 2009-07-29T20:55:44Z 2009-07-29T20:55:44Z 0 vote down Very nice answer. Linq is so cool. Is it arrogant to feel good about yourself because you can finally read code like this and appreciate it? http://stackoverflow.com/questions/1191432/does-cs-dynamic-key-deprecate-static-ioc-patterns Comment by rp on Does C#'s Dynamic key deprecate static IOC patterns? rp 2009-07-28T21:01:18Z 2009-07-28T21:01:18Z Dynamic typing wouldn't change the fetch much, but the object repository and configuration, I think, would be able to be much simpler. Wouldn't dynamic types ease the pain Binsor tries to solve?: <a href="http://ayende.com/Blog/archive/2007/10/20/Dependency-Injection-doesnt-cut-it-anymore.aspx" rel="nofollow">ayende.com/Blog/archive/&hellip;</a> http://stackoverflow.com/questions/1194755/jquery-or-basic-xmlhttprequest-for-mvc-ajax/1194829#1194829 Comment by rp on Jquery or Basic XmlHttpRequest for MVC AJAX rp 2009-07-28T15:21:27Z 2009-07-28T15:21:27Z Listen to Womp. He's spot on. You're out of your mind to write your own JavaScript. Home-grown hacky code always ends up being as big as jQuery without working as well!