Steps to becoming a FrontEnd Developer

There are a few things you have to know in order to be a FrontEnd Developer. Where to start and what to learn. This guide will take you through the steps of becoming a FrontEnd Developer.

First things first

Before we start seeing stuff on the screen, we have to make something out of nothing. We start at the basics of web developing: HTML . This markup language will draw shapes on the web page and display text. HTML is not only very important, your whole markup will depend on it. Don’t touch CSS yet! We’ll come to that later. CSS is worthless with a bad markup supporting it.

Learn HTML

Learning perfect HTML will take some time but it will really pay off later. It’s way easier to prevent mistakes and track down bugs when the markup is perfect. Next step is what you’ve been waiting for; applying CSS.

Know CSS

You don’t have to be perfect at CSS. But being good at it will save a lot of time for your designer. If you plan on becoming a server side programmer you are best off learning a server side language to generate HTML pages now. Now that you know good HTML and CSS it’s time to put in a little javascript. Don’t start by using a framework now, you first need to understand what Javascript is and what it can do to alter the layout of the web page.

Rock Javascript!

Pick your framework

There are a few great Javascript frameworks out there. The biggest players in the game are:MooTools, jQuery and script.aculo.us.