Web Development Tutorial Part 5 – CSS
Posted November 15th, 2014 by Jason N
So having completed Part 1, Part 2, Part 3 and Part 4 of this series of web development tutorials, we’re finally able to actually construct a webpage. Now I said that we’d look at CSS in this tutorial, and we will, but first off let’s build a basic webpage that we can use to experiment with later.
Web Development Tutorial Part 1 – HTML, CSS and JavaScript
Posted September 14th, 2014 by Jason N
So beginning (hopefully) a series of tutorials on web development, we look at an overview of how websites are constructed and what interaction occurs between a web browser and a web server.
Basically, the world wide web is based on a client-server architecture, where the client (the web browser) requests data from a server (the website) which, in turn, sends a response containing the data.
Of course, this is a greatly simplified explanation of what’s going on (it’s not really as direct as it appears here), but such an understanding will suffice for developing most websites.
We will start by examining client-side web development. That is, web development designed for the browser.