Got It Today
#1
Posted 1 March 2012 - 7:54 PM
Thanks Larry
Jadon P.
#2
Posted 1 March 2012 - 10:04 PM
#3
Posted 2 March 2012 - 4:25 AM
#4
Posted 8 March 2012 - 1:33 PM
And I've noticed that Firefox (10.0.2) has much better HTML5 support than IE (9.0.8112.16421), not that that surprises me.
#5
Posted 8 March 2012 - 9:52 PM
Every so often while testing I had to remind myself to use a browser that didn't support HTML5, because the HTML5 validation kept triggering. Please keep me informed as to what you think as you progress!
#6
Posted 10 March 2012 - 1:17 PM
#7
Posted 11 March 2012 - 9:28 AM
#8
Posted 21 March 2012 - 7:59 AM
#9
Posted 21 March 2012 - 10:33 AM
#10
Posted 29 March 2012 - 7:53 PM
#11
Posted 30 March 2012 - 7:08 AM
#12
Posted 31 March 2012 - 11:58 AM
Got mine yesterday and finished the first two chapters.
I have been *using* JavaScript for a couple of years ,now it's time to learn to program with it !
This books is wonderful so far, the words flow and I can tell this is going to be a fun ride.
I learned a lot from the PHP for the Web book and looking forward to finishing this book as well.
Thanks Larry !
#13
Posted 31 March 2012 - 7:33 PM
Great read so far. I'm at around page 40, and I find a lot of the intro info useful. Could be shorter, but it's a beginners book. As Larry is such a great learner, and I'm familiar with events, objects and dot-syntax, I hope to pick up the language in a couple of weeks.
The only problem I have is with the layout. As I read some of it on the IPhone, the switching of text placement is a bit annoying. I can even specify odd/even page layouts, so I'd liked those to be consistent at least. Big problem, right? Haha.
#14
Posted 31 March 2012 - 9:58 PM
I agree that the beginning chapters were a bit long, but that's coming from knowing something about JS.
If I didn't know anything, I think the beginning chapters would be a good and important read.
#15
Posted 31 March 2012 - 10:48 PM
#16
Posted 1 April 2012 - 1:54 AM
I agree that the beginning chapters were a bit long, but that's coming from knowing something about JS.
Programming is what it is, you know. Once you understand the inner workings of references, values, objects, events, conditionals, loops and the likes, it pretty much boils down to syntax, names and those few special things you just gotta figure out about each language. Luckily, most of the stuff so far is really familiar. Just hoping it will continue on like that, but I'm sure it won't. The more you learn to know, the more you find out you don't know.
#17
Posted 1 April 2012 - 1:56 AM
JS has a few things that aren't similar to C/Java, so they can throw people for a loop.
For the most part though, it's pretty simple.
#18
Posted 16 April 2012 - 2:52 AM
- Functions are objects.(!) Probably my most important discovery. I understood so much more of the JS code I've seen over the years by learning that.
- That JS is event driven
- Those anonymous functions and nested functions
- How JS object works. Not used to that
- JSON. (The syntax all makes sense now - Should really have gotten that from the abbreviation)
- Simply that $ is a valid function name. A lot more of the JQuery code I've seen makes sense now.
- How "simple" common tasks in JS is. I talk about just doing ordinary validation/replacing values etc. Things like simple calculations that's always impressed me.
Probably something more, but these are some of the weird things I've discovered for myself as a newbie to JavaScript. I like this book a lot, Larry. Very clear explanations.
#19
Posted 16 April 2012 - 3:04 AM
Practically speaking though, what it really boils down to is that functions can be treated like any other variable in JS, which really makes for some interesting behaviors and possibilities.
#20
Posted 16 April 2012 - 3:49 AM
That's how I've understood it, and also what I would think after working in Java, but I might be completely wrong. Maybe Larry knows.











