• Complain

Nixon - Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites

Here you can read online Nixon - Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: OReilly Media, Inc., genre: Home and family. 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.

Nixon Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites
  • Book:
    Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites
  • Author:
  • Publisher:
    OReilly Media, Inc.
  • Genre:
  • Year:
    2021
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Build interactive, data-driven websites with the potent combination of open source technologies and web standards, even if you have only basic HTML knowledge. With the latest edition of this popular hands-on guide, youx27ll tackle dynamic web programming using the most recent versions of todayx27s core technologies: PHP, MySQL, JavaScript, CSS, HTML5, and the powerful React and React Native libraries.

Web designers will learn how to use these technologies together while picking up valuable web programming practices along the way--including how to optimize websites for mobile devices. Finally, youx27ll put everything together to build a fully functional social networking site suitable for both desktop and mobile browsers.

  • Explore MySQL from database structure to complex queries
  • Use the MySQL PDO extension, PHPx27s improved MySQL interface
  • Create dynamic PHP web pages that tailor themselves to the user
  • Manage cookies and sessions and maintain a high level of security
  • Enhance JavaScript with the React and React Native libraries
  • Use Ajax calls for background browser server communication
  • Style your web pages by acquiring CSS skills
  • Implement HTML5 features, including geolocation, audio, video, and the canvas
  • Reformat your websites into mobile web apps

Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites — 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 "Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites" 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
Learning PHP MySQL JavaScript by Robin Nixon Copyright 2021 Robin Nixon - photo 1
Learning PHP, MySQL & JavaScript

by Robin Nixon

Copyright 2021 Robin Nixon. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Amanda Quinn
  • Development Editor: Melissa Potter
  • Production Editor: Caitlin Ghegan
  • Copyeditor: Kim Cofer
  • Proofreader: Judith McConville
  • Indexer: Kim Sandoval
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • July 2021: Sixth Edition
Revision History for the Sixth Edition
  • 2021-07-21: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781492093824 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Learning PHP, MySQL & JavaScript, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the authors, and do not represent the publishers views. While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-492-09382-4

[LSI]

Dedication

For Julie, Naomi, Harry, Matthew, Laura, Hannah, Rachel, and David

Preface

The combination of PHP and MySQL is the most convenient approach to dynamic, database-driven web design, holding its own in the face of challenges from some other integrated frameworks that are harder to learn. Due to its open source roots, it is free to implement and is therefore an extremely popular option for web development .

Any would-be developer on a Unix/Linux or even a Windows platform will need to master these technologies. And, combined with the partner technologies of JavaScript, React, CSS, and HTML5, you will be able to create websites of the caliber of industry standards like Facebook, Twitter, and Gmail.

Audience

This book is for people who wish to learn how to create effective and dynamic websites. This may include webmasters or graphic designers who have already mastered creating static websites, or a CMS such as WordPress, but wish to take their skills to the next level, as well as high school and college students, recent graduates, and self-taught individuals.

In fact, anyone ready to learn the fundamentals behind responsive web design will obtain a thorough grounding in the core technologies of PHP, MySQL, JavaScript, CSS, and HTML5, and youll learn the basics of the React library, too.

Assumptions This Book Makes

This book assumes that you have a basic understanding of HTML and can at least put together a simple, static website but does not assume that you have any prior knowledge of PHP, MySQL, JavaScript, CSS, or HTML5although if you do, your progress through the book will be even quicker.

Organization of This Book

The chapters in this book are written in a specific order, first introducing all of the core technologies it covers and then walking you through their installation on a web development server so that you will be ready to work through the examples.

In the first section, you will gain a grounding in the PHP programming language, covering the basics of syntax, arrays, functions, and object-oriented programming.

Then, with PHP under your belt, you will move on to an introduction to the MySQL database system, where you will learn everything from how MySQL databases are structured to how to generate complex queries.

After that, you will learn how you can combine PHP and MySQL to start creating your own dynamic web pages by integrating forms and other HTML features. You will then get down to the nitty-gritty practical aspects of PHP and MySQL development by learning a variety of useful functions and how to manage cookies and sessions, as well as how to maintain a high level of security.

In the next few chapters, you will gain a thorough grounding in JavaScript, from simple functions and event handling to accessing the Document Object Model, in-browser validation, and error handling. Youll also get a comprehensive primer on using the popular React library for JavaScript.

With an understanding of all three of these core technologies, you will then learn how to make behind-the-scenes Ajax calls and turn your websites into highly dynamic environments.

Next, youll spend two chapters learning all about using CSS to style and lay out your web pages, before discovering how the React libraries can make your development job a great deal easier. Youll then move on to the final section on the interactive features built into HTML5, including geolocation, audio, video, and the canvas. After this, youll put together everything youve learned in a complete set of programs that together constitute a fully functional social networking website.

Along the way, youll find plenty of advice on good programming practices and tips that can help you find and solve hard-to-detect programming errors. There are also plenty of links to websites containing further details on the topics covered.

Conventions Used in This Book

The following typographical conventions are used in this book:

Plain textIndicates menu titles, options, and buttons.ItalicIndicates new terms, URLs, email addresses, filenames, file extensions, pathnames, directories, and Unix utilities. Also used for database, table, and column names.Constant widthIndicates commands and command-line options, variables and other code elements, HTML tags, and the contents of files.Constant width boldShows program output and is used to highlight sections of code that are discussed in the text.Constant width italicShows text that should be replaced with user-supplied values.
Note

This element signifies a general note.

Warning

This element indicates a warning or caution.

Tip

This element indicates a tip or general note.

Using Code Examples

Supplemental material (code examples, exercises, etc.) is available for download on GitHub.

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a set of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites»

Look at similar books to Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites. 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 «Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites»

Discussion, reviews of the book Learning PHP, MySQL & JavaScript: A Step-By-Step Guide to Creating Dynamic Websites 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.