Cantitate/Preț
Produs

Pro PHP and jQuery

Autor Keith Wald, Jason Lengstorf
en Limba Engleză Paperback – 28 ian 2016
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. 
Citește tot Restrânge

Preț: 42700 lei

Preț vechi: 53376 lei
-20% Nou

Puncte Express: 641

Preț estimativ în valută:
8173 8500$ 6849£

Carte tipărită la comandă

Livrare economică 13-27 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484212318
ISBN-10: 1484212312
Pagini: 400
Ilustrații: XVI, 370 p. 99 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.67 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Cuprins

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.

Recenzii

“The book is written for programmers, who have already some experience. Once you know what is a if-clause, array or how to make a simple HTML page, you are on the level of the book and you would be really happy to see what it has to offer. … I liked the book and I learned from it.” (Vitosh Academy, vitoshacademy.com, April, 2016)

Notă biografică

strongJason Lengstorf/strong is a 27-year-old turbogeek from Portland, OR. He started building websites in his late teens when his band couldn t afford to pay someone to do it, and he continued building websites after he realized his band wasn t actually very good. He s been a full-time freelance web developer since 2007, and expanded his business under the name Copter Labs, which is now a distributed freelance collective, keeping about 10 freelancers worldwide busy. He is also the author of PHP for Absolute Beginners and Pro PHP and jQuery.

Caracteristici

Updated for the new PHP 7 release, learn to utilize built-in PHP functions to build calendar tools Learn how jQuery can be used for Ajax, animation, client-side validation, and more Get the combined wisdom of author-expert Jason Lengstorf and Professor Keith Wald