I'm reading/learning/coding from this web design book called Learning Web Design: A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics by Jennifer Niederst Robbins. The most recent edition is the fourth, but I borrowed the third edition from the library. I think this book is really helpful because it is very easy to understand, and it is very interesting but at the same time explaining all the theory.
For example, I learned the difference between the Internet and the Web:
- The Internet is simply all the computers that are connected together. The reason they are connected is to share information and stuff like that.
- The Web, or the World Wide Web is only one of the ways for sharing information over the Internet.
Do i need to study the code in order to learn to create a website?
ReplyDeleteIf you want to learn web design from the start, I REALLY recommend you borrow/buy that book Learning Web Design I introduced in the “The Internet versus The Web” post. Meanwhile, codecadamy is a great website to learn some hands on coding. You can try the HTML lessons, and if you like it, you get an account (free!) to save your progress, etc. You can even try learning Javascript, which adds interactivity to web pages!
DeleteAn example of other use of the Internet is FTP (File Transfer Protocol). It actually predates the World Wide Web and still use frequently by people to transfer large files from one computer to another.
ReplyDeleteOh I see. Thanks! I did a little research on FTP, and I found out that another one is SMTP (Simple Mail Transfer Protocol) for emails and such! So FTP is for files, HTTP (Hypertext Transfer Protocol) is for the web, and SMTP is for email! Source: http://searchenterprisewan.techtarget.com/definition/File-Transfer-Protocol
Delete