JavaScript
-
AJAX Introduction (W3Schools)
https://www.w3schools.com/js/js_ajax_intro.aspIntroduction to the AJAX tutorial from W3Schools with examples and sandboxes to experiment with code. The tutorial includes a walkthrough of JavaScript's
XmlHttpRequest
and how to use it. -
ASP.NET MVC 5 Partial View with Ajax Form
https://dev.to/skipperhoa/asp-net-mvc-5-partial-view-with-ajax-form-2fnfBrief tutorial that demonstrates how to make a simple AJAX search form in MVC 5 that returns results as a partial view.
-
Bootstrap 4 Tutorial - W3Schools
https://www.w3schools.com/bootstrap4/W3Schools tutorial and reference on Bootstrap 4, one of the most popular Web frameworks for developing mobile-friendly websites using responsive design. Requires basic knowledge of HTML and CSS.
-
Computer Algorithms @ Khan Academy
https://www.khanacademy.org/computing/computer-science/algorithmsSelf-paced course that introduces basic algorithms, binary search, sorting algorithms, asymptotic notation, recursion, and graphs. Includes many programming exercises. NOTE: exercises are in JavaScript.
-
Introduction to Arrays @ Khan Academy
https://www.khanacademy.org/computing/computer-programming/programming/arrays/p/intro-to-arraysModule from the Introduction to JS (JavaScript) & Programming course that explains what arrays are, how they work, and how to use them. Includes code examples and practice exercises.
-
Introduction to JS (JavaScript) & Programming @ Khan Academy
https://www.khanacademy.org/computing/computer-programming/programmingSelf-paced course that introduces basic programming concepts using JavaScript and the Processing graphics library.
-
JavaScript Tutorial & Reference - W3Schools
https://www.w3schools.com/js/Home page for the W3Schools JavaScript tutorial and reference site.
-
jQuery Tutorial & Reference - W3Schools
https://www.w3schools.com/jquery/default.aspW3Schools tutorial and reference site for jQuery, a very popular JavaScript framework that greatly simplifies UI development across browsers and platforms.