User Thomas Hansen - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T21:55:44Z http://stackoverflow.com/feeds/user/29746 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/340254/are-there-any-selector-engines-for-asp-net-kind-of-like-jquery-css-selector-onl 0 Are there any selector engines for ASP.NET - kind of like jQuery CSS Selector only for the SERVER-side? Thomas Hansen 2008-12-04T11:20:04Z 2009-11-06T20:00:02Z <p>Often I find myself writing a lot of ugly "foreach code" when I databind ASP.NET Repeaters/GridViews and such and I am thinking that there must exist a far superior way by using the lessons learned from jQuery and other CSS JavaScript selector frameworks also on the <em>server side</em>.</p> <p>Does such a thing exist (PS! I'm answering this immediately ;)</p> http://stackoverflow.com/questions/300294/lgpl-and-dual-licensing-ajax-library 0 LGPL and Dual Licensing Ajax Library Thomas Hansen 2008-11-18T22:00:36Z 2009-11-04T23:00:01Z <p>Hi guys, I'm the previous founder of Gaiaware and Gaia Ajax Widgets and when I used to work there we had this rhetoric (which I have confirmed with some very smart FOSS people is correct) that when using a GPL Ajax library you're basically "distributing" the JavaScript which in turn makes the GPL viral clause kick in and forces people to purchase a proprietary license if they're going to build Closed Source stuff...</p> <p>So now I'm the the LGPL world here with <a href="http://ra-ajax.org" rel="nofollow">Ra-Ajax</a> which is an LGPL licensed library and I've got no intentions of creating a GPL licensed library since I believe strongly in that the LGPL is the "enabler" of the Open Web to prevail. But something interesting have happened which I think might still give me a "business model" here which is the Linking clause of the LGPL which I think goes something like this (pseudo);</p> <p>"If you link to an LGPL licensed thing you get no restrictions on your own derived works"...</p> <p>But so we started creating something we're calling <a href="http://ra-ajax.org/Starter-Kits.aspx" rel="nofollow">Ajax Starter-Kits</a> which effectively is a "Project Kickstarter" where you can download a finished project/solution which basically enables you to start out with some pre-done boiler plate code for problems such as Ajax DataGrids, Ajax Calendar Applications, Ajax TreeView Applications etc. And the funny thing is that our users would NOT "link" to these, they would effectively BE our users applications...</p> <p>So to wrap up my question. Would this force users of our LGPL licensed Ajax Starter-Kits to LGPL license their own work? Basically if it does we have a business model (and I get very happy) if not I'd just have to hope people would still like to pay us those $29 for our Starter-Kits to support the project... ;)</p> <p>Help rewarded with extreme gratitude...</p> http://stackoverflow.com/questions/1414758/which-modular-application-frameworks-does-exist-for-asp-net 0 Which Modular Application Frameworks does exist for ASP.NET Thomas Hansen 2009-09-12T09:52:08Z 2009-09-12T09:52:08Z <p>We are working on a Modular Framework for creating web-applications in ASP.NET in these days. Kind of influenced by the workings of the group behind the CAB Framework. How many other similar frameworks (if any) exists out there...?</p> <p>If there are any ones which are Open Source that would be considered a bonus since then I could check out the code and get inspired...</p> http://stackoverflow.com/questions/1350844/is-it-legal-to-remove-link-to-wordpress-site/1350853#1350853 5 Answer by Thomas Hansen for Is it legal to remove link to Wordpress' site? Thomas Hansen 2009-08-29T08:29:40Z 2009-08-29T08:29:40Z <p>Read their license, if it's a license approved by OSI, then it's not illegal, since no OSI approved license demands linking to the place where the vendor delivers his stuff...</p> <p>However if it's ethical is another issues, since these guys are giving you their stuff for free and hence they do deserve at least a small link from your website to the place that gave you their code for free...</p> <p>The middle of the road solution could be removing the link, but having another page saying something about the technical platform or something that points to the wordpress website and talks nicely about their products ... :)</p> http://stackoverflow.com/questions/1256544/how-to-achieve-modularization-of-software-projects 0 How to achieve Modularization of Software Projects Thomas Hansen 2009-08-10T18:48:03Z 2009-08-12T04:56:08Z <p>What are the best ways to achieve extremely loosely coupling?</p> <p>If you want to modularize your Software to such an extreme extent that no parts are relying upon any other parts in your system, but they would still be able to communicate, which means would we have to use (technology agnostic) to achieve this goals then</p> <p>Suggestions please, think of this as a brainstorm ... :)</p> http://stackoverflow.com/questions/1256009/how-important-is-modularization-of-software-projects 3 How important is modularization of software projects Thomas Hansen 2009-08-10T16:59:00Z 2009-08-10T19:56:47Z <p>Modularization is obviously important in software projects, but I want to know people's opinions on <em>how</em> important and for what <em>reasons</em> it is important. I've obviously got my own ideas since I'm asking this, but think of it like a "common brainstorm" of the reasons one should modularize one's software projects...</p> http://stackoverflow.com/questions/70460/can-we-achieve-100-decoupling/1256528#1256528 -1 Answer by Thomas Hansen for Can we achieve 100% decoupling? Thomas Hansen 2009-08-10T18:45:11Z 2009-08-10T18:45:11Z <p>Think of the API very hard for a very long time, then make sure it's as small as it can possibly be, until it's at the place where it has almost disappeared...</p> <p>The <a href="http://ra-ajax.org/LegoProcess.aspx" rel="nofollow">Lego Software Process</a> proposes this ... :) - and actually quite well achieves this...</p> <p>How "closely coupled" are two cells of an organism...?</p> <p>The cells in an organism can still communicate, but instead of doing it by any means that requires any knowledge about the receiving (or sending) part, they do it by releasing chemicals into the body ... ;)</p> http://stackoverflow.com/questions/413247/what-are-the-best-resources-if-you-wanted-to-create-an-application-with-modulariz/1256019#1256019 0 Answer by Thomas Hansen for What are the best resources if you wanted to create an application with modularization? Thomas Hansen 2009-08-10T17:03:03Z 2009-08-10T17:03:03Z <p>Here's a small video that at least will give you some hints; <a href="http://ra-ajax.org/LegoProcess.aspx" rel="nofollow">the Lego Process</a> [less than 2 minutes long] </p> <p>There's also a complete recipe for how to create your own framework based extensively on Modularization...</p> <p>The most important key element to make modularized software is to remember that it's purely [mostly] a matter of how loosely coupled you can create your systems. The more loosely coupled, the easier it is to modularize...</p> http://stackoverflow.com/questions/655720/what-are-success-factors-in-software-development-projects/1254968#1254968 0 Answer by Thomas Hansen for What are success factors in software development projects? Thomas Hansen 2009-08-10T13:42:18Z 2009-08-10T13:42:18Z <p>Modularization is always a key factor in regards to success. If you can modularize your applications, they become easier to maintain, change and develop.</p> <p>We've used this technique for millenniums in other industries, starting back with (probably) the building of the pyramids. But somehow Software has not taken this concept with the amount of seriousness it deserves... :(</p> <p>(or haven't been able to create an easy to understand process or methodology)</p> http://stackoverflow.com/questions/313150/why-have-your-software-development-projects-failed/1254737#1254737 0 Answer by Thomas Hansen for Why have your software development projects failed? Thomas Hansen 2009-08-10T12:58:33Z 2009-08-10T12:58:33Z <p>Most of the projects I've been a part of could easily fix most of their problems by following the Lego Process which you can read about <a href="http://ra-ajax.org/LegoProcess.aspx" rel="nofollow">here</a></p> http://stackoverflow.com/questions/347584/why-is-software-quality-so-problematic/1254727#1254727 0 Answer by Thomas Hansen for Why is software quality so problematic? Thomas Hansen 2009-08-10T12:57:11Z 2009-08-10T12:57:11Z <p>Well, my belief is that it's a matter of changing from Monolithic Apps to Modular Apps by using something similar to the <em>Lego Process</em> which can be checked out <a href="http://ra-ajax.org/LegoProcess.aspx" rel="nofollow">here</a></p> http://stackoverflow.com/questions/1219365/how-do-you-keep-your-documentation-updated/1224882#1224882 1 Answer by Thomas Hansen for How do you keep your documentation updated ? Thomas Hansen 2009-08-03T22:11:40Z 2009-08-03T22:11:40Z <p>Have you tried Doxygen ... ?</p> <p>A colleague of mine created a .Net Wrapper for it called Doxygen.NET (which is LGPL licensed)</p> <p>EDIT;</p> <p>Ohh yeah, you can find Doxygen.NET here; <a href="http://code.google.com/p/doxygen-net/" rel="nofollow">http://code.google.com/p/doxygen-net/</a></p> <p>And a sample of it in use here; <a href="http://ra-ajax.org/Docs.aspx" rel="nofollow">http://ra-ajax.org/Docs.aspx</a></p> <p>Have fun :)</p> http://stackoverflow.com/questions/1224796/what-could-cause-the-same-browser-on-different-pcs-to-render-the-same-html-differ/1224874#1224874 1 Answer by Thomas Hansen for What could cause the same browser on different PCs to render the same HTML differently? Thomas Hansen 2009-08-03T22:08:52Z 2009-08-03T22:08:52Z <p>I mostly agree with all the "font guys" further up, but if that doesn't help try checking the HTTP headers since some headers might be added by proxies and such between the server and your client. But try the font suggestions first...</p> <p>Good luck ;)</p> http://stackoverflow.com/questions/1185492/is-converting-asp-xml-code-from-aspx-to-code-behind-bad-practice/1185556#1185556 0 Answer by Thomas Hansen for Is converting asp xml code from aspx to code behind bad practice? Thomas Hansen 2009-07-26T21:08:46Z 2009-07-26T21:08:46Z <p>In general you should try to as much as possible to create your code (<em>any</em> code) in a "declarative" manner. .ASPX syntax with WebControls are a great way to create widgets in a declarative manner. By removing the WebControls from your markup and "hand roll" them through the C# codebehind is going the wrong way per definition.</p> <p>But if you cannot do what you wish to achieve in a declarative manner, you obviously must create your stuff as nested controls or through some other similar mechanism, though what I'd try to do then if I were you would be to create <em>my own</em> WebControls which you then could use declarative in your .ASPX file. A great pace to start would be by using the composition pattern in an Ajax Framework like for instance Ra-Ajax. (disclaimer, I work with Ra-Ajax)</p> <p>If you take a look at e.g. the Tree control in Ra-Ajax, this control is entirely composed out of other controls, purely in C# without having to resort to hand-rolled JavaScript at all...</p> http://stackoverflow.com/questions/1166389/silverlight-3-on-mac-os-x-in-firefox-3-5-doesnt-work/1177286#1177286 -2 Answer by Thomas Hansen for Silverlight 3 on Mac OS X in Firefox 3.5 doesn't work!! Thomas Hansen 2009-07-24T12:16:22Z 2009-07-24T12:16:22Z <p>This is a known problem and you've basically got three options;</p> <ul> <li>Keep on developing with Silverlight and expect these kind of problems surfacing frequently in the future - even if you can get your application to work this time, it'll still surface later down the road every once in a while.</li> <li>Port your application to the W3C platform (ECMA, CSS, (X)HTML) utilizing some sort of Ajax library - and hence get rid of the problem permanently.</li> <li>Entirely drop any non-Microsoft based OS support for your application. Silverlight will occasionally and partially work with many non-Microsoft based Operating Systems, but once Microsoft have acquired the market share they want for Silverlight they will have no financial incentives in getting Silverlight to work with neither Mac OS X, Linux, Symbian, iPhone or any other Operating Systems in this world not created by themselves - in fact their financial incentives will be in getting it <em>NOT</em> to work on non-MS based Operating Systems since this will drive adoption of their Operating Systems like Windows 7, WindowsMobile etc. For you to follow this strategy is obviously quite dangerous since Microsoft is bleeding market shares to Linux and especially Mac OS X on the client. Not to mention that they have probably less then 1% of the mobile phones in this world. Which all together translates into less customers (users) for your applications. But if you can be positively certain about that your customers are purely going to want to use your applications with Microsoft based Operating Systems, then I guess it doesn't matter that much for you...</li> </ul> <p>I know it sounds drastic, but the "object tag" should have been the clue-giver here. Silverlight is nothing but ActiveX in a new wrapping with a new name and some new fancy colors - or ActiveX2.0 if you wish. And we all know how ActiveX1.0 worked...</p> <p>Microsoft have created some spectacularly great innovations through out their history, the .Net Framework and the C# language being one of them, but neither ActiveX1.0 nor ActiveX2.0 are among those great innovations. Silverlight is kind of like the "Windows Millennium of Frameworks" - buggy, expensive and gives few if any benefits to its users. But comes wrapped inside a beautiful package that makes people "buy into it"...</p> http://stackoverflow.com/questions/566769/what-is-the-best-html-for-displaying-an-upgrade-your-browser-banner-on-your-web 1 What is the best HTML for displaying an 'Upgrade your browser' banner on your website? Thomas Hansen 2009-02-19T19:24:44Z 2009-07-16T20:35:19Z <p>What is the best piece of HTML to put into your website informing certain browser's users that they should upgrade to a different browser?</p> http://stackoverflow.com/questions/1087923/ie8-big-problem-not-displaying-site-properly/1087986#1087986 -1 Answer by Thomas Hansen for IE8 Big Problem! Not displaying site properly. Thomas Hansen 2009-07-06T16:43:10Z 2009-07-06T16:43:10Z <p>Then after you have checked the stuff Josh and Malcolm above has told you to check and fix, make sure it works with FireFox and Chrome. And don't give a damn about IE. They'll (MSFT) come around as more and more people are doing this - as in MSFT will soon be forced to be 100% validating when the web looks "one way" through the Spyglass (IE) and another way through any standard compliant browser...</p> <p>Pretty controversial, yes I know - but to get "100% equality" in IE is basically trying to get a steam train from a steam train vendor to run on a mono rail. The vendor of the steam train technology earns no money on that mono rail technology and they will always make sure their trains - which happens to have the larger market share - does everything just so slightly different that the mono rail technology seems like a "bad idea"...</p> <p>Erik Naggum once said; "Microsoft is not the answer, Microsoft is the question. NO is the answer"</p> <p>Generally I don't 100% agree with that statement, all though when it comes to "the web" I have completely given up on IE. You should too, it's quite soothing in fact :)</p> http://stackoverflow.com/questions/1040479/documenting-c-cli-library-code-for-use-from-c-best-tools-and-practices/1071083#1071083 0 Answer by Thomas Hansen for Documenting C++/CLI library code for use from c# - best tools and practices? Thomas Hansen 2009-07-01T20:05:07Z 2009-07-01T20:05:07Z <p>You'll probably have a lot of value taking a look at Doxygen. And then look up Doxygen.NET - which is something we wrote for our own use which builds "Object Hierarchies" from the XML file outputs from Doxygen...</p> http://stackoverflow.com/questions/1070902/what-roles-are-available-for-developers-with-open-source-projects/1071068#1071068 0 Answer by Thomas Hansen for What roles are available for developers with open-source projects? Thomas Hansen 2009-07-01T20:02:56Z 2009-07-01T20:02:56Z <ul> <li>Write tutorials about some project on your blog and let the other developers know about it through their forums or something</li> <li>Write plugins for the SW piece you've decided to contribute to, then write blogs about your plugins and post in the forums what you've done</li> <li>Help out in the forums of the project answering support requests</li> </ul> <p>When you have done things like this it is highly likely that a patch sent to the project will attract eyeballs. Then after sending in a couple of patches you might get SVN/GIT/CVS read/write access and get to "shine" as one of the "core developers" ...</p> <p>"Marketing" of a FOSS project is often perceived as invaluable and often a job which few does and many project needs...</p> http://stackoverflow.com/questions/1054672/every-language-was-created-for-a-specific-purpose/1054703#1054703 5 Answer by Thomas Hansen for "Every language was created for a specific purpose" Thomas Hansen 2009-06-28T10:54:37Z 2009-06-28T11:59:05Z <ul> <li>Perl, because developers should learn to appreciate pain</li> <li>C++, because 5 people on the planet should be able to create Operational Systems and embedded systems and because D was too far into the alphabet</li> <li>C, because B needed a successor</li> <li>D, because C needed a "real" successor</li> <li>Python, because writing angle brackets are bad to your health</li> <li>Java, because C++ was too difficult and Gosling thought (falsely) that we needed a language without Multiple Inheritance</li> <li>VB, because Bill Gates' children needed "VB inheritance"</li> <li>C#, because Java started stealing market shares from "Visual C++"</li> </ul> <p>But I guess that list might be controversial for some ... ;)</p> http://stackoverflow.com/questions/1052453/ajax-requests-synchronous-vs-asynchronous/1052462#1052462 5 Answer by Thomas Hansen for AJAX requests Synchronous Vs Asynchronous Thomas Hansen 2009-06-27T09:14:14Z 2009-06-27T09:14:14Z <p>You should mostly always use an asynchronous Ajax Request, in fact I know only about one place where a synchronous Ajax Request should be used which is if you're in an Ajax Request embedding a new JavaScript file on the client and then referencing types and/or objects from that JavaScript file in the return from the original Ajax Request. Then the fetching of this new JS file should (or can sanely) be included through using a synchronous Ajax Request...</p> <p>Other then that you should <em>always</em> use asynchronous Ajax Requests. The most important reason is that a synchronous Ajax Request makes the UI (browser) unresponsive...</p> http://stackoverflow.com/questions/1052234/is-jquery-a-problem-for-large-scale-sites/1052414#1052414 0 Answer by Thomas Hansen for is jquery a problem for large scale sites? Thomas Hansen 2009-06-27T08:44:40Z 2009-06-27T08:44:40Z <p>As others have pointed out jQuery is a <em>general purpose JavaScript library</em> and hence you're bound to have your users download something that they're not using. Though mostly that won't be a problem in real life situations.</p> <p>What I would rather worry about is to build large (complex) websites in jQuery since you're then effectively (unless you go completely out of your way) moving large portions of your business logic into JavaScript which will make your application far more difficult to maintain. And also far more complex to create.</p> http://stackoverflow.com/questions/1025081/would-an-open-source-project-have-copyright-all-rights-reserved-written-on-it/1042509#1042509 1 Answer by Thomas Hansen for Would an open source project have "Copyright. All rights reserved." written on its licensing disclaimer? Thomas Hansen 2009-06-25T07:02:12Z 2009-06-25T07:02:12Z <p>Even though you Open Source license your code, it will still be the copyright of someone. The only alternative is if you submit it to the <em>Public Domain</em> - which I only know about one prestige project that have ever done - Anthem.NET.</p> <p>Now the reasons are often first of all that you may want to add a disclaimer, and if you want to add a disclaimer like for instance "I am not responsible for bugs" and such, then unless you hold the copyright and have others use it due to a <em>license</em> instead of just "Public Domain" then such a disclaimer carries no weight.</p> <p>Another reason is that you may want to force people to kick back contributions in the forms of LGPL or GPL, which also is impossible unless people are using it according to a "license".</p> <p>So yes, it is highly usual to add a "copyright(c) John Doe" in your code files, even though the project is Open Source. And in fact the concept of <em>copyleft</em> which FSF talks highly about is in fact <em>impossible</em> without someone actually having the copyright for the code...</p> http://stackoverflow.com/questions/728755/does-url-shortening-affect-page-ranking/728819#728819 7 Answer by Thomas Hansen for Does URL Shortening affect Page Ranking? Thomas Hansen 2009-04-08T06:58:48Z 2009-06-17T14:14:23Z <p>IT depends upon the implementation from the URL shortener service. If they use HTTP 301 and/ or HTTP 302 in their redirects then Google are quite good in interpreting these correctly in accordance to Page Rank. However other parameters might be affected by URL shortening.</p> <p>Most Search Engines uses anchor text and URL texts as a parameter to what to give hits for for a specific URL. And if the URL changes from <a href="http://example.com/some-article-about-C" rel="nofollow">http://example.com/some-article-about-C</a> to <a href="http://example.com/234432" rel="nofollow">http://example.com/234432</a> then obviously the first one carries more information for the search engine which will make it perform better for "article" and "c"...</p> http://stackoverflow.com/questions/1000940/time-refreshment-in-the-html-via-ajax/1000980#1000980 0 Answer by Thomas Hansen for Time refreshment in the HTML via AJAX Thomas Hansen 2009-06-16T11:46:26Z 2009-06-16T11:46:26Z <p>If you combine something like e.g. this; <a href="http://ra-ajax.org/Docs.aspx?class=Ra.Extensions.Widgets.Timer" rel="nofollow">http://ra-ajax.org/Docs.aspx?class=Ra.Extensions.Widgets.Timer</a> with this; <a href="http://ra-ajax.org/samples/Chart-Sample.aspx" rel="nofollow">http://ra-ajax.org/samples/Chart-Sample.aspx</a> you'll easy get there.</p> <p>Above samples are for .Net, but there exists similar constructs (and frameworks) also for other other platforms...</p> http://stackoverflow.com/questions/994856/so-what-if-custom-html-attributes-arent-valid-xhtml/994901#994901 1 Answer by Thomas Hansen for So what if custom HTML attributes aren't valid XHTML? Thomas Hansen 2009-06-15T07:42:34Z 2009-06-15T07:42:34Z <p>Because they're not standard you have no idea what might happen, neither now, nor in the future. As others have said W3C might start using those same names in the future. But what's even more dangerous is that you don't know what the developers of "browser xxx" have done when they encounter they.</p> <p>Maybe the page is rendered in quirks mode, maybe the page doesn't render at <em>all</em> on some obscure mobile browser, maybe the browser will leak memory, maybe a virus killer will choke on your page, etc, etc, etc.</p> <p>I know that following the standards religiously might seem like snobbery. However once you have experienced problems due to not following them, you tend to stop thinking like that. However, then it's mostly too late, and you need to start your application from scratch with a different framework...</p> http://stackoverflow.com/questions/979471/is-silverlight-the-right-choice-for-what-i-need/993623#993623 -3 Answer by Thomas Hansen for Is silverlight the right choice for what i need? Thomas Hansen 2009-06-14T19:56:05Z 2009-06-14T19:56:05Z <p>Silverlight is an evil and inferior technology and should be avoided as if it was cancer...!</p> http://stackoverflow.com/questions/958040/what-is-ajax-really/972825#972825 0 Answer by Thomas Hansen for What is AJAX, really? Thomas Hansen 2009-06-09T22:30:51Z 2009-06-09T22:30:51Z <p>I'll give it a try and say that <em>"it's the concept of having a W3C based (JavaScript, HTML and CSS) solution for building Rich Applications for running on the web in a browser"</em></p> <p>Everything else is just "technical details" I guess ... ;)</p> <p>PS! - AMAZING question ...!! ;)</p> http://stackoverflow.com/questions/895527/anybody-else-regretting-using-entity-framework/961362#961362 -1 Answer by Thomas Hansen for Anybody else regretting using Entity Framework? Thomas Hansen 2009-06-07T06:57:59Z 2009-06-07T06:57:59Z <p>Not an answer per se, but still probably a solution; ActiveRecord...</p> http://stackoverflow.com/questions/873806/ra-ajax-download-anywhere/944689#944689 0 Answer by Thomas Hansen for RA-AJAX download anywhere? Thomas Hansen 2009-06-03T13:18:53Z 2009-06-03T13:53:28Z <p>Howdy, the project is up running now again, and you can find the download at <a href="http://ra-ajax.org" rel="nofollow">http://ra-ajax.org</a></p> <p>Read the details here; <a href="http://ra-ajax.org/lawsuit-settled-the-war-is-over.blog" rel="nofollow">http://ra-ajax.org/lawsuit-settled-the-war-is-over.blog</a></p> <p>And here; <a href="http://ra-ajax.org/new-release-of-ra-ajax-version-2-0-out.blog" rel="nofollow">http://ra-ajax.org/new-release-of-ra-ajax-version-2-0-out.blog</a></p> http://stackoverflow.com/questions/1256544/how-to-achieve-modularization-of-software-projects/1264274#1264274 Comment by Thomas Hansen on How to achieve Modularization of Software Projects Thomas Hansen 2009-09-19T10:15:05Z 2009-09-19T10:15:05Z I didn't realize how important this was before I started going down this path, I just wanted to let you know that this is the most important and best advice I've ever had in regards to this. 'Brilliant*...! http://stackoverflow.com/questions/279552/asp-ajax-calendar-extender-and-displaying-time/316059#316059 Comment by Thomas Hansen on ASP Ajax Calendar Extender and displaying time Thomas Hansen 2009-09-18T05:51:46Z 2009-09-18T05:51:46Z I don't know we have an example if it, but you could use the Ra DateTimePicket which exists in the same projects as the Calendar. http://stackoverflow.com/questions/1295842/how-to-intersept-the-save-method-on-activerecord Comment by Thomas Hansen on How to intersept the save method on ActiveRecord? Thomas Hansen 2009-08-25T23:01:23Z 2009-08-25T23:01:23Z ActiveRecord is a pretty &quot;generic&quot; header. There's a much more widely used (and many says better) O/RM library also using the word; &quot;ActiveRecord&quot;, probably due to the Design Pattern Martin Fowler coined several years ago bearing that name. So even though you tagged the post so that people could understand it's Subsonic you're talking about, more correctly would be to also add up Subsonic in the header... http://stackoverflow.com/questions/1256544/how-to-achieve-modularization-of-software-projects/1264274#1264274 Comment by Thomas Hansen on How to achieve Modularization of Software Projects Thomas Hansen 2009-08-13T01:34:22Z 2009-08-13T01:34:22Z Quite brilliant in fact :) http://stackoverflow.com/questions/1256544/how-to-achieve-modularization-of-software-projects/1256582#1256582 Comment by Thomas Hansen on How to achieve Modularization of Software Projects Thomas Hansen 2009-08-10T22:08:21Z 2009-08-10T22:08:21Z +1 for the &quot;communication would most likely create dependencies&quot;, but I don't agree anyway ... ;) http://stackoverflow.com/questions/1256544/how-to-achieve-modularization-of-software-projects/1256573#1256573 Comment by Thomas Hansen on How to achieve Modularization of Software Projects Thomas Hansen 2009-08-10T22:06:04Z 2009-08-10T22:06:04Z Nice one. Quite a cool idea ;) http://stackoverflow.com/questions/1256009/how-important-is-modularization-of-software-projects/1256087#1256087 Comment by Thomas Hansen on How important is modularization of software projects Thomas Hansen 2009-08-10T18:27:45Z 2009-08-10T18:27:45Z Nice explanation of &quot;Divide and Conquer&quot; ... :) +1 http://stackoverflow.com/questions/1256009/how-important-is-modularization-of-software-projects Comment by Thomas Hansen on How important is modularization of software projects Thomas Hansen 2009-08-10T17:47:06Z 2009-08-10T17:47:06Z Done, and fixed just now... http://stackoverflow.com/questions/20910/silverlight-vs-flex/856467#856467 Comment by Thomas Hansen on Silverlight vs Flex Thomas Hansen 2009-08-02T11:52:25Z 2009-08-02T11:52:25Z @Alex - It would be interesting to see why you think your domain problems are too complex to be solved with the W3C platform (HTML, JS, CSS, etc) - Google does maps through the W3C platform. Sure some extreme applications (mostly games I suspect) need more power then the W3C platform can supply, but for those kind of things I suspect that something like Qt or NativeClient wold be better fits, if not for anything else then the fact of that they're Open Source. But I might be wrong, maybe Silverlight is just the right thing for you, but then you would belong to a <i>VERY</i> small group of devs... http://stackoverflow.com/questions/1166389/silverlight-3-on-mac-os-x-in-firefox-3-5-doesnt-work/1177286#1177286 Comment by Thomas Hansen on Silverlight 3 on Mac OS X in Firefox 3.5 doesn't work!! Thomas Hansen 2009-07-30T18:34:08Z 2009-07-30T18:34:08Z Well, if it wasn't ActiveX then why is it being patched in these days due to the ATL flaw just discovered...? I am sure you too know what ATL means and what it wraps ... ;) http://stackoverflow.com/questions/1185492/is-converting-asp-xml-code-from-aspx-to-code-behind-bad-practice/1185556#1185556 Comment by Thomas Hansen on Is converting asp xml code from aspx to code behind bad practice? Thomas Hansen 2009-07-30T18:31:58Z 2009-07-30T18:31:58Z Well, maybe. But if I just used the stuff once I'd probably rather handroll it by embedding controls by hand the way you say, though I'd definitely (probably) encapsulate that logic into either a WebControl or at least a UserControl. I personally don't like codebehind files that are thousands of lines long ... ;) http://stackoverflow.com/questions/20910/silverlight-vs-flex/856467#856467 Comment by Thomas Hansen on Silverlight vs Flex Thomas Hansen 2009-07-30T18:30:03Z 2009-07-30T18:30:03Z For your first person shooter JS and HTML is probably not the right technology - today - to use. Though the thing you say about deployment and maintenance in regards to enterprise LOBs requires commenting. To maintain and deploy a silverlight thing is far more advanced and difficult and full of hassle then it is to deploy a &quot;JS and HTML thing&quot;... (obviously!) And Silverlight is probably marginally less hassle to deploy (and maintain) than a desktop thing... http://stackoverflow.com/questions/1144480/what-is-the-most-under-valued-part-of-net/1144529#1144529 Comment by Thomas Hansen on What is the most under-valued part of .NET? Thomas Hansen 2009-07-17T19:45:46Z 2009-07-17T19:45:46Z Erik Naggum kind-of-quote; &quot;A novice once had a problem. He said I know I'll just use Regular Expressions. The novice now had TWO problems&quot;... http://stackoverflow.com/questions/845073/why-is-this-code-so-slow/845113#845113 Comment by Thomas Hansen on Why is this code so slow? Thomas Hansen 2009-07-13T20:48:10Z 2009-07-13T20:48:10Z PS! It might change the semantics in fact, if the someMethod() causes side effects and depending upon the ECMA implementation the someMethod will be called every time or only one time and then cached... http://stackoverflow.com/questions/845073/why-is-this-code-so-slow/845113#845113 Comment by Thomas Hansen on Why is this code so slow? Thomas Hansen 2009-07-13T20:47:02Z 2009-07-13T20:47:02Z If it is within some other function that is being frequently called (e.g. CSS selector core) it will be HIGHLY significant...! But point taken ...