Page 1 of 1

ASP

Posted: Tue Jun 05, 2007 10:26 pm
by JellyFish
w3schools.com states:
W3Schools wrote:Dynamically edit, change or add any content of a Web page
for ASP. What do they mean by "Dynamically..."? Does this mean the Ajax like dynamic concept that I'm aware of?

Posted: Tue Jun 05, 2007 10:33 pm
by Luke
By dynamic, they simply mean the opposite of static. When content is dynamic, that means it can change given different conditions, as opposed to static which only changes if you change it. That's the best explanation I can come up with. :)

ASP is dynamic in the same sense that PHP is dynamic.

Posted: Tue Jun 05, 2007 11:21 pm
by d3ad1ysp0rk
ALTHOUGH.. providing an interface to edit content in the same way it's viewed is VERY user friendly. Good thing web 2.0 is here! :lol:

Posted: Wed Jun 06, 2007 10:53 am
by RobertGonzalez
True, but there is always a backend to Web 2.0.

Posted: Sat Jun 09, 2007 6:00 pm
by .Stealth
is asp as temperamental as windows operating systems?

Posted: Sun Jun 10, 2007 1:38 pm
by RobertGonzalez
ASP is garbage, in my opinion. If you are looking for a Windows based server side language, tap into .NET (either C# or VB, though I would go with C#).