Rabu, 22 Oktober 2014

Ebook JavaScript for Absolute Beginners

Ebook JavaScript for Absolute Beginners

Regardless of what to think, no matter what to do! When you ready reader, you might enjoy all books to review. However, many people also like just to check out certain publications. And also below, when you come to be the follower of JavaScript For Absolute Beginners, this is your time to come over the presence of guide to stand for the perfections. Right here, the book is positioned with the design of our site. When it is the on-line sit, it will certainly help you to discover the soft data from the books.

JavaScript for Absolute Beginners

JavaScript for Absolute Beginners


JavaScript for Absolute Beginners


Ebook JavaScript for Absolute Beginners

When one is dealt with to the problems, many opt to look for the ideas and home entertainment by reading. Are you one of them? Nonetheless, from these many, it will be different on how they pick the books to read. Some could favor to obtain the literature or fiction, some could had much better to obtain the social or science publications, or religions publication brochures. However, all books can offer you all finest if you're really honest to read it.

Certainly, from childhood years to permanently, we are constantly thought to love analysis. It is not only checking out the lesson publication however likewise reading everything good is the selection of getting brand-new ideas. Religious beliefs, scientific researches, national politics, social, literature, as well as fictions will improve you for not just one element. Having even more facets to know and also understand will lead you become somebody extra priceless. Yea, ending up being precious can be situated with the discussion of how your knowledge much.

Schedule, will certainly not constantly is related to what you need to get. Bok can likewise remain in some different styles. Faiths, Sciences, socials, sports, national politics, legislation, as well as numerous publication designs end up being the resources that in some cases you should read all. Nonetheless, when you have had the analysis routine and also read more publications as JavaScript For Absolute Beginners, you could feel much better. Why? Since, your chance to read is not only for the necessity because time however likewise for continuous activities to constantly boost and enhance your brighter future and also life top quality.

In fact, this is not a force for you to love this publication and also check out up until surface this book. We show you the excellent book. It will be so pity if you miss it. This is not the correct time for you to miss out on the JavaScript For Absolute Beginners not to read. It could aid you not only satisfying this vacation times. After holidays, you will get something brand-new. Yeah, this publication will truly lead you to life much better. This is why; this suggested publication is much uttered for you who want to move forward constantly.

JavaScript for Absolute Beginners

About the Author

Terry McNavage has been programming with JavaScript for 14 years and is the author of "JavaScript for Absolute Beginners" (Apress, December 2010). In addition, Terry is an elite runner, typically running 100 or more miles per week, and a bit of a food geek. Like Brendan Eich, JavaScript's creator, Terry is from Pittsburgh, Pennsylvania. So he's hoping the Pirates raise the Jolly Roger more often than not in 2012 rather than notch their 20th losing season in a row.

Read more

Product details

Paperback: 504 pages

Publisher: Apress; 1st ed. edition (December 29, 2010)

Language: English

ISBN-10: 9781430272199

ISBN-13: 978-1430272199

ASIN: 1430272198

Product Dimensions:

7.5 x 1.1 x 9.2 inches

Shipping Weight: 1.2 pounds (View shipping rates and policies)

Average Customer Review:

2.6 out of 5 stars

13 customer reviews

Amazon Best Sellers Rank:

#2,840,609 in Books (See Top 100 in Books)

The way McNavage wrote this book is quite interesting. He spends the first 150 pages talking about the basics such as types, "if" statements, and loops. His explanations on these chapters were overkill and I was glad to get through them and move onto the more interesting topics. However, in the more advanced chapters his explanations became short and rushed. He constantly used syntax that was simply not explained requiring me to go online and look up what those keywords actually told JavaScript to do. This process of needing to go online to look up additional information just to understand examples became expected and very frustrating. You can tell McNavage definitely knows his stuff but fails to look at his writings from a Beginner/Learner perspective. I found his examples about his personal hobbies and interests unnecessary and more distracting compared to the use of simple and clear examples. At some points he takes up an entire page just talking to you about his life and how it applies to the upcoming examples. Using objects to model Ben & Jerry's ice cream flavors and ingredients just became annoying and cumbersome on the pages. The book also has a large amount of obvious typos that continually had me guessing if what I was reading was actually correct. I did like how past code that was used in current examples was reprinted on the page so you did not have to flip back to previous pages. I enjoyed the book at many points and have definitely learned a lot. The book as a whole did not have the Apress quality that I was expecting but overall I would recommend the book if you are willing to work hard at understanding the examples and text.

I've read many different books covering different languages and tools (C#, SQL, Python, Java, HTML, CSS, etc). This is by far the worst entry level book I have read. The examples he uses are MASSIVE (e.g. cooking recipes that include a dozen ingredients) and hard to follow. By the time you've wrapped your head around his convoluted, unnecessarily large examples, you've probably forgotten the main point. There is no flow to the book, nothing about it is clear and concise. You're better off using free online sources like codeacademy than using this awful book.

I was quite disappointed in the quality of the author's exposition. He left too many gaps in his explanations of the example code. After numerous encounters with these gaps and a corresponding inability to understand details of example code, and with an understanding that the rest of the book would be filled with this same "gappy" quality of exposition, I gave up on using the book. This happened some number of pages into the 3rd chapter (p. 61).The author foreshadows his "gappy" quality of exposition on Page 1 of Chapter 1. In one sentence he writes, "If you are new to JavaScript and programming, some of the things I say in the first few chapters may bewilder you ...." Shortly after this, he writes, "So, this book is written conversational style, covering only things that matter." Hah! If some construct or syntax matters enough to be included in the example code, then it has the status of "matters"! If it matters enough to be in the code, how does it not matter enough to be explained? By the time I had reached my quitting point with this book, there had been too much unexplained code for me. Rare instances of unexplained code, here and there, can be swallowed. However, there was too much "here and there" for me. In addition, there was too much "missing detail" in the exposition of a variety of topics (unrelated to the example code). The author finishes his foreshadowing of the "gappy" quality of exposition with the following line: "So, hang in there during early going while the mud is deep. Things will fall into place for you later in the book ...."One of the really terrible things about "gappy" instruction is what happens when you encounter the gaps: 1) you repeatedly re-read the corresponding material, hunting for the missing information and thinking that surely it must be there and that you just missed it previously, and 2) you repeatedly go back through all the pages you have read, again hunting for content that will fill-in the gaps. The Learning return on the Effort and Time Investment is way too imbalanced. There has to be a better way to learn JavaScript (and a better JavaScript teacher, with all due sincere respect to Terry McNavage).For my part, I will have to try yet another beginner's JavaScript book by another author. This is the 2nd book I have tried for the purpose of learning JavaScript. (The 1st one was Eloquent JavaScript: A Modern Introduction to Programming.) I know there is a better way to present beginning instruction on a programming language. I have seen it in several Tony Gaddis books: 1) Starting Out With Programming Logic and Design, 2) Starting Out With Visual Basic 2005, and 3) Starting Out With Java: From Control Structures Through Objects. (Unfortunately, he has not written any JavaScript text.)The one really good thing about this book was the utilization of Firebug for entering the example code and for seeing its behavior. This is the reason I am giving the book 2 stars, rather than 1. I'm sorry, I don't have another book to recommend.Note: I do have JavaScript: The Definitive Guide (5th Ed.), and JavaScript Bible (7th Ed.). However, I have considered these two books as References, rather than as instructional guides for a beginner. Who knows, maybe I will have to revise my thinking about these two books.

This book is "for absolute beginners" but makes huge assumptions about the reader right from the start. The author uses regular expressions and lots of programming jargon without introducing or explaining them. This would be tolerable on it's own, and if the title did not read "for ABSOLUTE BEGINNERS"I'm not a beginner - I bought this book because it is the text for a class I'm taking. I've programmed in c, c++, c#, java and python before, so I could handle this, but an "absolute beginner" probably couldn't, or would have a heck of a time with it.The other main problem with the book is the excessive and convoluted examples, many of which feel like shameless product plugs (for instance, the author felt it necessary to tell you where you could purchase 2 different brands of yogurt maker). This not only makes it feel like you're watching an infomercial, it clutters the examples, making it very difficult to find what content is actually related to the code. In chapter three, his explanations of different types of yogurt take up probably 2/3 of the text on each page.The book is also over-padded with screenshots - the author included in the text the lines of code to run and the result the console should give, then shows a screenshot of those lines of code entered and the console giving the output. This might be useful in the preface, but once the reader grasps the concept of entering input and receiving output from a console, it's sufficient to type the input and output.I honestly can't find anything positive to say about this book.

JavaScript for Absolute Beginners PDF
JavaScript for Absolute Beginners EPub
JavaScript for Absolute Beginners Doc
JavaScript for Absolute Beginners iBooks
JavaScript for Absolute Beginners rtf
JavaScript for Absolute Beginners Mobipocket
JavaScript for Absolute Beginners Kindle

JavaScript for Absolute Beginners PDF

JavaScript for Absolute Beginners PDF

JavaScript for Absolute Beginners PDF
JavaScript for Absolute Beginners PDF

0 komentar:

Posting Komentar