hello;
Q1. what is client side programming?
Q2. what is client side programming using ajax?
regards;
sumaira manzoor
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MuthuMari MPosted May 3, 2012, 1:15 AM
client side :
Client-side programming is run on the user's computer. An example of client-side programming is Javascript. Javascript can be used to run checks on form values and send alerts to the user's browser. The problem with client-side scripts is the limit of control and problems with operating systems and web browsers. Since programming a website involves users with several options of computer software, it's difficult for programmers to account for any bugs in the code or compatibility issues with browsers.
server side :
Server-side scripts are run on the server. This reduces the amount of bugs or compatibility issues since the code is run on one server using one language and hosting software. Server-side programming can also be encrypted when users send form variables, protecting users against any hack attempts. Some examples of server-side programming languages are C#, VB.NET, and PHP
AJAX:
Ajax is a newer technology that uses both client-side scripting and server-side scripting in conjunction. Ajax can call a database without refreshing the page. Ajax is an example of a client-side script that calls a server-side script. The call is transparent to the user since a new call to the server is done in the current window without refreshing the page like typical server-side calls.
thanks.
SenthilkumarPosted May 3, 2012, 12:57 AM