d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Where To Start With Javascript?
Add Reply New Topic New Poll
Member
Posts: 13,418
Joined: Mar 5 2006
Gold: 14,293.00
Jan 8 2017 11:38am
Hi. I'm new to code as is NO PRIOR EXPERIENCE. i've decided to start by learning javascript. i've found a bunch of resources but it seems every video i find would require someprior experience in html or something else. If anybody can point me in the direction of where to start thanks.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jan 8 2017 12:49pm
what do you plan to do with javascript? if you want to use it to make web pages, i recommend learning basic html and css first. for someone who has never programmed before, i think html is a great starting place regardless

if you just want to learn some vanilla javascript without html, then code academy is ok: https://www.codecademy.com/learn/javascript

This post was edited by carteblanche on Jan 8 2017 12:50pm
Member
Posts: 30,398
Joined: Jan 22 2008
Gold: 0.69
Jan 8 2017 08:01pm
Indeed HTML is the place to start if you want to do web programmation
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Jan 9 2017 06:30pm
javascript is most often used to dynamically modify the html on a website. This allows websites to change dynamically (without forcing a page reload). If you don't wish to learn a 'web language' you should probably look into learning Java, Python, C++, or some other language.

As careblanche said: What do you plan to do with js?
Member
Posts: 30,398
Joined: Jan 22 2008
Gold: 0.69
Jan 10 2017 11:22pm
Quote (waraholic @ Jan 9 2017 08:30pm)
javascript is most often used to dynamically modify the html on a website. This allows websites to change dynamically (without forcing a page reload). If you don't wish to learn a 'web language' you should probably look into learning Java, Python, C++, or some other language.

As careblanche said: What do you plan to do with js?


I gotta disagree, I see more javascript as a tool for user's experience and interaction. It is only used to change the html when it's mixed with ajax. Also I consider python as a web language since I use it to do website myself :P

For someone new I would recommend to learn stuff in this order:

1. Html and css
2. Javascript
3. Php

IMO its the basics. After that you can work with most framework and cms
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Jan 11 2017 04:36pm
Quote (TiMasse @ Jan 11 2017 12:22am)
I gotta disagree, I see more javascript as a tool for user's experience and interaction. It is only used to change the html when it's mixed with ajax. Also I consider python as a web language since I use it to do website myself :P

For someone new I would recommend to learn stuff in this order:

1. Html and css
2. Javascript
3. Php

IMO its the basics. After that you can work with most framework and cms


You do not need ajax to change the DOM, but it is useful. I could have worded my response better and I agree it is to make the interaction with the website more fluid.

A backend of javascript (node.js) or python may be better to learn than PHP as PHP seems to be dying and python/node are both growing.

This post was edited by waraholic on Jan 11 2017 04:37pm
Member
Posts: 6,742
Joined: Mar 23 2008
Gold: 45.00
Jan 11 2017 10:15pm
Quote (waraholic @ Jan 11 2017 10:36pm)
You do not need ajax to change the DOM, but it is useful. I could have worded my response better and I agree it is to make the interaction with the website more fluid.

A backend of javascript (node.js) or python may be better to learn than PHP as PHP seems to be dying and python/node are both growing.


How exactly is PHP dying...? Lol.
Member
Posts: 30,398
Joined: Jan 22 2008
Gold: 0.69
Jan 12 2017 06:26pm
Quote (Blizane @ Jan 12 2017 12:15am)
How exactly is PHP dying...? Lol.


Ive read that months ago. Its getting obsolete and will slowly dissapear :(
Member
Posts: 13,418
Joined: Mar 5 2006
Gold: 14,293.00
Jan 13 2017 01:22pm
Quote (carteblanche @ Jan 8 2017 01:49pm)
what do you plan to do with javascript? if you want to use it to make web pages, i recommend learning basic html and css first. for someone who has never programmed before, i think html is a great starting place regardless

if you just want to learn some vanilla javascript without html, then code academy is ok: https://www.codecademy.com/learn/javascript


i mean i dont really plan to do anything lol. just wanna learn what i can about it. the link you gave me seems to be what i needed, thanks.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll