
Introduction to client-side development The client-server model consists of three parts: the client the server the network Client Side Scripting / Coding - Client Side Scripting is the type of code that is executed or interpreted by browsers. Client Side Scripting is generally viewable by any visitor to a site (from the view menu click on "View Source" to view the source code). Below are some common Client Side Scripting technologies: HTML (HyperText Markup Language) CSS (Cascading Style Sheets) JavaScript Ajax (Asynchronous JavaScript and XML) jQuery (JavaScript Framework Library - commonly used in Ajax development) MooTools (JavaScript Framework Library - commonly used in Ajax development) Dojo Toolkit (JavaScript Framework Library - commonly used in Ajax development Applet A Java program that is part of a Hypertext Markup Language (HTML) page. ( HTML is the standard method for presenting web data to users.) Applets work with ...