Thomas Hansen

2,779
reputation
1019 views

Registered User

name Thomas Hansen
member for 1 year
seen Dec 7 at 17:54
website
location Norway, Porsgrunn
age 35
Read my blog...
Oct
21
awarded  Yearling
Sep
19
comment How to achieve Modularization of Software Projects
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*...!
Sep
19
awarded  Tumbleweed
Sep
18
comment ASP Ajax Calendar Extender and displaying time
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.
Sep
15
accepted Is converting asp xml code from aspx to code behind bad practice?
Sep
12
asked Which Modular Application Frameworks does exist for ASP.NET
Aug
29
accepted Is it legal to remove link to Wordpress’ site?
Aug
29
answered Is it legal to remove link to Wordpress’ site?
Aug
27
accepted AJAX requests Synchronous Vs Asynchronous
Aug
25
comment How to intersept the save method on ActiveRecord?
ActiveRecord is a pretty "generic" header. There's a much more widely used (and many says better) O/RM library also using the word; "ActiveRecord", 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...
Aug
23
awarded  Notable Question
Aug
13
comment How to achieve Modularization of Software Projects
Quite brilliant in fact :)
Aug
10
comment How to achieve Modularization of Software Projects
+1 for the "communication would most likely create dependencies", but I don't agree anyway ... ;)
Aug
10
comment How to achieve Modularization of Software Projects
Nice one. Quite a cool idea ;)
Aug
10
asked How to achieve Modularization of Software Projects
Aug
10
answered Can we achieve 100% decoupling?
Aug
10
comment How important is modularization of software projects
Nice explanation of "Divide and Conquer" ... :) +1
Aug
10
comment How important is modularization of software projects
Done, and fixed just now...
Aug
10
answered What are the best resources if you wanted to create an application with modularization?
Aug
10
asked How important is modularization of software projects
Aug
10
answered What are success factors in software development projects?
Aug
10
answered Why have your software development projects failed?
Aug
10
answered Why is software quality so problematic?
Aug
3
answered How do you keep your documentation updated ?
Aug
3
answered What could cause the same browser on different PCs to render the same HTML differently?
Aug
2
comment Silverlight vs Flex
@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 VERY small group of devs...
Jul
30
comment Silverlight 3 on Mac OS X in Firefox 3.5 doesn’t work!!
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 ... ;)
Jul
30
comment Is converting asp xml code from aspx to code behind bad practice?
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 ... ;)
Jul
30
comment Silverlight vs Flex
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 "JS and HTML thing"... (obviously!) And Silverlight is probably marginally less hassle to deploy (and maintain) than a desktop thing...
Jul
26
answered Is converting asp xml code from aspx to code behind bad practice?
Jul
24
answered Silverlight 3 on Mac OS X in Firefox 3.5 doesn’t work!!
Jul
17
comment What is the most under-valued part of .NET?
Erik Naggum kind-of-quote; "A novice once had a problem. He said I know I'll just use Regular Expressions. The novice now had TWO problems"...
Jul
13
comment Why is this code so slow?
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...
Jul
13
comment Why is this code so slow?
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 ...
Jul
6
answered IE8 Big Problem! Not displaying site properly.
Jul
6
comment After having started a project and suddenly having found new competition, how do you convince yourself to keep going?
According to Paul Graham and many others (me including) - VC funding is not necessarily a good thing...
Jul
3
awarded  Notable Question
Jul
1
answered Documenting C++/CLI library code for use from c# - best tools and practices?
Jul
1
answered What roles are available for developers with open-source projects?
Jun
30
comment “Every language was created for a specific purpose”
Java Interfaces are cool, and yes they solve a lot of the problem from MI, but MI is really cool if you know how and when to use it, and you are a little bit careful. It can seriously reduce the amount of coding needed. But both C# and Java (note that I am a "C# dude") takes a lot of criticism because of lack of MI. I would love to see MI in C#. And C# also have "Java Interfaces"...
Jun
29
comment “Every language was created for a specific purpose”
You seem to be repeating stuff others like e.g. Gosling have said about MI without thought for whether or not it's true. Have it caused grief to you or someone you know...? For me it has only created flexibility and made me able to create even more concise and beautiful code... Do you have a reference to that it "has caused grief"...? Now according to; en.wikipedia.org/wiki/Multiple_inheritance MI have some "official criticism", and I can agree on those. But Java Interfaces is not what "MI should have been"...
Jun
28
comment “Every language was created for a specific purpose”
@quant_dev - Sorry to disappoint you, but you're wrong. MI is a beautiful concept and that both Java and C# lacks them makes those languages inferior in regards to inheritance...
Jun
28
answered “Every language was created for a specific purpose”
Jun
27
answered AJAX requests Synchronous Vs Asynchronous
Jun
27
answered is jquery a problem for large scale sites?