• Complain

Jeremy McPeak - Beginning JavaScript

Here you can read online Jeremy McPeak - Beginning JavaScript full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: Wrox, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Jeremy McPeak Beginning JavaScript
  • Book:
    Beginning JavaScript
  • Author:
  • Publisher:
    Wrox
  • Genre:
  • Year:
    2015
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Beginning JavaScript: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Beginning JavaScript" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

The bestselling JavaScript guide, updated with current features and best practices

Beginning JavaScript5th Edition shows you how to work effectively with JavaScript frameworks, functions, and modern browsers, and teaches more effective coding practices using HTML5. This new edition has been extensively updated to reflect the way JavaScript is most commonly used today, introducing you to the latest tools and techniques available to JavaScript developers. Coverage includes modern coding practices using HTML5 markup, the JSON data format, DOM APIs, the jQuery framework, and more. Exercises with solutions provide plenty of opportunity to practice, and the companion website offers downloadable code for all examples given in the book.

  • Learn JavaScript using the most up to date coding style
  • Understand JSON, functions, events, and feature detection
  • Utilize the new HTML5 elements and the related API
  • Explore new features including geolocation, local storage, and more

JavaScript has shaped the Web from a passive medium into one that is rich, dynamic, and interactive. No matter the technology on the server side, its JavaScript that makes it come alive in the browser. To learn JavaScript the way its used today, Beginning JavaScript, 5th Edition is your concise guide.

Jeremy McPeak: author's other books


Who wrote Beginning JavaScript? Find out the surname, the name of the author of the book and a list of all author's works by series.

Beginning JavaScript — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Beginning JavaScript" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
CONTENTS
List of Illustrations
Guide
Pages
INTRODUCTION

JAVASCRIPT IS A SCRIPTING LANGUAGE that enables you to enhance static web applications by providing dynamic, personalized, and interactive content. This improves the experience of visitors to your site and makes it more likely that they will visit again. You must have seen the flashy drop-down menus, moving text, and changing content that are now widespread on websitesthey are enabled through JavaScript. Supported by all the major browsers, JavaScript is the language of choice on the web. It can even be used outside web applicationsto automate administrative tasks, for example.

This book aims to teach you all you need to know to start experimenting with JavaScript: what it is, how it works, and what you can do with it. Starting from the basic syntax, youll move on to learn how to create powerful web applications. Dont worry if youve never programmed beforethis book will teach you all you need to know, step by step. Youll find that JavaScript can be a great introduction to the world of programming: with the knowledge and understanding that youll gain from this book, youll be able to move on to learn newer and more advanced technologies in the world of computing.

WHO THIS BOOK IS FOR

To get the most out of this book, youll need to have an understanding of HTML, CSS, and how to create a static web page. You dont need to have any programming experience.

This book will also suit you if you have some programming experience already and would like to turn your hand to web programming. You will know a fair amount about computing concepts, but maybe not as much about web technologies.

Alternatively, you may have a design background and know relatively little about the web and computing concepts. For you, JavaScript will be a cheap and relatively easy introduction to the world of programming and web application development.

Whoever you are, I hope that this book lives up to your expectations.

WHAT THIS BOOK COVERS

Youll begin by looking at exactly what JavaScript is, and taking your first steps with the underlying language and syntax. Youll learn all the fundamental programming concepts, including data and data types, and structuring your code to make decisions in your programs or to loop over the same piece of code many times.

Once youre comfortable with the basics, youll move on to one of the key ideas in JavaScriptthe object. Youll learn how to take advantage of the objects that are native to the JavaScript language, such as functions, dates, and strings, and find out how these objects enable you to manage complex data and simplify your programs. Next, youll see how you can use JavaScript to manipulate and detect objects made available to you in the browser and detect the browsers.

From here, youll move on to more advanced topics, such as writing code to dynamically manipulate elements within a web page and executing code when certain things happen within your page. Youll also learn how to script forms and other controls. Using this knowledge, you can start to create truly professional-looking applications that enable you to interact with the user.

Youll then learn how to store data within the browser and communicate directly with a server. Youll also learn how to write code for the new HTML5 media elements, and write your own custom user interface for them.

Youll explore some of the time saving JavaScript frameworks such as jQuery, Modernizr, Prototype, and MooTools and see how they work and how they can help you create sophisticated JavaScript powered applications.

Finally, youll look at common syntax and logical errors, how you can spot them, and how to use the JavaScript debuggers for Chrome, Internet Explorer, Firefox, Safari, and Opera to aid you with this task. Also, you need to examine how to handle the errors that slip through the net, and ensure that these do not detract from the experience of the end user of your application.

All the new concepts introduced in this book will be illustrated with practical examples, which enable you to experiment with JavaScript and build on the theory that you have just learned.

Youll find four appendixes at the end of the book. Appendix A provides solutions to the exercises included at the end of most chapters throughout the book. The remaining appendixes contain the reference material that your authors hope you find useful and informational. Appendix B contains the JavaScript languages core reference. Appendix C contains a complete W3C DOM Core referenceas well as information on the HTML DOM and DOM level 2 Event model. Appendix D contains the decimal and hexadecimal character codes for the Latin-1 character set.

WHAT YOU NEED TO USE THIS BOOK

Because JavaScript is a text-based technology, all you really need to create documents containing JavaScript is a text editor. Any will do.

Also, in order to try out the code in this book, you will need a web browser that supports a modern version of JavaScript. Ideally, this means the latest versions of Chrome, Internet Explorer, Firefox, Safari, and Opera. The book has been extensively tested with these browsers. However, the code should work in any modern web browser. Where there are exceptions, they will be clearly noted.

CONVENTIONS

To help you get the most from the text and keep track of whats happening, weve used a number of conventions throughout the book.


TRY IT OUT

The Try It Out is an exercise you should work through, following the text in the book.

  1. It usually consists of a set of steps.
  2. Each step has a number.
  3. Follow the steps with your copy of the database.

As you work through each Try It Out, the code youve typed will be explained in detail.



WARNING Boxes like this one hold important, not-to-be forgotten information that is directly relevant to the surrounding text.



NOTE Tips, hints, tricks, and asides to the current discussion are offset and placed in italics like this.


As for styles in the text:

  • We highlight in italic type new terms and important words when we introduce them.
  • We show keyboard strokes like this: Ctrl+A.
  • We show file names, URLs, and code within the text like so:

    persistence.properties.

  • We present code in two different ways:

    Important code in code examples is highlighted with a gray background.

    The gray highlighting is not used for code thats less important in the present context, or that has been shown before.

SOURCE CODE

As you work through the examples in this book, you may choose either to type in all the code manually or to use the source-code files that accompany the book. All of the source code used in this book is available for download at www.wrox.com. Once at the site, simply locate the books title (either by using the Search box or by using one of the title lists) and click the Download Code link on the books detail page to obtain all the source code for the book.


NOTE Because many books have similar titles, you may find it easiest to search by ISBN; this books ISBN is 978-1-118-90333-9.


Once you download the code, just decompress it with your favorite compression tool. Alternately, you can go to the main Wrox code download page at www.wrox.com/dynamic/books/download.aspx to see the code available for this book and all other Wrox books.

You can also view the examples presented in this book at

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Beginning JavaScript»

Look at similar books to Beginning JavaScript. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Beginning JavaScript»

Discussion, reviews of the book Beginning JavaScript and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.