Tuesday, September 9, 2014

Javascript

I use Javascript as a client-side programming language. I mentioned that PHP is a programming language on the web server. Understand that a web server is a device that the client device connects to. I use PHP in combination with the Apache web server to send resources like HTML, CSS, and Javascript to a client device. And Javascript allows the developer to use the client devices hardware to manipulate HTML and CSS as the user interacts with a web page. Javascript can enhance the user experience by allowing the web page to respond without asking for more information from a distant web server.

Javascript at w3.org
Javascript at w3schools.com
Javascript Q & A

No comments:

Post a Comment