4
Which websites can I check to start studying web programming? I’m a beginner in the subject.
4
Which websites can I check to start studying web programming? I’m a beginner in the subject.
12
Nothing better than searching on your own, and for this we have excellent searchers in the market:
A very good way to do your search for knowledge is the Bing, made by Microsoft.
But remember that there are other seekers, such as the In, who values your privacy.
Google this almost everyone knows, and will be your companion for all hours.
See more options on Search Engine in Wikipedia for more great options.
Mozilla Developer Network - maintained by the same company that brought the browser Firefox is one of the main references in documentation, among many other things, of Javascript.
Can I Use? - Although it is in English, it is a good reference of which features work on which browsers. Good for when you already start walking on your own in development.
W3schools - On a list of links must not miss the website with so many quotes in web. It is reference for many beginners and veterans.
Video Course - Video Professional classes gratuitous.
Tutorialspoint - Very complete collection of tutorials.
Pluralsight - One of the websites most recommended for tutorials.
What is HTML, CSS and PHP? How do they work? - Blog of Kadu Amaral.
Javascript (Ecmascript) is a language that runs in the user’s browser, that is, it is executed after the server has already sent the page to the client.
To make life easier for the programmer, there are some libraries on the market with functions ready to simplify some of them. See some:
These languages serve primarily to "assemble" pages, images and resources dynamically. Unlike Javascript, they are executed, and then the result is sent to the user.
4
What I can say with the security of those who got tired of watching nego clearing and missing typing a thousand times while "explaining" a function on youtube, is that for beginners (and free) there is nothing even close to Cursoemvideo.com.
So far I’ve done the Algorithmism, and I finished today the PHP. I’m halfway through HTML5 (which includes basic notions of javascript and CSS3) and at least as to these 3 I can guarantee that are excellent.
Exist so far 5 courses, and all for beginners (at the end of PHP he says that classes will come for intermediate and advanced, but that probably these will be paid).
The courses are taught by an excellent teacher (and very crazy!), my namesake Gustavo Guanabara, and are edited professionally (full of special effects). It’s almost unbelievable that it’s free.
Of course, an experienced programmer should have little to gain in terms of knowledge by attending one of these beginner classes, but if you are a programmer, and you think about teaching, you should also take a look.
Browser other questions tagged php javascript html5 css3
You are not signed in. Login or sign up in order to post.