Tuesday, September 8, 2009

Web Development basics

Web development is not a unique term in web industry. Developing the website for world wide web or intranet are called WEB DEVELOPMENT. It includes Markup, coding, server side scripting, client side scripting, content development, web server configuration and may also web designing too.



The website can simply build with HTML using css for control the contents on the page. It'll decide the position, color, size properties in the page. Client side running scripts are Javascript, AJAX, Flash and Microsoft Silverlight. When the script is not
associated with server and running from the client side called Client side scripting. It is not based on the server, instead of it depends on the Client side system and browser, browser plugins. But Server side script will function from the server. It does not depending on the client side systems. For the example ASP, ASP.Net, PHP, JAVA, Ruby on reils, Python and so on.

Other than these, some of the database techniques also there i.e., MySQL, Apache, Oracle, SQlite, Firebird, MS SQL server and so on.

Google web toolkit, pyjamas and tersus are both client side / server side running tools.