Loading...
Thursday 26 January 2017

Client Side Scripting

While your are visiting any website such as http://www.google.comhttp://www.facebook.com every thing of website which you see, click and interact is the work of front - end web development. Client side Scripting languages like vbscript, javascript and client side frameworks like Angular JS have made the user interaction with websites possible.Here in this article I am showing how this technology works and most popular scripts. 


The Server Vs Client 
Client VS Server
Client Vs Server


There are threes components on which websites runs:
1. Client: Client is simply a browser which users use to view Website. The Client Side technologies such as HTML, JavaScript, VBScript, CSS runs inside the user's browser when viewing site. means user can see all the coding or files belongs to the client side technologies also. 
2. Server: The Web server which hosts Website. The Server Side Technologies such as PHP, Asp, JSP runs inside the Server and are not available at users side when viewing site. 
3. Database: The store where the Data is stored. Data can be access and stored in the Database through server side technologies. The most popular Databases. 

What are Web Script Languages ?
The languages which add dynamic capabilities to webpages are called Scripting Languages. 

Client Side Scripting:  Scripting  which runs inside client; Client side scrips are embedded in HTML, Example JavaScript, VB Script.

Server Side Scripting: Scripting which runs inside Server.


Client Side Programming and Frameworks:


  • HTML and CSS: HTML and CSS are core building blocks of website. HTML is used to display content of website and CSS Specify how content should display. 
  • Java Script: JavaScript is client side scripting. JavaScript is used to add dynamic behavior in website. 
Java Script Frameworks:
  • Angular JS: Robust frame work of Java Script for data heavy site. 
  • JQuery , Jquery Mobile: Write Less do More java Script Library. It is simple, small, fast , easy and feature rich content Library. Jquery makes things easy like html document traversal , manipulation, event handling, animation, it works across many browsers.  
  • Node.Js: A server side platform that uses Java Script and is changing the way real time applications can communicate with the Server for faster responses. it works with Express.js to build server side web applications. 
  • Bootstrap: A Mobile First HTML, CSS, JS framework used for rapied responsive app development. 
  • Express.js, Backbone.js, Ember.js, Meteor.js and more
  • TypeScript: A compile to Java Script that is a super set of Java Script created by Microsoft. 
  • Ajax: Ajax Stands for Asynchronous Java Script and XML: Combination of Java Script and XML. AJAX is a technology that allows specific parts of any website to be updated without a full -page refresh by asynchronously connecting to the database and pulling JSON - or XML based chunks of data. 
  • VBScript & JScript: Microsoft's scripts that run on the Asp.Net Framework. 
  • Action Script: The script which can be used to create animated interactive web applications for Adobe Flash. 
  • Java Applets: The Programs of java which can be embeded in HTML






0 Comments:

Post a Comment

 
TOP