Details

PHP, MySQL, & JavaScript All-in-One For Dummies


PHP, MySQL, & JavaScript All-in-One For Dummies


1. Aufl.

von: Richard Blum

32,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 20.03.2018
ISBN/EAN: 9781119468370
Sprache: englisch
Anzahl Seiten: 800

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p><b>Explore the engine that drives the internet</b></p> <p>It takes a powerful suite of technologies to drive the most-visited websites in the world. PHP, mySQL, JavaScript, and other web-building languages serve as the foundation for application development and programming projects at all levels of the web. </p> <p>Dig into this all-in-one book to get a grasp on these in-demand skills, and figure out how to apply them to become a professional web builder. You’ll get valuable information from seven handy books covering the pieces of web programming, HTML5 & CSS3, JavaScript, PHP, MySQL, creating object-oriented programs, and using PHP frameworks. </p> <ul> <li>Helps you grasp the technologies that power web applications      </li> <li>Covers PHP version 7.2</li> <li>Includes coverage of the latest updates in web development</li> <li>Perfect for developers to use to solve problems</li> </ul> This book is ideal for the inexperienced programmer interested in adding these skills to their toolbox. New coders who've made it through an online course or boot camp will also find great value in how this book builds on what you already know.
<p><b>Introduction</b><b> 1</b></p> <p>About This Book 1</p> <p>Foolish Assumptions 2</p> <p>Icons Used in This Book 3</p> <p>Beyond the Book 3</p> <p>Where to Go from Here 3</p> <p><b>Book 1: Getting Started With Web Programming</b><b> 5</b></p> <p><b>Chapter 1: Examining the Pieces of Web Programming</b><b> 7</b></p> <p>Creating a Simple Web Page 7</p> <p>Creating a Dynamic Web Page 17</p> <p>Storing Content 25</p> <p><b>Chapter 2: Using a Web Server</b><b> 27</b></p> <p>Recognizing What’s Required 27</p> <p>Considering Your Server Options 31</p> <p>Tweaking the Servers 41</p> <p><b>Chapter 3: Building a Development Environment</b><b> 51</b></p> <p>Knowing Which Tools to Avoid 51</p> <p>Working with the Right Tools 53</p> <p><b>Book 2: Html5 and Css3</b><b> 71</b></p> <p><b>Chapter 1: The Basics of HTML5</b><b> 73</b></p> <p>Diving into Document Structure 73</p> <p>Looking at the Basic HTML5 Elements 81</p> <p>Marking Your Text 85</p> <p>Working with Characters 90</p> <p>Making a List (And Checking It Twice) 92</p> <p>Building Tables 96</p> <p><b>Chapter 2: The Basics of CSS3</b><b> 103</b></p> <p>Understanding Styles 103</p> <p>Styling Text 112</p> <p>Working with the Box Model 119</p> <p>Styling Tables 121</p> <p>Positioning Elements 125</p> <p><b>Chapter 3: HTML5 Forms</b><b> 135</b></p> <p>Understanding HTML5 Forms 135</p> <p>Using Input Fields 138</p> <p>Adding a Text Area 146</p> <p>Using Drop-Down Lists 147</p> <p>Enhancing HTML5 Forms 149</p> <p>Using HTML5 Data Validation 154</p> <p><b>Chapter 4: Advanced CSS3</b><b> 157</b></p> <p>Rounding Your Corners 157</p> <p>Using Border Images 159</p> <p>Looking at the CSS3 Colors 162</p> <p>Playing with Color Gradients 164</p> <p>Adding Shadows 166</p> <p>Creating Fonts 168</p> <p>Handling Media Queries 171</p> <p><b>Chapter 5: HTML5 and Multimedia</b><b> 177</b></p> <p>Working with Images 177</p> <p>Playing Audio 185</p> <p>Watching Videos 190</p> <p>Getting Help from Streamers 194</p> <p><b>Book 3: Javascript</b><b> 195</b></p> <p><b>Chapter 1: Introducing JavaScript</b><b> 197</b></p> <p>Knowing Why You Should Use JavaScript 197</p> <p>Seeing Where to Put Your JavaScript Code 199</p> <p>The Basics of JavaScript 203</p> <p>Controlling Program Flow 209</p> <p>Working with Functions 220</p> <p><b>Chapter 2: Advanced JavaScript Coding</b><b> 223</b></p> <p>Understanding the Document Object Model 223</p> <p>Finding Your Elements 233</p> <p>Working with Document Object Model Form Data 238</p> <p><b>Chapter 3: Using jQuery</b><b> 243</b></p> <p>Loading the jQuery Library 244</p> <p>Using jQuery Functions 246</p> <p>Finding Elements 247</p> <p>Replacing Data 250</p> <p>Changing Styles 254</p> <p>Changing the Document Object Model 259</p> <p>Playing with Animation 261</p> <p><b>Chapter 4: Reacting to Events with JavaScript and jQuery </b><b>263</b></p> <p>Understanding Events 263</p> <p>Focusing on JavaScript and Events 267</p> <p>Looking at jQuery and Events 276</p> <p><b>Chapter 5: Troubleshooting JavaScript Programs 283</b></p> <p>Identifying Errors 283</p> <p>Working with Browser Developer Tools 285</p> <p>Working Around Errors 295</p> <p><b>Book 4: PHP</b><b> 301</b></p> <p><b>Chapter 1: Understanding PHP Basics</b><b> 303</b></p> <p>Seeing the Benefits of PHP 303</p> <p>Understanding How to Use PHP 305</p> <p>Working with PHP Variables 310</p> <p>Using PHP Operators 317</p> <p>Including Files 320</p> <p><b>Chapter 2: PHP Flow Control</b><b> 325</b></p> <p>Using Logic Control 325</p> <p>Looping 331</p> <p>Building Your Own Functions 336</p> <p>Working with Event-Driven PHP 339</p> <p><b>Chapter 3: PHP Libraries</b><b> 349</b></p> <p>How PHP Uses Libraries 349</p> <p>Text Functions 354</p> <p>Math Functions 361</p> <p>Date and Time Functions 365</p> <p>Image-Handling Functions 369</p> <p><b>Chapter 4: Considering PHP Security</b><b> 375</b></p> <p>Exploring PHP Vulnerabilities 375</p> <p>PHP Vulnerability Solutions 384</p> <p><b>Chapter 5: Object-Oriented PHP Programming</b><b> 395</b></p> <p>Understanding the Basics of Object-Oriented Programming 395</p> <p>Using Magic Class Methods 401</p> <p>Loading Classes 409</p> <p>Extending Classes 414</p> <p><b>Chapter 6: Sessions and Carts</b><b> 419</b></p> <p>Storing Persistent Data 419</p> <p>PHP and Cookies 424</p> <p>PHP and Sessions 430</p> <p>Shopping Carts 436</p> <p><b>Book 5: MYSQL</b><b> 443</b></p> <p><b>Chapter 1: Introducing MySQL</b><b> 445</b></p> <p>Seeing the Purpose of a Database 445</p> <p>Presenting MySQL 454</p> <p>Advanced MySQL Features 458</p> <p><b>Chapter 2: Administering MySQL</b><b> 465</b></p> <p>MySQL Administration Tools 465</p> <p>Managing User Accounts 477</p> <p><b>Chapter 3: Designing and Building a Database</b><b> 489</b></p> <p>Managing Your Data 489</p> <p>Creating Databases 492</p> <p>Building Tables 500</p> <p><b>Chapter 4: Using the Database </b><b>513</b></p> <p>Working with Data 513</p> <p>Searching for Data 524</p> <p>Playing It Safe with Data 531</p> <p><b>Chapter 5: Communicating with the Database from PHP Scripts </b><b>541</b></p> <p>Database Support in PHP 541</p> <p>Using the mysqli Library 543</p> <p>Putting It All Together 554</p> <p><b>Book 6: Creating Object-Oriented Programs</b><b> 561</b></p> <p><b>Chapter 1: Designing an Object-Oriented Application</b><b> 563</b></p> <p>Determining Application Requirements 563</p> <p>Creating the Application Database 565</p> <p>Designing the Application Objects 571</p> <p>Designing the Application Layout 579</p> <p>Coding the Website Layout 582</p> <p><b>Chapter 2: Implementing an Object-Oriented Application</b><b> 593</b></p> <p>Working with Events 593</p> <p>Bidder Object Events 595</p> <p>Item Object Events 605</p> <p>Logging Out of a Web Application 614</p> <p>Testing Web Applications 616</p> <p><b>Chapter 3: Using AJAX</b><b> 619</b></p> <p>Getting to Know AJAX 619</p> <p>Communicating Using JavaScript 621</p> <p>Using the jQuery AJAX Library 629</p> <p>Transferring Data in AJAX 635</p> <p>Modifying the AuctionHelper Application 643</p> <p><b>Chapter 4: Extending WordPress</b><b> 651</b></p> <p>Getting Acquainted with WordPress 651</p> <p>Installing WordPress 655</p> <p>Examining the Dashboard 662</p> <p>Using WordPress 664</p> <p>Exploring the World of Plugins 669</p> <p>Creating Your Own Widget 674</p> <p><b>Book 7: Using PHP Frameworks</b><b> 681</b></p> <p><b>Chapter 1: The MVC Method</b><b> 683</b></p> <p>Getting Acquainted with MVC 683</p> <p>Comparing MVC to Other Web Models 691</p> <p>Seeing How MVC Fits into N-Tier Theory 693</p> <p>Implementing MVC 694</p> <p><b>Chapter 2: Selecting a Framework</b><b> 695</b></p> <p>Getting to Know PHP Frameworks 695</p> <p>Knowing Why You Should Use a Framework 702</p> <p>Focusing on Popular PHP Frameworks 704</p> <p>Looking At Micro Frameworks 710</p> <p><b>Chapter 3: Creating an Application Using Frameworks</b><b> 715</b></p> <p>Building the Template 715</p> <p>Creating an Application Scaffold 721</p> <p>Modifying the Application Scaffold 725</p> <p>Index 735</p>
<p><b>Richard Blum</b> has more than 30 years of experience as a systems administrator and programmer. He teaches online courses in PHP, JavaScript, HTML5, and CSS3 programming, and authored the latest edition of <i>Linux For Dummies</i>.
<p><b>7 Books in one!</b> <p><b>Learn the languages that run the web</b> <p>PHP, MYSQL, and JavaScript are the key technologies behind your favorite websites. When you understand them, you're well on your way to building cool websites and possibly a lucrative new career. Whether you're brand-new to programming or you want to brush up on specific areas, these seven minibooks will take you step-by-step through the essentials of building your own web development environment, as well as coding the front and back ends of professional websites. <p><b>7 Books Inside…</b> <ul> <li>Getting Started with Web Programming</li> <li>HTML5 and CSS3</li> <li>JavaScript</li> <li>PHP</li> <li>MySQL</li> <li>Creating Object-Oriented Programs</li> <li>Using PHP Frameworks</li> </ul>

Diese Produkte könnten Sie auch interessieren:

Domain Architectures
Domain Architectures
von: Daniel J. Duffy
PDF ebook
31,99 €