+ 3
Begginer, need advice.
So im trying to pick Web Design and development as a skill while having no background coding experience do you have any tips and tricks and maybe tutorials or anything at all that could help ? i would greatly appreciate. i pretty much got down the html part, i can make a basic site with links and other stuff
7 odpowiedzi
+ 8
One site worth mentioning is codecademy, there are a few really good courses with web design and even with only the free parts you'll have a pretty good basis on web design.
+ 5
Well you can try the courses on SoloLearn is a good learning system I have found out tones of things I never knew before. CodeCamp I found the other day seems to offer a few things for learning HTML , CSS, JavaScript.
https://www.freecodecamp.org
w3schools is a good choice has tons of stuff
https://www.w3schools.com/
also have a look at different sites on the internet and try and use them to give you ideas and also code as much as you can never give in.
+ 1
Jan Markus do you mind if i add you somewhere on facebook or skype or some chat platform, i have a few questions i'd like to ask
+ 1
What is back end coding?
+ 1
@Heinrich Weber. what is the purpose of back end coding?
0
Tasvir to give dynamic contents in any form server sided. a realy simple and topic example is responsive web design. the server checks the webclient and decide to give a web page for the pc or for the mobile. ajax is also a example. if you use google maps you will see a lot of content made ready on the server side.