Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-04-09 23:29:22

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Website Development

Does anyone know any good tutorials on web development?


If you would like me to make a bot for you, go here.

Offline

#2 2015-04-09 23:36:32, last edited by Processor (2015-04-09 23:37:25)

Processor
Member
Joined: 2015-02-15
Posts: 2,246

Re: Website Development

Moved to creative.

W3CSchools are pretty good in my opinion, just don't go too far deep into their tutorials before starting to try things out.

http://www.w3schools.com/html/
http://www.w3schools.com/css/
http://www.w3schools.com/js/

It's also best to learn the three languages side by side instead of boring yourself with one language.

There are also other more interactive tutorials, but I hate the forced practical experimentation that they contain. I usually prefer to work on something I am interested in, but I can also keep myself interested in reading really boring and long docs. So it all depends on how you learn.
http://www.codecademy.com/ is one of the popular ones I have heared about, I never checked it myself but I really recommend you to try it out.


I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.

Offline

#3 2015-04-10 03:49:13

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: Website Development

I've used codecademy and its pretty good but it limits you a little. Like you have to finish a tutorial before moving on to the next thing.

Offline

#4 2015-04-10 07:13:07

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: Website Development

I always look at W3Schools if I forgot something. And for inspiration i use SitePoint


Everybody edits, but some edit more than others

Offline

#5 2015-04-10 14:23:58

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: Website Development

W3 is useful if you know the language but forgot something simple.  Codecademy is a great place to start. Stackoverflow is good if you need help with harder coding stuff


Discord: jawp#5123

Offline

#6 2015-04-10 15:58:00

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: Website Development

i play lightbot its super duper kool for learning coding progammar stufs


791mAP8.png

Offline

#7 2015-04-10 19:39:19

Processor
Member
Joined: 2015-02-15
Posts: 2,246

Re: Website Development

Except that I find playing lightbot way harder and more restrictive than actual coding. In real programming languages, you can be very lazy because of the many tools you have available, and then expect the compiler to optimize and make up for your laziness. //forums.everybodyedits.com/img/smilies/big_smile

Oh and another way of learning web development is by looking other other people's code. This is very easy in html because you can access the source code with just two clicks in the browser. //forums.everybodyedits.com/img/smilies/tongue


I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.

Offline

#8 2015-04-10 21:11:46

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: Website Development

Processor wrote:

Oh and another way of learning web development is by looking other other people's code. This is very easy in html because you can access the source code with just two clicks in the browser.

This.  Great way to learn what does what.  I was going to suggest this but thought it would be misconstrued.


Discord: jawp#5123

Offline

#9 2015-04-17 15:17:31, last edited by 1448 (2015-04-17 15:31:51)

1448
Formerly alkazam1448
From: Numberland
Joined: 2015-04-12
Posts: 683
Website

Re: Website Development

i know two such sites where you can learn website development.

Codecademy

Codecademy offers HTML, CSS(the thing used to add style to html), JavaScript and Python.

Advantages: Teaches pure JS instead of website JS. This JS cannot be used as such in websites but can help in understanding EE coding better. You will be able to understand everything they teach because it is a very systematic way of teaching they follow. If you do not understand a particular topic, you can go to the Q&A Forum and search there.

Disadvantages: Pure JS cannot be used in websites. It takes some time to learn coding in Codecademy. The HTML does not include text boxes, buttons and all the things which require coding as in C#.

W3Schools

W3Schools allows you to learn almost every language on the web.

Advantages: W3Schools has all the features available in the particular language. You can learn the languages really fast but still go through all the features of the language.

Disadvantages: The lessons may contain things which you have not learnt there yet. The first lesson contains code that can change an image and compare it with another one which is hard for a first lesson. Also, they do not explain the things which you have not encountered at that spot. You will have to go back and forth again and again to understand it fully.

Offline

14481429280251495598

Board footer

Powered by FluxBB

[ Started around 1714718678.1262 - Generated in 0.048 seconds, 10 queries executed - Memory usage: 1.47 MiB (Peak: 1.62 MiB) ]