You are viewing our Forum Archives. To view or take place in current topics click here.
where to start for making websites?
Posted:
where to start for making websites?Posted:
Status: Offline
Joined: Feb 20, 201212Year Member
Posts: 502
Reputation Power: 20
should i just start with HTML and then learn others? if anyone has an overview explaining each thing that'd be awesome. I've done a little bit of html but nothing more than text and alignment etc
thanks
thanks
#2. Posted:
Status: Offline
Joined: Apr 25, 201113Year Member
Posts: 1,295
Reputation Power: 55
Learn HTML, you only need the basics HTML is rubbish but is needed. You then learn CSS it adds the style and colours to your website, then you'll need a scripting language for functionality something like JavaScript. Php and SQL are good to learn afterwards
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 09, 201311Year Member
Posts: 350
Reputation Power: 15
Status: Offline
Joined: Jul 09, 201311Year Member
Posts: 350
Reputation Power: 15
Start from HTML, then work the way up from the ladder.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Oct 17, 201212Year Member
Posts: 594
Reputation Power: 23
Here is the process I went from learning to develop websites.
HTML > CSS > PHP > JQuery > JavaScript
Then when I got familiar with JavaScript I went from
JavaScript > Java > Python/Ruby > C/C++ (Working on these now).
HTML > CSS > PHP > JQuery > JavaScript
Then when I got familiar with JavaScript I went from
JavaScript > Java > Python/Ruby > C/C++ (Working on these now).
- 2useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.