e99 Online Shopping Mall
Help | |
Home - Computer - Javascript (Books) |
  | Back | 81-100 of 100 |
click price to see details click image to enlarge click link to go to the store
81. Developing Hybrid Applications for the iPhone: Using HTML, CSS, and JavaScript to Build Dynamic Apps for the iPhone by Lee S. Barney | |
Paperback: 216
Pages
(2009-07-02)
list price: US$39.99 -- used & new: US$19.95 (price subject to change: see help) Asin: 0321604164 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description “For those not ready to tackle the complexities of Objective-C, this is a great way to get started building iPhone apps. If you know the basics of HTML, JavaScript, and CSS, you’ll be building apps in no time.” —August Trometer, Owner of FoggyNoggin Software, www.foggynoggin.com Discover the Easier, Faster Way to Build High-Quality iPhone Applications Now, you don’t need to dive headfirst into Objective-C to write state-of-the-art applications for the iPhone. You can use web development tools and technologies you already know: JavaScript, HTML, and CSS. In this book, long-time web and mobile application developer Lee S. Barney shows you how to use the QuickConnect and PhoneGap frameworks to create secure, high-quality, modular hybrid iPhone applications. Lee S. Barney walks you through the entire hybrid iPhone development process, from creating great user interfaces to compiling, deploying, and executing applications. Along the way, he introduces techniques and sample code designed to streamline development, eliminate complexity, optimize performance, and leverage all iPhone’s native capabilities—from its accelerometer and GPS to its built-in database. Coverage includes This book systematically lowers the barriers to iPhone development, enabling web developers to build any iPhone application they can imagine without long development cycles or steep learning curves! Customer Reviews (5)
Not recommend
Excellent book for both programmers and non-programmers
A great book and ideas
A must have for anyone new to iphone dev.
Ugh! 10 pages in... |
82. The JavaScript Programming Language by Ray Toal, John David Dionisio | |
Paperback: 104
Pages
(2009-01-08)
list price: US$30.95 -- used & new: US$14.44 (price subject to change: see help) Asin: 0763766585 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
The best beginner's book |
83. Introduction to Interactive Programming on the Internet: Using HTML & JavaScript by Craig D. Knuckles | |
Paperback: 448
Pages
(2000-11-23)
-- used & new: US$30.13 (price subject to change: see help) Asin: 047138366X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (12)
Good for beginners
I use it as a college textbook.
Where is the website that is referenced in the book Thanks in advance
excellent !!!
Uhm... |
84. Foundation Website Creation with CSS, XHTML, and JavaScript by Jonathan Lane, Meitar Moscovitz, Joseph R. Lewis | |
Paperback: 334
Pages
(2008-07-21)
list price: US$34.99 -- used & new: US$2.98 (price subject to change: see help) Asin: 1430209917 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book covers the entire process of building a website. This process involves much more than just technical knowledge, and this book provides you with all the information you'll need to understand the concepts behind designing and developing for the Web, as well as the best means to deliver professional, best-practice-based results. There is far more to building a successful website than knowing a little Hypertext Markup Language (HTML). The process starts long before any coding takes place, and this book introduces you to the agile development process, explaining why this method makes so much sense for web projects and how best to implement it. Planning is vital, so you'll also learn how to use techniques such as brainstorming, wireframes, mockups, and prototypes to get your project off to the best possible start and help ensure smooth progress as it develops. An understanding of correct, semantic markup is essential to any web professional, so this book explains how XHTML should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML elements available to you, and you'll learn how and when to use them through building example web pages. Without creative use of Cascading Style Sheets (CSS), websites would all look largely the same. CSS gives you the ability to set your website apart from the rest while maintaining the integrity of your markup. You'll learn how CSS works and how to apply styles to your pages, enabling you to realize your design ideas in the browser. JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of programming using it. You'll also see how JavaScript works as part of the much-hyped technique Ajax and in turn where Ajax fits into the wider Web 2.0 picture. While a website is being built, it needs to be tested across multiple browsers and platforms to ensure that the site works for all users, regardless of ability or disability, and the book explains how best to do these tasks. Then, it discusses the process of launching and maintaining the site so that it will continue to work for all its users throughout its life-cycle. The book concludes by covering server-side technologies, acting as a guide to the different options available and explaining differences between available products. With insights from renowned experts such as Jason Fried of 37signals, Daniel Burka of Digg and Pownce, and Chris Messina of Citizen Agency, Foundation Website Creation provides invaluable information applicable to every web project, regardless of size, scope, or budget. Customer Reviews (3)
Great book for beginners!
Good book, great shipping, great condition..
fundamentals |
85. 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 |
86. Pure JavaScript (2nd Edition) by R. Allen Wyke, Charlton Ting, Jason D. Gilliam, Sean Michaels | |
Paperback: 1616
Pages
(2001-08-15)
list price: US$49.99 -- used & new: US$11.42 (price subject to change: see help) Asin: B000H2MA22 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The bulk of this book is a top-notch JavaScript reference. Corelanguage syntax is well-presented with excellent use of examples forpractically every operator and function, and each entry includesversion compatibility with Netscape and Microsoft browsers andJavaScript releases. The authors also include references for the twocompanies' extensions to the language. A number of appendices roundout this fine guide with attention to standard and vendor-specificsyntax details. This is a fine JavaScript reference that cuts nocorners. --Stephen W. Plain Topics covered: Overviewof JavaScript (origins of the language and the evolution of Microsoftand Netscape flavors), security topics (signed scripts and basicconstructs of the language, including data types, type conversions,operators, and the features of server-side JavaScript), JavaScriptexecution environment, and browser version support. Customer Reviews (43)
must have
A "Book" of Two Parts
nice dead-tree compilation
The best JavaScript reference for intermediate programmers I like the book also because its index indicates all the JavaScript syntaxis. Hence, when someone is programming and forgets the exact word, it is easy to look for it quickly, instead of wasting time browsing through all the book. Another positive aspect, is that the introduction of the book is pretty well organized (Shows you when to use JavaScript, its origin, operators, variables, fuctions, server-side JavaScrit, etc.) and gives you a concise idea of JavaScrpt capabilites. However, the downside is that the book is not for amateur programmers since some terms are not explained in detail (the book states that it expects people who has experience with C, C++, Java or Pascal) Overall: It is a MUST HAVE book for a serious JavaScript programmer, it is worth every penny you invest on it. But I'd recommend easier books first if you are a firt time programmer.
Excellent Resource |
87. Professional XMPP Programming with JavaScript and jQuery (Wrox Programmer to Programmer) by Jack Moffitt | |
Paperback: 480
Pages
(2010-01-07)
list price: US$49.99 -- used & new: US$23.09 (price subject to change: see help) Asin: 0470540710 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description XMPP is a robust protocol used for a wide range of applications, including instant messaging, multi-user chat, voice and video conferencing, collaborative spaces, real-time gaming, data synchronization, and search. This book teaches you how to harness the power of XMPP in your own apps and presents you with all the tools you need to build the next generation of apps using XMPP or add new features to your current apps. Featuring the JavaScript language throughout and making use of the jQuery library, the book contains several XMPP apps of increasing complexity that serve as ideal learning tools. Coverage Includes: Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. Customer Reviews (5)
Essential for working with XMPP
Exemplary
Create awesome real-time apps for the web
Extremely Helpful
Practical XMPP |
88. Advanced JavaScript, Third Edition by Chuck Easttom | |
Paperback: 616
Pages
(2007-08-29)
list price: US$39.95 -- used & new: US$5.00 (price subject to change: see help) Asin: 1598220330 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Advanced?
Advanced ??? |
89. Html: Css/ Javascript/ Dhtml (I Performance Series) by Steven E. Callihan | |
Paperback: 1
Pages
(2002-11)
list price: US$73.30 -- used & new: US$10.44 (price subject to change: see help) Asin: 0763816531 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (1)
It was my online course textbook last quarter. You are given beginning files which you can download from the web. The book then guides you to modify these files by entering actual html code. You save and view the result on your computer. The book includes lots of screen shots so that you can compare your results to what it should look like. Since you are working on your computer to edit and view the pages, feedback is immediate. If it doesn't quite match the screenshot, you check your typing and try it again. All the example exercises are completed with Notepad and your regular browser. Style Sheets, JavaScript and Dynamic HTML all get a chapter each of about 30 pages. The majority of the book is about html. There is a quick reference appendix on lots of html elements. If you are looking for a book that you can read and "teach yourself", this is a good one. Remember my course was online and all the instruction I got was the book, itself. I spent six to eight hours completing the exercises in each of the ten chapters that my course covered to give you an idea of the time you might spend. ... Read more |
90. Sams Teach Yourself HTML, CSS, and JavaScript All in One by Julie C. Meloni | |
Paperback: 656
Pages
(2011-01-24)
list price: US$34.99 -- used & new: US$23.09 (price subject to change: see help) Asin: 0672333325 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The all-in-one HTML, CSS and JavaScript beginner's guide: covering the three most important languages for web development! Mastering HTML, CSS, and JavaScript is vital for any beginning web developer - and the importance of these technologies is growing as web development moves away from proprietary alternatives such as Flash. Sams Teach Yourself HTML, CSS, and JavaScript All in One brings together everything beginners need to build powerful web applications with the new HTML5 and CSS3 standards and the latest JavaScript and Ajax libraries. With this book, beginners can get all the modern web development knowledge you need from one expert source. Bestselling author Julie Meloni (Sams Teach Yourself PHP, MySQL and Apache All in One) teaches simply and clearly, through brief, hands-on lessons focused on knowledge you can apply immediately. Meloni covers all the building blocks of practical web design and development, integrating new techniques and features into every chapter. Each lesson builds on what's come before, showing you exactly how to use HTML5, CSS3, and JavaScript together to create great web sites. Coverage includes all this, and much more: " Working with HTML5 text, fonts, tables, links, graphics, and multimedia " Advanced web page design with CSS3, including lists, fixed and liquid layouts, and designing for devices " Web Scripting with JavaScript, including DOM, syntax, functions, and libraries " Extending JavaScript with Ajax " Advanced site functionality and management, from site organization through search engine optimization |
91. Perl, CGI, and JavaScript Complete, 2nd Edition by Sybex Inc. | |
Paperback: 1008
Pages
(2003-05-12)
list price: US$24.99 -- used & new: US$1.99 (price subject to change: see help) Asin: 0782142133 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Difficult to follow
Book for Advanced Reference
What a waste of time
Don't Bother... I would not recommend this book.
Typical Sybex approach to making difficult topics easy |
92. Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences (Pragmatic Programmers) by Craig Riecke, Rawld Gill, Alex Russell | |
Paperback: 555
Pages
(2008-06-18)
list price: US$38.95 -- used & new: US$20.00 (price subject to change: see help) Asin: 1934356115 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The last couple of years have seen big changes in server-side web programming. Now it's the client's turn; Dojo is the toolkit to make it happen and Mastering Dojo shows you how. Dojo is a set of client-side JavaScript tools that help you build better web applications. Dojo blurs the line between local, native applications and browser based applications; the browser becomes the user interface platform."Modern" browsers provide an incomplete, inconvenient, and incompatible programming environment, but Dojo eliminates these problems. While there are many JavaScript libraries available, most focus on just one thing (for example, effects libraries, perceived JavaScript omissions, or HTML widgets). Dojo addresses all of these functional areas-and many others-extensively. In Mastering Dojo, you'll get the whole story, from basic usage to advanced idioms. Mastering Dojo starts out with a fast moving tutorial that will give you techniques that you can start using right away. You'll learn all about Dojo Core--the foundation on which all things Dojo stand. See how you can modularize your project for development and automatically package your release for optimal download performance. You'll also learn how Dojo: You'll love using Dojo's HTML user interface control widget system, Dijit. See how to use over 40 widgets, including the rich yet easy-to-use tree and grid controls. Finally, you'll get an in-depth look at how to design and build a single-page, rich Internet Application. Customer Reviews (8)
Good coverage of programmatically implementing Dojo functionality
Not enough advanced topics covered
Wow. How mediocre...
An outstanding, detailed account filled with real-world examples
Skip the "Book Of Dojo" and go straight to this |
93. How to Program HTML Frames: Interface Design and Javascript by Jason Cranford Teague | |
Paperback: 431
Pages
(1997-03)
list price: US$39.99 -- used & new: US$5.87 (price subject to change: see help) Asin: 1562764950 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Does one thing and does it extremely well
'Must have' book for better web building
It sits on my Web design reference shelf
Neither a reference, a guide, a tutorial, nor a workbook.
To Frame Or Not Frame |
94. The HTML5 JavaScript Model by Matthew David | |
Kindle Edition: 40
Pages
(2010-05-14)
list price: US$5.95 Asin: B003M5IL1K Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
A Gem! |
95. The Web Design Pocket Guide Boxed Set (Includes The HTML Pocket Guide, The JavaScript Pocket Guide, and The CSS Pocket Guide) by Bruce Hyslop, Lenny Burdette, Chris Casciano | |
Paperback: 912
Pages
(2010-11-26)
list price: US$39.99 -- used & new: US$26.39 (price subject to change: see help) Asin: 0321743741 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
96. Plug-In JavaScript 100 Power Solutions by Robin Nixon | |
Paperback: 432
Pages
(2010-10-07)
list price: US$40.00 -- used & new: US$25.70 (price subject to change: see help) Asin: 0071738614 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This practical resource contains 100 ready-to-run JavaScript plug-ins you can use to create dynamic Web content. The book begins by explaining JavaScript, Cascading Style Sheets (CSS), and the Document Object Model (DOM). Then, each chapter in Plug-In JavaScript offers complete, working examples for specific end results you can achieve right away. Using these plug-ins, you'll be able to build JavaScript projects quicker and easier than ever, as many complex tasks are reduced to a single function call. Get ready-made JavaScript plug-ins for: Download all of the plug-ins at the book's companion website. |
97. Creating Vista Gadgets: Using HTML, CSS and JavaScriptwith Examples in RSS, Ajax, ActiveX (COM) and Silverlight by Rajesh Lal | |
Paperback: 360
Pages
(2008-05-15)
list price: US$39.99 -- used & new: US$20.99 (price subject to change: see help) Asin: 0672329689 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Windows Vista Sidebar is a panel located on the desktop of a PC where gadgets can be placed for easy access and reference. These gadgets are small, single-purpose applications, such as clocks, calendars, games, RSS notifiers, search tools, stock tickers, etc, that reside on the Windows desktop and on the Windows Sidebar. The book will be a tutorial to design and develop a gadget. It will provide ready-to-use samples using .NET, XML, CSS and AJAX. After reading the book, a web developer/designer will be confident enough to start developing gadgets for Windows Vista Sidebar. The beginner portion of the book shows an overview of the subject with the design pattern, the architecture and implementation details. The later sections will have solid examples for instant results. In short, the book will tell how to do everything with Sidebar Gadgets using solid, unique examples. Brief outline: " Brief background on Gadgets " Define architecture, design consideration and implementation to give a clear view to the developer " Step by step, create a useful Gadget sample "My Blogs" " Elaborate the architecture design constraint and implementation details for the sample " Detail the standard practices " Recheck the gadget created for standard practices " Improvise and Improve with compare and contrast " Add advanced samples with .NET, AJAX and XHTML. Customer Reviews (20)
Fantastic book !
Good book on Gadgets, beginning examples too complex
Great Book
One of the BEST I've read recently
vista gadget unfolded |
98. JavaScript Professional Projects by Paul Hatcher | |
Paperback: 900
Pages
(2003-03-14)
list price: US$49.99 -- used & new: US$5.74 (price subject to change: see help) Asin: 1592000134 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
99. Adobe Acrobat 7 Official JavaScript Reference by Adobe Systems Inc. | |
Paperback: 728
Pages
(2005-11-20)
list price: US$39.99 -- used & new: US$23.30 (price subject to change: see help) Asin: 0321409736 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Do you spend too much time doing repetitiveproduction tasks such as placing and replacing images, resizing them,dragging them from one document to another, and preparing images forprinting instead of being creative? Do you use Adobe Acrobat and have astrong working knowledge of JavaScript? Then you're in luck. SinceAdobe Creative Suite 2 was created with built-in support for scripting,virtually every repetitive or time-consuming task that creativeprofessionals have to do in Acrobat can be streamlined or automatedwith the help of a script. This book describes how to use JavaScript tomanipulate and extend Adobe Acrobat, and provides reference informationfor the JavaScript objects, properties, and functions defined byAdobe's applications. Now available in print for the first time, thisbook doesn't teach you how to write code in JavaScript, but if you'refamiliar with the scripting language, and want to start writing scriptsfor Acrobat, you'll appreciate having the most definitive, up-to-datereferenceavailable. Customer Reviews (1)
Missing examples |
100. Understanding AJAX: Using JavaScript to Create Rich Internet Applications by Joshua Eichorn | |
Paperback: 352
Pages
(2006-08-21)
list price: US$44.99 -- used & new: US$23.39 (price subject to change: see help) Asin: 0132216353 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Great book, very practical and to the point.
Efficient and to the point
a very thorough guide
In Depth AJAX
complex design and debugging |
  | Back | 81-100 of 100 |