Sunday

Web Technologies, Scripting

Well well, i think most of you, have ever heard about Php, ASP, ASP.Net, JSP, CGI bla bla bla etc.

They are called server-side scripting. So you may ask, what is server-side scripting?
Ok, when you type http://webchong.blogspot.com/ in the browser, you are actually requesting html page from server, and the server returns the file upon your request to the browser.

But if the file contains a server-side script, the script inside the HTML file is dynamically generated by the server before the file is returned to the browser as plain HTML.

ASP and ASP.Net was developed by Microsoft. ASP.Net has come to version 2.0, and ASP classic final version is 3.0.

JSP is yet another server-side scripting developed by Sun. With JSP you can create dynamic web pages by putting Java code inside your HTML pages.

No comments: