Jul 11, 2010

Illustration of Front-end vs Back-end Programming

Basic illustration of Front-end and Back-end programming.



Front-end development - Is the visual part of the website which deals how the user interpret and views the site.




Back-end development - Creates server based applications and programming that drives dynamic site. Its also breaks in two parts.
  • Client-Side scripting - Refers to any script that execute on the browser environment. This application doesn't requires server support to run and typically use XML to store data. This kind of script are often use to improve interface layout, build complex user interaction, or manipulate data without using server request.
  • Server-Side scripting - Use server support to run. Like .NET, PHP, Coldfusion, JSP and more. It integrates with a database and typically uses SQL to communicate with it.It handles robust data, such as large storing of database, ecommerce, logins and registrations.

No comments: