| Author |
Message |
Thinker
Joined: 02 Jul 2007 Posts: 3
|
Posted: Thu Jul 15, 2004 12:19 am Post subject: What do these web design applications and programs mean? |
|
|
| Things such as php, sql, asp, ftp. What are they and what do they do? |
|
| Back to top |
|
 |
emkay60613
Joined: 20 Apr 2006 Posts: 3
|
Posted: Sun Aug 01, 2004 2:00 am Post subject: What do these web design applications and programs mean? |
|
|
| PHP is an interpretive web development language (competing against things like ASP and .NET). PHP is a WONDERFUL language for dynamic web pages.SQL is a vendor independent way of specifying queries against a "SQL" database.ASP is a closed Microsoft web technology for generating dynamic web pages.FTP is an ancient file transfer protocol from the dusty early days of the Internet. It's used to transfer files (code, images) to your web site. |
|
| Back to top |
|
 |
DeniseS
Joined: 25 Aug 2003 Posts: 5
|
Posted: Wed Aug 18, 2004 3:41 am Post subject: What do these web design applications and programs mean? |
|
|
| ftp stands for file transfer protocol, used for uploading/downloading from a server...SQL is called Server Query Language, obvious.PHP is hypertext preprocesser.idk about asp |
|
| Back to top |
|
 |
|