The Node Beginner Book, an introduction to Node.js, is now complete
11–20 of 29 posts
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#12It's silly that the layout requires a width of 1280px because of the right column, when there's plenty of free space in the left column: http://oi54.tinypic.com/20a3xxc.jpg (only offending areas shown :)
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#13It's silly that the layout requires a width of 1280px because of the right column, when there's plenty of free space in the left column: http://oi54.tinypic.com/20a3xxc.jpg (only offending areas shown :)
You're right, but I suck at CSS - any hints?
Though off the top of my head, I can't think of a way that you could maintain your current layout but collapse the left column first.
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#14Earlier quoted context omitted.
Hi Manuel! I didnt mean for it to sound the wrong way, as if I'm ungrateful for the work you have done. As I've mentioned, it really is good, and it got me up and running and experimenting with Node.js quickly (for which I'm thankful for!). Maybe other people from HN can pick up the glove? Maybe a book deal with Manning/O'Reilly/Wrox (unless you're not interested in pursuing writing)? I was just reading the Google+ p…
All cool, didn't sound the wrong way at all! I think "Hands-on Node.js" by Pedro Teixeira is the perfect "next read" when you're finished with NodeBeginner. Pedro and I have bundled our eBooks at Leanbundle.com, maybe that's interesting for you: http://leanbundle.com/bundles/node
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#15My #1 hurdle to adopting server-side Javascript is the terrible, utterly lacking documentation for anything CommonJS related. If you've got any kind of reference for that stuff, then triple bonus points!
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#16Color me interested. I only did a super short-and-quick scan, but it looked nice for newbs trying to get up to speed. My #1 hurdle to adopting server-side Javascript is the terrible, utterly lacking documentation for anything CommonJS related. If you've got any kind of reference for that stuff, then triple bonus points!
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#17Re: The Node Beginner Book, an introduction to Node.js, is now complete
#18Color me interested. I only did a super short-and-quick scan, but it looked nice for newbs trying to get up to speed. My #1 hurdle to adopting server-side Javascript is the terrible, utterly lacking documentation for anything CommonJS related. If you've got any kind of reference for that stuff, then triple bonus points!
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#19I've read the guide a few weeks ago, and it's absolutely great! I certainly learned a lot, and it saved me a lot of time Googling for answers. I think it would be a great addition to the book to discuss some of the frameworks that take Node.js to the next level: MVC (Express?), debugging, etc., and provide some examples. How does the author actually go about doing real-world projects? (I'm thinking along the lines of…
Hi, I'm the author. I would like to add much more relevant content to the book, but I need to be realistic about how much time I can spare for this currently. We will see how it works out.
Re: The Node Beginner Book, an introduction to Node.js, is now complete
#20I've read the guide a few weeks ago, and it's absolutely great! I certainly learned a lot, and it saved me a lot of time Googling for answers. I think it would be a great addition to the book to discuss some of the frameworks that take Node.js to the next level: MVC (Express?), debugging, etc., and provide some examples. How does the author actually go about doing real-world projects? (I'm thinking along the lines of…
Hi, I'm the author. I would like to add much more relevant content to the book, but I need to be realistic about how much time I can spare for this currently. We will see how it works out.
I just bought the LeanBundle - both your and Pedro's books look useful. I have played with NodeJS a bit and I am hoping that the two books get me to the point where I can do an "All Javascript" example app that functions like compiled GWT (Java to Javascript) web apps where the entire application lives in memory on the browser with occasional syncing between a server side data store and an in-memory data model.