An easy way to learn and improve web programming skill that I didn’t know about
As a long-time web developer, I always search across the Internet to look for good tutorials to improve my web development skill. While searching through different websites, I was amazed by the unique design and programming technique implemented on these sites. The fact which I didn’t know about open web is that the source code of every web page can be easily viewed either through viewer source context menu or using web development tools such as Firebug. After reading this article from webmonkey, I was surprised to know that I didn’t know about this simple technique to learn from the better-designed web pages. The article also advise to learn JavaScrpt the same way. As it pointed out,
the best way to learn JavaScript is to look at scripts other people have written. JavaScript, just like HTML, can be viewed by selecting View Source on your browser. Do it frequently!
The technique I also learned from this article is to copy the code from an original web page, and modify it to my own version in order to understand source code more clearly. I think that this is the simplest and easiest way to learn new or improve existing web development skill.
There are no posts related to An easy way to learn and improve web programming skill that I didn't know about.