Jason Lengstorf
Pro PHP and jQuery (eBook, PDF)
34,95 €
34,95 €
inkl. MwSt.
Sofort per Download lieferbar
17 °P sammeln
34,95 €
Als Download kaufen
34,95 €
inkl. MwSt.
Sofort per Download lieferbar
17 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
34,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
17 °P sammeln
Jason Lengstorf
Pro PHP and jQuery (eBook, PDF)
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
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.
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
- Größe: 13.38MB
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.
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Apress
- Seitenzahl: 400
- Erscheinungstermin: 6. August 2010
- Englisch
- ISBN-13: 9781430228486
- Artikelnr.: 43727950
- Verlag: Apress
- Seitenzahl: 400
- Erscheinungstermin: 6. August 2010
- Englisch
- ISBN-13: 9781430228486
- Artikelnr.: 43727950
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
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