JavaScript: The Definitive Guide

Download JavaScript: The Definitive Guide PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 1491952008
Total Pages : 707 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis JavaScript: The Definitive Guide by : David Flanagan

Download or read book JavaScript: The Definitive Guide written by David Flanagan and published by O'Reilly Media. This book was released on 2020-05-14 with total page 707 pages. Available in PDF, EPUB and Kindle. Book excerpt: For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript material on the market. The seventh edition represents a significant update, with new information for ECMAScript 2020, and new chapters on language-specific features. JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the programming language of the web, and for current JavaScript programmers who want to master it.

JavaScript

Download JavaScript PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596805527
Total Pages : 1096 pages
Book Rating : 4.5/5 (968 download)

DOWNLOAD NOW!


Book Synopsis JavaScript by : David Flanagan

Download or read book JavaScript written by David Flanagan and published by "O'Reilly Media, Inc.". This book was released on 2011-04-25 with total page 1096 pages. Available in PDF, EPUB and Kindle. Book excerpt: A revised and updated edition offers comprehensive coverage of ECMAScript 5 (the new JavaScript language standard) and also the new APIs introduced in HTML5, with chapters on functions and classes completely rewritten and updated to match current best practices and a new chapter on language extensions and subsets. Original.

JavaScript

Download JavaScript PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596000486
Total Pages : 940 pages
Book Rating : 4.0/5 (4 download)

DOWNLOAD NOW!


Book Synopsis JavaScript by : David Flanagan

Download or read book JavaScript written by David Flanagan and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 940 pages. Available in PDF, EPUB and Kindle. Book excerpt: A guide for experienced programmers demonstrates the core JavaScript language, offers examples of common tasks, and contains an extensive reference to JavaScript commands, objects, methods, and properties.

Closure: The Definitive Guide

Download Closure: The Definitive Guide PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 144939695X
Total Pages : 595 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Closure: The Definitive Guide by : Michael Bolin

Download or read book Closure: The Definitive Guide written by Michael Bolin and published by "O'Reilly Media, Inc.". This book was released on 2010-09-08 with total page 595 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're ready to use Closure to build rich web applications with JavaScript, this hands-on guide has precisely what you need to learn this suite of tools in depth. Closure makes it easy for experienced JavaScript developers to write and maintain large and complex codebases—as Google has demonstrated by using Closure with Gmail, Google Docs, and Google Maps. Author and Closure contributor Michael Bolin has included numerous code examples and best practices, as well as valuable information not available publicly until now. You'll learn all about Closure's Library, Compiler, Templates, testing framework, and Inspector—including how to minify JavaScript code with the Compiler, and why the combination of the Compiler and the Library is what sets Closure apart from other JavaScript toolkits. Learn how the Compiler significantly reduces the amount of JavaScript users have to download when visiting your site Discover several ways to use the Compiler as part of your build process Learn about type expressions, primitives, and common utilities Understand how Closure emulates classes and class-based inheritance Use Closure Templates on the server and the client from either JavaScript or Java Test and debug your JavaScript code, even when it's compiled

JavaScript: The Good Parts

Download JavaScript: The Good Parts PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596554877
Total Pages : 174 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis JavaScript: The Good Parts by : Douglas Crockford

Download or read book JavaScript: The Good Parts written by Douglas Crockford and published by "O'Reilly Media, Inc.". This book was released on 2008-05-08 with total page 174 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

JavaScript Pocket Reference

Download JavaScript Pocket Reference PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596552157
Total Pages : 137 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis JavaScript Pocket Reference by : David Flanagan

Download or read book JavaScript Pocket Reference written by David Flanagan and published by "O'Reilly Media, Inc.". This book was released on 2002-10-29 with total page 137 pages. Available in PDF, EPUB and Kindle. Book excerpt: JavaScript--the powerful, object-based scripting language that can be embedded directly into HTML pages--has earned its place in the web developer's toolkit, to the extent that it's now considered required knowledge for web developers. You can use JavaScript to create dynamic, interactive applications that run completely within a web browser. JavaScript is also the language of choice for developing Dynamic HTML content. Because its syntax is based on the popular programming languages C, C++, and Java, JavaScript is familiar and easy to learn for experienced programmers. At the same time, it's an interpreted scripting language, providing a flexible, forgiving programming environment for new programmers. The JavaScript Pocket Reference, 2nd Edition, provides a complete overview of the core JavaScript language and client-side scripting environment, as well as quick-reference material on core and client-side objects, methods, and properties. The new edition has been revised to cover JavaScript 1.5, and is particularly useful for developers working with the standards-compliant web browsers, such as Internet Explorer 6, Netscape 7, and Mozilla. Ideal as an introduction for beginners and a quick reference for advanced developers, this pocket-sized book is easy to take anywhere and serves as the perfect companion volume to the bestselling JavaScript: The Definitive Guide, 4th Edition. O'Reilly's Pocket References have become a favorite among developers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point and need to get to the answer quickly, the new JavaScript Pocket Reference is the book you'll want close at hand.

Dojo: The Definitive Guide

Download Dojo: The Definitive Guide PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 059655172X
Total Pages : 490 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Dojo: The Definitive Guide by : Matthew A. Russell

Download or read book Dojo: The Definitive Guide written by Matthew A. Russell and published by "O'Reilly Media, Inc.". This book was released on 2008-06-17 with total page 490 pages. Available in PDF, EPUB and Kindle. Book excerpt: Of all the Ajax-specific frameworks that have popped up in recent years, one clearly stands out as the industrial strength solution. Dojo is not just another JavaScript toolkit—it's the JavaScript toolkit—and Dojo: The Definitive Guide demonstrates how to tame Dojo's extensive library of utilities so that you can build rich and responsive web applications like never before. Dojo founder Alex Russell gives a foreword that explains the "why" of Dojo and of this book. Dojo provides an end-to-end solution for development in the browser, including everything from the core JavaScript library and turnkey widgets to build tools and a testing framework. Its vibrant open source community keeps adding to Dojo's arsenal, and this book provides an ideal companion to Dojo's official documentation. Dojo: the Definitive Guide gives you the most thorough overview of this toolkit available, showing you everything from how to create complex layouts and form controls closely resembling those found in the most advanced desktop applications with stock widgets, to advanced JavaScript idioms to AJAX and advanced communication transports. With this definitive reference you get: Get a concise introduction to Dojo that's good for all 1.x versions Well-explained examples, with scores of tested code samples, that let you see Dojo in action A comprehensive reference to Dojo's standard JavaScript library (including fundamental utilities in Base, Dojo's tiny but powerful kernel) that you'll wonder how you ever lived without An extensive look at additional Core features, such as animations, drag-and-drop, back-button handling, animations like wipe and slide, and more Exhaustive coverage of out-of-the-box Dijits (Dojo widgets) as well as definitive coverage on how to create your own, either from scratch or building on existing ones An itemized inventory of DojoX subprojects, the build tools, and the DOH, Dojo's unit-testing framework that you can use with Dojo—or anywhere else If you're a DHTML-toting web developer, you need to read this book—whether you're a one-person operation or part of an organization employing scores of developers. Dojo packs the standard JavaScript library you've always wanted, and Dojo: The Definitive Guide helps you transform your ideas into working applications quickly by leveraging design concepts you already know.

The Definitive Guide to HTML5

Download The Definitive Guide to HTML5 PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430239611
Total Pages : 1052 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis The Definitive Guide to HTML5 by : Adam Freeman

Download or read book The Definitive Guide to HTML5 written by Adam Freeman and published by Apress. This book was released on 2012-01-28 with total page 1052 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Definitive Guide to HTML5 provides the breadth of information you'll need to start creating the next generation of HTML5 websites. It covers all the base knowledge required for standards-compliant, semantic, modern website creation. It also covers the full HTML5 ecosystem and the associated APIs that complement the core HTML5 language. The Definitive Guide to HTML5 begins by tackling the basics of HTML5, ensuring that you know best practices and key uses of all of the important elements, including those new to HTML5. This section also covers extended usage of CSS3, JavaScript, and DOM manipulation, making you proficient in all core aspects of modern website creation. The final part of the book covers the associated W3C APIs that surround the HTML5 specification. You will achieve a thorough working knowledge of the Geolocation API, web storage, creating offline applications, and the new drag and drop functionality. The Definitive Guide to HTML5 also dives into the key media enhancements of HTML5 and its surrounding technologies: Canvas, video and audio.

Understanding ECMAScript 6

Download Understanding ECMAScript 6 PDF Online Free

Author :
Publisher : No Starch Press
ISBN 13 : 1593277571
Total Pages : 353 pages
Book Rating : 4.5/5 (932 download)

DOWNLOAD NOW!


Book Synopsis Understanding ECMAScript 6 by : Nicholas C. Zakas

Download or read book Understanding ECMAScript 6 written by Nicholas C. Zakas and published by No Starch Press. This book was released on 2016-08-16 with total page 353 pages. Available in PDF, EPUB and Kindle. Book excerpt: ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you’ll be able to see new features in action. You’ll learn: –How ECMAScript 6 class syntax relates to more familiar JavaScript concepts –What makes iterators and generators useful –How arrow functions differ from regular functions –Ways to store data with sets, maps, and more –The power of inheritance –How to improve asynchronous programming with promises –How modules change the way you organize code Whether you’re a web developer or a Node.js developer, you’ll find Understanding ECMAScript 6 indispensable on your journey from ECMAScript 5 to ECMAScript 6.

JavaScript: The Definitive Guide

Download JavaScript: The Definitive Guide PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491951982
Total Pages : 807 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis JavaScript: The Definitive Guide by : David Flanagan

Download or read book JavaScript: The Definitive Guide written by David Flanagan and published by "O'Reilly Media, Inc.". This book was released on 2020-05-14 with total page 807 pages. Available in PDF, EPUB and Kindle. Book excerpt: For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript material on the market. The seventh edition represents a significant update, with new information for ECMAScript 2020, and new chapters on language-specific features. JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the programming language of the web, and for current JavaScript programmers who want to master it.

Effective JavaScript

Download Effective JavaScript PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 0132902257
Total Pages : 231 pages
Book Rating : 4.1/5 (329 download)

DOWNLOAD NOW!


Book Synopsis Effective JavaScript by : David Herman

Download or read book Effective JavaScript written by David Herman and published by Addison-Wesley. This book was released on 2012-11-26 with total page 231 pages. Available in PDF, EPUB and Kindle. Book excerpt: “It’s uncommon to have a programming language wonk who can speak in such comfortable and friendly language as David does. His walk through the syntax and semantics of JavaScript is both charming and hugely insightful; reminders of gotchas complement realistic use cases, paced at a comfortable curve. You’ll find when you finish the book that you’ve gained a strong and comprehensive sense of mastery.” —Paul Irish, developer advocate, Google Chrome “This is not a book for those looking for shortcuts; rather it is hard-won experience distilled into a guided tour. It’s one of the few books on JS that I’ll recommend without hesitation.” —Alex Russell, TC39 member, software engineer, Google In order to truly master JavaScript, you need to learn how to work effectively with the language’s flexible, expressive features and how to avoid its pitfalls. No matter how long you’ve been writing JavaScript code, Effective JavaScript will help deepen your understanding of this powerful language, so you can build more predictable, reliable, and maintainable programs. Author David Herman, with his years of experience on Ecma’s JavaScript standardization committee, illuminates the language’s inner workings as never before—helping you take full advantage of JavaScript’s expressiveness. Reflecting the latest versions of the JavaScript standard, the book offers well-proven techniques and best practices you’ll rely on for years to come. Effective JavaScript is organized around 68 proven approaches for writing better JavaScript, backed by concrete examples. You’ll learn how to choose the right programming style for each project, manage unanticipated problems, and work more successfully with every facet of JavaScript programming from data structures to concurrency. Key features include Better ways to use prototype-based object-oriented programming Subtleties and solutions for working with arrays and dictionary objects Precise and practical explanations of JavaScript’s functions and variable scoping semantics Useful JavaScript programming patterns and idioms, such as options objects and method chaining In-depth guidance on using JavaScript’s unique “run-to-completion” approach to concurrency

Beginning JavaScript

Download Beginning JavaScript PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764558552
Total Pages : 1035 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning JavaScript by : Paul Wilton

Download or read book Beginning JavaScript written by Paul Wilton and published by John Wiley & Sons. This book was released on 2004-07-12 with total page 1035 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic, and personalized pages. Our focus in this book is on client-side scripting, but JavaScript is also hugely popular as a scripting language in server-side environments, a subject that we cover in later chapters. What does this book cover? Beginning JavaScript assumes no prior knowledge of programming languages, but will teach you all the fundamental concepts that you need as you progress. After covering the core JavaScript language, you'll move on to learn about more advanced techniques, including Dynamic HTML, using cookies, debugging techniques, and server-side scripting with ASP. By the end of this book, you will have mastered the art of using JavaScript to create dynamic and professional-looking web pages. Here are a few of the things you'll learn in this book: Fundamental programming concepts Comprehensive practical tutorial in JavaScript Cross-browser scripting, including Netscape 6 Cookie creation and use Plug-ins and ActiveX controls Dynamic HTML Scripting the W3C DOM Server-side JavaScript with ASP Who is this book for? This book is for anyone who wants to learn JavaScript. You will need a very basic knowledge of HTML, but no prior programming experience is necessary. Whether you want to pick up some programming skills, or want to find out how to transfer your existing programming knowledge to the Web, then this book is for you. All you need is a text editor (like Notepad) and a browser, and you're ready to go!

Ajax

Download Ajax PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596528388
Total Pages : 980 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Ajax by : Anthony T. Holdener

Download or read book Ajax written by Anthony T. Holdener and published by "O'Reilly Media, Inc.". This book was released on 2008 with total page 980 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides information on the basics of Ajax to create Web applications that function like desktop programs.

JavaScript, A Beginner's Guide, Third Edition

Download JavaScript, A Beginner's Guide, Third Edition PDF Online Free

Author :
Publisher : McGraw Hill Professional
ISBN 13 : 0071632964
Total Pages : 512 pages
Book Rating : 4.0/5 (716 download)

DOWNLOAD NOW!


Book Synopsis JavaScript, A Beginner's Guide, Third Edition by : John Pollock

Download or read book JavaScript, A Beginner's Guide, Third Edition written by John Pollock and published by McGraw Hill Professional. This book was released on 2009-11-19 with total page 512 pages. Available in PDF, EPUB and Kindle. Book excerpt: Essential Skills--Made Easy! Create dynamic Web pages complete with special effects using today's leading Web development language. JavaScript: A Beginner's Guide, Third Edition gives you step-by-step coverage of the fundamentals, including variables, functions, operators, event handlers, objects, arrays, strings, forms, and frames. You'll also learn about more advanced techniques, including debugging and security. This hands-on guide explains how JavaScript works with XHTML Transitional and covers the new features available in JavaScript. Get started using JavaScript right away with help from this fast-paced tutorial. Designed for Easy Learning: Key Skills & Concepts--Chapter-opening lists of specific skills covered in the chapter Ask the Expert--Q & A sections filled with bonus information and helpful tips Try This--Hands-on exercises that show you how to apply your skills Notes--Extra information related to the topic being covered Tips--Helpful reminders or alternate ways of doing things Self Tests--End-of-chapter reviews to test your knowledge Annotated syntax--Example code with commentary that describes the programming techniques being illustrated

Speaking JavaScript

Download Speaking JavaScript PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449364993
Total Pages : 460 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Speaking JavaScript by : Axel Rauschmayer

Download or read book Speaking JavaScript written by Axel Rauschmayer and published by "O'Reilly Media, Inc.". This book was released on 2014-02-25 with total page 460 pages. Available in PDF, EPUB and Kindle. Book excerpt: Like it or not, JavaScript is everywhere these days—from browser to server to mobile—and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position. Speaking JavaScript helps you approach the language with four standalone sections. First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth. Complete contents include: JavaScript quick start: Familiar with object-oriented programming? This part helps you learn JavaScript quickly and properly. JavaScript in depth: Learn details of ECMAScript 5, from syntax, variables, functions, and object-oriented programming to regular expressions and JSON with lots of examples. Pick a topic and jump in. Background: Understand JavaScript’s history and its relationship with other programming languages. Tips, tools, and libraries: Survey existing style guides, best practices, advanced techniques, module systems, package managers, build tools, and learning resources.

JavaScript for Absolute Beginners

Download JavaScript for Absolute Beginners PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 143027218X
Total Pages : 495 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis JavaScript for Absolute Beginners by : Terry McNavage

Download or read book JavaScript for Absolute Beginners written by Terry McNavage and published by Apress. This book was released on 2011-08-23 with total page 495 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you are new to both JavaScript and programming, this hands-on book is for you. Rather than staring blankly at gobbledygook, you'll explore JavaScript by entering and running hundreds of code samples in Firebug, a free JavaScript debugger. Then in the last two chapters, you'll leave the safety of Firebug and hand-code an uber cool JavaScript application in your preferred text editor. Written in a friendly, engaging narrative style, this innovative JavaScript tutorial covers the following essentials: Core JavaScript syntax, such as value types, operators, expressions, and statements provided by ECMAScript. Features for manipulating XHTML, CSS, and events provided by DOM. Object-oriented JavaScript, including prototypal and classical inheritance, deep copy, and mixins. Closure, lazy loading, advance conditional loading, chaining, currying, memoization, modules, callbacks, recursion, and other powerful function techniques. Encoding data with JSON or XML. Remote scripting with JSON-P or XMLHttpRequest Drag-and-drop, animated scrollers, skin swappers, and other cool behaviors. Optimizations to ensure your scripts run snappy. Formatting and naming conventions to prevent you from looking like a greenhorn. New ECMAScript 5, DOM 3, and HTML 5 features such as Object.create(), Function.prototype.bind(), strict mode, querySelector(), querySelectorAll(), and getElementsByClassName(). As you can see, due to its fresh approach, this book is by no means watered down. Therefore, over the course of your journey, you will go from JavaScript beginner to wizard, acquiring the skills recruiters desire.

Head First JavaScript

Download Head First JavaScript PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449368573
Total Pages : 898 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Head First JavaScript by : Michael Morrison

Download or read book Head First JavaScript written by Michael Morrison and published by "O'Reilly Media, Inc.". This book was released on 2007-12-20 with total page 898 pages. Available in PDF, EPUB and Kindle. Book excerpt: So you're ready to make the leap from writing HTML and CSS web pages to creating dynamic web applications. You want to take your web skills to the next level. And you're finally ready to add "programmer" to the resume. It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages. With Head First JavaScript, you learn: The basics of programming, from variables to types to looping How the web browser runs your code, and how you can talk to the browser with your code Why you'll never have to worry about casting, overloading, or polymorphism when you're writing JavaScript code How to use the Document Object Model to change your web pages without making your users click buttons If you've ever read a Head First book, you know what to expect -- a visually rich format designed for the way your brain works. Head First JavaScript is no exception. It starts where HTML and CSS leave off, and takes you through your first program into more complex programming concepts -- like working directly with the web browser's object model and writing code that works on all modern browsers. Don't be intimidated if you've never written a line of code before! In typical Head First style, Head First JavaScript doesn't skip steps, and we're not interested in having you cut and paste code. You'll learn JavaScript, understand it, and have a blast along the way. So get ready... dynamic and exciting web pages are just pages away.