The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  MyBid

The best sites/programs to learn code?

The best possible resource is an actual, professional developer. Someone who has real life experience programming.
I mean its good to learn some basic HTML and JavaScript, just so you are able to look at some code and know what's what. But if you need any kind of serious programming done, especially backend/database stuff, do yourself a favor and hire a professional. They can do it quicker, easier and a whole lot cheaper for you, then you can do for yourself.
Trust me. Speaking from experience here.
 
When I was learning I read A LOT on SitePoint. I think SitePoint has gone down till over the past few years, but they still have some great content and I definitely support their books (I have a whole bookshelf of them next to my desk).
 
How about codeacademy.com and w3schools.com?
personally, w3schools.com is good. I usually go there to learn some stuff.
 
Yeah thanks, was just wondering if anyone had taken an online course or something!
 
Codeacademy has found a way to make coding easier to learn and more interactive. However I think the best thing to do is take a real course, not so much online. There are courses available in almost every city for a couple grand. Definitely worth the investment imo, might be taking one myself soon.
 
Check out thenewboston and his tutorials on youtube (I can't post links yet, but it's worth looking up)! When I took a java class a couple of years back I stopped going to class and instead just watched thenewboston. Still aced that subject:)
 
There is Udemy.com and the Tutsplus courses can all be great, I've done a few off of both and they have been extremely informative.
 
Treehouse and Lynda are good too. But really the best way to learn is to give yourself a small project and learn as you go as opposed to reading materials and code snippets.

I made a very simple form processor in Perl back in 1999 and thought I rocked!! :-D
 
Reading tutorials and doing it by yourself is a best way to do. Not the fastest, but at least you'll know what you are doing. Start with something simple and gradually move up from there.
 
Would agree that getting hands on is a great way to go but by using online courses you will certainly speed up the process. If you find the right course you will most likely run through a comprehensive example anyway, custom coding yourself as you go along to get an understanding.
 
Here is a great resources I found lately.

Code.org | Anybody can learn

I usually go with w3schools.
And learn what I need.

Well, having an online course is good too.
Any free ones you know? Hehe

EDIT:

I checked out the site and found some awesome course online in step by step.

Check out : UDEMY.com

The prices are cheap. It is in video so easy to understand.

3056b3a7ca344fe483db3e2.png


I will start with this tut :)
 
Udacity.com - It's free. Has a beginner tutorial where you learn Python and at the same time build a search engine.
thenewboston channel on Youtube
Udemy.com - Loads of useful tutorials, one 41h one that is awesome - Become A Web Developer From Scratch, but some bore me to death
tutsplus.com - Same as udemy
Lynda.com - Some are great, others boring
digitaltutors.com in case you feel like learning 3D stuff :)
 
i program in PHP these days. before that it was Perl. today i'm hoping i can convince my 13 year old son to put down the gaming console and learn a programming language that he can use to do something a little more useful than building castles with minecraft.

this looks like a good starter course to me:

Watch the Online Video Course PHP with MySQL Essential Training

i'd probably start my son off with something like this. i like the idea of having a goal - a web site application - that will be coded by the time the course is complete.

the only thing i don't like about the site is having to be a member an pay a monthly fee for ongoing access. i'd rather just buy the occasional course.
 
I can honestly say the best way of learning code is doing.

My partner Andy has taught me lots but simply by inspecting elements on chrome and not being afraid to change things you can soon pick up the basics.

I'm confident over the next few years i'll be very good with PHP/Html/CSS
 
Also, don't forget Javascript. I've been learning the basics of it (along w/ html/css & php) and it really helps understand what's going on when you're looking to see what a web page is doing.
 
banners
Back