Web Developing

Client Side Programming

The client side programming regards all those languages that serve to create applications that will be executed into the user machine, and allow to power the user experience into a web page, or can help him to make some actions.

Some client side languages are:

  • Javascript: native into the web browsers
  • Actionscript: incorporated into Adobe Flash objects
  • Java Applets: compiled applets executed by the clien Java Virtual Machine

Server Side Programming

The server side programming regards all those languages that serve to create applications that will be executed into a server, and allow to obtain dynamic contents through a network, like as a forum, a CMS, or this site.

Some server side languages are:

  • PHP: the most diffused server side language
  • SQL: a standard language for the access to informations stored into a database
  • JSP: Java based server side language
  • Python: A powerful interpreted language also used in the web