Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I like the <a href="http://www.headfirstlabs.com/" rel="nofollow noreferrer">Head Firs</a>t series by O'Reilly Publishing. They have a few web related ones, I'm already pretty familiar with HTML, CSS, Javascript, so I just got their web design book listed below, but it referenced the XHTML book a lot. So, if you wanted to check out those books you might want to read them in this order:</p> <ol> <li><a href="http://www.headfirstlabs.com/books/hfhtml/" rel="nofollow noreferrer">Head First HTML with CSS &amp; XHTML</a></li> <li><a href="http://www.headfirstlabs.com/books/hfwd/" rel="nofollow noreferrer">Head First Web Design</a></li> </ol> <p>Then if you're interested in client-side or server-side scripting, maybe these would be good (I haven't read them, but I like the format of the books...not as boring as tech books):</p> <ul> <li><a href="http://www.headfirstlabs.com/books/hfjs/" rel="nofollow noreferrer">Head First Javascript</a> (client-side script)</li> <li><a href="http://www.headfirstlabs.com/books/hfphp/" rel="nofollow noreferrer">Head First PHP &amp; MySQL</a> (server-side script and database)</li> <li><a href="http://www.headfirstlabs.com/books/hfrails/" rel="nofollow noreferrer">Head First Rails</a> (server-side scripting language framework for Ruby language)</li> </ul> <p>Anyway, there are also books for Java (which can be run on a web host) and deeper software development related topics as well.</p> <p>Also, after getting acquainted with javascript a little (maybe from w3schools as @rmk suggested) I'd encourage you to learn the <a href="http://jquery.com/" rel="nofollow noreferrer">jQuery javascript framework</a>, which makes writing javascript code much easier, and much more cross-browser friendly.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload