Interested in a private company training? Request it here.
You can't start developing for the web without knowing the fundamentals. This module talks about the HTTP protocol used to request resources from the server. We'll explore the details of what is used for a browser and for a server to make sure the communication is legitimate.
The structure of a web page is created on HTML. We'll have a look at basic elements like input fields, divs,... to make sure the content is structured in the way we want.
Working with forms is one of the most important aspects in HTML development. It makes it possible for the user to send data to the server
Modern HTML includes a variety of semantic tags that make it easier for things like screen readers and search engine to understand our webpages. In this module we take a look at those elements and their benefits.
A web page only looks nice when we start styling it. HTML is great to get all of our content on the page, but when we want to change the font, the colors, the location of everything we need some way to target these properties. CSS is the language we'll use to make sure the browser renders the page in the way we want to. We'll start with some basic selectors and learn how to use them efficiently.
Web design isn't just about knowing CSS, it's about creating good looking, easy to use applications. In this chapter, we'll take a look at some of the fundamental principles designers use to turn a good design into a great one.
One of the hardest parts of CSS is making sure that every element is located at the correct position. This chapter will explain the layout flow and basic options.
When familiar with css positioning basics, we can now look at some more advanced, flexible layout types. This chapter will explain some more advanced page layout strategies.
Your web site needs to look fabulous on any device; whether it's a laptop, tablet or phone. Bootstrap, a popular framework for creating responsive sites, will help you to achive this.
JavaScript is THE programming language for the web, and it's becoming more and more important in other areas as well. In this module we'll take a first look at the language and how to make our lives easier by using it efficiently.
In this module, we'll talk about the very basics of JavaScript. JavaScript can be a very tricky language, so we'll try to explain a couple of its quirks as well. This way, we can avoid surprises later.
Collections are a big part of OO programming, they allow you to map one-to-many or many-to-many relationships, as well as let you work with sets of data. In this module, we'll take a look at the different types of collections in JavaScript, and their uses.
Since ECMAScript 2015 we have native classes in JavaScript. Classes can be seen as templates for JavaScript Objects, encapsulating data and code to work on that data. We'll take a closer look in this module.
Asynchronous code is really handy in JavaScript, since it allows us to keep the UI responsive while running a lot of code. In this module we'll see how to make our code run asynchronously.
Hey new JavaScript developer! You are using WebPack right? WebPack? Yes, and Gulp and npm, you need those. And definitely use Babel. It's soo good... If your face looks like a big question mark right now, that's quite normal. Setting up a JavaScript project can be quite the challenge. It's easy to get lost in the overwhelming amount of tools and best practices. In this module we'll create some clarity about these tools and teach you how to set up a modern JavaScript project.
This module is about communicating with the backend. REST allows client-server communication using HTTP.
By using AJAX we can call server-side actions from our client-side code and process the results in a quick, user-friendly manner. In this chapter you will also get an introduction to a popular data binding framework: Vue.js. We will see how we can talk to a REST API from this framework.
This course is about front-end (client-side) web development. It’s what the user sees, touches and experiences in the browser. You’ll learn how to build modern, interactive websites by learning the fundamentals of HTML, CSS, and JavaScript — three common languages on which all modern websites are built. This course is about the browser, not the server.
Developers who want to build rich web applications based on open industry standards. This course is independent of the server-side technology you are using, so feel free to attend whether you use PHP, ASP.NET, Python, Ruby on Rails... A basic understanding of programming - in whatever language - is advised.