The first technology I tackled was XHTML I’m really ashamed by saying that after all these years of programming I never find myself eager enough to learn XHTML which is fairly simple to understand and use. Anyway I must thank Mr. Jon Duckett for writing an excellent and comprehensive book about XHTML called “Beginning XHTML, HTML, CSS and JavaScript”.
The next technology I started to examine was a client side scripting language named JavaScript. Many think that JavaScript is not a programming language, but a scripting language, which I cannot be more disagree. Just because it’s not compiled but interpret doesn’t mean it is powerless. I recently understood that JavaScript is not just a client side scripting language, but just a portion of it is for client side scripting. You can use JavaScript to script windows tasks and even your own programs. The book I read is titled “JavaScript: The Definitive Guide, 5th Edition” by David Flanagan.
To be continued...

