User Scott - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T04:02:01Z http://stackoverflow.com/feeds/user/6126 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1725907/check-if-a-string-is-an-email-address-in-php/1725982#1725982 1 Answer by Scott for Check if a string is an email address in PHP Scott 2009-11-12T22:54:58Z 2009-11-12T22:54:58Z <p>Since everybody is posting their regular expression, here's mine: <code>^((([\w+-]+)(.[\w+-]+)*)|(\"[^(\|\")]{0,62}\"))@(([a-zA-Z0-9-]+.)+([a-zA-Z0-9]{2,})|[?([1]?\d{1,2}|2[0-4]{1}\d{1}|25[0-5]{1})(.([1]?\d{1,2}|2[0-4]{1}\d{1}|25[0-5]{1})){3}]?)$</code></p> <p>To the best of my knowledge, it supports everything in the RFC specification, including a lot of things that most people don't usually include.</p> http://stackoverflow.com/questions/1205191/what-are-things-that-make-a-programmers-life-miserable/1207303#1207303 59 Answer by Scott for What are things that make a programmer's life miserable? Scott 2009-07-30T15:18:19Z 2009-10-25T23:50:41Z <ul> <li>The CEO has a better computer than everybody, just because he's the CEO and wants the best for himself. Everybody else gets his hand-me-downs.</li> <li>Spending six months building an app to the customer's specifications, only to be told that nothing works the way it is supposed to. Essentially you're forced to start over from scratch.</li> <li>Spending the next two years maintaining said app, because they keep coming up with ideas for new features.</li> <li>Having to drop everything because the CEO had an idea and stupidly promised it to a customer over the phone; it needs to be done within a few days.</li> <li>Being expected to answer the phone, or sitting in the same room with someone else who is expected to answer the phone.</li> <li>No free snacks or drinks.</li> <li>Noisy chair with poor back support.</li> <li>Wasting two hours in an all-staff meeting where everybody criticizes your app for not filling enough of their horizontal screen space. Nevermind that some users are running at small screen sizes or using mobile devices.</li> <li>Having to put up with annoying coworkers who don't know how to treat other human beings with decency and respect. You don't have to be my friend, but I don't like being called an ass.</li> <li>Working in an office where everybody shouts instead of picking up the phone or getting up off their chair.</li> <li>Having to come up with time estimates when you know they won't be accurate anyway.</li> <li>Taking over a project that was started by an employee who left long before you arrived, nobody has touched it since, there's no documentation, and the code is the most hideous thing you've ever seen.</li> </ul> http://stackoverflow.com/questions/1423454/how-to-convert-a-website-created-in-frontpage-to-standard-html/1423457#1423457 2 Answer by Scott for How to Convert a Website Created in FrontPage to standard HTML Scott 2009-09-14T19:31:35Z 2009-09-14T19:31:35Z <p>I would try <a href="http://www.w3.org/People/Raggett/tidy/" rel="nofollow">HTML Tidy</a>.</p> http://stackoverflow.com/questions/535980/how-did-you-get-your-first-programming-job/1257779#1257779 0 Answer by Scott for How did you get your first programming job? Scott 2009-08-10T23:24:19Z 2009-08-10T23:24:19Z <p>I had studied programming at university, but couldn't find a programming job. After several months I managed to get hired as a draftsman (had some experience from high school) and managed to wiggle my way into a programming job at the same company because they only had one programmer and he was working part-time remotely from the other side of the country while finishing his bachelor's degree.</p> <p>The job was far from ideal. When I left, it was partly sad to leave certain things unfinished, but glad to be out of there.</p> http://stackoverflow.com/questions/1256081/why-do-you-still-use-php/1256752#1256752 0 Answer by Scott for Why do you still use PHP? Scott 2009-08-10T19:29:00Z 2009-08-10T19:29:00Z <p>Since I have a background in classic ASP, I can manage the basic stuff in ASP.NET, but all the really great things about ASP.NET are way too difficult for me to learn. It's difficult for me to find tutorials that use VB as the language (most are C#, which I don't know) and that actually work (things seem to change too much between versions).</p> <p>I don't think PHP has particularly great documentation, but it's just slightly better than ASP.NET and it's only one language so there's more useful information on the Web.</p> http://stackoverflow.com/questions/1202811/what-have-you-heard-about-the-real-world-from-academia-that-is-completely-incor/1203585#1203585 5 Answer by Scott for What have you heard about "the real world" from academia that is completely incorrect? Scott 2009-07-29T23:08:42Z 2009-07-29T23:08:42Z <ul> <li>We were taught about various development methodologies, but I've yet to work in a company that uses <em>any</em> development metholodogy.</li> <li>The salary expectations we were given were not even close to reality. It took three years before I could even find a job in my field. </li> <li>"They ask for our grads by name!" ... Not from my experience. They cram 4 years of work into 2 years of schooling, but because of that they can't give a bachelor's degree. I would have been better off at a real university.</li> <li>We had to learn Oracle because supposedly nobody used SQL Server. Everywhere I've been has used SQL Server.</li> <li>They said we would need Discrete Math in the real world. I haven't used it since grad.</li> <li>We were told that memos had to be three pages long. I told them nobody would ever read a memo that long, but they didn't believe me. I think one of my coworkers went to the same school because his memos are five pages long.</li> </ul> <p>The only instructor who had a clue about the real world was someone who had been in the real world for many years and became an instructor later in life. </p> http://stackoverflow.com/questions/1203552/does-this-belong-in-the-database-or-in-the-code/1203561#1203561 1 Answer by Scott for Does this belong in the database or in the code? Scott 2009-07-29T22:59:03Z 2009-07-29T22:59:03Z <p>What you need to determine is the likelihood that these conditions might change. Putting them in the database and wrapping a UI around them would make them easier to change, especially if there is some admin-type user who is not the maintaining programmer.</p> http://stackoverflow.com/questions/1186474/html-css-for-mobiles/1188664#1188664 0 Answer by Scott for HTML CSS for mobiles Scott 2009-07-27T14:57:51Z 2009-07-27T14:57:51Z <p>As others have mentioned, the level of CSS support among mobile devices varies even more than on the desktop. What others have not mentioned, however, is a fairly major annoyance that mobile developers need to be aware of: dual CSS media types. </p> <p>Some (many?) mobile browsers advertise acceptance of both screen and handheld media types. This means that serving a handheld stylesheet is not enough, because the device will also apply the rules from the screen stylesheet.</p> <p>To overcome this, it is sometimes sufficient to explicitly set rules in your handheld stylesheet for things you would have otherwise omitted. In some cases, it may be necessary to flag certain rules as important.</p> <p>Other than that, stick to single column layout, go easy on the images, and everything should be fine. And I hope you're not relying on JavaScript, because some mobile browsers don't support it.</p> http://stackoverflow.com/questions/266569/whats-your-first-program-that-you-were-proud-of/1140123#1140123 0 Answer by Scott for What's your first program that you were proud of? Scott 2009-07-16T20:31:25Z 2009-07-16T20:31:25Z <p>I wrote a defragger for my TI-83+ during high school math class. Looks like I never uploaded it anywhere so I can't post a link.</p> http://stackoverflow.com/questions/1129224/how-to-teach-object-oriented-programming-to-procedural-programmers/1129335#1129335 0 Answer by Scott for How to teach object oriented programming to procedural programmers? Scott 2009-07-15T03:57:30Z 2009-07-15T03:57:30Z <p>I learned about OOP during my post-secondary education. They did a fairly good job of explaining the concepts, but completely failed in explaining why and when. They way they taught OOP was that absolutely everything had to be an object and procedural programming was evil for some reason. The examples they were giving us seemed overkill to me, partly because objects didn't seem like the right solution to every problem, and partly because it seemed like a lot of unnecessary overhead. It made me despise OOP.</p> <p>In the years since then, I've grown to like OOP in situations where it makes sense to me. The best example I can think of this is the most recent web app I wrote. Initially it ran off a single database of its own, but during development I decided to have it hook into another database to import information about new users so that I could have the application set them up automatically (enter employee ID, retrieves name and department). Each database had a collection of functions that retrieved data, and they depended on a database connection. Also, I wanted an obvious distinction which database a function belonged to. To me, it made sense to create an object for each database. The constructors did the preliminary work of setting up the connections.</p> <p>Within each object, things are pretty much procedural. For example, each class has a function called getEmployeeName() which returns a string. At this point I don't see a need to create an Employee object and retrieve the name as a property. An object might make more sense if I needed to retrieve several pieces of data about an employee, but for the small amount of stuff I needed it didn't seem worth it.</p> http://stackoverflow.com/questions/600918/reinventing-cms/1128524#1128524 0 Answer by Scott for Reinventing CMS Scott 2009-07-14T22:54:55Z 2009-07-14T22:54:55Z <p>I don't have a ton of experience with CMS products, but the ones I have tried seemed to be jack-of-all-trades but master of none. If you tried to improve them, your hacks were lost with new versions. I'm not a big fan of plugins for the same reason - they might stop working in a later version. I think a truly good CMS should be open source but highly organized such that developers are working on the core product instead of addons for it. That said, the core product should be modular so that people can use only the parts they need. This introduces the problem of interoperability, which might require some intermediate layer where relationships are defined.</p> <p>I find that it's easier to make content in a CMS than to find it back later. Everything revolves around search, but it seems like search can't find everything either. There needs to be some better method of organizing content. The larger the system gets, the more difficult this becomes. That makes me pessimistic that a holy grail CMS is even possible.</p> http://stackoverflow.com/questions/1112395/delete-all-rows-in-table/1112401#1112401 11 Answer by Scott for Delete all rows in table Scott 2009-07-10T23:14:00Z 2009-07-10T23:14:00Z <p><code>Truncate table</code> is faster than <code>delete * from XXX</code>. <code>Delete</code> is slow because it works one row at a time. There are a few situations where truncate doesn't work, which you can read about on <a href="http://msdn.microsoft.com/en-us/library/aa260621(SQL.80).aspx" rel="nofollow">MSDN</a>.</p> http://stackoverflow.com/questions/1080499/are-weekly-status-meetings-necessary/1080666#1080666 2 Answer by Scott for Are weekly status meetings necessary? Scott 2009-07-03T20:02:33Z 2009-07-03T20:02:33Z <p>From my experience, meetings can be very valuable, but only if you have the right corporate culture for it. I used to work for a company where meetings were loathed, and because of that they were never productive. In the company where I work now, I find that much is accomplished in the meetings I attend, though I've heard from others that other meetings are less useful. I think it boils down to leadership and involvement. The right person can get everyone involved and make it productive.</p> <p>Sometimes the meeting environment can have an impact. Your meeting room should be a somewhat enjoyable place to go. It can also be nice to get out of the office once in a while, if possible. Some teams can also benefit from purely fun activities; it could be a Friday afternoon, or perhaps outside of normal work hours. My team has four people, so I'm trying to organize a golf game.</p> <p>As for the weekly part, it depends what you're doing and how fast you're doing it. My team normally meets only once a month, but we interact with each other on a daily basis in between time. Each person on the team has a different responsibility, so it's often sufficient for only two or three people to get together. So far we've only had one month where we decided to call an extra meeting in the middle of the month because of a major problem. If responsibilities are less defined, you might need to meet more often.</p> <p>To make a long story short, if you think you need to meet more often, meet more often. If you think you need to meet less often, meet less often. Don't just have weekly meetings because somebody said it's the best or you read it in a book. If you're meeting every two weeks and want to meet more often, then it might make sense to meet weekly. If you're meeting once a month or less often, I wouldn't jump straight to weekly meetings.</p> http://stackoverflow.com/questions/1065631/how-to-generate-unique-url-variables-that-match-to-a-db-record/1065665#1065665 0 Answer by Scott for How to generate unique URL variables that match to a db record? Scott 2009-06-30T19:53:33Z 2009-06-30T19:53:33Z <p>In the examples you gave, it looks like you're base-64 encoding the numeric primary key. That's how I would do it and have done it in the past, but I'm not sure it's any better than passing the ID in the clear because base-64 decoding is trivial.</p> http://stackoverflow.com/questions/1038904/problem-viewing-sites-with-ssl-certs/1038934#1038934 2 Answer by Scott for Problem viewing sites with SSL certs Scott 2009-06-24T15:03:43Z 2009-06-24T15:03:43Z <p>Just a hunch, but one possibility could be that weak ciphers are disabled on the server and strong ciphers are not enabled on the client. Another possibility might be that the root certificates list on the client is not up-to-date and the SSL certificate is signed by an authority that is not in the trusted list.</p> http://stackoverflow.com/questions/961942/what-is-the-worst-programming-language-you-ever-worked-with/1015255#1015255 2 Answer by Scott for What is the worst programming language you ever worked with? Scott 2009-06-18T21:23:20Z 2009-06-18T21:23:20Z <p>For me, the answer is Crystal Syntax, the BASIC-like language used by Crystal Reports. Trying to accomplish anything other than mere comparisons is difficult at best and impossible at worst. Granted, they do arrays fairly well:</p> <pre><code>{some_database_field} IN ["firstValue", "secondValue", "thirdValue"] </code></pre> <p>But the following doesn't work at all:</p> <pre><code>{some_database_field} NOT IN ["firstValue", "secondValue", "thirdValue"] </code></pre> <p>Even though the language does have a NOT operator.</p> http://stackoverflow.com/questions/971863/when-do-you-refactor-code/971893#971893 2 Answer by Scott for When do you refactor code? Scott 2009-06-09T19:04:00Z 2009-06-09T19:16:18Z <p>Refactoring while you're already in the code is sometimes easiest, especially if your manager does not support the initiative, but if you only change a small part it will break consistency with surrounding parts. In these cases it's better to be selective and, as you suggested, do things that are low-impact. It may also be helpful to refactor long select/switch statements into functions and delay on refactoring the inner code until sometime later.</p> <p>At a previous job, I was the manager, so I refactored whenever I wanted. At my current job, I'm an analyst so most of the code is not directly my responsibility. When I do write code, I avoid impacting anything that I'm not writing. I have one project which is entirely under my own control and I refactor any time I learn a better way to do something.</p> http://stackoverflow.com/questions/958170/how-do-i-prevent-css-inheritance/958227#958227 4 Answer by Scott for How do I prevent CSS inheritance? Scott 2009-06-05T21:23:37Z 2009-06-05T21:23:37Z <p>As of yet there are no parent selectors (or as <a href="http://www.shauninman.com" rel="nofollow">Shaun Inman</a> calls them, <a href="http://www.shauninman.com/archive/2008/05/05/css_qualified_selectors" rel="nofollow">qualified selectors</a>), so you will have to apply styles to the child list items to override the styles on the parent list items.</p> <p>Cascading is sort of the whole point of Cascading Style Sheets, hence the name.</p> http://stackoverflow.com/questions/415673/what-first-game-did-you-program-and-did-it-make-you-a-better-developer/942402#942402 0 Answer by Scott for What first game did you program, and did it make you a better developer? Scott 2009-06-02T23:22:05Z 2009-06-02T23:22:05Z <p>Chess. Windows. Java. Assignment for a post-secondary course.</p> <p>Instructor focussed solely on object-oriented programming theory in his lectures and neglected to teach us anything about GUI stuff (Swing). Everybody had all their classes set up with constructors, but nothing more. The lab assistant gave us code examples on how to use MouseListener. I managed to get that set up so all my squares were clickable. Movement and capturing sort of worked, but I never figured out how to implement the movement rules.</p> <p>I learned absolutely nothing from the exercise. I already knew how to copy-paste, and being taught to blindly copy-paste source code is not good. Next assignment was Game of Life which turned out even worse.</p> http://stackoverflow.com/questions/284753/nuggets-of-wisdom/926936#926936 3 Answer by Scott for Nuggets of wisdom? Scott 2009-05-29T16:34:38Z 2009-05-29T16:34:38Z <p>None of us is as dumb as all of us.</p> http://stackoverflow.com/questions/913187/different-web-files-created-for-different-browsers/913243#913243 1 Answer by Scott for different web files created for different browsers Scott 2009-05-26T23:13:09Z 2009-05-26T23:13:09Z <p>If you use purely browser detection, you need to update your list each time a new browser or browser version is released. This causes ridiculous situations like users of a new version being told to <del>upgrade </del>downgrade to an older version.</p> <p>Browser inconsistencies should be handled by testing for capabilities. As others have mentioned, there are JavaScript frameworks like JQuery which handle this for you. With regards to CSS, use conditional comments to target older versions of Internet Explorer as others have mentioned. Try to avoid using "hacks" because they could be fixed in a newer version without fixing the problem you were trying to work around.</p> http://stackoverflow.com/questions/894720/asp-net-equivalent-of-server-side-includes 3 ASP.NET equivalent of server side includes Scott 2009-05-21T19:36:50Z 2009-05-21T20:04:25Z <p>Although the classic ASP method of server-side includes works in ASP.NET, I get the impression it is not the preferred method. How am I "supposed" to be achieving the same effect?</p> <p>This is how I'm doing it at the moment:<br> <code>&lt;!-- #include file ="functionlib.aspx" --&gt;</code></p> http://stackoverflow.com/questions/554594/depiction-vs-depicts 1 Depiction vs. Depicts Scott 2009-02-16T21:18:05Z 2009-04-24T10:03:35Z <p>I'm working with FOAF and RDFa, and struggling to figure out whether I should be using foaf:depiction or foaf:depicts and the correct way to use them. Here's what I've already established:</p> <pre><code>&lt;div class="profile" typeof="foaf:Person"&gt; &lt;p&gt;Employee Name: &lt;span property="foaf:name"&gt;Fred Flintstone&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.example.com/fred.jpg" alt="Photo of Fred Flintstone" /&gt;&lt;/p&gt; &lt;/div&gt; </code></pre> <p>I understand that depicts and depiction are inversely related. I've searched across the vast reaches of the Internet but can't find any concrete examples. From what I've read, Image depicts Person, so I'm feeling inclined to use foaf:depiction because my subject is Person, but I'm not sure how to do so correctly. Rel or rev? On the image itself or on the enclosing paragraph?</p> http://stackoverflow.com/questions/761729/mobile-web-development/761961#761961 0 Answer by Scott for Mobile Web Development ? Scott 2009-04-17T19:57:42Z 2009-04-17T19:57:42Z <p>Ideally you should be developing pages that work regardless of screen size. Creating separate pages for mobile devices means having to update things in two places when they need to change. This goes against the principle of don't repeat yourself. Create a stylesheet using the handheld media type to serve your content to mobile devices. This allows you to reposition the elements into a single-column format quite easily. Just beware that many mobile devices will report to the server that they accept both handheld AND screen media types, because they are trying to offer a consistent user experience with the desktop. You will likely need to override some screen rules in your handheld stylesheet.</p> http://stackoverflow.com/questions/761182/concerns-table-layout-iframes-code-deprecation/761939#761939 0 Answer by Scott for Concerns - Table layout, iFrames, code deprecation Scott 2009-04-17T19:53:44Z 2009-04-17T19:53:44Z <p>Deprecation means that the features will not be present in future version of (X)HTML. So far all the browsers are supporting old versions of HTML, but I wouldn't rely on that myself.</p> <p>All of what you're doing and much more can be done with CSS, without using hacks. Going through the exercise will help you maintain relevant skills. The page you have right now takes two extra HTTP requests to display; whether this is a concern depends how many people are requesting the page.</p> http://stackoverflow.com/questions/753016/what-has-your-experience-been-breaking-into-the-field-of-software-development/753177#753177 0 Answer by Scott for What has your experience been breaking into the field of software development? Scott 2009-04-15T18:55:32Z 2009-04-15T18:55:32Z <p>I had a lot of difficultly finding a job when I graduated post-secondary in 2003. I think there are more jobs available today, but an important factor I didn't originally consider is where are the jobs located? For someone willing to move anywhere in the country, there are jobs available. But I wanted to work close to home, and there are very few jobs in my area. Most computing jobs are at least an hour away from my home, and I'd rather not spend 2-3 hours of my day sitting in traffic.</p> <p>For the past five months I've been working as an analyst. I get to do a small amount of programming, which suits me fine. Most of my day is spent in Excel and Macola (ERP system). I also get to spend some time on the production floor (manufacturing company). I like the variety, and I like the drive (8-12 minutes each way).</p> <p>To make this long story short, studying programming is not a complete waste of time, but be open to considering jobs where you don't write code every hour of every day.</p> http://stackoverflow.com/questions/727647/egg-chicken-problem-in-oop-way/727709#727709 0 Answer by Scott for Egg-chicken problem in OOP way Scott 2009-04-07T21:43:46Z 2009-04-07T21:43:46Z <p>IMHO, the database class should not be interacting with the logger. I would be inclined to call the logger from the same part of the code that is calling the database class. Then the logger can use the database class to do its inserts.</p> http://stackoverflow.com/questions/725875/anti-xss-and-classic-asp/726154#726154 1 Answer by Scott for Anti XSS and Classic ASP. Scott 2009-04-07T14:51:41Z 2009-04-07T14:51:41Z <p>When functions don't exist in classic ASP, write them.</p> <ul> <li><a href="http://snipplr.com/view/12446/add-and-strip-slashes/" rel="nofollow">http://snipplr.com/view/12446/add-and-strip-slashes/</a></li> <li><a href="http://snipplr.com/view/12207/htmlspecialchars/" rel="nofollow">http://snipplr.com/view/12207/htmlspecialchars/</a></li> <li><a href="http://snipplr.com/view/10608/striptags/" rel="nofollow">http://snipplr.com/view/10608/striptags/</a></li> </ul> http://stackoverflow.com/questions/663587/what-methods-can-we-use-to-interoperate-programming-languages/714926#714926 1 Answer by Scott for What methods can we use to interoperate programming languages ? Scott 2009-04-03T17:37:52Z 2009-04-03T17:37:52Z <p>On the Web, cookies can be set to pass variables between ASP/PHP/JavaScript. On a previous project I worked on, we used this to create a PHP file for downloading PDFs without revealing their location on the file system from an ASP application.</p> http://stackoverflow.com/questions/702590/why-doesnt-my-site-work-in-ie6-or-ie7/702696#702696 0 Answer by Scott for Why doesn't my site work in IE6 or IE7? Scott 2009-03-31T19:33:57Z 2009-03-31T19:33:57Z <p>It's displaying fine, albeit slowly, in IE7 for me. I would still recommend fixing the two errors and validate as Strict, but they don't seem to me to be the cause of your problem. IE6 and IE7 are intepreting them as text/html.</p> http://stackoverflow.com/questions/1205191/what-are-things-that-make-a-programmers-life-miserable/1207303#1207303 Comment by Scott on What are things that make a programmer's life miserable? Scott 2009-08-04T21:52:37Z 2009-08-04T21:52:37Z @ Richard - Fortunately I don't work there anymore. There was no middle management (company was too small), and what management they did have was causing the problems themselves. Now I work for a medium-sized business and it's much, much better. @TM - I was showing progress on a very frequent basis. I never did figure out why they never spoke up sooner, and used that to my advantage to either reject their request or extend the amount of time I was allowed to work on accomplishing it. http://stackoverflow.com/questions/1134052/help-me-fix-this-messed-up-html-table-please/1134068#1134068 Comment by Scott on Help me fix this messed up HTML table please Scott 2009-07-15T21:35:31Z 2009-07-15T21:35:31Z And get rid of the colspan=&quot;2&quot; elsewhere unless you need them for something we're not being shown, otherwise the second row should be colspan=&quot;4&quot;. http://stackoverflow.com/questions/1081111/it-to-custom-web-development-design Comment by Scott on IT to custom web development/design? Scott 2009-07-03T23:27:49Z 2009-07-03T23:27:49Z I wouldn't call this moving from IT to web development. You are wanting to move from application-based programming to web-based programming. IT normally refers to servers, networks, and workstations. http://stackoverflow.com/questions/862940/how-do-i-determine-if-a-computer-is-running-xp-service-pack-3 Comment by Scott on How do I determine if a computer is running XP Service pack 3 Scott 2009-07-03T20:06:50Z 2009-07-03T20:06:50Z The title of this question got my hopes up, and then I read the part about registry or file system. :( http://stackoverflow.com/questions/1065631/how-to-generate-unique-url-variables-that-match-to-a-db-record/1065665#1065665 Comment by Scott on How to generate unique URL variables that match to a db record? Scott 2009-06-30T20:47:55Z 2009-06-30T20:47:55Z Yes, I used the base64_encode() function. My database grows very slowly so the encoded ID is not very long yet. http://stackoverflow.com/questions/11464/what-is-the-worst-interview-question/555528#555528 Comment by Scott on What is the worst interview question? Scott 2009-06-26T19:26:26Z 2009-06-26T19:26:26Z Reminds me of a person I knew who refused to use CSS because it was &quot;proprietary Microsoft crap&quot;. http://stackoverflow.com/questions/983086/when-to-comment-code-the-other-when/983126#983126 Comment by Scott on When To Comment Code (The Other "When") Scott 2009-06-11T19:37:27Z 2009-06-11T19:37:27Z Sometimes I will plan out what I want to write with comments, and then delete them after the code is written leaving only the comments that explain why. http://stackoverflow.com/questions/554594/depiction-vs-depicts/785250#785250 Comment by Scott on Depiction vs. Depicts Scott 2009-04-28T17:57:06Z 2009-04-28T17:57:06Z Thanks for your response. This seems to be a very niche topic. I'm curious to see how you would mark up my example. http://stackoverflow.com/questions/674537/overriding-a-css-style/674564#674564 Comment by Scott on Overriding a CSS style Scott 2009-03-23T18:19:21Z 2009-03-23T18:19:21Z Glad I could help. :) http://stackoverflow.com/questions/635278/what-does-your-development-environment-look-like/635350#635350 Comment by Scott on What does your development environment look like? Scott 2009-03-20T19:00:24Z 2009-03-20T19:00:24Z Image showing up broken for anybody else besides me? http://stackoverflow.com/questions/639622/separation-of-concerns-mvc-why/640169#640169 Comment by Scott on Separation of concerns; MVC; why? Scott 2009-03-19T15:17:03Z 2009-03-19T15:17:03Z You win for the day. I've been looking for a PHP example-based explanation of MVC for ages. http://stackoverflow.com/questions/655433/how-to-use-htaccess-to-flip-from-https-to-http/655534#655534 Comment by Scott on How to use htaccess to flip from https to http Scott 2009-03-17T18:39:22Z 2009-03-17T18:39:22Z Better not to rely on port numbers. Check if HTTPS is on (or off, if you want to force it on). http://stackoverflow.com/questions/651925/regular-expression-to-categorize-the-parts-of-a-service-address Comment by Scott on Regular expression to categorize the parts of a service address? Scott 2009-03-16T23:21:14Z 2009-03-16T23:21:14Z A few potential problems: addresses with the direction after the street type; street numbers that contain text (rare, but it happens); addresses that contain unit/suite/apartment numbers; addresses that contain building names. http://stackoverflow.com/questions/651435/master-pages-or-templates/651451#651451 Comment by Scott on Master pages or Templates Scott 2009-03-16T18:36:02Z 2009-03-16T18:36:02Z SSI works on IIS as well. http://stackoverflow.com/questions/632808/why-is-vb6-still-so-widely-used/632842#632842 Comment by Scott on Why is VB6 still so widely used? Scott 2009-03-12T14:58:54Z 2009-03-12T14:58:54Z It's been my experience that nobody could run my VB6 applications without pulling down the VB6 redistributable, but my VB.NET apps worked out of the box because .NET Framework was already installed.