Book Review: Murach’s Javascript and jQuery

In the past few weeks, I have been busy reading Murach’s Javascript and jQuery. I had already been introduced to the Murach’s book series and knew their books as a preferred choice for instructors and students alike in various technical training schools I have had a relationship with and was glad to have been extended the opportunity to finally get to read one myself.

Murach’s Javascript and jQuery is designed to serve both those looking for a quick desk reference as well as those looking to learn Javascript, jQuery, jQuery UI and jQuery Mobile in more detail.

I particularly appreciated the authors’ choice to present all related jQuery libraries and necessary Javascript background information in one book thereby making it a single source of reference for all these technologies.

In conclusion, I would definitely recommend this book to my fellow developers and IT students looking to either get introduced to or carry a desk reference on jQuery, jQuery UI and jQuery Mobile.

For more information on this book, checkout its website: http://www.murach.com/books/qury/index.htm

This article is part of the GWB Archives. Original Author: Sam Abraham

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.