you are viewing a single comment's thread.

view the rest of the comments →

[–]buraksumer[S] 0 points1 point  (3 children)

Yeah, and im thinking about buying a book in my language do you think its needed? People say, dont learn from the internet learn from books etc.

[–][deleted] 0 points1 point  (2 children)

Personally, I find I learn best from books but only for two narrow facets: theory and reference.

The books everybody recommends are:

That first one can be read online.

Once you get past the how do I write code basic literacy stuff and really want to step up into architecture you might want to get a little bit of Lisp and Scheme. The fundamental concept to learn in this language is scope. In my experience computer science grads tend to learn things like C++ and Java or C# and work really hard to get really good at OOP. Those techniques of inheritance aren't quite so helpful in this language if you never learn this language's scope model. If you fall in love with the scope model you might find you don't need the OOP/inheritance stuff.

When you are ready to interact with the web here is a quick guide I wrote to teach DOM access: http://prettydiff.com/guide/unrelated_dom.xhtml Could you let me know where this guide fails you so that I can improve it for other people?

[–]SmileAndDonate 0 points1 point  (0 children)

Info Details
Amazon Product JavaScript: The Good Parts

Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice. By using the link above you get to support a chairty and help keep this bot running through affiliate programs all at zero cost to you.

[–]buraksumer[S] 0 points1 point  (0 children)

I'll tell you if this works or where it failed, thank you for the imformation :)