Monday, March 26, 2012

Learning to code - Introduction

So you want to be a 1337 HAX0R with MAD SK1LZ? (Whats this?)

Want to create a simple family website with simple tools?

Want to create a more complex website with more advanced tools?

Want a deeper understanding about what "Programming" or "Coding" is all about?

Well hopefully this series of articles will help you out.

The Approach

Personally, I am fairly new to blogging so I will be learning new blogging tricks along the way.  When I want to learn some new technology, I appreciate simple blogs with lots of examples so this is how I will approach teaching how to write code.  However I will intersperse the article with helpful links that may explain a given subject in more detail for those that wish it.  But if you just want your computer to be able to "do stuff" you should be able to get up and running in no time.

For these articles, the most accessible language and environment I can think of is the Microsoft .Net platform. It supports multiple languages and can be used with a simple Notepad editor to start creating programs right away.  It also has a free version of its IDE (Integrated Development Environment) that can be downloaded and take writing software to the next level.

Lets Start - Hello World

The classic program that all software developers use when starting a new language is "Hello World". This is simply getting enough knowledge of a new language that you can output the words "Hello World" to the computer screen. (Geeky History of HelloWorld)  (HelloWorld in a variety of Languages)

I want to follow the C# coding path

I want to follow the HTML (web sites) coding path

No comments:

Post a Comment