ASP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

ASP

Post 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?
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post 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:
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

True, but there is always a backend to Web 2.0.
.Stealth
Forum Commoner
Posts: 57
Joined: Wed Jan 10, 2007 12:15 pm
Location: Manchester, England

Post by .Stealth »

is asp as temperamental as windows operating systems?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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#).
Post Reply