JavaScript Books - Page 6

MagicBeanDip.com

Page 6 of 56 - Go to page: 1 2 3 4 5 6 7 8 9 10 11 17

Web Standards Programmer's Reference : HTML, CSS, JavaScript, Perl, Python, and PHP

Steven M. Schafer

Web Standards Programmer's Reference : HTML, CSS, JavaScript, Perl, Python, and PHP Steven M. Schafer Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: Wrox
Amazon Marketplace: 24 new & used starting at $4.85

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Python
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> CSS

Customer Reviews:
Total reviews: 3 Average rating: 3.5 of 5

replaces 6 books [one for each language] 5 out of 5 stars.
18 of 24 people found this review helpful.

How the Web has grown! In doing so, and aiding its growth, has been the use and development of several languages. Naturally, Schafer starts with the language that birthed the Web - HTML. Actually this needs its dual ("twin") on a server, http. But Schafer discusses http in a later chapter devoted to CGI.

Hopefully, you should be able to appreciate that HTML is simple. In fact, of all that the book discusses, HTML is the simplest language. Several initial chapters walk you through HTML. It must be stressed that mastery of HTML is needed to make sense of the rest of the book.

The later languages either extend the scope of an HTML file, or they generate the file, roughly speaking. Cascading Style Sheets (CSS) lets you easily factor out common definitions that are used across multiple web pages, where you can imagine that each web page corresponds to a file storing it. Schafer explains how to use CSS to simplify management of a set of HTML files. A centralised way to set common fonts and the like. More robust.

But HTML is a declarative language. Good, because laymen can more easily understand and write such languages. It's easier to say what should be done, than how to do it. But for the times when you need more expressive power on the browser, Schafer offers JavaScript. A procedural language that actually has nothing to do with Java. [The coincidence in names was a marketing ploy.]

Schafer does not ignore the server. CGI is given, as the first generation attempt at server side code. Its limitations spawned the use of Perl, PHP and Python for easier parsing of user input and generation of new dynamic pages.

Each of these languages (HTML, CSS, JavaScript, Perl, PHP and Python) is often the subject of its own book. No surprise then that Schafer explaining all 6 gave us a book of this length!

Editorial Review:

  • This invaluable resource offers tutorials and real-world examples as well as thorough language references for Web markup languages (HTML/XHTML and CSS), and popular scripting languages (JavaScript, Perl, and PHP)
  • Examines the role of JavaScript, CGI (with examples in Perl and Python), and PHP on the Web and shows how to best use them all
  • Includes a valuable reference section on each technology that can be used for review and consultation

JavaScript Goodies (Other Programming)

Joe Burns

JavaScript Goodies (Other Programming) Joe Burns Amazon Price: $13.59
List Price: $19.99
Usually ships in 1 to 3 weeks
By: Que
Amazon Marketplace: 37 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 53 Average rating: 3.5 of 5

Style good for beginners, but too many errors will confuse 2 out of 5 stars.
2 of 2 people found this review helpful.

The style, presentation, good for beginners features are potentially great, but there are too many errors that will confuse and mislead beginners and frustrate experienced programmers (I've been programming for 44 years). I now have very little confidence in what I read in the book because of the errors and misleading discussions. His explanation of capitalization, spacing, and line breaking on page 8 shows he doesn't know JavaScript syntax. He makes it sound like black magic. There are proper ways to do those things. His discussion on random numbers and modulus arithmetic in Chapter 6 is fatally flawed. His explanations of some other computer science terms and concepts is confused, incomplete, and erroneous.

Great Book 5 out of 5 stars.
1 of 1 people found this review helpful.

I think this is a great book. The examples are right there, and Joe Burns explains the code LINE by LINE, in pretty much non-technical jargon. Great for a beginner, definitely, and certainly intermediate and advanced JavaScripters !
I enjoy the book, and Burns' humor. No question about it, this isn't your typical blah JavaScript book ! Would be good for instructors teaching JavaScript !

Editorial Review:

Author shows you how to master the basics of JavaScript and how to program your Web site to work the way you want most. Learn to master the basics of JavaScript. Softcover.

Internet Programming with VBScript and JavaScript (Web warrior series)

Kate Kalata

Internet Programming with VBScript and JavaScript (Web warrior series) Kate Kalata Amazon Price: $76.45
List Price: $84.95
Usually ships in 9 to 14 days
By: Course Technology
Amazon Marketplace: 43 new & used starting at $1.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> General
Subjects -> Computers & Internet -> Databases -> General AAS
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS

Customer Reviews:
Total reviews: 8 Average rating: 2.5 of 5

Does not rate a STAR 1 out of 5 stars.
4 of 6 people found this review helpful.

Very bad examples in this book. Spelling errors, coding errors, you will need to buy other books to figure out what she is trying to teach. She should have read her book before printing it. This book should never have been printed in the first place. Not a good book at all. She provided only part of codes and you have to figure it out yourself. Why do we need her botch attempt at being an author or teacher. SAVE YOUR MONEY on this one.

Poorly, Poorly Written 1 out of 5 stars.
3 of 3 people found this review helpful.

This book was a complete disaster in comparison to other books I've used from Thomsons Course Technology. The examples are extremely thin and you will have to use the internet as a resource because much of the tags and code the book leaves out and you have to fend for yourself. I had to buy this book for a class I am taking. Most of it is totally outdated and I can't believe my school is still using it for the Internet Programming class. What a waste of my money.

Editorial Review:

Internet Programming with VBScript and JavaScript provides a thorough introduction to Web programming by providing coverage on Internet scripting from both the client and server side.

JavaScript in Easy Steps (In Easy Steps)

Mike McGrath

JavaScript in Easy Steps (In Easy Steps) Mike McGrath Amazon Price: $11.69
List Price: $14.99
Usually ships in 24 hours
By: In Easy Steps Limited
Amazon Marketplace: 20 new & used starting at $5.70

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 2 Average rating: 2.5 of 5

Not one of the better books of this series 1 out of 5 stars.
1 of 1 people found this review helpful.

I bought this book because of other books I have read in the series. In Easy Steps is quick and to the point and isnt a thousand pages. I recently took a JavaScript class and wanted to give this book as a desk reference for a classmate. All the examples are placed in message boxes which allows you to execute commands but doesnt show you how to really use JavaScript with a web page save making a pop up message box. Because Amazon didnt deliver the book in time for a gift I was able to send it back and dodge a bullet. I would recommend the JavaScript book from Visual, JavaScript: Visual Blueprint. It has a building on the fron and is around 300 pages. I would recommend other books from the In Easy Steps series but not this one.

Cheers.

Editorial Review:

JavaScript in Easy Steps instructs the reader how to add functionality (logic) and dynamic effects (DHTML) to web pages. It contains separate chapters on all major features of the JavaScript language. There are code examples and browser screenshots illustrating each aspect of JavaScript. This popular title is updated for the Document Object Model used by modern browsers and includes examples showing how to develop Rich Internet Applications(RIAs) using the latest techniques employing Asynchronous JavaScript And XML (AJAX).

JavaScript Programming for the Absolute Beginner (For the Absolute Beginner (Series).)

Andy Harris

JavaScript Programming for the Absolute Beginner (For the Absolute Beginner (Series).) Andy Harris Amazon Price: $23.39
List Price: $29.99
Usually ships in 24 hours
By: Course Technology PTR
Amazon Marketplace: 34 new & used starting at $6.96

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 8 Average rating: 4.0 of 5

Excellent teaching, but a bit outdated. 2 out of 5 stars.
4 of 4 people found this review helpful.

When I got this book, it was the second book I got to learn Javascript with. The other book had poor teaching methods, leaving a lot of blanks for the reader to fill in.

This book didn't seem to have that problem at first. It was very good at teaching concepts and syntax at the same time. However, as I got into later chapters, I noticed that the code it had me type, though identical to what was in the book, did not produce the specified results, or even generated errors.

I skipped ahead to some of the later examples. Fortunately, the CD that comes with the book has all the examples pre-typed out, as well as files that go along with the lessons (before and after files, if you will). Many of the files in the latest chapters didn't function at all.

About this time I checked the printing date (2002), and realized I was probably dealing with coding systems that had been updated, as virtually all web-related coding systems I've studied (HTML/XHTML, CSS, PHP) all seem to have updates and variations every year or so.

All in all, the author and publisher did a good job of teaching, and I'd recommend their work....but, unless I've made a major mistake, I wouldn't recommend this one...unless it gets revised to keep up with the current technology.

Editorial Review:

JavaScript is a scripting language developed by Netscape to enable Web authors to design interactive sites. JavaScript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript Programming for the Absolute Beginner not only teaches you JavaScript, a great programming "gateway" language, it will teach you the fundamental programming concepts you need to grasp in order to learn any computer language. It also uses game creation as a learning tool. You will learn how to program in JavaScript and produce something at the same time! Plus, the accompanying CD will contain games that you can cut and paste right into your own Web site! This book is perfect for anyone looking for an easy, non-intimidating introduction to JavaScript and general programming concepts.

JavaScript: Complete Concepts and Techniques, Second Edition

Gary B. Shelly, Thomas J. Cashman, William J. Dorin, Jeffrey J. Quasney

JavaScript: Complete Concepts and Techniques, Second Edition Gary B. Shelly, Thomas J. Cashman, William J. Dorin, Jeffrey J. Quasney Amazon Price: $69.53
List Price: $70.95
Usually ships in 24 hours
By: Course Technology
Amazon Marketplace: 46 new & used starting at $9.20

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 15 Average rating: 1.5 of 5

horrible 1 out of 5 stars.
3 of 5 people found this review helpful.

This book is absolutely horrible, I am also using this book as part of a college class, there are errors in both projects 1 and 2, I am SO frustrated. There errata does not address the 2nd edition. Very poorly written, I pray I can get something done before I fail this class. DO NOT BUY THIS BOOK!

This book is a mess 1 out of 5 stars.
1 of 5 people found this review helpful.

The first chapter sems to be ok, but once you get to chapter 3 you'll start to get confuse. I won't recomande this book if you are new to javascript.

Worst Book EVER 1 out of 5 stars.
1 of 3 people found this review helpful.

If there was a 0 stars rating, this book would get it. How bad is it? When I sold it back to my college bookstore, I got a whopping $3! Even my crappy dreamweaver book netted me $5, but $3 isn't even enough to buy lunch. I guess it's all good, as I'd rather have my cheetos and Faygo than this book anyways. The numerous errors caused me to lose points on homework assignments, even though I did the project step by step as they are in the book. What a disgusting excuse for a text. And I've used lots of great books too, so I can tell the difference between one that has effort put into it, and one that's out of date and, for lack of a better term, a disgrace. I'm just happy I was able to buy it on the amazon marketplace instead of paying the $46 the college would have sold it to me for.

If you get a class that ever uses this book, petition your board of cirriculum directors and have it changed, this book will help you learn javascript almost as much as a lobotomy will.

Editorial Review:

Part of the highly successful Shelly Cashman series, this text offers a step-by-step, screen-by-screen approach and extensive hands-on projects for meaningful learning of JavaScript.

The JavaScript Anthology: 101 Essential Tips, Tricks & Hacks

Cameron Adams, James Edwards

The JavaScript Anthology: 101 Essential Tips, Tricks & Hacks Cameron Adams, James Edwards Amazon Price: $26.37
List Price: $39.95
In stock soon. Order now to get in line. First come, first served.
By: SitePoint
Amazon Marketplace: 12 new & used starting at $23.74

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 18 Average rating: 4.0 of 5

Editorial Review:

Using a cookbook approach, The JavaScript Anthology will show you how to apply JavaScript to solve over 101 common Web Development challenges. You'll discover how-to:

  • Optimize your code so that it runs faster
  • Create Ajax applications with the XmlHttpRequest object
  • Validate web forms to improve usability
  • Take control of your web pages with the DOM
  • Ensure that your JavaScript code is accessible
  • Create slick drop-down menu systems
  • Included in this book is extensive coverage of DHTML and Ajax, including how-to create and customize advanced effects such as draggable elements, dynamically sorting data in a Web Browser, advanced menu systems, retrieving data from a Web Server using XMLHttpRequest and more.

    The JavaScript Anthology also includes extensive coverage of object oriented coding, efficient script design, accessibility, and cross-browser issues. Best of all, you'll get download access to all the code used in the book, so you can put the scripts to use instantly.

    From the Publisher

    "Take control with the ultimate JavaScript toolkit"

    The JavaScript Anthology: 101 Essential Tips, Tricks & Hacks provides you with tried and tested real-world solutions to over 100 real-world scripting problems.

    Among the 101 Tips, Tricks & Hacks you'll learn how-to:

    • Search and replace text using regular expressions.
    • Navigate the DOM and create, delete, and move elements on the page.
    • Validate email addresses on your web forms.
    • Print inline error messages when validating forms.
    • Minimize the problems associated with popup windows.
    • Make a slideshow of images.
    • Ensure your code works on different browsers.
    • Make a style sheet switcher.
    • Build an accessible drop-down menu system.
    • Construct drag 'n' drop interfaces using AJAX.
    • Use JavaScript and Flash together.
    • Make your JavaScript accessible: an in-depth look at minimizing the accessibility problems associated with using JavaScript.
    • Use the XMLHttpRequest object to build AJAX applications.
    • Optimize your JavaScript code so that it runs faster.
    • And much more!


    Who Should Read This Book?
    If you're using JavaScript on your projects right now, and you want to do things faster and better, this book is for you. The JavaScript Anthology will save you the frustration of hunting down code on the Web only to find that it isn't customizable, and doesn't represent best practice or work across different browsers.

    The JavaScript Anthology: 101 Essential Tips, Tricks & Hacks contains thoroughly tested, cross-browser code that you can easily modify to suit your own needs.

    The book is written in the usual SitePoint style: it's clear and fun to read, with plenty of example code that you can apply immediately to your own web sites. Plus, it's super-easy to navigate the book to find exactly what you want thanks to its cookbook approach and professionally-produced index. It's the perfect reference book.

    There's no need to re-type any of the code in the book. As always, customers receive instant download access to all the files used in the book, so you can apply them immediately to your own projects.

    JavaScript: A Beginner's Guide

    John Pollock

    JavaScript: A Beginner's Guide John Pollock List Price: $29.99
    By: McGraw-Hill Osborne Media
    Amazon Marketplace: 25 new & used starting at $0.81

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Operating Systems -> Unix -> General
    Subjects -> Computers & Internet -> Operating Systems -> Unix -> General AAS
    Subjects -> Computers & Internet -> Operating Systems -> General

    Customer Reviews:
    Total reviews: 23 Average rating: 4.5 of 5

    Better than others 4 out of 5 stars.
    7 of 12 people found this review helpful.

    I had waited a while to actually come up with a book that i can speak about, and i must say that i found this one to be far more respectible than some of the other books i have read. It is often times difficult to know which reviews to really follow because you are never really sure of the mental health/quality of those who come up with the reviews. Seems like the prism of subjectivity is a difficult barrier to transcend. Very few people can honesty speak with authority, and objectivity in their criticisms of another.

    At any rate, there are 2 books that i have actually bought on the subject of Ja--Script (aka Javascript), and out of the 2, this one by John Pollock was far more "clean-cut" with regards to its presentation of the subject matter than "JavaScript for the World Wide Web" by Tom Degrino, and Dori Smith. In terms of examples, and brief explanations, the aforementioned wasn't bad, but in terms of explanatory breadthe, and in terms of depth, and in terms of interconnectivity between one chapter and another, the book was lacking.

    Additonally, this book (the one by Tom, and Dori)took up an aweful lot of space in including HTML tags when it presented a coded page example that i thought was stupid. For me, if a person already knows what a tag is, and they have in fact created Tables, then there was really no point to including an actual webpage code (in its entirety) so that a person knows the difference between the head section, and body section of a document. For me, if you really need the over-board use of illustratives idiagrams to make a point about how you can make a reference "call" between the body portion of a document, and the head portion, then seriously speaking, you need to learn HTML first before you get into Ja--Scripting. This too me was wasted typing space for a much more relevant inclusions of the subject matter. For this reason, i found John Pollocks book by far more commanding of my respect.

    And this for the record is not to say that for whatever reasons there is not always an inclusion of an actual webpage code in it's entirity. Johns Book did include tags for contextualisation purposes, but still, it was not as bad the other book. This doesn't really make sense to me. Or at least, not totally. There is only a few things one needs to know that is of major importance, and that is the tags, and how to make a reference to an external file. And to be honest, all you would need is a few pages that explains how the tags are created, and where they are created. But over and beyond this, i find the excess use of HTML tags in an example about a different language annoying. This is like calling a book "BaseBall Basics," but half the book is filled up with concepts that relate to FootBall. If there is going to be inclusion of more than one subject specifically, then use a different title. Otherwise stick with the name of the title. But over all, John Pollocks book so far was the better of the 2.

    If we are to speak of flaws, i would say that the primary flaw of the book was it's lack of interconnection between chapters. Don't get me wrong, as far as learning the name of rules, and syntical symbols of the language, the book was great. However, most of the subjects discussed in what he called "modules" instead of "chapters" did not really build on one another. These chapters for the most part were isolated concepts and did not necessarily interconnected them, so that you can see how a whole system of these concepts can build some rather impressive effects that are not achievable with HTML. The general feel of the book was really grammatical, and analogically referencial rather than an actual collection of class study examples that hammer down the main concepts of the programming language known as JavaScript. But over, and beyond this, i found the book far more effective in geting its lessons accross than the other book mentioned.

    The key to the book is its title. It is geared towards an introduction into this language, and not necessarily towards those more interested in higher levels of programming skills. For this reason i think the book will fall short of really showing thorough examples of the over all power of this programming language. But if you want to practise in a bath tub before you jump into the ocean for a marathon of some sort, this is a great book for that. It really does a great job at discussing the alphabet of the language. But it doesnt really get you to reading at a decent level. This is my analogy for how this book should be viewed: This book is great if you don't want to be thrown to the sharks.

    I have not read any of the books by Danny Goodman, but from what i have ran into on amazons linking adventures, he seems to be a popular author with DHTML, and Ja--Script. His books presumably are college level rather than kindergarten in the sense that all you are learning are the A,B,Cs of things. I will have to reread John Pollocks book again, before i jump onto the Bible series of this language.

    Editorial Review:

    This hands-on, step-by-step tutorial is ideal for new programmers and those new to JavaScript. Designed for easy learning, this beginner's guide features: * Modules-Each programming concept is divided into logical modules (chapters), ideal for individualized learning * Goals-Each module opens with the specific programming skills you'll have by the end of the module * Ask the Experts-Q&A sections throughout are filled with extra information and interesting commentary * 1-Minute Drills-Quick self-assessment sections to check your progress * Annotated Syntax-Example code annotated with commentary that points to the particular technique illustrated * Projects-Coding exercises contained in each module show how to apply what you are learning * Mastery Checks-End-of-module reviews that test your knowledge using short-answer, multiple-choice, fill-in-the-blank, and simple coding questions

    How To Do Everything with JavaScript

    Scott Duffy

    How To Do Everything with JavaScript Scott Duffy Amazon Price: $24.99
    List Price: $24.99
    Usually ships in 24 hours
    By: McGraw-Hill Osborne Media
    Amazon Marketplace: 45 new & used starting at $3.01

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Programming -> General
    Subjects -> Computers & Internet -> Programming -> General AAS
    Subjects -> Computers & Internet -> Software -> General

    Customer Reviews:
    Total reviews: 6 Average rating: 4.0 of 5

    Great Learning Book for Experienced Programmers 5 out of 5 stars.
    10 of 10 people found this review helpful.

    Experience programmers learning Javascript as a new language will enjoy reading this book. It is clear and concise with simple examples. Novice programmers would also find this book useful. It is organized in a traditional way in which programming is taught. As you go through the chapters, the content becomes a bit more advanced.

    This book would also be good for beginners, but it is not as good as Javascript: A Beginner's Guide.

    However, this book is not a comprehensive presentation of Javascript and the DOM. You will need a companion book that is more of a complete reference. I am currently leaning toward JavaScript Bible, but have not yet made my decision. You may also want to consider a book that is directed toward specific applications. Javascript & DHTML Cookbook falls more into this category.

    Editorial Review:

    This friendly, solutions-oriented guide is filled with step-by-step examples that illustrate how to write basic to advanced JavaScript applications, as well as modify existing scripts to suit individual needs. Each chapter begins with the specific how-to topics that will be covered. Within the chapter, each topic is accompanied by a solid, easy-to-follow walkthrough of the process.

    Web Development with JavaScript and AJAX Illuminated

    Richard Allen, Kai Qian, Xiang Fu, LiXin Tao

    Web Development with JavaScript and AJAX Illuminated Richard Allen, Kai Qian, Xiang Fu, LiXin Tao Amazon Price: $54.88
    List Price: $59.95
    Usually ships in 24 hours
    By: Jones & Bartlett Publishers
    Amazon Marketplace: 13 new & used starting at $44.98

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Computer Science -> General
    Subjects -> Computers & Internet -> Computer Science -> General AAS
    Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General

    Editorial Review:

    Web Development with JavaScript and AJAX Illuminated provides readers with the cutting-edge techniques needed for web development in Web 2.0. It is ideal for the undergraduate student delving into the world of web development or novice web developers looking to further their understanding of JavaScript and Ajax. This text illustrates how to create dynamic, interactive web applications with ease and interesting real-world case studies throughout the text offer students a glimpse of actual web development scenarios. AJAX is quickly becoming the number one tool in the Web industry. Make sure you are up to speed using Ajax - which is quickly becoming the number one tool in the web industry.

    Page 6 of 56 - Go to page: 1 2 3 4 5 6 7 8 9 10 11 17

    Return to MagicBeanDip.com

    This page was created in 1.4720 seconds.