JavaScript for Web Designers
15mBeginner2024-08-02
Authors

Joe Chellman
Web Designer, Author, Trainer
Course details
Web designers can improve their skill sets and job prospects by getting comfortable with JavaScript. It's the only scripting language for client-side programming—for doing things that would be impossible with HTML and CSS alone—and is increasingly popular for server-side programming, too. Learn some basic, real-world uses for JavaScript in this course with Joe Chellman. Find out how to write JavaScript in the browser and in a code editor, and then put it straight to use in a store checkout page: manipulating forms and form fields, reading data, checking input for errors, and displaying the results of shipping calculations. Plus, learn how to use JavaScript time and date functions to create features like clocks, and add interactive content through APIs like Bing Maps.
Topics include:
- What is JavaScript?
- Writing and debugging JavaScript
- Interacting with the DOM
- Working with forms with JavaScript
- Using JavaScript to track dates and times
- Creating maps with the free Bing Maps API
- Fetching data from a third-party API
Topics include:
- What is JavaScript?
- Writing and debugging JavaScript
- Interacting with the DOM
- Working with forms with JavaScript
- Using JavaScript to track dates and times
- Creating maps with the free Bing Maps API
- Fetching data from a third-party API
Skills covered
JavaScriptOraclePersonaProgramming LanguagesSoftware Development
Concepts
Introduction
- What you should know
JavaScript in Use
- What is JavaScript
Writing and Debugging
- Vanilla JavaScript versus frameworks
Working with Forms
A Matter of Time
Consuming a Third-Party API
- Add a marker
Better User Experience with an API
- Mocking up an API request