e99 Online Shopping Mall
Help | |
Home - Computer - Vbscript (Books) |
  | Back | 81-100 of 100 |
click price to see details click image to enlarge click link to go to the store
81. Edicion Especial Vbscript by Schwarz | |
Paperback:
Pages
(1997-07-18)
Isbn: 8489660840 Canada | United Kingdom | Germany | France | Japan | |
82. Vbscript Programmers Reference | |
Unknown Binding:
Pages
(1999-01-01)
Asin: B001ZUBY6I Canada | United Kingdom | Germany | France | Japan | |
83. Learning Vbscript, 636 Pages by Lomax | |
Unknown Binding:
Pages
(2009-01-01)
Asin: B0049VKT3O Canada | United Kingdom | Germany | France | Japan | |
84. ASP in a Nutshell, 2nd Edition by Keyton Weissinger | ||||
Paperback: 492
Pages
(2000-07-06)
list price: US$39.99 -- used & new: US$7.00 (price subject to change: see help) Asin: 1565928431 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | ||||
Editorial Review Product Description The book is organized into three parts: an introduction to ASP, a language reference, and appendices. This edition has been updated for IIS 5.0 and ASP 3.0--respectively the latest flavors of Microsoft's flagship Web server and scripting engines. The ASP introduction is very brief, but it adequately explains the basic concepts behind ASP and server-side scripting. The heart of the title is the language reference that covers the intrinsic ASP objects, plus ActiveX Data Objects (ADO) 2.6, Collaboration Data Objects, file access, and more. Each section is tagged with staggered page markers that usually make it unnecessary to resort to the book's index to find a topic. While there are no full-blown code examples, the small code fragments that are included for most objects are valuable in illustrating usage. Throughout, the information is accurate and to the point, which is exactly what busy programmers really need in a desktop reference. --Stephen W. Plain Topics covered: Customer Reviews (61)
Excellent ASP reference book
Excellent book!
Good reference and code samples, but...
Best book to brush up ASP concepts before moving to ASP.NET The book helped me *VERY* quickly go through ASP 3.0 and now I feel very comfortable reading the .NET books and can now truly appreciate ASP.NET. A GREAT reference book!
Needs a VBScript/JScript book to complement it... This is yet another reference book that I've owned both editions of because I thought it was useful enough to update; but then, my site is developed using ASP, so I'm probably biased in this respect. Ok, so I got the 1st Edition late on in the game and was a little reluctant to part with cash for the new edition - but as IIS 5 started to become standard for Windows hosting, and I had access to it after getting Windows XP Pro... I thought it was about time I updated it. ASP in a Nutshell is my first point of reference when I'm looking up the properties of a particular ASP object. I've also found it an invaluable guide for connecting and manipulating ASP scripts that used ADO for data storage and manipulation. For a while it was the only book I owned that covered the issue of connecting ASP scripts to databases. Most of the installable components I'd never heard of before getting the book, just as well really because few are of much use - even if they aren't available on your system, a lot can be easily reproduced. The areas I find myself most frequently refering to are the main set of ASP objects, the FileSystem Object and the ActiveX Data Objects. These go into enough detail to keep all but the experienced programmers happy. For those new to the Windows scene, there is a brief but detailed guide to setting up ASP to work with your IIS server; but it's hardly rocket science since a clean install of IIS will set up most (if not all) of what you need anyway! If you use ASP regularly, or you intend to, then ASP in a Nutshell should be on your desktop... but please remember it won't fulfill all your ASP development needs without another book to fill in the language gaps. What book you choose to accompany it depends on your language and experience... I personally like VBScript in a Nutshell. ... Read more |
85. Windows Powershell in Action by Bruce G. Payette | |
Paperback: 576
Pages
(2007-02-05)
list price: US$44.99 -- used & new: US$28.10 (price subject to change: see help) Asin: 1932394907 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "The nuances of PowerShell from the lead language designer himself! Excellent content and easy readability! "I love this book!" PowerShell replaces cobbled-together assemblies of third-party management tools with an elegant programming language and a powerful scripting shell for the Windows environment. In the tradition of Manning's ground breaking "In Action" series, this book comes from right from the source. Windows PowerShell in Action shows you how to build scripts and utilities to automate system tasks or create powerful system management tools to handle the day-to-day tasks that drive a Windows administrator's life. Because it's based on the .NET platform, PowerShell is also a powerful tool for developers and power users. Windows PowerShell in Action was written by Bruce Payette, one of the founding members of the Windows PowerShell team, co-designer of the PowerShell language and the principal author of the PowerShell language implementation. The book enables you to get the most out of the PowerShell environment. Using many examples, both small and large, this book illustrates the features of the language and environment and shows how to compose those features into solutions, quickly and effectively. This book is designed for anyone who wants to learn PowerShell and use it well. Rather than simply being a book of recipes to read and apply, this book gives you the deep knowledge about how PowerShell works and how to apply it Customer Reviews (34)
Excellent coverage of the spirit of PowerShell, good examples, falls short as reference.
The Index Needs Work
Great Book
One of my more used books
Learning Powershell |
86. DAO Object Model: The Definitive Guide by Helen Feddema | |
Paperback: 403
Pages
(2000-01-01)
list price: US$34.95 -- used & new: US$72.23 (price subject to change: see help) Asin: 1565924355 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Helen fails to REFRESH an old topic I was disappointed that Oreilly allowed such a book to bepublished.I had concerns about the author's technical ability before thebook was published.Oreilly should have had these same reservations.
It is a little late for a book on DAO, is it not? Once you get past theskepticism about the timing, the book itself has some issues. I perused itat the bookstore using my "10 minute rule" (browse the book forten minutes, refuse to buy it if you find ten mistakes in that time). Iwill not give the exact count of mistakes I found, but I'll go so far as tosay that it failed the test, and failed worse than any book in recentmemory. I won't get into specifics since I am not Ms. Feddema's technicaleditor, but I'll tell you that if you decide to purchase the book, makesure you skip anything related to replication or security. Online help forDAO is far from perfect, but in this case help has fewer mistakes! Movingpast what is there that is wrong, there is much that is not covered thatone would expect in anything titled a "definitive guide" such asthis. None of the sort-of hidden methods that have been documented inplaces like the Jet Engine programmer's Guide and elsewhere (PrivDBEngine,ISAMStats, etc.) are even mentioned. It does not talk about any high endissues such as thread safety. It does not really discuss security in anyusable way (and security is the one thing you will need DAO for if youstill use it since ADO/ADOx don't do the job right now!). Transactionprocessing is not discussed in depth. VBScript is "covered" butsince VBScript's best host is ASP, where DAO is not safe to use since it isnot thread safe, this discussion is incomplete to say the least (I assumethis discussion comes from Ms. Feddema's Outlook experience,but ingeneral ADO is definitely the preferred VBScript data access method). Myfavorite Jet topic (replication) is "covered" but in an incorrectmanner that will keep it from being useful. The book ends up being amediocre reiteration of basic DAO knowledge, and that is something that isin my opinion at least 30 months too late.
An excellent resource and reference book
I have yet to go wrong with an O'Reilly book. I don't think I could learn DAO from this book.Ifirst realized DAO's potential from reading Steven Roman's Access DatabaseDesign & Programming.However, if you realize the capabilities of DAOand are ready to move on to the next level, then this is the book that youneed.While the nutshell books are good "ticklers" (you justneed to know the syntax), they don't go into a whole lot of depth.This isthe book you need when you are thinking "there IS a way to programthis, but what is it?". After you have mastered DAO, and just need a"tickler", then you can graduate to DAO in a Nutshell... wheneverthat comes out. I have used this book many times when I knew that DAOcould do the job, but, I needed a little bit more background info than justthe syntax.
More Reference than How-to Book |
87. Programming ASP.NET (O'Reilly Windows) by Jesse Liberty, Dan Hurwitz | |
Paperback: 960
Pages
(2002-02)
list price: US$49.95 -- used & new: US$0.01 (price subject to change: see help) Asin: 0596001711 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Written in part by veteran computer author Jesse Liberty, this book offers an excellent mix of coverage of important ASP.NET features that you will absolutely need to use for real-world programming. Readers with previous ASP experience will appreciate early sections that compare an older ASP sample with the new ASP.NET to highlight what's new and improved, with good explanation of the ASP.NET event model. The pace of this book is just excellent. The authors first move through the essentials, like basic ASP Web controls and data binding, before delving into data-driven applications using the (slightly complicated) ASP.NET database APIs. It also helps that the authors let you use Notepad (or another text editor) to create your ASP.NET programs first. (Later, they cover the details of Visual Studio .NET, pointing out how this tool can sometimes make it difficult to see where your code is generated.) There's also coverage of debugging and tracing techniques. Standout sections on the calendar, Repeater, DataList, and DataGrid controls (all presented in good detail) will help you master these important controls. Coverage of techniques and support for validating user input in Web pages will also help you use these essential features. The author's well-measured tutorial on Web services (much touted by Microsoft) is as good as any. Their demos (using a well-traveled example of a stock ticker server) will show you what all the fuss is about. They cut through the hype here and manage to show why Web services are a potentially better way toward distributed computing. Later sections look at deployment, configuration, and performance (as well as caching) options that you'll need to deploy and run your ASP.NET programs successfully. Coverage of security options in .NET rounds out the tour of what you'll need to create real applications. Illustrated throughout with samples from VB .NET and C#, Programming ASP.NET is a worthy addition to the O'Reilly lineup and one of the best available titles for learning ASP.NET. The authors have achieved an excellent balance of practical, hands-on examples and essential programming techniques with the most important APIs and features, all without getting bogged down in the richness and complexity of .NET itself. --Richard Dragan Topics covered: Introduction to the .NET platform and ASP.NET; basic programs in HTML; ASP and ASP.NET compared; events in ASP.NET (application, session, page, and control events); HTML and ASP controls compared; basic ASP controls APIs (including in-depth coverage of calendar support); code behind forms; using the Visual Studio .NET IDE; tracing, debugging, and error handling; validation controls in ASP.NET (including built-in and custom validators, plus regular expression support); basic data-binding techniques; list and DataGrid controls; ADO.NET tutorial (basic APIs and programming techniques); calling stored procedures; updating database records; Repeater and DataList controls used with ADO.NET; custom ASP.NET controls (including derived, composite, and full custom controls); overview of Web services (including SOAP, WSDL, and other standards); creating and consuming a sample Web service for a stock ticker; ASP.NET caching techniques explained (including fragment and object caching); security options in ASP.NET for authentication, authorization, and impersonation; configuration and deployment options in ASP.NET (including XCOPY deployment); and an appendix with a quick tutorial on database design. Customer Reviews (84)
Good books with detail information
NO SOURCE CODE SUPPORT
Great Reference and Learning Title
Subpar Liberty book
Clearing up misconceptions |
88. Designing Active Server Pages by Scott Mitchell | |
Paperback: 348
Pages
(2000-09-18)
list price: US$34.99 -- used & new: US$0.01 (price subject to change: see help) Asin: 0596000448 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Presentation and example compose the approach here, with concise tables of information and descriptions that make the book a fast read. Mitchell explores the benefits of the VBScript 5.0 scripting engine, and illustrates how to exploit the new RegExp object fully and build object-oriented code by using VBScript classes--another welcome addition to the coding platform. ASP programmers will find techniques for which they've been longing, such as centralized error-handling pages and reusable database administration forms. Creation of and best practices for implementing COM components, useful standard components (like the Content Linker and AdRotator), and third-party components (such as ASPEncrypt and SA-FileUp) are discussed. Designing Active Server Pages doesn't stop with mere descriptions of these components, but also provides solutions for common needs, such as uploading files to binary fields in Microsoft SQL Server and sending encrypted e-mail. With its advanced techniques and practical perspective, this book is perfect for those who look to stay on the cutting edge of ASP programming. --Stephen W. Plain Topics covered: Customer Reviews (33)
Excellent Book
Disappointing
Excellent Book Highly recommended for up and coming "Advanced" ASP developers.
Excellent work, but please organize the sample code The one complaint I have is that the source code for this book, which you can download from the O'Reilly site, is a chaotic, inextricable mess of files with arbitrary names that are impossible to link to any specific examples in the book (I wouldn't mind that the file names are arbitrary, if he told you in the book which file a given example was associated with -- but no luck there). Really inexcusable.
Program Design for ASP If you have any programming experience in other languages and are moving to ASP, get this book.If you are just learning what an Active Server Page is, then it is not for you, but if you plan to do anything more than fairly simple pages in ASP, get it, even if you don't think you're ready for advanced stuff. Scott gives good examples, clear explanations, and lays out methodology that will help you no matter what your level of experience. It's one of the best bargains out there in technical books. ... Read more |
89. Sams Teach Yourself PHP in 24 Hours (3rd Edition) by Matt Zandstra | |
Paperback: 576
Pages
(2003-12-26)
list price: US$34.99 -- used & new: US$0.01 (price subject to change: see help) Asin: 0672326191 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Consisting of 24 one-hour lessons, Sams Teach Yourself PHP in 24 Hours, is divided into five sections that guide the reader through the language from the basics to advanced functions. The first section of the book teaches the fundamentals of PHP. And then, sections two through four shows the reader how to apply that knowledge in order to interact with the user by creating and managing forms, cookies and authentication. It also teaches how to access databases and how to integrate system components, e-mail, LDAP, network sockets and much more. Customer Reviews (17)
The best PHP primer
Sam's Teach Yourself:PHP
Great reference, ok learning tool
Teaches authors they can publish a book (only)
It worked for me |
90. ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution (Wrox Programmer to Programmer) by Emad Ibrahim | |
Paperback: 312
Pages
(2009-09-08)
list price: US$49.99 -- used & new: US$7.94 (price subject to change: see help) Asin: 0470447621 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description ASP.NET MVC is a new Web development framework created by Microsoft as an alternative to ASP.NET web forms applications. MVC is well suited to testability, and Test Driven Development (TDD) affords you a generous level of control while also making MVC very powerful and extensible. This book takes the ASP.NET MVC and combines it with a testing methodology and tools and guides you through the process of taking Web application from concept to production. Using a complete working sample application that demonstrates all the tools needed to build an e-commerce Web application, the popular Problem – Design – Solution format gradually introduces you to new alternative tools, frameworks, and methodologies to get you started creating cutting-edge Web applications. As you work with all facets of Web application development-requirements, design, testing, deployment, beta releases, refactoring, tool, and framework selection-you will have developed a live Web application by the time the book is finished. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. Customer Reviews (11)
Far, far too many errors in the code
Great way to learn ASP.NET MVC
problem - design - solution
A nice hands-on lesson on MVC and TDD.
TDD (Test Driven Development) introduction |
91. Using Javascript (Special Edition Using) by Andrew Wooldridge, Mike Morgan, Rick Darnell, Jerry Honeycutt, Mark C. Reynold | |
Paperback: 856
Pages
(1997-03-01)
list price: US$49.99 -- used & new: US$35.00 (price subject to change: see help) Asin: 0789711389 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
Horrible reference.
This is philosophy not code!
This is philosophy not code!
Great book for novice, intermediate or advanced user!
A very scattered introduction to JavaScript |
92. Official Guide to Programming with CGI.pm by Lincoln Stein | |
Paperback: 320
Pages
(1998-04-03)
list price: US$49.99 -- used & new: US$9.99 (price subject to change: see help) Asin: 0471247448 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The CGI.pm standard allows the site manager to separate data from its HTML markup for use in CGI forms. For example, all the elements in a short drop-down menu of vegetables can be placed in one array, changing this: to this: li(['peas','broccoli,'cabbage']) to be used later throughout a Perl script. The Official Guide to Programming with CGI.pm is geared toward a reader who is familar enough with Perl to have used modules and knowledgeable about HTML and Web-site design. Stein uses CGI.pm for tables, drop-down menus, guest books, single-page or multipart forms, image maps, and cookies. The author of both the book and Perl library function, Stein provides ample discussion of all of these areas, along with strong code examples. The book ends with a verbose reference guide detailing all of CGI.pm's functions and features, grouped both alphabetically and by topic. The use of CGI.pm requires a mind shift for Web site managers, but it's one worth making. Instead of tags for 'input' and 'select', CGI.pm uses statements such as "checkbox ()" and "textfield ()," allowing documents to be read easily and updated quickly.--Jennifer Buckendorff Customer Reviews (18)
Dated look at the CGI.pm module
Straight From The Creator of CGI.pm
Disappointing
Wow, incredible high-level power in this module.
Great Book! |
93. Learning ASP.Net 2.0 with Ajax: A Practical Hands-on Guide by Jesse Liberty, Dan Hurwitz, Brian MacDonald | |
Paperback: 528
Pages
(2007-09-27)
list price: US$44.99 -- used & new: US$14.99 (price subject to change: see help) Asin: 0596513976 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description With this book, web developers can build engaging and interactive sites and applications using Microsoft's latest web development tools -- ASP.NET 2.0 and the new ASP.NET AJAX framework. You learn to create applications that have all the great tricks you see on popular commercial web sites, such as order forms and the ability to interact with a database. And you can build pages that display information interactively without a page refresh. This straightforward tutorial explains how. Customer Reviews (3)
Programmer
Outstanding ASP.NET AJAX Learning Guide!!
Gentle but Complete Getting Started |
94. .NET Interview Questions You'll Most Likely Be Asked (Interview Questions You'll Most Likely Be Asked ) by Vibrant Publishers | |
Kindle Edition:
Pages
(2010-08-28)
list price: US$9.95 Asin: B0041845SK Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
95. Perl 5 by Example by David Medinets | |
Paperback: 670
Pages
(1996-10)
list price: US$39.99 -- used & new: US$99.21 (price subject to change: see help) Asin: 0789708663 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (22)
Good service
I bet this review gets buried 1) 2) 3) I have several books on perl and the O'Reilly books (i.e. Learning Perl) are far better. Learning Perl has exercises at the end of each chapter and the answers are provided in the back. This book will only serve to confuse beginners with misinformation and force them to extra unnecessary effort in order to combat the lax attitude in which this book was produced. A proofreader that knows how to write perl might have helped on this account. The concept for the book and the approach are terrific ideas. But do you want to have to read the book and then check the Web site and run every script to make sure you weren't given misinformation? This is a book that depends on you to allow for a "fudge factor." Expect more for your hard earned money.
Excellent book for both beginners and pros. Tons of examples I used to program in C/C++ and then use UNIX shell scripts to automate all the programs and processes on the server. Of course, that's until i discovered the power and advantages of PERL over scripting languages (ksh, bsh, etc) and decided to learn it. I picked up this book during the end of year holiday and learned all that i need to know to get started. I returned to my job two weeks later with enough knowledge to start writing programs in PERL and automating all our processes under UNIX. Even after a year experience with PERL, i still come back to this book whenever i need to lookup a function or use regular expressions. Lots and lots of examples that will definitely speed up the learning curve.
Excellent book for a beginner As a new Perl user myself, don't know how good it is for advanced users, but for beginners it is very good. The topics on hand are clearly explained and the examples for each topic are usefull and easy to use.
A superior PERL book Typically I'm an O'Reilly fan but if you are trying to decide between "Learning PERL" or this book... buy THIS BOOK. Inside it's intended scope this book is the best reference you can currently buy. Even if you don't need the programming introduction you can still reference the excellant Regular Expressions Chapters and the amazing Appendicies and Index. This book will take you from a novice to an intermediate PERL programmer. For that I give this book 5 stars. If you need to do advanced PERL programming this book is still a good reference... but you are looking for another book then. ... Read more |
96. Weaving a Website: Programming in HTML, Java Script, Perl and Java by Susan Anderson-Freed | |
Paperback: 747
Pages
(2001-08-16)
list price: US$95.80 -- used & new: US$20.93 (price subject to change: see help) Asin: 0130282200 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description A comprehensive introduction to web programming, requiring no prior programming experience, this book begins with HTML and moves to progressively more difficult programming languages—JavaScript, Perl, and Java. It emphasizes a hands-on approach, and contains clear instructions for carefully chosen visual examples from a wide variety of topics that will appeal to most individuals—encouraging them to find ways to capture their interests in creative web pages. Chapter topics include fonts and colors; lists; tables; anchors and images; frames and image maps; cascading style sheets; arithmetic, selection, and iteration statements; functions and objects; arrays; forms and form elements; elementary data types; and graphics. For Web Masters, Web Page Developers, and Graphic Designer for Web pages. Customer Reviews (6)
Error Ridden
Its pretty good
Fantastic book
From a former student I still own a copy of her book because I have penned in corrections to many of the errors in the book.It covers a little bit of everything, and the little bit of reference I need for Perl and Java are met by this book and web references.However, I also currently own and recommend the HTML 4 Bible and JavaScript Bible, both published by IDG Books.I would recommend the Bible series of computer books over Dr. Anderson-Freed's book to anyone who requires a web-related programming reference.The same goes for IWU students who are taking her classes: don't buy this book.While her book contains many examples (many of which she uses in class), a good portion of her examples have code that does not produce the desired results.You would be better off reading another text and recreating the examples on your own.
The best JavaScript out there |
97. Jython Essentials (O'Reilly Scripting) by Samuele Pedroni, Noel Rappin | |
Paperback: 304
Pages
(2002-03-21)
list price: US$34.99 -- used & new: US$25.98 (price subject to change: see help) Asin: 0596002475 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
Helpful, but poor explanations
jython
Good language coverage, but awkward.
Informative, but poorly presented I would have preferred a book that wrote of JPython as a scripting language for Java and that offered advice on how best to leverage JPython for this purpose. I recommend taking a hard look at the other titles before purchasing this one. OK, I'm adding a paragraph to this review after owning the book for a few weeks. It IS a very helpful book and I'm raising my rating from 2 to 4 stars. Perhaps I was thrown off at first by the succinctness of the text, but I've come to find that it makes it a great reference book. I'm already a half-way experienced programmer and do not need the filler and the explanation of concepts that thicker books probably provide. Also, there is a helpful section on unit testing which I'd missed (It wasn't placed very well in the book) and python is a flexible enough language that someone should be able to figure out different ways to unit test without the section.
Superb summary of CPython 2.2 features This book does assume pretty solid grounding in python.If you don't have that, start with: Chun: Core Python |
98. JavaScript¿ Phrasebook by Christian Wenz | |
Paperback: 272
Pages
(2006-09-07)
list price: US$24.99 -- used & new: US$8.99 (price subject to change: see help) Asin: 0672328801 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
not recommended
Best Little JavaScript Book
Another food "Phrasebook" release |
99. JavaScript Bible by Danny Goodman | |
Paperback: 1015
Pages
(1998-03)
list price: US$49.99 -- used & new: US$10.00 (price subject to change: see help) Asin: 0764531883 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Fully revised and updated to include JavaScript 1.2, JavaScript Bible, 3rd Edition provides in-depth coverage of such JavaScript basics as document objects, forms, multiple windows, and frames. You also get instruction on creating mouse-rollover images, integrating Java applets into Web pages, understanding how JavaScript works with Netscape and Microsoft browsers, deploying Dynamic HTML, and much more. The CD-ROM features demo versions of Macromedia Dreamweaver, Flash, and MarketWare HitList, seven bonus chapters, the code for the examples in the book, and the electronic version of JavaScript Bible, 3rd Edition. Goodman covers the JavaScript 1.2 languagecomprehensively, and focuses on developing documents that fullyexploit the capabilities of Netscape Navigator 4.0x. The author beginswith the fundamentals of the language--variables, loops, datastructures, functions, and the like. Then, he proceeds tosystematically explore the more difficult characteristics of thelanguage, including its limited object-orientation features and theextensions that apply to Dynamic HTML (DHTML). Server-side coverage issparse, but that technology isn't nearly as widely used as client-sideJavaScript. JavaScript Bible contains both a tutorial and areference, so it's useful to advanced JavaScript programmers as wellas to beginners. Plus, the illustrative examples included in thesepages--and on the accompanying CD-ROM--are generally useful. You'llfind image-rollover routines, client-side database lookups, a DHTMLpuzzle, and many more programs that you'll be able to quickly adapt toyour own projects. JavaScript Bible is a winner. --DavidWall Customer Reviews (130)
Jesus says "buy this book!"
Big Book, Poorly Written The content of the book was poorly organized as well as poorly written. It is difficult to navigate and learn the language. If this is the JavaScript Bible, shouldn't it educate the user in the development of JavaScripts for the web? A better structure of this book would have been to develop mock scripts for a functioning web site. Alternatively, I would recommend the O'Reilly book on JavaScript. O'Reilly has a track record of producing concise books that actually teach the topic. They are not 700+ page monsters that are filled with fluff. I would also caution against purchasing future editions as they tend to be nearly identical to the previous version with minor additions.
Ups and Downs
Difficult to follow
THE BIBLE, NOT ONLY A RESOURCE MANUAL |
100. Beginning JavaScript Second Edition by Paul Wilton | |
Paperback: 767
Pages
(2004-05-07)
list price: US$39.99 -- used & new: US$23.71 (price subject to change: see help) Asin: 0764555871 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Teaching programming basics from the ground up, this book helps even those with no prior programming knowledge learn JavaScript and use this knowledge for practical purposes on their Web sites to create interesting, useful, and dynamic sites. The primary focus is on practical application of JavaScript to Web site creation. The ultimate aim is that a reader having finished the book should be able to go it alone and create their own scripts and move forward and learn more advanced techniques. They will have a very broad base of knowledge of JavaScript and its application to Web development. Customer Reviews (12)
Very big book
Its a great book for beginners and helps you grow in the field as it moves on
Beginning JavaScript- a great place to start
good overview
Excellent Book |
  | Back | 81-100 of 100 |