Cargando…

Pro PHP and jQuery /

Take advantage of the improved performance and reduced memory requirements of PHP version 7, and learn to utilize the new built-in PHP functions and features such as typed variable enforcement with declare(strict_types=1) and the new available data types, scalar type declarations for function argume...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Lengstorf, Jason (Autor), Wald, Keith (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, N.Y.] : Apress : Distributed by Springer Science+Business Media, LLC, [2016]
Edición:Second edition.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn936447873
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 160203s2016 nyu obf 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d N$T  |d GW5XE  |d IDEBK  |d EBLCP  |d AZU  |d DEBSZ  |d COO  |d UMI  |d OCLCQ  |d CAUOI  |d KSU  |d VT2  |d DEBBG  |d IDB  |d IAD  |d JBG  |d ICW  |d ILO  |d ICN  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d U3W  |d REB  |d D6H  |d VVB  |d OCLCF  |d CEF  |d EZ9  |d INT  |d ESEHU  |d AU@  |d PHUST  |d WYU  |d UKMGB  |d UAB  |d AUD  |d HS0  |d RDF  |d TKN  |d LEAUB  |d ADU  |d CNCEN  |d UKAHL  |d OCLCQ  |d STF  |d OCLCQ  |d SRU  |d MERER  |d UKBTH  |d OCLCQ  |d BRF  |d COM  |d OCLCO  |d OCL  |d OCLCQ 
015 |a GBB8O2042  |2 bnb 
016 7 |a 019177060  |2 Uk 
019 |a 954150307  |a 957604190  |a 959272982  |a 959870939  |a 961680468  |a 963738492  |a 965147595  |a 966464159  |a 967623778  |a 985059962  |a 999488737  |a 1005817582  |a 1008956197  |a 1011902148  |a 1048203849  |a 1060180899  |a 1066436991  |a 1066629891  |a 1105769716 
020 |a 9781484212301  |q (electronic bk.) 
020 |a 1484212304  |q (electronic bk.) 
020 |a 1484212312  |q (print) 
020 |a 9781484212318  |q (print) 
020 |z 9781484212318  |q (print) 
024 7 |a 10.1007/978-1-4842-1230-1  |2 doi 
024 8 |a 9781484212301 
029 1 |a AU@  |b 000057116716 
029 1 |a AU@  |b 000060206182 
029 1 |a AU@  |b 000067111812 
029 1 |a CHNEW  |b 000894945 
029 1 |a CHVBK  |b 374538751 
029 1 |a DEBBG  |b BV043628630 
029 1 |a DEBBG  |b BV043969841 
029 1 |a DEBSZ  |b 456645934 
029 1 |a DEBSZ  |b 485803720 
029 1 |a GBVCP  |b 882758128 
029 1 |a UKMGB  |b 019177060 
035 |a (OCoLC)936447873  |z (OCoLC)954150307  |z (OCoLC)957604190  |z (OCoLC)959272982  |z (OCoLC)959870939  |z (OCoLC)961680468  |z (OCoLC)963738492  |z (OCoLC)965147595  |z (OCoLC)966464159  |z (OCoLC)967623778  |z (OCoLC)985059962  |z (OCoLC)999488737  |z (OCoLC)1005817582  |z (OCoLC)1008956197  |z (OCoLC)1011902148  |z (OCoLC)1048203849  |z (OCoLC)1060180899  |z (OCoLC)1066436991  |z (OCoLC)1066629891  |z (OCoLC)1105769716 
037 |a CL0500000767  |b Safari Books Online 
050 4 |a QA76.73.P224  |b L45 2016 
072 7 |a COM  |x 051000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.2/762  |2 23 
049 |a UAMI 
100 1 |a Lengstorf, Jason,  |e author. 
245 1 0 |a Pro PHP and jQuery /  |c Jason Lengstorf, Keith Wald. 
250 |a Second edition. 
264 1 |a [New York, N.Y.] :  |b Apress :  |b Distributed by Springer Science+Business Media, LLC,  |c [2016] 
264 4 |c ©2016 
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 
347 |a text file 
347 |b PDF 
490 1 |a [The expert's voice in web development] 
588 0 |a Vendor-supplied metadata. 
505 0 |a 1. Introducing jQuery in PHP -- 2. Common jQuery Actions and Methods -- 3. Object-Oriented Programming -- 4. Build an Events Calendar -- 5. Add Controls to Create, Edit, and Delete Events -- 6. Password Protecting Sensitive Actions and Areas -- 7. Enhancing the User Interface with jQuery -- 8. Editing the Calendar with Ajax and jQuery -- 9. Performing Form Validation with Regular Expressions -- 10. Extending jQuery -- Appendix. 
520 |a Take advantage of the improved performance and reduced memory requirements of PHP version 7, and learn to utilize the new built-in PHP functions and features such as typed variable enforcement with declare(strict_types=1) and the new available data types, scalar type declarations for function arguments and return statements, constant arrays using define(), argument unpacking with the ... operator, integer division with intdiv(), the null coalesce operator, the spaceship operator, new exception types, and improvements to existing features. Pro PHP and jQuery, Second Edition is for intermediate level programmers interested in building web applications using jQuery and PHP. Updated for PHP version 7 and the latest version of jQuery, this book teaches some advanced PHP techniques and it shows you how to take your dynamic applications to the next level by adding a JavaScript layer using the jQuery framework and APIs. After reading and using this book, you'll come away having built a fully functional PHP and jQuery web application that you can reapply as a template for your own particular web application. Pro PHP and jQuery, Second Edition is for intermediate level programmers interested in building web applications using jQuery and PHP. Updated for PHP version 7 and the latest version of jQuery, this book teaches some advanced PHP techniques and it shows you how to take your dynamic applications to the next level by adding a JavaScript layer using the jQuery framework and APIs, considered the most popular JavaScript libraries. After reading and using this book, you'll come away understanding a fully functional PHP using jQuery web application case study that you can reapply as a template for your own particular web application. Moreover, from PHP 7, you'll get uniform variable syntax, the AST-based compilation process, the added Closure::call(), bitwise shift consistency across platforms, the (null coalesce) operator, Unicode codepoint escape syntax, return type declarations, and new and easier extensions development with support for redis, MongoDB and much more. 
504 |a Includes bibliographical references and index. 
542 |f Copyright © Apress  |g 2016 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a PHP (Computer program language) 
650 0 |a jQuery (Computer program language) 
650 0 |a JavaScript (Computer program language) 
650 6 |a PHP (Langage de programmation) 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a Computer science.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 0 7 |a PHP (Computer program language)  |2 cct 
650 0 7 |a jQuery (Computer program language)  |2 cct 
650 0 7 |a JavaScript (Computer program language)  |2 cct 
650 7 |a Informatique.  |2 eclas 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a PHP (Computer program language)  |2 fast  |0 (OCoLC)fst01049847 
655 2 |a Handbook 
655 7 |a Handbooks and manuals.  |2 fast  |0 (OCoLC)fst01423877 
655 7 |a Handbooks and manuals.  |2 lcgft 
655 7 |a Guides et manuels.  |2 rvmgf 
700 1 |a Wald, Keith,  |e author. 
776 0 8 |i Printed edition:  |z 9781484212318 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484212301/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352815 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4387641 
938 |a EBSCOhost  |b EBSC  |n 1164010 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33798436 
938 |a YBP Library Services  |b YANK  |n 12833004 
994 |a 92  |b IZTAP