Pro PHP MVC

Download Pro PHP MVC PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430241659
Total Pages : 478 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Pro PHP MVC by : Chris Pitt

Download or read book Pro PHP MVC written by Chris Pitt and published by Apress. This book was released on 2012-12-09 with total page 478 pages. Available in PDF, EPUB and Kindle. Book excerpt: Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and interface components, but includes a wide range of considerations for building high-performing, scalable and secure applications. Deciding which MVC framework best suits the project you are about to begin is one of the biggest challenges you'll face as a developer. If you are part of a team, this decision has probably already been made for you; but in any event, you'll need to know how (and why) the framework authors made it work the way it does. Pro PHP MVC looks at the building blocks that make any good MVC framework, and how they apply to PHP. It exposes all considerations that many developers take for granted when using a popular framework, and teaches you how to make the framework your own. Over the course of reading this book, you will learn the theoretical implications of the choices you would make when writing your own MVC framework, and how to put the pieces together in a cohesive package. We take a look at the highly modular Zend Framework—how to use its collection of loosely coupled classes to build a unified system. We also look at CakePHP, learning from its automated build system (Bakery) and highly intuitive approach to rapid development. This book will lay bare all the secret parts of MVC for you.

Pro PHP 8 MVC

Download Pro PHP 8 MVC PDF Online Free

Author :
Publisher :
ISBN 13 : 9781484269589
Total Pages : pages
Book Rating : 4.2/5 (695 download)

DOWNLOAD NOW!


Book Synopsis Pro PHP 8 MVC by : Christopher Pitt

Download or read book Pro PHP 8 MVC written by Christopher Pitt and published by . This book was released on 2021 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: Examine the building blocks that make any good MVC framework using PHP 8. This book exposes all the considerations that many developers take for granted when using a popular framework, and teaches you how to make this MVC framework your own. You'll quickly get started writing your first bit of framework code, then, you build a variety of examples using aspects of an MVC framework, including a router, a template engine, a database library, a persistence engine (ORM), and a testing framework. In the next section, you'll implement sessions, caches, file systems, queues, logging, and mail. You'll wrap up by building a larger scale sample web application: a sales website for a company that sells rockets. Along the way, this book lays bare all the secret parts of MVC to take with you to apply to your own PHP-based MVC projects. You will: Build PHP-based web applications using the model view controller (MVC) architecture Write your first bit of framework code Compare the code you write with how the popular frameworks do the same kinds of things Create various aspects of applications, engines, and other frameworks Wrap up with a sample case study application.

Pro PHP

Download Pro PHP PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430202793
Total Pages : 353 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Pro PHP by : Kevin McArthur

Download or read book Pro PHP written by Kevin McArthur and published by Apress. This book was released on 2008-05-29 with total page 353 pages. Available in PDF, EPUB and Kindle. Book excerpt: Pro PHP presents experienced developers with a thorough guide to the language's key advanced features, focusing on both recent and emerging features and development trends. Advanced object-oriented features, documentation, debugging, software patterns, and the Standard PHP Library are just a few of the topics covered in extensive detail. Author and noted PHP expert Kevin McArthur also examines emerging practices and trends such as the MVC architecture as applied to PHP, with special emphasis placed upon the increasingly popular Zend Framework. The book also covers JSON, the SOAP extension, and advanced web services topics.

Pro PHP Refactoring

Download Pro PHP Refactoring PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430227281
Total Pages : 353 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Pro PHP Refactoring by : Francesco Trucchia

Download or read book Pro PHP Refactoring written by Francesco Trucchia and published by Apress. This book was released on 2011-01-10 with total page 353 pages. Available in PDF, EPUB and Kindle. Book excerpt: Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he didn’t use common design patterns and documentation; or the code is procedural, not object-oriented. With this book, you’ll learn to identify problem code and refactor it to create more effective applications using test-driven design.

PHP-MVC-Frameworks. Web Application Frameworks für die serverseitige Scriptsprache PHP

Download PHP-MVC-Frameworks. Web Application Frameworks für die serverseitige Scriptsprache PHP PDF Online Free

Author :
Publisher : GRIN Verlag
ISBN 13 : 3640469666
Total Pages : 154 pages
Book Rating : 4.6/5 (44 download)

DOWNLOAD NOW!


Book Synopsis PHP-MVC-Frameworks. Web Application Frameworks für die serverseitige Scriptsprache PHP by : Jürgen Kargl

Download or read book PHP-MVC-Frameworks. Web Application Frameworks für die serverseitige Scriptsprache PHP written by Jürgen Kargl and published by GRIN Verlag. This book was released on 2009-11-11 with total page 154 pages. Available in PDF, EPUB and Kindle. Book excerpt: Diplomarbeit aus dem Jahr 2009 im Fachbereich Medien / Kommunikation - Multimedia, Internet, neue Technologien, Note: 1,0, FH JOANNEUM Kapfenberg (Fachhochschul-Studiengang Internettechnik und –management), Sprache: Deutsch, Abstract: Web Application Frameworks stellen eine besondere Form der Wiederverwendung von Software dar, die folgende Vorteile bieten kann: Verringerung des Entwicklungsaufwands und -kosten, als auch Erhöhung von Qualität der damit entwickelten Anwendungen. Im ersten Teil dieser Arbeit werden zunächst theoretische Grundlagen für Frameworks und Software-Patterns betrachtet, um die Basis für den zweiten, praktischen Teil – der Evaluierung von MVC-Frameworks für die Erstellung von Webanwendungen in der Skriptsprache PHP zu schaffen. Die Zielsetzung bestand darin, dass am besten geeignete PHP-MVC-Framework für die Internet Solutions Abteilung der MOTIONDATA Software GmbH zu bestimmen. Als Vorgehensweise wurde eine Evaluierung anhand der QSOS-Methode gewählt. Diese iterative Methode besteht aus vier Stufen: (1) Der Definition, (2) der Evaluierung, (3) der Qualifikation und (4) der Auswahl des Frameworks. Es existiert eine Vielzahl an lizenzkostenfreien PHP-MVC-Frameworks, deren gesamte Evaluierung den Rahmen dieser Arbeit sprengen würde, daher wurde eine Vorauswahl mittels einer Analyse des Verbreitungsgrades der Frameworks getroffen. Daraus resultierend wurden CakePHP, Symfony und das Zend Framework für die Evaluierung ausgewählt. Als nächstes wurde ein Kriterienkatalog festgelegt, der aus drei Kategorien besteht: (1) Funktionale Abdeckung, (2) Risiken aus Sicht des Anwenders und aus (3) Sicht des Providers. Auf Basis des Kriterienkatalogs wird die Evaluierung durchgeführt. Danach folgt die Qualifikation durch Gewichtung der Kriterien, um so die Auswahl des geeigneten Frameworks zu ermöglichen. Im Schlussteil der Arbeit werden die gewonnen Erkenntnisse zusammengefasst und ein Ausblick über die Einführung des gewählten Frameworks gegeben. Im Anhang der Arbeit sind Quellcodeauszüge eines praktischen Beispiels beigefügt, welche die drei Frameworks und die derzeitige Umsetzungsvariante der Internet Solutions Abteilung als Vergleich umfassen.

Europe and MENA Cooperation Advances in Information and Communication Technologies

Download Europe and MENA Cooperation Advances in Information and Communication Technologies PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3319465686
Total Pages : 569 pages
Book Rating : 4.3/5 (194 download)

DOWNLOAD NOW!


Book Synopsis Europe and MENA Cooperation Advances in Information and Communication Technologies by : Álvaro Rocha

Download or read book Europe and MENA Cooperation Advances in Information and Communication Technologies written by Álvaro Rocha and published by Springer. This book was released on 2016-09-25 with total page 569 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book contains a selection of articles from The Europe, Middle East and North Africa Conference on Technology and Security to Support Learning 2016 (EMENA-TSSL'16), held between the 3th and 5th of October at Saidia, Oujda, Morocco. EMENA-TSSL'16 is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges in Information & Communication Technologies, and Security to support Learning. The main topics covered are: A) Online Education; B) Emerging Technologies in Education; C) Artificial Intelligence in Education; D) Gamification and Serious games; E) Network & Web Technologies Applications; F) Online experimentation and Virtual Laboratories; G) Multimedia Systems and Applications; H) Security and Privacy; I) Multimedia, Computer Vision and Image Processing; J) Cloud, Big Data Analytics and Applications; K) Human-Computer Interaction; L) Software Systems, Architectures, Applications and Tools; M) Online Languages and Natural Language Processing N) E-content Development, Assessment and Plagiarism; O) Secure E-Learning Development and Auditing; P) Internet of Things and Wireless Sensor Networks.

PHP MVC

Download PHP MVC PDF Online Free

Author :
Publisher : Independently Published
ISBN 13 :
Total Pages : 0 pages
Book Rating : 4.8/5 (669 download)

DOWNLOAD NOW!


Book Synopsis PHP MVC by : Victor Hugo Garcia

Download or read book PHP MVC written by Victor Hugo Garcia and published by Independently Published. This book was released on 2023-11-07 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: On our way to becoming successful developers, we will come across different tools to get the job done. What we learn today will not necessarily be relevant in a couple of years (maybe less). Such is the nature of the beast. There are very good reasons to create your own MVC framework: If we go straight to learning a framework, we can end up seeing any problem only depending on the framework used or preferred. A framework has a lot of "magic" behind. We use what the framework offers, ignoring how things really work. We should concentrate first on learning the language, that'll make us betters developers. So, creating our own PHP framework will not only provide us with a functional and powerfill skeleton to develop robust applications; it will also serve as a learning path, understanding complex topics so in the future, any professional framework you are required to use will make sense. What you will learn: How to structure applications so your code is robust and manteinable. Design patterns such as Front Controller and MVC. Advanced topics sucha us sessions, dependency injection, routing, class autoloading, etc. You will a develop a complete application using the newly created framework. It won't be short, but at the end of the road you will have the skills and knwoledge to advance your carreer.

Pro PHP Security

Download Pro PHP Security PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430233192
Total Pages : 351 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Pro PHP Security by : Chris Snyder

Download or read book Pro PHP Security written by Chris Snyder and published by Apress. This book was released on 2011-07-29 with total page 351 pages. Available in PDF, EPUB and Kindle. Book excerpt: PHP security, just like PHP itself, has advanced. Updated for PHP 5.3, the second edition of this authoritative PHP security book covers foundational PHP security topics like SQL injection, XSS, user authentication, and secure PHP development. Chris Snyder and Tom Myer also delve into recent developments like mobile security, the impact of JavaScript, and the advantages of recent PHP hardening efforts. Pro PHP Security, Second Edition will serve as your complete guide for taking defensive and proactive security measures within your PHP applications. Beginners in secure programming will find a lot of material on secure PHP development, the basics of encryption, secure protocols, as well as how to reconcile the demands of server-side and web application security.

Professional CodeIgniter

Download Professional CodeIgniter PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470406380
Total Pages : 338 pages
Book Rating : 4.4/5 (74 download)

DOWNLOAD NOW!


Book Synopsis Professional CodeIgniter by : Thomas Myer

Download or read book Professional CodeIgniter written by Thomas Myer and published by John Wiley & Sons. This book was released on 2008-07-10 with total page 338 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you’re a PHP developer, you can build Rails-like applications without learning a new language by following the hands-on tutorials in Professional CodeIgniter. In this book, find an overview of MVC and agile technologies, model and schema for products, helpers and libraries, Ajax and Scriptaculous, and explanations of the creation of applications like content management, blogs, and forums. Follow the step-by-step instructions for building and perfecting each application with CodeIgniter, and you will learn how to avoid everyday problems that other reference manuals don’t address.

Laminas

Download Laminas PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 464 pages
Book Rating : 4.6/5 (124 download)

DOWNLOAD NOW!


Book Synopsis Laminas by : Adam Omelak

Download or read book Laminas written by Adam Omelak and published by . This book was released on 2020-05-08 with total page 464 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build your websites in a more flexible and efficient way than ever before with this first & only Laminas book. Introducing Laminas MVC, a project based on the Zend Framework, which has taken websites by the storm! In this book you will explore and start using Laminas and its components. You will learn how to move within an environment and the approaches needed to integrate any of the Laminas components with each other and with any MVC platform. You will learn how main architecture works and how to use it to create scalable and maintainable web applications.Learn how to write practical code and find ready-made examples for use on your websites, instead of theoretical and useless examples from other sources. This book is as practical as it's possible to be, with chapters that will give you the functionality to set up your own new Laminas website in minutes. Furthermore you will learn how to deal with particular programming issues and Laminas components such as: Debugging Testing controllers & models Standard views + Smarty User registration and login- user permissions Administrator panel CMS - Content Management System APIs - microservices Multi-languages (INI and PO formats) Bootstrap v4 forms - Caching Dynamic navigation + sitemap Pagination Code generation Event Manager Service Manager Smarty MVC unit tests and many other practical solutions. The book is based on its successful precursor about Zend Framework 3 called: "Zend Framework 3. Developer's Guide". The book chapters, available on GitHub, will give you the ability to ask any questions, seek any advice if you get stuck, or just talk to the author. If you want to write modern and innovative MVC websites fast, in 2020, then this is the book for you!

Encyclopedia of E-Health and Telemedicine

Download Encyclopedia of E-Health and Telemedicine PDF Online Free

Author :
Publisher : IGI Global
ISBN 13 : 1466699795
Total Pages : 1145 pages
Book Rating : 4.4/5 (666 download)

DOWNLOAD NOW!


Book Synopsis Encyclopedia of E-Health and Telemedicine by : Cruz-Cunha, Maria Manuela

Download or read book Encyclopedia of E-Health and Telemedicine written by Cruz-Cunha, Maria Manuela and published by IGI Global. This book was released on 2016-05-04 with total page 1145 pages. Available in PDF, EPUB and Kindle. Book excerpt: Patients and medical professionals alike are slowly growing into the digital advances that are revolutionizing the ways that medical records are maintained in addition to the delivery of healthcare services. As technology continues to advance, so do the applications of technological innovation within the healthcare sector. The Encyclopedia of E-Health and Telemedicine is an authoritative reference source featuring emerging technological developments and solutions within the field of medicine. Emphasizing critical research-based articles on digital trends, including big data, mobile applications, electronic records management, and data privacy, and how these trends are being applied within the healthcare sector, this encyclopedia is a critical addition to academic and medical libraries and meets the research needs of healthcare professionals, researchers, and medical students.

Professional Joomla!

Download Professional Joomla! PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470133945
Total Pages : 482 pages
Book Rating : 4.4/5 (71 download)

DOWNLOAD NOW!


Book Synopsis Professional Joomla! by : Dan Rahmel

Download or read book Professional Joomla! written by Dan Rahmel and published by John Wiley & Sons. This book was released on 2007-10 with total page 482 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides informaton on using the open source content management system used to manage data on the World Wide Web, covering such topics as creating Joomla! expressions, using Ajax technology, and adopting design patterns, and incorporating source code control.

Professional PHP5

Download Professional PHP5 PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764583379
Total Pages : 667 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Professional PHP5 by : Ed Lecky-Thompson

Download or read book Professional PHP5 written by Ed Lecky-Thompson and published by John Wiley & Sons. This book was released on 2007-01-29 with total page 667 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? With the release of PHP 5 and the Zend Engine 2, PHP finally graduates from it earliest days as a lightweight scripting syntax to an powerful object oriented programming language that can hold its own against the Java and .NET architectures that currently dominate corporate software development. This book has a pragmatic focus on how to use PHP in the larger scheme of enterprise-class software development. What does this book cover? Unlike Java or .NET, there is little discussion of the application of design patterns, component architectures, and best-practices to the development of applications using PHP. Software written in the absence of this sort of higher-order architecture will never be able to match the robust frameworks that Java and .NET ship with out of the box. This book addresses this issue by covering the following material: Part 1 discusses the OO concepts that were initially explored in Beginning PHP 5 and a demonstration of how to implement them in PHP 5. This section also covers UML modeling and provides a brief introduction to project management techniques that are covered in more depth in Part 4. Parts 2 and 3 present objects and object hierarchies that, when completed, comprise a robust toolkit that developers will be able to reuse on future projects. These chapters are designed to arm the professional PHP developer with the sort of constructs that are available out of the box with platforms such as Java and .NET — from simple utility classes like Collection and Iterator, to more complex constructs like Model/View/Controller architectures and state machines. Part 4 shows how to use the toolkit from Parts 2 and 3 to create real-world applications. We look at the development of a robust contact management system that will leverage the componentry and concepts already discussed and introduce project management and software architecture concepts that enable developers to accurately identify business requirements, design scalable, extensible platforms, and handle change management effectively. It covers the waterfall and spiral project management paradigms and include a discussion on eXtreme Programming and other approaches to software development. The Appendices include an extended discussion on the effective use of CVS, introduce the Zend Studio IDE and related tools, and discuss performance tuning and scalability.

Building Web Apps with WordPress

Download Building Web Apps with WordPress PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 1491990058
Total Pages : 546 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Building Web Apps with WordPress by : Brian Messenlehner

Download or read book Building Web Apps with WordPress written by Brian Messenlehner and published by O'Reilly Media. This book was released on 2019-12-11 with total page 546 pages. Available in PDF, EPUB and Kindle. Book excerpt: WordPress is much more than a blogging platform. If you have basic PHP, HTML, CSS, and JavaScript experience you can use WordPress to develop fast, scalable, secure, and highly customized web apps, mobile apps, web services, and multisite networks of websites. Along with core WordPress functions and database schema, you’ll learn how to build custom plugins, themes, and services for just about any kind of web or mobile application. In this updated second edition, Brian Messenlehner and Jason Coleman cover new features and functionality added to WordPress up to version 5.4. All code examples in the book are available on GitHub. Compare WordPress with traditional app development frameworks Use themes for views and plugins for backend functionality Get suggestions for choosing or building WordPress plugins Register custom post types (CPTs) and taxonomies Manage user accounts and roles, and access user data Build asynchronous behaviors with jQuery Use WordPress to develop mobile apps for iOS and Android Integrate PHP libraries, external APIs, and web service plugins Collect payments through ecommerce and membership plugins Learn how to speed up and scale your WordPress app Extend the WordPress REST API and create custom endpoints Learn about WordPress Gutenberg blocks development

PHP, MySQL, & JavaScript All-in-One For Dummies

Download PHP, MySQL, & JavaScript All-in-One For Dummies PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1119468388
Total Pages : 800 pages
Book Rating : 4.1/5 (194 download)

DOWNLOAD NOW!


Book Synopsis PHP, MySQL, & JavaScript All-in-One For Dummies by : Richard Blum

Download or read book PHP, MySQL, & JavaScript All-in-One For Dummies written by Richard Blum and published by John Wiley & Sons. This book was released on 2018-04-10 with total page 800 pages. Available in PDF, EPUB and Kindle. Book excerpt: Explore the engine that drives the internet It takes a powerful suite of technologies to drive the most-visited websites in the world. PHP, mySQL, JavaScript, and other web-building languages serve as the foundation for application development and programming projects at all levels of the web. Dig into this all-in-one book to get a grasp on these in-demand skills, and figure out how to apply them to become a professional web builder. You’ll get valuable information from seven handy books covering the pieces of web programming, HTML5 & CSS3, JavaScript, PHP, MySQL, creating object-oriented programs, and using PHP frameworks. Helps you grasp the technologies that power web applications Covers PHP version 7.2 Includes coverage of the latest updates in web development Perfect for developers to use to solve problems This book is ideal for the inexperienced programmer interested in adding these skills to their toolbox. New coders who've made it through an online course or boot camp will also find great value in how this book builds on what you already know.

Learn Professional Programming in .Net Using C#, Visual Basic, and Asp.Net

Download Learn Professional Programming in .Net Using C#, Visual Basic, and Asp.Net PDF Online Free

Author :
Publisher : Xlibris Corporation
ISBN 13 : 1984501550
Total Pages : 701 pages
Book Rating : 4.9/5 (845 download)

DOWNLOAD NOW!


Book Synopsis Learn Professional Programming in .Net Using C#, Visual Basic, and Asp.Net by : Adalat Khan

Download or read book Learn Professional Programming in .Net Using C#, Visual Basic, and Asp.Net written by Adalat Khan and published by Xlibris Corporation. This book was released on 2018-08-28 with total page 701 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book covers the basic programming fundamentals, professional programming logics and deep concepts of programming in .NET such as the flow control statements in C# and Visual Basic, the basic programming techniques, procedures and procedural programming concepts, arrays, structures, delegates, Lambda Expression, Errors and Exceptions handling in .NET, Windows applications development, Console applications development, Object Oriented programming, the study of different Namespaces, Files and Streams handling in C# and Visual Basic programming languages, Introduction to Database and Database Management System, Database Programming, LINQ in .NET, Collections in .NET, Web Technologies in .NET, ASP.NET, the basic requirements of ASP.NET, Websites and Web applications development, MVC Web application development, Web Services, Web APIs. This book covered the above-mentioned topics in details in a very simple way. It also contains various advanced logical programs. Each topic in this book is explained with suitable programming examples. The programs in this book are error free and fully tested and executed using Microsoft Visual Studio.NET 2015 Enterprise Edition. This book provides deep programming techniques and knowledge from beginning level to the higher level and it is efficient for all those students, teachers, and researchers who want to get professional programming logics and become professional programmers.

Professional Rich Internet Applications

Download Professional Rich Internet Applications PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470149728
Total Pages : 602 pages
Book Rating : 4.4/5 (71 download)

DOWNLOAD NOW!


Book Synopsis Professional Rich Internet Applications by : Dana Moore

Download or read book Professional Rich Internet Applications written by Dana Moore and published by John Wiley & Sons. This book was released on 2007-03-15 with total page 602 pages. Available in PDF, EPUB and Kindle. Book excerpt: Through the use of hands-on examples and case studies to explain complex technologies, this comprehensive book takes AJAX, Ruby on Rails, and Flash to the next level by combining them into a framework for developing rich Internet applications Walks readers through using all aspects of each application, looking at the overall architecture and then breaking down the client-side and server-side technologies, while still maintaining a focus on the desired functionality of an application Also includes coverage of such various technologies as DHTML, JavaScript, XSLT, Java, Python, PHP, and more This book is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes: Professional JavaScript for Web Developers (ISBN: 0764579088) Professional Ajax 2nd edition (ISBN: 0470109491) Professional Web 2.0 Programming (ISBN: 0470087889) Professional Rich Internet Applications: Ajax and Beyond (ISBN: 0470082801)