Deciding which to target
Posted on
5/27/2008 @ 6:30 PM
in
ASP.NET Development |
1 comments
Web development is one of the few areas left in "software" development
that still has a moving target for the user interface. Traditional
development mediums whether they be Winforms, Delphi, whatever your
flavor, if you place a control on the form it's going to be there. It's
going to be right where you expect it to be, and it will be there every
time you launch the application.
Historically, web development
has had the battle of which browser engine to "cater" to.
Continued...