What is the Best Way to Learn

Talk about anything in here.
Post Reply
unemployment
Posts: 165
Joined: Fri May 06, 2011 5:02 pm

What is the Best Way to Learn

Post by unemployment »

Watch tutorials or create your own projects? What do you guys think?
User avatar
pasqo83
Posts: 106
Joined: Sat May 14, 2011 6:23 am

Re: What is the Best Way to Learn

Post by pasqo83 »

I am learning both through tutorials and creating a mini project (a very simple contact form)

For me, I need to understand the basics of the programme I am learning (php) in order for me to code and build onto it.

I jumped straight into the deep end with creating a mailing list inj php, although I completed it and understand how that all works, I can look at it and fully know what it all means but wouldn't be able to mod it as I don't know the coding well enough to add any of my mods into it.

I would reccomend doing the both anyway, it is the only way to understand and make mistakes that you learn from :)
  • Empty your mind, be formless like water. If you put water into a cup, it becomes the cup. You put water into a bottle and it becomes the bottle. You put it in a teapot it becomes the teapot. Now, water can flow or it can crash. Be water my friend.
nyo
Posts: 124
Joined: Mon May 09, 2011 1:55 pm
Location: Mobile

Re: What is the Best Way to Learn

Post by nyo »

unemployment wrote:Watch tutorials or create your own projects? What do you guys think?
I started with HTML, then moved on to CSS and finally learning PHP and MySQL. Maybe I continue with JavaScript, not sure really.

I started with W3Schools, and after grabbing the basics, I found BetterPHP and PHPAcademy and their video tutorials, they are great. I also found some very nice ebooks about PHP and MySQL and I am going over them too. Video tutorials and books are great sources, but you cannot exactly learn something before trying to do it yourself.

For that reason, I started working on a new website of my friend and adding PHP features as I learn. Learning at the same time trying to accomplish something is a great way for me to learn something. Because I am not that kind of coder who learns everything first in case he needs that knowledge later. I tend to learn better when I need it.
Last edited by nyo on Thu May 19, 2011 1:49 pm, edited 1 time in total.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: What is the Best Way to Learn

Post by jacek »

pasqo83 wrote:I would reccomend doing the both anyway, it is the only way to understand and make mistakes that you learn from :)
Agreed.

You can learn how to do some things from tutorials, but you need to get creative to really learn the language and you can only do that by attempting things yourself... hence my challenges ;)

It's like any spoken language, the best way to learn it is to just jump in.

That's just my opinion though, you will have to find the best thing that works for you :D
Image
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: What is the Best Way to Learn

Post by Dylan »

Try to create a project which you think you are incapable of doing. Ask for help throughout on the specific functions, but try and work through the logic on your own.

Figuring out the logic of PHP is probably 3/4's of learning it. Syntax and actual functions plus coding techniques are very minor to the logistics.
User avatar
pasqo83
Posts: 106
Joined: Sat May 14, 2011 6:23 am

Re: What is the Best Way to Learn

Post by pasqo83 »

Dylan wrote:Try to create a project which you think you are incapable of doing.
How about my own CMS - where do I start? :D ;) lol
  • Empty your mind, be formless like water. If you put water into a cup, it becomes the cup. You put water into a bottle and it becomes the bottle. You put it in a teapot it becomes the teapot. Now, water can flow or it can crash. Be water my friend.
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: What is the Best Way to Learn

Post by Dylan »

pasqo83 wrote:
Dylan wrote:Try to create a project which you think you are incapable of doing.
How about my own CMS - where do I start? :D ;) lol
Ask yourself this; what needs to get done? How do you want to go about doing it?
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: What is the Best Way to Learn

Post by JelvinJS7 »

Learning basic mark-up ([X]HTML, XML, CSS) and JavaScript were pretty easy for me to learn textually from w3schools.
However, w3schools couldn't help me learn php or SQL. There's something about the inability ti actually see the affect right there on the browser made it confusing for me.
So PHP/SQL were done easy for me in video format, credits to phpacademy and betterphp :)




So basically, for me… any other method of teaching suck! :lol:
Post Reply