Thread: Hi Horror.com
View Single Post
  #54  
Old 07-08-2004, 12:49 PM
Vodstok's Avatar
Vodstok Vodstok is offline
Fear scented candle
 
Join Date: Jan 2004
Location: The edge of forever
Posts: 13,650
Ah-hah. Cross-browser compatability... That is why I stopped using inline frames for my menus. One nice thing about ASP .Net, is that it generates HTML tags on the fly, based on what browser you are using. if your browser doesnt understand <span> tags, no biggie, it uses <div>.

The big thing is that ASP .Net contains actual programming, as opposed to scripting (like vbs or Javascript). Whats funny, is that without a knowledge of Javascript, ASP .Net isnt really very impressive.
__________________
Some misguided people decided I was funny enough to pay. See if they're right:
http://www.cracked.com/members/Vodstok/
(I tweet pretty hardcore, too)
Reply With Quote