How did you learn web languages?
I have reason why i ask this.
In another words i wanna know is it by learning online or studying it.
I doing it online cuz in my country actually not exist school for it,at least i didn’t finded.
So,i whole time downloading books and reading.
Whole time i asking myself,will i move from place A to place B(do is posible to learn PHP online(pro knowledge).
This topic is actually serious,i must think what’s next.
I believe that the best way to learn the language of the web is search online, references to the topic of interest.
At least I do so!
If you have a good experience of programming languages??, can be extremely boring to read an entire book or attend a full course that addresses aspects of a language starting with the basics (Z.Z)
daVinciCode
JAYSSJ11- “I’d rather be hated for who I am, than loved for who I am not.”
11 years ago
0
I suggest you visit w3schools.com. That’s where I learned the majority of web languages. Another one is tizag.com
JAYSSJ11- “I’d rather be hated for who I am, than loved for who I am not.”
yup , codecademy is a great place to start !! i ’ve learnt a lot there !!
you should give it a try !!
- @IAmDevil
Its good to be back! :D
i know atleast it will help to learn basic first , then move on to advance level , i myself learn on codeacademy . i am not an expert in languages . i am still a beginner
JAYSSJ11- “I’d rather be hated for who I am, than loved for who I am not.”
first thing is to set your mind on what language you want to learn.
second thing read about the basics of programming in general.
third thing is to read about those general things for the programming language you want to learn.
then start with simple applications/scripts and then you can move on.
Do not skip any step, especially 1 and 2.
I Hate Signatures.
11 years ago
0
www.w3schools.com is where I learned web design.
w3schools indeed and just trying, viewing other sites' code and such. Pretty much started here without knowledge of any web-orientated language
“I dislike people who quote themselves” - TaaRt
11 years ago
0
Another one you may be familiar with is “stackoverflow”.
The first language i learn properly was Lua, I started learning through a game called ROBLOX that i used to play. I moved on to learning html (even though it technically isn’t a programming language) and when i started my computing course in school i learned visual Basic.net. I got taught this through a book to grasp the main ideas of the language then started mainly learning from the web. I will se if i can find a link to that book if your interested. it helped me allot.
For learning web programming, I fully recommend Mozilla’s Developer Network (https://developer.mozilla.org). It’s full of useful stuff. On the contrary, w3schools is considered as a “troublesome resource” by leading web professionals (see http://www.w3fools.com).
Sign up at http://www.codecademy.com/ and take these following courses in this order… It’s completely free
First start with your markup langauges:
- HTML
- CSS
After that continue on to some programming/server side scripting languages:
3.PHP
4.Javascript
5.Jquery
After that always feel free to continue onto w3schools to fresh up a bit on some new updated technologies. I wouldn’t reccomend w3schools to learn though. Just a resource because it doesn’t actually have a course on teching you syntax and basics etc. Just random tips and a database about each line of code. In a sense I guess I’m saying you kind of have to search for what you want which will take too much time opposed to taking a course that will run you through everything.
After you’re done with those feel free to learn other programming languages the site offers.
To code with these you simply need a text editor. No compiler or anything. You can download other programs but like myself I just use notepad++ or simply notepad when that’s all I have. If it’s linux I use leafpad or my servers text editor.
Have fun… have any questions feel free to ask! Code Academy is the way to go.
Cheers!