User Marlon - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T19:24:03Z http://stackoverflow.com/feeds/user/70530 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1009407/dealing-with-phobia-of-ruining-your-own-code/1009429#1009429 0 Answer by Marlon for Dealing with "phobia" of ruining (your own) code? Marlon 2009-06-17T20:44:12Z 2009-06-17T20:44:12Z <p>You know, I can kind of relate. Whenever, I do work on a language or environment I'm not too familiar with, I get anxious beyond a certain point in fear that I'll make a catastrophic goofup and be unable to repair it. But, those were the days before I discovered source control. I'm a fan on SVN as are many other people, but there are plenty of source control systems out there... use one, and commit (backup, whatever) often, then regardless of how big a screwup you perform, you have a place to pick back up from...</p> http://stackoverflow.com/questions/734503/internet-explorer-8-builds-18702-and-8702ic 0 Internet Explorer 8 builds 18702 and 8702IC?? Marlon 2009-04-09T14:34:22Z 2009-04-09T14:58:19Z <p>I'm having an issue with a strange version of IE8 which I have not come across until now. The version causing all the trouble with me is 8.0.6001.8702IC? Has anyone come across this version yet?</p> <p>This funky version is breaking a lot of the websites I worked on, mostly asp.net 1.1 and 2.0 web sites. However, the [supposedly] final build of IE 8.0.6001.18702 is displaying my webpages perfectly.</p> <p>Can anyone illuminate some light on this issue beyond "refactor your HTML and CSS"?</p> <p>Many Thanks!</p> http://stackoverflow.com/questions/27793/well-written-open-source-projects-for-learning/626602#626602 1 Answer by Marlon for well written open source projects (for learning)? Marlon 2009-03-09T15:08:09Z 2009-03-09T15:08:09Z <p>I thoroughly recommend <a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete 2nd Edition (ISBN: 0735619670) written by Steve McConnell.</a> For the most part, it uses C++ as its lingua franca, however it has occasional mentions of Visual Basic code. In fact, this book was actually used throughout my college's computer science department for advocating good coding practices. And, to be frank, after reading this book, my coding skills and productivity improved by leaps and bounds.</p> http://stackoverflow.com/questions/626539/is-linq-to-sql-getting-scrapped/626570#626570 0 Answer by Marlon for Is Linq-To-SQL getting scrapped? Marlon 2009-03-09T14:58:05Z 2009-03-09T14:58:05Z <p>Here's an MSDN blog entry pretty much hinting that Microsoft is preferring LINQ to Entities above LINQ to SQL, but no mention of scrapping LINQ altogether.</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> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008/583227#583227 1 Answer by Marlon for Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Marlon 2009-02-24T19:34:55Z 2009-02-24T19:59:31Z <p>You could create a User DSN in the ODBC Data Source Administrator utility and then connect to your instance of MSSQL 2008 through Visio 2007 by using the selecting the ODBC Generic Driver instead of the Microsoft SQL Server driver.</p> <p>You could also try the SQL Server 2008 Data Mining Addins for Office 2007.</p> <p>Grab them here: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=896A493A-2502-4795-94AE-E00632BA6DE7&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyId=896A493A-2502-4795-94AE-E00632BA6DE7&amp;displaylang=en</a></p> <p>I hope this helps!</p> <p>Cheers</p>