CARVIEW |
Any 5 Wordpress eBooks for
$49 | €39 | £31 | AUS$47
Offer expires on 30th September.
jQuery 1.3 with PHP
Formats:

save 15%!
save 44%!

Also available on: |
![]() ![]() ![]() ![]() |
- Combine client-side jQuery with your server-side PHP to make your applications more efficient and exciting for the client
- Learn about some of the most popular jQuery plugins and methods
- Create powerful and responsive user interfaces for your PHP applications
- Complete examples of PHP and jQuery with clear explanations
- No JavaScript expertise or jQuery experience required
Book Details
Language : EnglishPaperback : 248 pages [ 235mm x 191mm ]
Release Date : October 2009
ISBN : 1847196985
ISBN 13 : 9781847196989
Author(s) : Kae Verens
Topics and Technologies : All Books, Content Management (CMS), jQuery, Open Source, Web Development
Back to BOOK PAGE
Table of Contents
Preface
Chapter 1: Introduction and Overview
Chapter 2: Quick Tricks
Chapter 3: Tabs and Accordions
Chapter 4: Forms and Form Validation
Chapter 5: File Management
Chapter 6: Calendars
Chapter 7: Image Manipulation
Chapter 8: Drag and Drop
Chapter 9: Data Tables
Chapter 10: Optimization
Index
Back to BOOK PAGE
Kae Verens
Kae Verens is an owner manager of the web-development company Webworks.ie and is currently secretary of the Irish PHP Users Group. He has been writing in JavaScript since the mid 90s, and in PHP since the late 90s. Kae is the creator of the file management system KFM, the CMS WebME (used by Webworks.ie for over 200 separate clients), and the author of the Packt book jQuery 1.3 with PHP.
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
Code Downloads
Download the code and support files for this book.
Errata
- 4 submitted: last submission 04 Jan 2012
Errata type: Technical/typo | Page number: 84
f(!(include $fn))$errors[]=$hname.' Should be if(!(include $fn))$errors[]=$hname.' '
Errata type: Code | Page number: 38
After the line "var str=$(this).html();", add the following line:
this.originalHTML=str;
Page 26 | Errata type: Code
The last <option> tag is never closed in the echo statement. Change the second to last line from:
'</select>';
to:
'</option></select>;
Page 30 | Errata type: Code
The echo statement returns invalidly formatted json, as such the example will not work as written. All json strings need to be encapsulated by double quotes (see requirements for json string at https://www.json.org/) instead of single quotes. It might be more clear to replace this text with something that uses json_encode()
$id=(int)@$_REQUEST['id'];
$success = ( !($id%2) );
$response = compact('id', 'success');
if(!$success) { $response['error'] = 'Could not delete subscriber'; }
echo json_encode($response);
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
What you will learn from this book
- Integrate jQuery into your PHP applications
- Add tabs and accordions using the jQuery-UI project to make your pages easier to read
- Validate forms locally and remotely
- Enhance your existing form controls, optimize large select-boxes, build auto-suggest fields for your forms.
- Manipulate images non-destructively
- Manage your files and directories
- Create your own jQuery plugins
- Write a weekly calendar
- Use a drag/drop mechanism to sort lists and create hierarchical menus
- Paginate, order, and search large data sets
Special Offers

Annual subscription:
$220.00 per annum
Monthly subscription:
$21.99 per month
In Detail
To make PHP applications that respond quickly, avoid unnecessary page reloads, and provide great user interfaces, often requires complex JavaScript techniques and even then, if you get that far, they might not even work across different browsers! With jQuery, you can use one of the most popular JavaScript libraries, forget about cross-browser issues, and simplify the creation of very powerful and responsive interfaces – all with the minimum of code.
This is the first book in the market that will ease the server-side PHP coder into the client-side world of the popular jQuery JavaScript library.
This book will show you how to use jQuery to enhance your PHP applications, with many examples using jQuery's user interface library jQuery UI, and other examples using popular jQuery plugins. It will help you to add exciting user interface features to liven up your PHP applications without having to become a master of client-side JavaScript.
This book will teach you how to use jQuery to create some really stunning effects, but without you needing to have in-depth knowledge of how jQuery works. It provides you with everything you need to build practical user interfaces for everything from graphics manipulation to drag-and-drop to data searching, and much more. The book also provides practical demonstrations of PHP and jQuery and explains those examples, rather than starting from how JavaScript works and how it is different from PHP.
By the end of this book, you should be able to take any PHP application you have written, and transform it into a responsive, user-friendly interface, with capabilities you would not have dreamed of being able to achieve, all in just a few lines of JavaScript.
A practical guide for building responsive user interfaces for your web site's PHP applications, using jQuery, jQuery UI, and jQuery plugins
Approach
This book takes a practical approach to integrating PHP and jQuery, showing examples of every point discussed. All examples are written such that you should be able to copy out the code into your own projects and see immediate results, no matter what your experience with JavaScript. You will find projects developed within a chapter, building them up step-by-step, describing the process and thought that goes into it. Minimal requirements are needed on the server-side, so the examples should work with any setup.
Who this book is for
This book is for PHP application developers who want to improve their user interfaces through jQuery's capabilities and responsiveness. Whether you are familiar with jQuery or have only dabbled a little with JavaScript, this book will provide you with numerous practical examples of how to improve your application.
Alternative Books
Have a look at these alternative products. Remember that if you buy two eBooks, you get 50% off both.
-
- An introduction to jQuery that requires minimal programming experience
- Detailed solutions to specific client-side problems
- For web designers to create interactive elements for their designs
- For developers to create the best user interface for their web applications
- Packed with great examples, code, and clear explanations
- Revised and updated version of the first book to help you learn jQuery
-
New jQuery Book Released jQuery Tools UI Library will show you how to add useful functionality to your website, using the compact but powerful jQuery Tools library.Get inspiration for developing your own ideas with the book.
Learn More Download a free chapter - Organize your interfaces with reusable widgets: accordions, date pickers, dialogs, sliders, tabs, and more
- Enhance the interactivity of your pages by making elements drag-and-droppable, sortable, selectable, and resizable
- Packed with examples and clear explanations of how to easily design elegant and powerful front-end interfaces for your web applications
- Revised and targeted at jQuery UI 1.7
-
New jQuery Book Released jQuery Tools UI Library will show you how to add useful functionality to your website, using the compact but powerful jQuery Tools library.Get inspiration for developing your own ideas with the book.
Learn More Download a free chapter - Quickly look up features of the jQuery library
- Step through each function, method, and selector expression in the jQuery library with an easy-to-follow approach
- Understand the anatomy of a jQuery script
- Write your own plug-ins using jQuery's powerful plug-in architecture
- Written by the creators of learningquery.com
- Check out the new Learning jQuery Third Edition here
-
- The ultimate AJAX tutorial for building modern Web 2.0 Applications
- Create faster, lighter, better web applications by using the AJAX technologies to their full potential
- Leverage the power of PHP and MySQL to create powerful back-end functionality and make it work in harmony with a responsive AJAX clientWrite better JavaScript code to enable powerful web features
- Understand the complete client-server mechanism by following complete, step-by-step case studies
-
- Organized menu to every method, function, and selector in the jQuery library
- Quickly look up features of the jQuery library
- Understand the anatomy of a jQuery script
- Extend jQuery's built-in capabilities with plug-ins, and even write your own
-
- Create powerful web applications by leveraging the power of this Model-View-Controller-based framework
- Learn by doing – create a "real-life" storefront application
- Covers access control, performance optimization, and testing
- Best practices, as well as debugging and designing discussion
-
- Utilize jQuery's plugin framework to create a wide range of useful jQuery plugins from scratch
- Understand development patterns and best practices and move up the ladder to master plugin development
- Discover the ins and outs of some of the most popular jQuery plugins in action
- A Beginner's Guide packed with examples and step-by-step instructions to quickly get your hands dirty in developing high quality jQuery plugins
-
- Create rich and interactive web applications with PHP and jQuery
- Debug and execute jQuery code on a live site
- Design interactive forms and menus
- Another title in the Packt Cookbook range, which will help you get to grips with PHP as well as jQuery
![]() |
RSS Feed |
![]() |
Sign up to Packt's newsletter |
![]() |
Follow Packt at Twitter |
![]() |
Join our Facebook Group |
Customer service body text... insert content here.
Returns Centre body text... insert content here.
Packt Updates
To submit your images Click Here
We accept the following
Footer Copyright
This site requires cookies to be enabled in your browser. Packt Publishing 2012
Links to Packt information
Click here to view Packt's cookie policy. This explains the cookies on Packt's website, and why we use them. It also explains information on how to manage your cookies.
By closing this banner, you are consenting to our use of cookies on your device, unless you have disabled them in your browser.