Cargando…

PHP, MySQL, & JavaScript all-in-one for dummies /

Explore the engine that drives the internet 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. Dig i...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Blum, Richard, 1962- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hoboken, NJ : John Wiley & Sons, 2018.
Colección:--For dummies.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1029547263
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 180326s2018 nju o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d YDX  |d EBLCP  |d TEFOD  |d NLE  |d OCLCF  |d IDB  |d HCO  |d OCLCQ  |d OCLCO  |d YOU  |d OCLCQ  |d UAB  |d RECBK  |d OCLCO  |d LVT  |d K6U  |d OCL  |d D6H  |d AU@  |d COO  |d UMI  |d TOH  |d OCLCQ  |d OCLCO  |d VT2  |d BRF  |d OCLCQ  |d DST  |d TAC  |d OCLCO  |d OCLCQ 
019 |a 1029662599  |a 1029808608  |a 1029862586  |a 1030273783  |a 1030667723  |a 1117776660  |a 1126142502  |a 1153042327  |a 1156339497  |a 1192336946  |a 1240530255  |a 1302697739  |a 1355686448 
020 |a 9781119468332  |q (electronic bk.) 
020 |a 1119468337  |q (electronic bk.) 
020 |a 9781119468370 
020 |a 111946837X 
020 |z 1119468388 
020 |z 9781119468387 
029 1 |a GBVCP  |b 1018276378 
035 |a (OCoLC)1029547263  |z (OCoLC)1029662599  |z (OCoLC)1029808608  |z (OCoLC)1029862586  |z (OCoLC)1030273783  |z (OCoLC)1030667723  |z (OCoLC)1117776660  |z (OCoLC)1126142502  |z (OCoLC)1153042327  |z (OCoLC)1156339497  |z (OCoLC)1192336946  |z (OCoLC)1240530255  |z (OCoLC)1302697739  |z (OCoLC)1355686448 
037 |a 9781119468332  |b Wiley 
037 |a CB7088A4-47FF-4F74-A58A-674A2CBA5134  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.P224 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.7  |2 23 
083 0 |a 005.133  |2 23/nor  |q NoBeU 
083 0 |a 006.74  |2 23/nor .  |q NoBeU 
049 |a UAMI 
100 1 |a Blum, Richard,  |d 1962-  |e author. 
245 1 0 |a PHP, MySQL, & JavaScript all-in-one for dummies /  |c Richard Blum. 
264 1 |a Hoboken, NJ :  |b John Wiley & Sons,  |c 2018. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a --For dummies 
500 |a Includes index. 
520 |a Explore the engine that drives the internet 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. 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. Helps you grasp the technologies that power web applications Covers PHP version 7.2 Includes coverage of the latest updates in web development Perfect for developers to use to solve problems 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. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed March 28, 2018). 
505 0 |a Intro; Title Page; Table of Contents; Introduction; About This Book; Foolish Assumptions; Icons Used in This Book; Beyond the Book; Where to Go from Here; Book 1: Getting Started with Web Programming; Chapter 1: Examining the Pieces of Web Programming; Creating a Simple Web Page; Creating a Dynamic Web Page; Storing Content; Chapter 2: Using a Web Server; Recognizing What's Required; Considering Your Server Options; Tweaking the Servers; Chapter 3: Building a Development Environment; Knowing Which Tools to Avoid; Working with the Right Tools; Book 2: HTML5 and CSS3. 
505 8 |a Chapter 1: The Basics of HTML5Diving into Document Structure; Looking at the Basic HTML5 Elements; Marking Your Text; Working with Characters; Making a List (And Checking It Twice); Building Tables; Chapter 2: The Basics of CSS3; Understanding Styles; Styling Text; Working with the Box Model; Styling Tables; Positioning Elements; Chapter 3: HTML5 Forms; Understanding HTML5 Forms; Using Input Fields; Adding a Text Area; Using Drop-Down Lists; Enhancing HTML5 Forms; Using HTML5 Data Validation; Chapter 4: Advanced CSS3; Rounding Your Corners; Using Border Images; Looking at the CSS3 Colors. 
505 8 |a Playing with Color GradientsAdding Shadows; Creating Fonts; Handling Media Queries; Chapter 5: HTML5 and Multimedia; Working with Images; Playing Audio; Watching Videos; Getting Help from Streamers; Book 3: JavaScript; Chapter 1: Introducing JavaScript; Knowing Why You Should Use JavaScript; Seeing Where to Put Your JavaScript Code; The Basics of JavaScript; Controlling Program Flow; Working with Functions; Chapter 2: Advanced JavaScript Coding; Understanding the Document Object Model; Finding Your Elements; Working with Document Object Model Form Data; Chapter 3: Using jQuery. 
505 8 |a Loading the jQuery LibraryUsing jQuery Functions; Finding Elements; Replacing Data; Changing Styles; Changing the Document Object Model; Playing with Animation; Chapter 4: Reacting to Events with JavaScript and jQuery; Understanding Events; Focusing on JavaScript and Events; Looking at jQuery and Events; Chapter 5: Troubleshooting JavaScript Programs; Identifying Errors; Working with Browser Developer Tools; Working Around Errors; Book 4: PHP; Chapter 1: Understanding PHP Basics; Seeing the Benefits of PHP; Understanding How to Use PHP; Working with PHP Variables; Using PHP Operators. 
505 8 |a Includes FilesChapter 2: PHP Flow Control; Using Logic Control; Looping; Building Your Own Functions; Working with Event-Driven PHP; Chapter 3: PHP Libraries; How PHP Uses Libraries; Text Functions; Math Functions; Date and Time Functions; Image-Handling Functions; Chapter 4: Considering PHP Security; Exploring PHP Vulnerabilities; PHP Vulnerability Solutions; Chapter 5: Object-Oriented PHP Programming; Understanding the Basics of Object-Oriented Programming; Using Magic Class Methods; Loading Classes; Extending Classes; Chapter 6: Sessions and Carts; Storing Persistent Data; PHP and Cookies. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a MySQL (Electronic resource) 
630 0 7 |a MySQL (Electronic resource)  |2 fast  |0 (OCoLC)fst01395715 
650 0 |a PHP (Computer program language) 
650 0 |a JavaScript (Computer program language) 
650 0 |a Web site development. 
650 6 |a PHP (Langage de programmation) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a PHP (Computer program language)  |2 fast  |0 (OCoLC)fst01049847 
650 7 |a programmering.  |2 humord 
776 0 8 |i Print version:  |a Blum, Richard, 1962-  |t PHP, MySQL, & JavaScript all-in-one for dummies.  |d Hoboken, NJ : John Wiley & Sons, 2018  |z 1119468388  |z 9781119468387  |w (OCoLC)1003256924 
830 0 |a --For dummies. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781119468387/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5328365 
938 |a EBSCOhost  |b EBSC  |n 1737841 
938 |a Recorded Books, LLC  |b RECE  |n rbeEB00744214 
938 |a YBP Library Services  |b YANK  |n 15237067 
994 |a 92  |b IZTAP