L
Logician
I am developing a large website (million pages) and I decided to drop
most of the HTML I have been using and implementing mostly a .NET
solution supported by C# as the language.
Coding is about 90 times easier than using CSS and HTML and a real
relief after struggling style sheets, but I am a little worried that
not all clients will read the pages OK.
Does anyone have any experience of writing systems which use little
HTML, eg instead of using <li> just use a ListBox which is much
easier?
The trend seemed to be for a while using large client scripts to
handle screen functions, but I have always found server side code much
easier.
most of the HTML I have been using and implementing mostly a .NET
solution supported by C# as the language.
Coding is about 90 times easier than using CSS and HTML and a real
relief after struggling style sheets, but I am a little worried that
not all clients will read the pages OK.
Does anyone have any experience of writing systems which use little
HTML, eg instead of using <li> just use a ListBox which is much
easier?
The trend seemed to be for a while using large client scripts to
handle screen functions, but I have always found server side code much
easier.