Now that you have learned JavaScript, what should you learn next?
JavaScript Summary
In this tutorial, we have taught you how to add JavaScript to HTML pages, making websites more dynamic and interactive.
You have learned how to create responses to events, validate forms, and run different scripts based on different conditions.
You have also learned how to create and use objects, as well as how to use JavaScript's built-in objects.
For more information and knowledge about JavaScript, please refer to our JavaScript Examples and JavaScript Reference Manual.
Now that you have learned JavaScript, what should you learn next?
The next step should be to learn HTML DOM and DHTML.
If you wish to learn about server-side scripting, then the next step should be to learn ASP, PHP, .Net.
HTML DOM
jQuery
jQuery is a JavaScript library.
jQuery greatly simplifies JavaScript programming.
jQuery is easy to learn.
If you wish to learn more about jQuery, please visit our jQuery Tutorial.
AJAX
AJAX = Asynchronous JavaScript and XML.
AJAX is not a new programming language, but a new approach using existing standards.
By exchanging data with the server, AJAX can update parts of a webpage without reloading the entire page.
There are many applications of AJAX, such as Sina Weibo, Google Maps, Kaixin Network, etc.
If you wish to learn more about AJAX, please visit our AJAX Tutorial.
ASP / PHP / .NET
Unlike scripts in HTML documents that run on the client side (browser), scripts in ASP/PHP files run on the server.
With ASP, you can dynamically edit, change, or add website content, respond to data submitted from HTML forms, access data or databases and return results to the browser, or customize webpages that are more helpful for different users.
Since ASP/PHP files return pure HTML, they can be displayed in any browser.
If you wish to learn more about ASP, please visit our ASP Tutorial.
If you wish to learn more about PHP, please visit our PHP Tutorial.
If you wish to learn more about .NET, please visit our .NET Examples/Tutorial.