Автор: Ross Harmes and Dustin Diaz Издательство: Apress Год издания: 2008 Страниц: 298 ISBN: 1-4302-0495-8 Язык: английский Формат: PDF Размер: 1.42 Мб
Интересная для web-программистов книга. Рассматривается использование шаблонов проектирования (Design Patterns) на JavaScript. Книга на английском языке, так как вышла буквально на днях и еще не переведена. Качество превосходное (OCR-слой).
Автор: Douglas Crockford Издательство: O'Reilly Год издания: 2008 Страниц: 170 ISBN: 978-0-596-51774-8 Язык: английский Формат: CHM Размер: 1.62 Мб
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. If you develop sites or applications for the Web, this book is an absolute must.
Автор: Chuck Easttom. Издательство: Wordware Publishing, Inc. Год издания: 2008 Страниц: 617 ISBN: 1-59822-033-0 Язык: английский Формат: PDF Размер: 3.08 Мб
The Third Edition! Several things have been updated in this book. First, the text in general has been updated due to changes in the Internet and web development since the last edition. I have also dropped a few items that are outdated (such as hiding scripts from older browsers) and expanded coverage of topics like the Document Object Model. I think this book is even better than the last edition, and it is my hope it will help take your JavaScript to a new level.
Автор: В. Дунаев Издательство: Питер Год: 2005 Страниц: 392 Формат: PDF Архив: 5,87 Мб.
Эта книга предназначена для самостоятельного освоения программирования на языке Java Script. Кроме общего руководства, она содержит множество примеров и текстов готовых к использованию программ. Рассматриваются вопросы создания сценариев для веб-сайтов, а также сценариев, выполняемых Windows Scripting Host. В приложениях приводится справочная информация по Java Script и HTML. Книга адресована как новичкам, так и тем, кто уже имеет некоторый опыт в веб-дизайне и программировании. Во втором издании книги исправлены замеченные опечатки и неточности.
We've assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational techniques you'll ever use. From creating impressive mashups and stunning, dynamic graphics, to more subtle user-experience enhancements, you're about to be amazed by the true potential of this powerful language.
This book is perfect for intermediate JavaScript developers wanting to take their JavaScript skills to the next level without sacrificing web accessibility or best practice. If you've never written a line of JavaScript before, this probably isn't the right book for you.
If you have only a small amount of experience with JavaScript, but are comfortable enough programming in another language such as PHP or Java, you'll be just fine-we'll hold your hand along the way, and all of the code is available for you to download and experiment with on your own.
Автор: Kevin Yank and Cameron Adams Год издания: 2007 Формат: pdf Издат.: SitePoint Pty. Ltd. Страниц: 429 Размер: 10 ISBN: 978-0-9802858-0-2 Язык: Английский
Packed with full-color examples, Simply JavaScript is all you need to start programming in JavaScript the right way. Learn how easy it is to use JavaScript to solve real-world problems, build smarter forms, track user events (such as mouse clicks and key strokes), and design eye-catching animations. Then move on to more powerful techniques using the DOM and Ajax. World-renowned authors, Kevin Yank and Cameron Adams have used their exquisite skills and in-depth knowledge of JavaScript to deliver a book that teaches JavaScript with unprecedented clarity. Contained within the book’s 432 full-color pages are hundreds of clear illustrations, and the unique use of the JavaScript library developed especially for the book makes Simply JavaScript the most readable, easy-to-understand beginner’s book available.
Автор: Ross Harmes, Dustin Diaz Год издания: 200 Формат: pdf Издат.: Apress Страниц: 269 Размер: 2 ISBN: 1430204958, 9781430204954, 159059908X, Язык: Английский
As a web developer, you ll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked - JavaScript is capable of full object–oriented capabilities, and by applying OOP principles, best practices, and design patterns to your code, you can make it more powerful, more efficient, and easier to work with alone or as part of a team. With Pro JavaScript Design Patterns , you ll start with the basics of object–oriented programming in JavaScript applicable to design patterns, including making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. With that covered, you can kick–start your JavaScript development in the second part of the book, where you ll find detail on how to implement and take advantage of several design patterns in JavaScript, including composites, decorators, facades, adapters, and many more. Each chapter is packed with real–world examples of how the design patterns are best used and expert advice on writing better code, as well as what to watch out for. Along the way you ll discover how to create your own libraries and APIs for even more efficient coding. - Master the basics of object–oriented programming in JavaScript, as they apply to design patterns. - Apply design patterns to your kick–start your JavaScript development. - Work through several real–world examples. What you ll learn: - How to apply object–oriented programming techniques in JavaScript - How to take advantage of inheritance, interfaces, and encapsulation and information hiding to kick–start your JavaScript development - How to implement several design patterns in your JavaScript projects, including factory, facade, bridge, composite, adapter, decorator, flyweight, proxy, command, observer, and chain of responsibility - How to make your code easier to manage in a team environment, as well as on your own - How to create your own libraries and APIs Who is this book for? This book will be an invaluable learning tool for any experienced JavaScript developer.
Книга JavaScript. Справочник представляет собой исключительно полный справочник по объектам, методам, атрибутам, высокоуровневым функциям языка написания сценариев JavaScript версий от 1.1 и старше, причем как для клиентской, так и для серверной сторон. Приводятся все особенности различных реализаций JavaScript (в том числе и небезызвестная реализация JScript от компании Microsoft). Удобство использования, быстрота нахождения требуемой информации, изобилие исчерпывающих примеров, адекватность, точность и полнота — вот лишь немногие достоинства этого поистине бесценного справочного пособия. Коды всех примеров, рассмотренных в книге, проверены на практике как авторами оригинального издания, так и командой по подготовке русскоязычной редакции книги.
Книга будет полезной (впрочем, даже и незаменимой) как для начинающих разработчиков Web-приложений, так и для профессионалов, опыт работы которых восходит к тем временам, когда Web был еще неизвестен, a Internet был доступен исключительно для "посвященных".
Автор: Дэнни Гудман Издательство: Питер Год издания: 2004 Страниц: 528 ISBN: 5-94723-817-9 Язык: русский Формат: DJVU Размер: 6.2 Мб
Эта книга посвящена совместному использованию HTML и JavaScript для создания интерактивных web-страниц. На многочисленных практических примерах рассматриваются все возможности, которые язык JavaScript дает разработчику, от простых и очевидных до самых сложных. Книга построена как сборник готовых к применению рецептов, которые будут полезны как начинающим разработчикам, знающим HTML и основы JavaScript, так и опытным специалистам, ищущим новые идеи и технологии. Автор отдает предпочтение новейшим стандартам, поэтому предлагаемые методики останутся актуальными в течение долгого времени. Помимо решений задач, в книге имеется справочная информация, которая может потребоваться при адаптации рецептов к потребностям разработчика.