Client Side Development

What is Client Side Development Client side programming has mostly to do with the user interface, with which the user interacts. In web development it's the browser, in the user's machine, that runs the code, and it's mainly done in javascript, flash , etc. This code must run in a variety of browsers. In client side development there are some important elements used like •Views – What users see (mainly GUIs) •Controllers – Contain event handlers for the Views •Client-model – Business logic and data Difference between Client side and Server side development Server-side Programming Server-side programming, is the general name for the kinds of programs which are run on the Server . Uses Process user input. Compiles pages. Structure web applications. Interact with permanent storage (SQL, files). Ex...