ScottKoon

1,274
Reputation
193 views

Registered User

name ScottKoon
member for 1 year
seen Dec 4 at 19:13
website
location Seattle, WA
age 38
Not null
Nov
11
comment ASP.net MVC v2 - Debugging Model Binding Issues - BUG?
Interfaces can't inherit, only classes can. Interfaces specify implementation requirements. If you say IFoo : IBar, you are telling the compiler "Any class that implements the IFoo interface must also implement the IBar interface".
Oct
29
awarded  Nice Question
Oct
7
comment Why do I need an IoC container as opposed to straightforward DI code?
In Joel's defense, DI and IoC may be very difficult to grasp in Z80 Assembly or when using templates with COM in multi-threaded code.
Oct
7
revised Why do I need an IoC container as opposed to straightforward DI code?
edited tags
Oct
7
comment Why do I need an IoC container as opposed to straightforward DI code?
You are very wrong.
Sep
30
answered How do I encode an HTTP link… something very easily with javascript?
Sep
14
awarded  Notable Question
Aug
17
awarded  Yearling
Aug
8
comment Integrating Automated Web Testing Into Build Process
Jetty is, I believe, an AppServer like JBoss, WebSphere or Tomcat. It's a host for the application.
Jul
26
answered Javascript “Permission Denied” Error in IE.x
Jul
23
accepted <object> alternate content containing a script tag won’t document.write in IE
Jul
23
comment <object> alternate content containing a script tag won’t document.write in IE
You could also reverse the solution and just add the object tag if they have SL installed. stackoverflow.com/questions/281246/…
Jul
23
comment <object> alternate content containing a script tag won’t document.write in IE
errrr, the quotes should be properly escaped too but meh.
Jul
23
answered <object> alternate content containing a script tag won’t document.write in IE