Click to See Complete Forum and Search --> : Half-way through JavaScript:


Mr Initial Man
06-04-2009, 01:25 AM
http://mrinitialman.furtopia.org/Book/outline.html

The end of that section is in sight!

Four Staples
06-07-2009, 05:31 AM
0.0

Mr Initial Man
06-07-2009, 08:52 AM
Why the surprise?

Ultimater
06-07-2009, 10:55 AM
Don't forget about cookies ;)
I'd also suggest dedicating a chapter to popular frameworks and picking the right one.

Depending on the scope of the book, you could also go into bitwise operators, memory leaks, debugging RegExps, try/catch blocks, innerHTML versus DOM, OR || instead of multiple ternaries ?:, Ajax, parsing XML Documents, XSLT... ick...

Mr Initial Man
06-07-2009, 05:48 PM
Don't forget about cookies ;)
I'd also suggest dedicating a chapter to popular frameworks and picking the right one.

Depending on the scope of the book, you could also go into bitwise operators, memory leaks, debugging RegExps, try/catch blocks, innerHTML versus DOM, OR || instead of multiple ternaries ?:, Ajax, parsing XML Documents, XSLT... ick...

Thanks for the reminder on ||; I really should have mentioned that. HOWEVER, I'm worried that what I've talked about so far (in particular, Objects) already goes outside the original scope. If I mention innerHTML, it will be in the same breath as Framesets and the <font> tag.

XML and XHTML I'll natter about, as I will about HTML5. But seriously, this is not an expert's book. This is just an introductory course to website building.

As for XSLT, anyone who uses THAT to build a webpage must subscribe to the Rube Goldberg school of website design. I speak as someone who coded nearly an entire website using it. (See signature).