Pro jQuery 2.0, 2nd Edition Posted: 18 Dec 2013 04:01 AM PST Book Description jQuery 2.0 is the latest version of the jQuery framework. Suitable for modern web browsers it provides a robust API for web application development. It is fast becoming the tool of choice for web developers the world over and sets the standard for simplicity,flexibility and extensibility in website design. In Pro jQuery 2.0 seasoned author, Adam Freeman, demonstrates how to get the most from jQuery 2.0 by focussing on the practical features of the technology and how they can be applied to solving real-world problems. In this comprehensive reference he goes in depth to give you the practical knowledge that you need. Each topic is covered clearly and concisely, and is packed with the details you’ll need to learn to be truly effective. The most important features are given a no-nonsense, in-depth treatment, and chapters contain examples that demonstrate both the power and the subtlety of jQuery. What you'll learn - Understand the capabilities of jQuery and why it is special
- Use the core of jQuery to enrich HTML5, including tables, forms and data displays
- Use jQuery UI to create rich and fluid user experiences
- Use rich interactions such as drag and drop, sortable data and touch sensitivity
- Use jQuery Mobile to create touch-enabled interfaces for mobile devices and tablets
- Extend jQuery by creating custom plugins and widgets
Who this book is for This book is for working developers who want to learn about jQuery in detail. Quick refreshers of HTML and CSS are given to help you get up to speed, but a good working knowledge of the basics is assumed. The advice given in this book is relevant to developers working with any development environment. The examples are demonstrated using Microsoft Windows and Visual Studio but are equally applicable to any other web development environment. Table of Contents Chapter 1. Putting jQuery in Context Chapter 2. HTML Primer Chapter 3. CSS Primer Chapter 4. JavaScript Primer Chapter 5. jQuery Basics Chapter 6. Managing the Element Selection Chapter 7. Manipulating the DOM Chapter 8. Manipulating Elements Chapter 9. Working with Events Chapter 10. Using jQuery Effects Chapter 11. Refactoring the Example: Part I Chapter 12. Using Data Templates Chapter 13. Working with Forms Chapter 14. Using Ajax: Part I Chapter 15. Using Ajax: Part II Chapter 16. Refactoring the Example: Part II Chapter 17. Setting Up jQuery UI Chapter 18. Using the Button, Progress Bar, and Slider Widgets Chapter 19. Using the Autocomplete and Accordion Widgets Chapter 20. Using the Tabs Widget Chapter 21. Using the Datepicker Widget Chapter 22. Using the Dialog and Spinner Widgets Chapter 23. Using the Menu and Tooltip Widgets Chapter 24. Using the Drag-and-Drop Interactions Chapter 25. Using the Other Interactions Chapter 26. Refactoring the Example: Part III Chapter 27. Getting Started with jQuery Mobile Chapter 28. Pages, Themes & Layouts Chapter 29. The Dialog & Popup Widgets Chapter 30. Buttons and Collapsible Blocks Chapter 31. Using jQuery Mobile Forms Chapter 32. Using Lists and Panels Chapter 33. Refactoring the Example: Part IV Chapter 34. Using the jQuery Utility Methods Chapter 35. The jQuery UI Effects & CSS Framework Chapter 36. Using Deferred Objects Book Details - Paperback: 1044 pages
- Publisher: Apress; 2nd Edition (October 2013)
- Language: English
- ISBN-10: 1430263881
- ISBN-13: 978-1430263883
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Pro jQuery 2.0, 2nd Edition appeared first on Wow! eBook. |
Pro JPA 2, 2nd Edition Posted: 18 Dec 2013 03:56 AM PST Book Description Pro JPA 2, Second Edition introduces, explains, and demonstrates how to use the new Java Persistence API (JPA) 2.1 from the perspective of one of the specification creators. A one-of-a-kind resource, it provides both theoretical and extremely practical coverage of JPA usage for both beginning and advanced developers. Authors Mike Keith and Merrick Schincariol take a hands–on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overriding sample application, giving readers a context from which to start and helping them to understand the examples within an already familiar domain. After completing the book, you will have a full understanding of JPA and be able to successfully code applications using its annotations and APIs. The book also serves as an excellent reference guide during initial and later JPA application experiences. - Hands-on examples for all aspects of the JPA specification
- Expert insight about various aspects of the API and when they are useful
- Portability hints to provide increased awareness of the potential for non–portable JPA code
What you'll learn - How to get started with enterprise applications using JPA 2.1
- Simple and advanced object–relational mapping techiques
- How to use the complete Entity Manager API
- How to create queries using the query language (JP QL) and the Criteria API
- Locking, concurrency, and other advanced concepts
- How to use XML mapping files and descriptors
- How to package and deploy your Java Persistence applications
- How to test your Java Persistence applications
Who this book is for The book generally targets enterprise and persistence developers who fall in one of three categories: - Those who are new to persistence; we will offer an introduction to persistence and to the basic concepts so these readers can have solid base from which to become proficient at JPA.
- Those who know and/or use existing ORM persistence products such as Hibernate or TopLink/EclipseLink.
- Those who have already used JPA and want to learn about newer features introduced by JPA 2.1, or have a good reference book to consult when they develop JPA applications.
In general, we assume that the reader is knowledgeable with Java, SQL, and JDBC, and has a little knowledge of Java EE. Table of Contents Chapter 1. Introduction Chapter 2. Getting Started Chapter 3. Enterprise Applications Chapter 4. Object-Relational Mapping Chapter 5. Collection Mapping Chapter 6. Entity Manager Chapter 7. Using Queries Chapter 8. Query Language Chapter 9. Criteria API Chapter 10. Advanced Object-Relational Mapping Chapter 11. Advanced Queries Chapter 12. Other Advanced Topics Chapter 13. XML Mapping Files Chapter 14. Packaging and Deployment Chapter 15. Testing Book Details - Paperback: 508 pages
- Publisher: Apress; 2nd Edition (October 2013)
- Language: English
- ISBN-10: 1430249269
- ISBN-13: 978-1430249269
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Pro JPA 2, 2nd Edition appeared first on Wow! eBook. |
Pro NuGet, 2nd Edition Posted: 18 Dec 2013 03:51 AM PST Book Description Pro NuGet will give you a solid, practical, understanding of both how to keep your software dependencies under control and what best-practices have been developed within the NuGet community to ensure long-term reliability. Whether you're working entirely with .NET assemblies or also using CSS, HTML and JavaScript files within your applications this book will show you how to manage their requirements smoothly and reliably. As sponsors of the NuGet project Microsoft have led the way in showing how NuGet can be used to great effect; showing how it is now virtually indispensable to anyone working with MVC and the .NET Framework. So don't delay! Learn how to use NuGet effectively today and thank yourself for the time and stress that this powerful free extension will save you. NuGet is an open-source Visual Studio extension that makes it easy to manage libraries, components and configuration files from within your Visual Studio project. As every developer knows, the more complex your application becomes the more chance there is of a dependency conflict arising within the resources upon which you depend. This situation – known as "dependency hell" – used to be an arduous task to unravel and rectify. NuGet changes this situation completely saving you untold time and stress. What you'll learn - Understanding how NuGet fits into the big picture of your software development process to save you time and money.
- How to keep your team working when your project depends on an external resource (such as a web service or cloud) which suddenly becomes unavailable.
- Whether or not to auto-update NuGet packages within a continuous integration process for maximum reliability and speed.
- How to combine NuGet with PowerShell to create your own Cmdlets and extend the base toolset in an extremely powerful manner.
- Evaluate the pros-and-cons of hosting your own NuGet repository.
- How to incorporate NuGet seamlessly within your continuous integration process.
- Much much more!
Who this book is for This book is perfect for anyone working with Visual Studio and .NET who needs to manage application dependencies of any kind. You should have a basic working knowledge of Visual Studio but all NuGet and PowerShell based techniques will be introduced from first principals. Table of Contents Chapter 1. Getting Started Chapter 2. Consuming and Managing Packages in a Solution Chapter 3. Authoring Packages Chapter 4. Publishing Packages Chapter 5. Hosting Your Own NuGet Server Chapter 6. Continuous Package Integration Chapter 7. Automated Delivery Chapter 8. NuGet Recipes Chapter 9. Extending NuGet Chapter 10. NuGet as a Protocol Appendix A. Package Manifest Reference Appendix B. NuGet Command-Line Reference Appendix C. NuGet Package Manager Console PowerShell Reference Appendix D. NuGet Configuration File Reference Book Details - Paperback: 384 pages
- Publisher: Apress; 2nd Edition (October 2013)
- Language: English
- ISBN-10: 1430260017
- ISBN-13: 978-1430260011
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Pro NuGet, 2nd Edition appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar