Learn to Code

Have you ever wanted to write some code ( program, web page or whatever ) but you have no idea what to do? Especially today, when coding is becoming a part of common knowledge and everybody should at least be aware of how its done and how it works, similar to let’s say maths. Well no worries, now there’s a number of people on the web who want to help you.

So here’s a few websites that you would want to visit:

At least in these 3 websites you will find step-by-step example-by-example explanation with references and tools required to start. I so much wished I had this 10 years ago 🙂

CSS Grid

If you’re starting a website design I want you to take a look at cssgrid.net. It is not only a good css framework for a start but it is also a perfect sample for an idea to treat your websites readable across all devices and platforms.

It shows you how to:

  • make use of a grid on page – so you can easily match content margins in multiple rows
  • make the website accessible for phones, tablets and other different resolution devices
  • allows to upload hi-res images to look great on hi resolution apple retina or google nexus 10 display
  • it also claims to work on all browsers

You could also use it over a CDN like cdnjs to increase your page load speed!

Enjoy!