Jason Lengstorf
Pro PHP and jQuery
Jason Lengstorf
Pro PHP and jQuery
- Broschiertes Buch
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
This book is for intermediate programmers interested in building Ajax web applications using jQuery and PHP. Along with teaching some advanced PHP techniques, it will show you how to take your dynamic applications to the next level by adding a JavaScript layer with jQuery. 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.
Andere Kunden interessierten sich auch für
- Bintu HarwanijQuery Recipes44,99 €
- Bruno LurzGrundlagen der Informatik59,95 €
- Callum MacraeLearning from jQuery23,99 €
- Matthew CrowleyPro Internet Explorer 8 & 9 Development43,99 €
- Nathaniel SchuttaPro Ajax and Java Frameworks33,99 €
- Jack MoffettBridging UX and Web Development47,99 €
- Ralph SteyerBuilding web applications with Vue.js74,89 €
-
-
-
This book is for intermediate programmers interested in building Ajax web applications using jQuery and PHP. Along with teaching some advanced PHP techniques, it will show you how to take your dynamic applications to the next level by adding a JavaScript layer with jQuery.
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.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
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.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Apress
- Artikelnr. des Verlages: 12822065, 978-1-4302-2847-9
- 1st ed.
- Seitenzahl: 396
- Erscheinungstermin: 22. Juni 2010
- Englisch
- Abmessung: 235mm x 191mm x 22mm
- Gewicht: 737g
- ISBN-13: 9781430228479
- ISBN-10: 1430228474
- Artikelnr.: 28155428
- Herstellerkennzeichnung
- Books on Demand GmbH
- In de Tarpen 42
- 22848 Norderstedt
- info@bod.de
- 040 53433511
- Verlag: Apress
- Artikelnr. des Verlages: 12822065, 978-1-4302-2847-9
- 1st ed.
- Seitenzahl: 396
- Erscheinungstermin: 22. Juni 2010
- Englisch
- Abmessung: 235mm x 191mm x 22mm
- Gewicht: 737g
- ISBN-13: 9781430228479
- ISBN-10: 1430228474
- Artikelnr.: 28155428
- Herstellerkennzeichnung
- Books on Demand GmbH
- In de Tarpen 42
- 22848 Norderstedt
- info@bod.de
- 040 53433511
Jason Lengstorf 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.
Part 1--Getting comfortable with jQuery 1. Intro to jQuery 1. A little history 2. Selectors: what they are and how they work 3. Traversing 4. Manipulation 5. CSS and Attributes 6. Events 7. Effects and Animation 2. Your First jQuery Scripts 1. Dynamically highlight every other row in a table 2. Filter out results based on an element's class 3. Basic animation Part 2--Getting into Advanced PHP Programming 3. A Refresher/Intro to Object-Oriented Programming 1. How objects work 2. OOP vs Procedural Programming 4. Building an Event Calendar with PHP 1. Using date functions to build a basic calendar 2. Storing event data 3. Creating administrative controls 5. Advanced Image Handling with PHP 1. Allowing users to upload images 2. Resizing and resampling images 3. Creating square thumbnails on-the-fly 4. Adding watermarks to images 6. Building an Image Gallery with PHP 1. Extending the Image Handling class 2. Reading directories dynamically 7. Password-Protecting Sensitive Actions 1. Basic administrative controls: login to edit/delete Part 3--Combining jQuery with PHP Applications 8. Enhancing the GUI with jQuery 1. Creating modal windows to display event info without a page refresh 2. Loading previous/next month without a page refresh 9. Editing the Calendar Using AJAX 1. Adding a JS abstraction layer to edit without requiring a page refresh 2. Generating modal windows with editing forms 3. Using modal windows to confirm deletion 10. Form Validation with Regular Expressions 1. Regex refresher 2. Client-side validation 3. Server-side validation 11. Building a jQuery Plugin 1. Basic idea/why it's worth it 2. Creating a lightbox-style image gallery viewer 1. Preloading images 2. Accessing the title attribute to display image information 3. Adding keyboard controls 12. Using jQuery UI 1. Overview of the UI 2. Adding sortability to the gallery editing software 3. Saving the new order by renaming images 1. Useful if the images are standalone 4. Saving the new order in a database 1. Useful if images are tied to database information Part 4--Advanced jQuery and PHP 13. Using Third-Party Data with AJAX and JSON 1. Reading Data from Flickr 2. Displaying Latest Twitter Updates 14. Creating a Web Service 1. What is a Web Service? 1. JSONP and How It Works 2. Allowing third-party sites to access data from the event calendar using XML or JSONP
Part 1--Getting comfortable with jQuery 1. Intro to jQuery 1. A little history 2. Selectors: what they are and how they work 3. Traversing 4. Manipulation 5. CSS and Attributes 6. Events 7. Effects and Animation 2. Your First jQuery Scripts 1. Dynamically highlight every other row in a table 2. Filter out results based on an element's class 3. Basic animation Part 2--Getting into Advanced PHP Programming 3. A Refresher/Intro to Object-Oriented Programming 1. How objects work 2. OOP vs Procedural Programming 4. Building an Event Calendar with PHP 1. Using date functions to build a basic calendar 2. Storing event data 3. Creating administrative controls 5. Advanced Image Handling with PHP 1. Allowing users to upload images 2. Resizing and resampling images 3. Creating square thumbnails on-the-fly 4. Adding watermarks to images 6. Building an Image Gallery with PHP 1. Extending the Image Handling class 2. Reading directories dynamically 7. Password-Protecting Sensitive Actions 1. Basic administrative controls: login to edit/delete Part 3--Combining jQuery with PHP Applications 8. Enhancing the GUI with jQuery 1. Creating modal windows to display event info without a page refresh 2. Loading previous/next month without a page refresh 9. Editing the Calendar Using AJAX 1. Adding a JS abstraction layer to edit without requiring a page refresh 2. Generating modal windows with editing forms 3. Using modal windows to confirm deletion 10. Form Validation with Regular Expressions 1. Regex refresher 2. Client-side validation 3. Server-side validation 11. Building a jQuery Plugin 1. Basic idea/why it's worth it 2. Creating a lightbox-style image gallery viewer 1. Preloading images 2. Accessing the title attribute to display image information 3. Adding keyboard controls 12. Using jQuery UI 1. Overview of the UI 2. Adding sortability to the gallery editing software 3. Saving the new order by renaming images 1. Useful if the images are standalone 4. Saving the new order in a database 1. Useful if images are tied to database information Part 4--Advanced jQuery and PHP 13. Using Third-Party Data with AJAX and JSON 1. Reading Data from Flickr 2. Displaying Latest Twitter Updates 14. Creating a Web Service 1. What is a Web Service? 1. JSONP and How It Works 2. Allowing third-party sites to access data from the event calendar using XML or JSONP