- Server Side Programming can store and execute program on Web server, link from Web page
- more complex, requires server privileges, but can still be (mostly) secure
- Common Gateway Interface (CGI) programming
- programs can be written to conform to the CGI
- when a Web page submits, data from the page is sent as input to the CGI program
- CGI program executes on server, sends its results back to browser as a Web page
- good if computation is large/complex or requires access to private data
- see http://hoohoo.ncsa.uiuc.edu/cgi/
- Active Server Pages (ASP), Java Servlets, PHP, Server Side Includes, Ajax
- some of these are vendor-specific alternatives to CGI (such as ASP)
- provide many of the same capabilities but using HTML-like tags
- some of these technologies might require functionality to be enabled in the client’s browser (e.g. Ajax generally requires the use of Javascript)
A blog about Latest Technology News, Technology Videos, Computer Tips, Web Programming, Technology Events, SEO and further IT topics.
Friday, October 22, 2010
Server-side Programming
Labels:
ASP,
programming,
Server,
web
Popular Posts
-
The Common Language Runtime is responsible for executing applications and runtime services such as language integration, security enforcemen...
-
If you are using PTCL or any other DSL and getting lot of errors of "Server Not Found" & browser do not open websites. then he...
-
Apple - iPad 2 Now we can watch newspaper , listen to a magazine and see a phone call, now we can take a classroom anywhere, hold an entir...
-
Most Dreamweaver configuration files are hidden by default in Windows XP and Vista. To edit or copy them, you need to enable the option to v...
-
One of the most important benefits of using managed applications is the use of the garbage collector (GC). The role of CLR does not end afte...