Web Development and Web Development Techniques.

Web Development is a large topic which covers a large area about web. The term 'Web Development' refers to a large range of activities related to developing for the web. Specifically, these activities can categorize as follows.

  • Web design.
  • Development of web software, such as,
    • Web applications
    • E commerce software
  • Web server configuration and management
And also Web development can be split in to two types. Those are as follows.
  • Server side Development.
  • Client-side Development.


#1 What is Server-side web development

Server-side web development concentrates on programming that affects the server.
This type of development can be undertaken in a number of languages, the most popular server-side development languages are as follows.
  • PHP
  • Ruby on Rails
  • Coldfusion
  • ASP.NET


#2 Client-side website development

Client-side web development focuses on code that affects what happens within a visitor's browser when they visit to the respective web site. This will code segment will download to their locale computer and will give the required output.(Mostly Java Scripts.)
  • JavaScript and JavaScript libraries
    • jQuery
    • Prototpye
    • script.aculo.us
Client-side development is often used to affect the behavior of a website; e.g., to check what you are entering in a form is valid, and to introduce effects to the website.



1 comment: