GET /services/catalog/products?format=api&page=77774
Response information
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "links": {
        "first": "https://redshelf.com/services/catalog/products?format=api&page=1",
        "last": "https://redshelf.com/services/catalog/products?format=api&page=78459",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=77775",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=77773"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000071980",
            "attributes": {
                "name": "HTML5 Multimedia Development Cookbook",
                "subtitle": "",
                "description": "HTML5 is the most significant new advancement the web has seen in many years. HTML5 adds many new features including the video, audio, and canvas elements, as well as the integration of SVG. This cookbook is packed full of recipes that will help you harness HTML5's next generation multimedia features. HTML5 is the future. Whether you're a seasoned pro or a total newbie, this book gives you the recipes that will serve as your practical guide to creating semantically rich websites and apps using HTML5. Get ready to perform a quantum leap harnessing HTML5 to create powerful, real world applications.  Many of the new key features of HTML5 are covered, with self-contained practical recipes for each topic. Forget hello world. These are practical recipes you can utilize straight away to create immersive, interactive multimedia applications. Create a stylish promo page in HTML5. Use SVG to replace text dynamically. Use CSS3 to control background size and appearance. Use the Canvas to process images dynamically. Apply custom playback controls to your video. Written in a cookbook style, this book offers solutions using a recipe based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. Web developers who value the need to stay ahead of the game. This cookbook will give you the edge with practical recipes for wielding this new technology immediately.",
                "author": "Lee Jordan, Dale Cruse",
                "slug": "html5-multimedia-development-cookbook-71980-9781849691055-dale-cruse-lee-jordan",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849691048.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71980",
                "product_url": "/app/ecom/book/71980/html5-multimedia-development-cookbook-71980-9781849691055-dale-cruse-lee-jordan",
                "bisac_codes": [
                    "COM051270"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849691048",
                    "EISBN13": "9781849691055"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065915"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071978",
            "attributes": {
                "name": "CryENGINE 3 Cookbook",
                "subtitle": "",
                "description": "With every successive console generation, the cost, time, and complexity of developing games has grown. Meet CryENGINE3, a middleware engine that is the perfect fit for most developers allowing users to exceed current generation quality standards while using less people and time than ever thought possible. The CryENGINE3 CookBook is packed full of recipes for junior and senior developers alike. It covers everything from creating photo realistic architectural visualizations to implementing advanced physics such as ragdoll and tornado effects. Topics covered include the sandbox, level layout, environment creation, AI, character creation, creating vehicles, and game logic. Every recipe is designed to add AAA quality to your games. The CryENGINE3 SDK has many tools immediately available to developers of all disciplines. For designers the book has recipes for building up your own levels and populating your levels with intelligent AI and photo realistic assets. For artists we have recipes for practical workflow tools and techniques used when working with the advanced CryENGINE shaders and materials. For animators we have recipes that will bring your creations to life using skinned characters and advanced animation systems like locomotion groups. Finally for programmers we have recipes that show how to employ the core mechanics behind entities such as vehicles and weapons while also utilizing the strengths of the physics engine to create a unique and exciting game. Get to grips with CryENGINE 3 and use the CryENGINE Sandbox editor a production-proven real-time game compositing tool suite designed and built by AAA developers. Written in a cookbook style, this book offers solutions using a recipe based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. The cookbook approach means you can dive into whatever recipes you want in no particular order. The CryENGINE3 Cookbook is written to be accessible to all developers currently using the CryENGINE3. It also explores the depth and power of the CryENGINE3 and is a useful guide to follow when becoming familiar with this award winning middle-ware game engine. This book is written with the casual and professional developer in mind. Fundamental knowledge of some Digital Content Creation Tools, like Photoshop and 3d Studio Max is required. The Software Development Kit version of the CryENGINE is used for all examples, so the reader should have a version of the development kit to follow the recipes contained in this book.",
                "author": "Dan Tracy, Sean Tracy",
                "slug": "cryengine-3-cookbook-71978-9781849691079-dan-tracy-sean-tracy",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849691062.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71978",
                "product_url": "/app/ecom/book/71978/cryengine-3-cookbook-71978-9781849691079-dan-tracy-sean-tracy",
                "bisac_codes": [
                    "COM012040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849691062",
                    "EISBN13": "9781849691079"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065701"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071977",
            "attributes": {
                "name": "Core Data iOS Essentials",
                "subtitle": "",
                "description": "Core Data is the essential ingredient in data driven iOS apps. It's used for storing, retrieving, and manipulating application data in databases, XML, and binary formats. It's an essential component for iPhone, iPod Touch, and iPad apps. Core Data Essentials provides a clear, readable guide to the most useful aspects of Core Data. Built around a realistic example app, the book showcases the most important aspects of Core Data development in the context of a complete, functioning app written in Objective C. The book starts with a tour of how the app works. Then you'll see how to easily display data using the Table View. You'll learn how to develop an appropriate data model that fits the needs of your app, then implement that model as updatable data objects. You'll see how to update data and build relationships between objects and learn how Core Data can work with search, and how to provide your users with friendly data editing features. The book follows an unfolding example app, exploring the features and principles of Core Data as they are added to the app. The book is full of step-by-step instructions, clear explanations, and useful quick reference material. If you've already explored iOS development and maybe even dabbled with Core Data, this book will set your data-driven application development on a firm footing.",
                "author": "B. M. Harwani",
                "slug": "core-data-ios-essentials-71977-9781849690959-b-m-harwani",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849690942.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71977",
                "product_url": "/app/ecom/book/71977/core-data-ios-essentials-71977-9781849690959-b-m-harwani",
                "bisac_codes": [
                    "COM021000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849690942",
                    "EISBN13": "9781849690959"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065688"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071975",
            "attributes": {
                "name": "Flash Facebook Cookbook",
                "subtitle": "",
                "description": "Flash applications are popular and becoming increasingly social. With flash applications for facebook you can tap into a potential audience of half a billion existing users, their connections and affiliations, their uploaded images, posts, comments and more. The Flash Facebook Cookbook is packed with recipes for the Graph API and FQL, used for reading and writing data as well as interacting with Facebook anonymously or on behalf of an authorised Facebook User. The topics covered by the recipes in this Cookbook include working with News feeds, uploading Photos, searching for and plotting Places on a map and much more. The cookbook has recipes ranging from those that work without any authentication with Facebook to those that do, and act on behalf of a user. Packed with recipes that yield practical demonstrations of the Graph API functionality, the Flash Facebook Cookbook is an essential tool for Flash Platform developers. Written in a cookbook style, this book offers solutions using a recipe-based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. This Cookbook is targeted towards those with at least a basic understanding of the Flash Builder IDE and the Flex framework. No prior knowledge of the Facebook APIs is assumed or required. If you want to start building Flash Facebook apps quickly and effectively this is the book for you.",
                "author": "James Ford",
                "slug": "flash-facebook-cookbook-71975-9781849690737-james-ford",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849690720.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71975",
                "product_url": "/app/ecom/book/71975/flash-facebook-cookbook-71975-9781849690737-james-ford",
                "bisac_codes": [
                    "COM087000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849690720",
                    "EISBN13": "9781849690737"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065801"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071972",
            "attributes": {
                "name": "ZBrush 4 Sculpting for Games",
                "subtitle": "Beginner's Guide\n      ",
                "description": "ZBrush is a fantastic tool for creating models for use in computer games. Using a wide range of powerful tools you can create models for vehicles, props, environments, and characters. This book makes creating game art in ZBrush fast and easy. It covers everything you need to create models of all kinds for your game projects, even if you've never used ZBrush before. Built around four complete ZBrush projects, the book gives you everything you need to sculpt props, vehicles, and creatures in ZBrush. You'll start by creating a \"spooky tree\" model, mastering the sculpting, texturing, and decoration skills that are essential for all ZBrush topics. Next you'll move to man-made objects with a sci-fi drone. Next you'll see how to sculpt monsters and other creatures, deal with cloth and other soft materials, and prepare the model to become an animated, controllable character in a game. The final project returns to machines, building a complete, detailed spaceship for use in your sci-fi games. The only book to teach you everything about the best diagramming software for the Macintosh This guidebook is built around four complex example projects with clear step-by-step instructions followed by useful explanation, advice, and handy reference material. It is richly illustrated with a friendly, informal writing style. If you want to get started fast using ZBrush for games then this is the book for you. This book is for all digital artists or game developers who want to create their own 3D sculptures in ZBrush. No experience with ZBrush is required - it's suitable for complete beginners and intermediate users.",
                "author": "Manuel Scherer",
                "slug": "zbrush-4-sculpting-for-games-71972-9781849690812-manuel-scherer",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849690805.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71972",
                "product_url": "/app/ecom/book/71972/zbrush-4-sculpting-for-games-71972-9781849690812-manuel-scherer",
                "bisac_codes": [
                    "COM011000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849690805",
                    "EISBN13": "9781849690812"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067067"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071971",
            "attributes": {
                "name": "Unreal Development Kit",
                "subtitle": "Beginner's Guide",
                "description": "Unreal Development Kit (UDK) is the free version of the award-winning Unreal Engine 3. It is used to create a wide variety of games ranging from amateur to professional standard next generation AAA titles. This book will show you exactly how to create an enjoyable and immersive game environment using the UDK. You will learn how to implement, level design, lighting, environmental effects, movement, terrain, map creation, item placement, kismet, materials and complex event sequences. You will work through the level design process from navigating round the editor to learning how to develop a fully playable environment. You will quickly master all of the engineaTMs key tools that are accessible through Unreal Engine 3. You will then start putting together your first level using step-by-step instructions. Next we will implement real world features such as dynamic lighting and shadows, particle effects, physics, terrain, item placement and advanced AI/bot pathing. Finally you will learn how to use UDKaTMs cutting edge high level scripting. By the end of this book you will be equipped with the skills to create an entertaining and imaginative game world. This beginner's guide focuses on getting you quickly through all the major learning points in a smooth, logical order. You'll also learn how to avoid some common pitfalls. Aspiring game developers who want to learn how to create their own levels, maps, game worlds and environments. You donaTMt need game design or game development experience and no experience of UDK is required ",
                "author": "Richard J Moore",
                "slug": "unreal-development-kit-71971-9781849690539-richard-j-moore",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849690522.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71971",
                "product_url": "/app/ecom/book/71971/unreal-development-kit-71971-9781849690539-richard-j-moore",
                "bisac_codes": [
                    "COM032000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849690522",
                    "EISBN13": "9781849690539"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066959"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071967",
            "attributes": {
                "name": "ASP.NET MVC 2 Cookbook",
                "subtitle": "",
                "description": "ASP.NET MVC, one of the latest web development platforms from Microsoft, brings the power of MVC programming to ASP.NET development. It simplifies the task of application development and maintenance for developers. However, ASP.NET MVC is filled with so many features that developers end up looking for solutions to the many problems that are encountered in their routine development tasks.ASP.NET MVC 2 Cookbook will provide solutions for the very specific problems that are encountered while developing applications with the ASP.NET MVC platform. It consists of many recipes containing step-by-step instructions that guide developers to effectively use the wide array of tools and features of ASP.NET MVC platform for web development ASP.NET MVC Cookbook is a collection of recipes that will help you to perform your routine development tasks with ease using the ASP.NET MVC platform. In this book you will be walked through the solution to several specific web application development problems. Each recipe will walk you through the creation of a web application, setting up any Visual Studio project requirements, adding in any external tools, and finally the programming steps needed to solve the problem. The focus of the book is to describe the solution from start to finish. The book starts off with recipes that demonstrate how to work effectively with views and controllers a two of the most important ingredients of the ASP.NET MVC framework. It then gradually moves on to cover many advanced routing techniques. Considering the importance of having a consistent structure to the site, the book contains recipes to show how to build a consistent UI and control its look with master pages. It also contains a chapter that is packed with many recipes that demonstrate how to gain control of data within a view. As the book progresses through some exciting recipes on performing complex tasks with forms, you will discover how easy it is to work with forms to jazz up the look of your web site. Building large applications with ease is one of the prime features of the MVC model. Therefore, this book also focuses on tools and features that make building large applications easier to manage. As data plays an important role in the MVC architecture, there are ample recipes dedicated to cover data validation, access, and storage techniques. Finally, the book demonstrates how to enhance the user experience of your visitors by controlling the data at the application, session, caching, and cookie level. By the end of this book, you will have explored a wide array of tools and features available with the ASP.NET MVC platform A fast-paced cookbook with recipes covering all that you wanted to know about developing with ASP.NET MVC Written in cookbook style, this book offers solutions to all common web development problems through recipes. Each recipe contains step-by-step instructions followed by the analysis of what was done in each task and other useful information. The book is designed so that you can read it chapter by chapter, or you can look at the list of recipes and refer to them in no particular order. This book is particularly written for web developers looking to transfer their knowledge from the ASP.NET Web Forms way of doing things to the ASP.NET MVC framework. As this book targets readers of various experience levels, you should be able to find recipes of a basic, intermediate, and advanced nature. Regardless of your experience level, each recipe will walk you through the solution in a step by step manner that anyone should be able to follow.",
                "author": "Andrew Siemer, Richard Kimber",
                "slug": "aspnet-mvc-2-cookbook-71967-9781849690317-andrew-siemer-richard-kimber",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849690300.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71967",
                "product_url": "/app/ecom/book/71967/aspnet-mvc-2-cookbook-71967-9781849690317-andrew-siemer-richard-kimber",
                "bisac_codes": [
                    "COM060160"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849690300",
                    "EISBN13": "9781849690317"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065549"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071965",
            "attributes": {
                "name": "Google Plus First Look: a tip-packed, comprehensive look at Google+",
                "subtitle": "",
                "description": "Start your social media experience afresh, having the most fun you possibly can sitting at a computer or holding your smart phone.  Whether restarting your social media participation from another network (doing it right and with a lot more control this time) or just jumping in for the first time, this book leads you triumphantly through Plus. Like Plus itself, the book is fun, exciting, and condenses everything you need for maximizing enjoyment in an easily readable format with tons of informative illustrations.  Google Plus First Look shows you how to join Plus and the kind of initial setup that guarantees a successful and fun-filled experience. The second chapter shows you Circles, Google's innovative bit of genius that has taken social networking to a new level of control over our own interactions. We'll see (and I do mean see) how Hangouts (video conferencing) works, and master Streams (where posts go). Sharing photos and video is the easiest you've ever seen, and you will see it in Chapter 5. Nor do you have to leave Plus at home, in Chapter 6 we take our social networking with us on our smartphones. Photos and videos upload automatically, ready for sharing. Finally, we learn how to promote things the right way, the polite way on Plus. This book serves as an indispensible reference to all that and more. Through over 100 books, mostly computer-related, the author has mastered a fun but information packed style that gives you exactly what you want - up to speed on Plus with minimal effort and maximum results. Google+ or Plus (the terms are interchangeable) was written for everyone. This book mirrors that concept and is written for everyone - from us techheads (early adopters) to delightful old Aunt Mable and the rest of the Thursday Night Bridge Club. Because social networking exists for all people and we are all people - all of us are plusses on Plus.",
                "author": "Ralph Roberts",
                "slug": "google-plus-first-look-a-tip-packed-comprehensive-look-at-google-71965-9781849685351-ralph-roberts",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849685344.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71965",
                "product_url": "/app/ecom/book/71965/google-plus-first-look-a-tip-packed-comprehensive-look-at-google-71965-9781849685351-ralph-roberts",
                "bisac_codes": [
                    "COM060140"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849685344",
                    "EISBN13": "9781849685351"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065880"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071963",
            "attributes": {
                "name": "Microsoft Biztalk Server 2010 Patterns",
                "subtitle": "",
                "description": "Patterns and practices make or break any middleware or integration solution and are especially important with BizTalk Server 2010. Learning the best patterns to use in the appropriate context greatly increases the chances of success for any solution. Microsoft Biztalk server 2010 patterns will provide a thorough introduction to BizTalk Server 2010 as a platform and guide the reader through real world lessons and examples building an advanced unified solution that can be used as a reference architecture. This book will guide you beyond the basics of BizTalk Server 2010 development and give you the relevant background, theory, and techniques necessary to create successful solutions. You will learn how the BizTalk Server 2010 platform works internally and how to plan for the necessary infrastructure for an installation. You will learn how to build messaging-based solutions including content-based routing that are easy to manage and change. You will learn how to solve common integration and middleware challenges by leveraging the strengths of BizTalk Server 2010.  This book addresses using Microsoft BizTalk Server 2010 and associated tools to create middleware and integration solutions with established patterns and practices that increase the effectiveness and impact of your solutions. This book is broken into two distinct parts. The first is a general introduction to BizTalk Server 2010 as well as the patterns commonly used in solutions built on the platform. It also includes explanations and motivations for these core patterns and practices. The second part is a hands-on real world example presented in a step-by-step manner that takes the reader through a multiphase solution and builds this simple project into a robust and complex middleware integration solution. This book is targeted at the professional developer or architect tasked with creating solutions that leverage BizTalk Server 2010. It assumes experience with Visual Studio and at least a minimal exposure to any version of BizTalk Server from 2004 to the present. Development managers with a technical background will also find this book useful in guiding their implementation teams. Cursory knowledge of XML, although useful, is not required; the text does include an XML primer in the appendix. Advanced BizTalk developers will learn many tips and techniques to improve the solutions they develop on the BizTalk 2010 platform.",
                "author": "Dan Rosanova",
                "slug": "microsoft-biztalk-server-2010-patterns-71963-9781849684613-dan-rosanova",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849684606.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71963",
                "product_url": "/app/ecom/book/71963/microsoft-biztalk-server-2010-patterns-71963-9781849684613-dan-rosanova",
                "bisac_codes": [
                    "COM005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849684606",
                    "EISBN13": "9781849684613"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066419"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071962",
            "attributes": {
                "name": "Microsoft SharePoint 2010 Development with Visual Studio 2010: Expert Cookbook",
                "subtitle": "",
                "description": "Microsoft SharePoint 2010, is the best-in-class platform for content management and collaboration. With the combined capabilities of Sharepoint and Visual Studio, developers have an end-to-end business solutions development IDE. To leverage this powerful combination of tools it is necessary to understand the different building blocks. This book will provide necessary concepts and present ways to develop complex business solutions and take them further. SharePoint 2010 Development Cookbook With Visual Studio 2010 is an instructional guide for developing and debugging applications for SharePoint 2010 environment using Visual Studio 2010. The cookbook approach helps you to dip into any recipe that interests you, you can also read it from cover to cover if you want to get hands on with the complete application development cycle. With this book you will learn to develop event handlers, workflows, content types, web parts, client object model applications, and web services for SharePoint 2010 in an instructional manner. You will discover the less known facts behind debugging feature receivers, deployment of web parts, utilizing free toolkits to enhance the development and debugging experience.  You will learn the newer development approach called Visual Web Parts, how to develop and deploy Silverlight applications that can be used with Silverlight web part. You will also explore SandBoxed deployment model and its usage. You will create your own web services for SharePoint and the Client Object Model introduced in SharePoint 2010. All in all, you will develop Sharepoint solutions in an instructional manner that eases the learning process. This book follows a step-by-step approach to learning the building blocks of SharePoint application development. This book focuses on SharePoint 2010 development using Visual studio 2010. The book provides a hands-on approach to solving problems and creating business solutions for enhancing SharePoint 2010 environment. This book is for .NET developers to understand the building blocks for SharePoint 2010. Although the book can be used by beginners, it is recommended to have understanding of the previous versions of SharePoint. Developing SharePoint solutions needs solid understanding of ASP.NET architecture. The book assumes that the reader is familiar with ASP.NET technology and development concepts.",
                "author": "Balaji Kithiganahalli",
                "slug": "microsoft-sharepoint-2010-development-with-visual-studio-2010-expert-cookbook-71962-9781849684590-balaji-kithiganahalli",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849684583.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71962",
                "product_url": "/app/ecom/book/71962/microsoft-sharepoint-2010-development-with-visual-studio-2010-expert-cookbook-71962-9781849684590-balaji-kithiganahalli",
                "bisac_codes": [
                    "COM066000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849684583",
                    "EISBN13": "9781849684590"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066464"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071961",
            "attributes": {
                "name": "Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook",
                "subtitle": "",
                "description": "PowerShell is tightly integrated with SharePoint 2010, demonstrating an important alliance between the fastest growing collaboration and web publishing platform, and the latest task automation framework. The advantages of PowerShell and SharePoint integration help administrators and infrastructure specialists achieve everyday enterprise tasks more efficiently, and this book will ensure you get the most out of SharePoint configuration and management.  When it comes to custom SharePoint 2010 solution configuration, creating robust PowerShell scripts is the best option for saving time and providing a point of reference as to the changes made in the server environment. This practical expert cookbook translates the most commonly found scenarios into a series of immediately usable recipes, allowing you to get up and running straight away with writing powerful PowerShell scripts for SharePoint.  \"Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook\" focuses on a range of distinct areas of SharePoint administration, with expert recipes targeting unique business examples.You will learn exactly how solutions were achieved for managing SharePoint list settings with PowerShell, PowerShell configuration of SharePoint FAST Search, and more. You will also learn how to tailor the recipe to your own business needs. With this advanced cookbook in hand, you will be fully equipped with the source code as a starting point for creating your scripts in order to take advantage of the integration between SharePoint and PowerShell. \"Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook\" is a concise and above all advanced cookbook, with practical expert recipes for SharePoint and PowerShell automation. If you are a SharePoint administrator or IT Pro who wants to extend your knowledge of PowerShell automation, this book is a must have. You should have a solid grasp of working with SharePoint and PowerShell respectively.",
                "author": "Yaroslav Pentsarskyy",
                "slug": "microsoft-sharepoint-2010-and-windows-powershell-20-expert-cookbook-71961-9781849684118-yaroslav-pentsarskyy",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849684101.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71961",
                "product_url": "/app/ecom/book/71961/microsoft-sharepoint-2010-and-windows-powershell-20-expert-cookbook-71961-9781849684118-yaroslav-pentsarskyy",
                "bisac_codes": [
                    "COM005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849684101",
                    "EISBN13": "9781849684118"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066461"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071960",
            "attributes": {
                "name": "IBM WebSphere Application Server 8.0 Administration Guide",
                "subtitle": "",
                "description": "Administrators require a secure, scalable, and resilient application infrastructure to support the development of JEE applications and SOA services. IBM's WebSphere Application Server is optimized for this task, and this book will ensure that you can utilize all that this tool has to offer with the exciting new features of IBM WebSphere Application Server 8.0. IBM WebSphere Application Server 8.0 Administration Guide is fully revised with details of the new functionality of WebSphere Application Server 8.0, including the new installation GUI, managed deployment, and HPEL. With this book in hand, you will be equipped to provide an innovative, performance-based foundation to build, run, and manage JEE applications and SOA services. IBM WebSphere Application Server 8.0 has been tuned for higher performance out of the box, and numerous enhancements have been made to give you as an administrator more options for increasing runtime performance. This book will allow you to utilize all of these features, including HPEL logging and disabling WebSphere MQ Messaging. You will be taken through how to configure and prepare WebSphere resources for your application deployments, and by the end of IBM WebSphere Application Server 8.0 Administration Guide, you will be able to successfully manage and tune your WebSphere 8.0 implementation. IBM WebSphere Application Server 8.0 Administration Guide is a highly practical, example-driven tutorial. You will be introduced to WebSphere Application Server 8.0, and guided through configuration, deployment, and tuning for optimum performance. If you are an administrator who wants to get up and running with IBM WebSphere Application Server 8.0, then this book is not to be missed. Experience with WebSphere and Java would be an advantage, but is not essential.",
                "author": "Steve Robinson",
                "slug": "ibm-websphere-application-server-80-administration-guide-71960-9781849683999-steve-robinson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849683982.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71960",
                "product_url": "/app/ecom/book/71960/ibm-websphere-application-server-80-administration-guide-71960-9781849683999-steve-robinson",
                "bisac_codes": [
                    "COM021000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849683982",
                    "EISBN13": "9781849683999"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065938"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071952",
            "attributes": {
                "name": "Amazon SimpleDB: LITE",
                "subtitle": "",
                "description": "Amazon's SimpleDB is a highly scalable, simple-to-use, and inexpensive database in the cloud from Amazon Web Services. But in order to use SimpleDB, you really have to change your mindset. This isn't a traditional relational database; in fact it's not relational at all. For developers who have experience working with relational databases, this may lead to misconceptions as to how SimpleDB works. This focused book is all about Amazon SimpleDB, quickly understanding its power and value, and how to get up and running fast. To find out more about upgrading to the full edition, visit www.packtpub.com/lite-editions and log into your account for offers and help. If you don't have an account on PacktPub.com, visit today and set one up! This focused book is an extracted LITE version of Packt's full: Amazon SimpleDB Developer Guide. It concentrates on getting a grounding in the value of SimpleDB, and shows how to set up an AWS account, enable a SimpleDB service for the account, and install and set up libraries for Java, PHP, and Python. If you are a developer wanting to get to grips with a primer into SimpleDB, then this book is for you. You do not need to know anything about SimpleDB to read and learn from this book, and no basic knowledge is strictly necessary.",
                "author": "Prabhakar Chaganti, Rich Helms",
                "slug": "amazon-simpledb-lite-71952-9781849683692-prabhakar-chaganti-rich-helms",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849683685.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71952",
                "product_url": "/app/ecom/book/71952/amazon-simpledb-lite-71952-9781849683692-prabhakar-chaganti-rich-helms",
                "bisac_codes": [
                    "COM032000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849683685",
                    "EISBN13": "9781849683692"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065501"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071947",
            "attributes": {
                "name": "Oracle Warehouse Builder 11gR2: Getting Started 2011",
                "subtitle": "",
                "description": "In today's economy, businesses and IT professionals cannot afford to lag behind the latest technologies. Data warehousing is a critical area to the success of many enterprises, and Oracle Warehouse Builder is a powerful tool for building data warehouses. It comes free with the latest version of the Oracle database. Written in an accessible, informative, and focused manner, this book will teach you to use Oracle Warehouse Builder to build your data warehouse. Covering warehouse design, the import of source data, the ETL cycle and more, this book will have you up and running in next to no time. This book will walk you through the complete process of planning, building, and deploying a data warehouse using Oracle Warehouse Builder. By the book's end, you will have built your own data warehouse from scratch. Starting with the installation of the Oracle Database and Warehouse Builder software, this book then covers the analysis of source data, designing a data warehouse, and extracting, transforming, and loading data from the source system into the data warehouse. You'll follow the whole process with detailed screenshots of key steps along the way that have all been updated for the new Fusion Client Platform interface in 11gR2, alongside numerous tips and hints not covered by the official documentation. YouaTMll finish up with a brand new chapter on code templates where youaTMll implement a complete mapping using JDBC connectivity and code template mappings. This easy-to-understand tutorial covers Oracle Warehouse Builder from the ground up, and taps into the author's wide experience as a software and database engineer. Written in a relaxed style with step-by-step explanations, lots of screenshots are provided throughout the book. There are numerous tips and helpful hints throughout that are not found in the original documentation. By following this book, you can use Oracle Warehouse Builder in the best possible way and maximize your learning potential. This book is an update of Oracle Warehouse Builder 11g: Getting Started. This book is a good starting point for database engineers, administrators, and architects who are responsible for data warehouse projects and need to design them and load data into them. If you are someone who wants to learn Oracle Warehouse Builder and expand your knowledge of the tool and data warehousing, this is an ideal book for you. No prior data warehouse or database experience is presumed. All new database and data warehouse technical terms and concepts explained in clear easy-to-understand language.",
                "author": "Bob Griesemer",
                "slug": "oracle-warehouse-builder-11gr2-getting-started-2011-71947-9781849683456-bob-griesemer",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849683449.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71947",
                "product_url": "/app/ecom/book/71947/oracle-warehouse-builder-11gr2-getting-started-2011-71947-9781849683456-bob-griesemer",
                "bisac_codes": [
                    "COM021040"
                ],
                "items_count": null,
                "identifiers": {
                    "EISBN13": "9781849683456"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066676"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071946",
            "attributes": {
                "name": "Oracle Hyperion Interactive Reporting 11 Expert Guide",
                "subtitle": "",
                "description": "Oracle Hyperion Interactive Reporting is one of many products in the Oracle Business Intelligence Enterprise Edition Plus software suite, an industry-leading business intelligence platform.The primary focus of the Interactive Reporting product is to provide strong relational querying and data analysis capabilities, where the software provides significant flexibility for creating custom dashboards, interfaces, and data analysis routines through the use of JavaScript programming and built-in software functionality.While Interactive Reporting is extremely flexible, performing advanced operations in the software is complicated and requires basic programming knowledge and an advanced understanding of the software.This book continues from where The Business Analyst's Guide to Oracle Hyperion Interactive Reporting 11 completed and provides the reader with the information to successfully execute the advanced features of the product along with examples and specific techniques applicable to everyday use. The Oracle Hyperion Interactive Reporting 11 Expert Guide provides software users and developers with many examples of the techniques used by software experts. The book begins with an introduction to leveraging advanced features of the project and an introduction to JavaScript.Dashboards are a major focus of the book with four chapters focused on building a simple to complex dashboard including functions, global objects, and syncing selections across dashboards.The book places an emphasis on learning methods for data analysis by using advanced programming and built-in functions, and a unique approach to using code to generate batch reports and exports is provided.The Dashboard Studio Optimize Utility and the Dashboard Studio Merge utility are explained in detail, and the approach to building and using a central code repository for use in dashboards and computations across multiple documents in an enterprise is demonstrated. This book will help the reader become an expert user of the software, providing the skills necessary to understand, communicate, and perform advanced level tasks.The authors' experience in developing and supporting Interactive Reporting users is very apparent throughout each chapter of the book.While the book displays content and examples from version 11 of the software, the book is also applicable to previous versions of the software dating back to version 8, so readers not currently using Interactive Reporting 11 will find the book applicable to daily use with the product. This book is written in a simple, easy to understand format with screenshots, code samples, and step-by-step explanations that will guide you through the advanced techniques used by the experts. If you are an Oracle Hyperion Interactive reporting user or developer looking to become an expert in the product, then this book is for you. You will require a basic knowledge of Interactive Reporting, as this book starts with a brief overview and then dives into advanced techniques, functions, and best practices.Beginner users should consult The Business Analyst's Guide to Oracle Hyperion Interactive Reporting 11 to gain insight on the software product.",
                "author": "Edward J. Cody, Emily M. Vose",
                "slug": "oracle-hyperion-interactive-reporting-11-expert-guide-71946-9781849683159-edward-j-cody-emily-m-vose",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849683142.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71946",
                "product_url": "/app/ecom/book/71946/oracle-hyperion-interactive-reporting-11-expert-guide-71946-9781849683159-edward-j-cody-emily-m-vose",
                "bisac_codes": [
                    "COM005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849683142",
                    "EISBN13": "9781849683159"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066649"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071945",
            "attributes": {
                "name": "Oracle E-Business Suite 12 Financials Cookbook",
                "subtitle": "",
                "description": "Oracle EBS Financials Suite is a solution that provides out-of-the-box features to meet global financial reporting and tax requirements with one accounting, tax, banking, and payments model and makes it easy to operate shared services across businesses and regions. Have you ever wondered how the EBS Financials modules integrate with each other, and do you want to know how this is done quickly? If so, this book is for you. You may have read about what EBS financials does, but with this book on your work desk you will see how to do it. The Oracle E-Business Suite 12 Financials Cookbook will enable you to taste the core functionalities of the main modules using bite size recipes. Each recipe is organized in a way that will enable you to learn the core steps to perform in a key business scenario; it then dives deeper into concepts and scenarios. Discover scenario-based recipes, designed to help you understand how the end-to-end processes within EBS R12 Financials modules are linked together, through touch points. With each chapter, this book develops a full business end-to-end scenario to cover the financial modules. You will start by creating items in Inventory, and then purchase items in Procurement. Then you will move on to entering supplier invoices and paying them in Payables and creating and managing assets. See how items are sold and shipped to customers in Order Management, and how funds are received from customer in Receivables. Manage cash and transfer transactions to General Ledger, and then close periods. Quickly master EBS R12 Financials best practices-an ideal quick demo of how it works There are many ways of configuring and using Oracle EBS R12 Financials. This cookbook demonstrates how to use EBS R12 Financials in a way that will enable you to understand the core functionalities of the main financials modules. Each recipe is presented as part of a scenario-based chapter that details typical business scenarios. This book is for EBS Financials specialists who want a broader understanding of particular areas of the financials modules. Businesses can use this book to identify key functionalities of the financial modules, and very quickly demonstrate a pilot to obtain the core requirements. If you are a Business Analyst, Functional Consultant, Technical Consultant, Project Sponsor, Project Manager, Project Team Member, System Accountant or Solution Designer, Testing Team Member, Training Team Member or Support Team Member, then this book is for you. This book assumes that you have basic navigation skills and you understand the key Oracle EBS terminology, novice EBS professionals will also gain from the expert content of this book.",
                "author": "Yemi Onigbode",
                "slug": "oracle-e-business-suite-12-financials-cookbook-71945-9781849683111-yemi-onigbode",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849683104.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71945",
                "product_url": "/app/ecom/book/71945/oracle-e-business-suite-12-financials-cookbook-71945-9781849683111-yemi-onigbode",
                "bisac_codes": [
                    "COM027000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849683104",
                    "EISBN13": "9781849683111"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066639"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071943",
            "attributes": {
                "name": "IBM Sametime 8.5.2 Administration Guide",
                "subtitle": "",
                "description": "Sametime 8.5.2 delivers a state-of-the-art enterprise-ready instant messaging and meeting service. This Administrator's Guide navigates through the range of Sametime server components and features, providing you with the essential information required to install, administer and troubleshoot your Sametime 8.5.2 environment. The IBM Sametime 8.5.2 Administration Guide cuts through the complexity of architecting, installing, and administering all the moving parts of the latest version of Sametime. With this book, you will be able to make the necessary decisions when it comes to choosing which server components you need and how to install them to get the most performance and maintainability from the software. Starting with an overview of Sametime 8.5.2, you will then dive into each server component. You learn what each one does, why it might be needed in your environment, and what you need to have in place to run it. By the end, youaTMll have Sametime running and configured properly for your particular situation. With flexibility comes complexity-- but not with this guide. YouaTMll learn how different architectures are possible and how to prepare properly for the installation of Sametime. YouaTMll learn how to install the servers in the right order so that you can maintain and expand your environment in the future. YouaTMll also find out how best to monitor your Sametime environment for issues, as well as how to effectively troubleshoot those problems so that you can quickly get Sametime running again. The IBM Sametime 8.5.2 Administration Guide is the perfect one-stop resource for learning important installation and configuration details quickly and easily. The IBM Sametime 8.5.2 Administration Guide uses a practical, no-nonsense approach to give you the essential information you need. Using realistic scenarios, you learn how to configure and maintain your environment to meet your needs and take advantage of the flexibility offered in Sametime 8.5.2. If you are responsible for installing and administering Sametime 8.5.2, then this book is for you. If youaTMre completely new to Sametime administration, this book will serve as your roadmap. If youaTMre making the jump from a prior version of Sametime, then youaTMll see how Sametime 8.5.2 differs and how you work with the new configuration. Even if you already have Sametime 8.5.2 up and running, this guide will answer those questions you may still have of why and how the various server components work.",
                "author": "Gabriella Davis, Marie L. Scott, Thomas Duff",
                "slug": "ibm-sametime-852-administration-guide-71943-9781849683050-gabriella-davis-marie-l-scott-thomas-duff",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849683043.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71943",
                "product_url": "/app/ecom/book/71943/ibm-sametime-852-administration-guide-71943-9781849683050-gabriella-davis-marie-l-scott-thomas-duff",
                "bisac_codes": [
                    "COM066000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849683043",
                    "EISBN13": "9781849683050"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065936"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071942",
            "attributes": {
                "name": "Microsoft SharePoint 2010 Power User Cookbook",
                "subtitle": "",
                "description": "The power of Microsoft SharePoint as the Enterprise collaboration platform is ever-growing; due to the wide range of capabilities it offers, SharePoint 2010 can help transform your business so you can quickly respond to the changes and challenges that you face. For End Users, SharePoint helps you and your team work \"better, faster, and smarter\". This book will take your SharePoint knowledge further, showing you how to use your skills to solve real business problems. While many other titles might be characterized as \"SharePoint Explained\", this cookbook contains advanced content that goes beyond that found in other SharePoint End User offerings: it is \"SharePoint Applied\". It provides recipes walking Power Users through a range of collaboration, data integration, business intelligence, electronic form, and workflow scenarios, as well as offering three invaluable business scenarios for building composite applications. The cookbook begins by providing a comprehensive treatment of SharePoint essentials, while quickly moving forward to topics like Data Integration, Business Intelligence, and automating business processes. At the end of the book, the information presented in the earlier recipes is combined to create three example SharePoint 2010 \"composite applications\" for Human Resources (HR), Customer Relationship Management (CRM), and Project Management. Composite applications are the \"unique selling point\" of SharePoint 2010 and understanding how to create them is the key to unlocking the business value of the product. Don't just understand basic SharePoint functionality; learn to solve your real-world business problems by \"Thinking SharePoint\" This hands-on cookbook takes readers through many highly applicable intermediate and advanced SharePoint recipes, as well as offering three real-world business scenarios to complement the knowledge already gained. The book specifically sets out to cover important SharePoint 2010 topics that are often avoided by other authors. If you are an advanced End User or Power User of SharePoint 2010 who wants to accomplish specific business tasks beyond the basics, then this cookbook is not to be missed. You should already be comfortable with SharePoint in order to get the most out the recipes, which are applicable up to and including SharePoint Enterprise edition. You'll find this book useful not only as a learning tool, but also as a reference guide as your SharePoint skills and experience increase.",
                "author": "Dr. Adrian Colquhoun",
                "slug": "microsoft-sharepoint-2010-power-user-cookbook-71942-9781849682893-dr-adrian-colquhoun",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849682886.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71942",
                "product_url": "/app/ecom/book/71942/microsoft-sharepoint-2010-power-user-cookbook-71942-9781849682893-dr-adrian-colquhoun",
                "bisac_codes": [
                    "COM063000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849682886",
                    "EISBN13": "9781849682893"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066466"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071939",
            "attributes": {
                "name": "Oracle 11g R1/R2 Real Application Clusters Essentials",
                "subtitle": "",
                "description": "Oracle RAC or Real Application Clusters is a grid computing solution that allows multiple nodes (servers) in a clustered system to mount and open a single database that resides on shared disk storage. Should a single system (node) fail, the database service will still be available on the remaining nodes. Oracle RAC is an integral part of the Oracle database setup. You have one database with multiple users accessing it, in real time. This book will enable DBAs to get their finger on the pulse of the Oracle 11g RAC environment quickly and easily. This book will cover all areas of the Oracle RAC environment and is indispensable if you are an Oracle DBA who is charged with configuring and implementing Oracle11g R1, with bonus R2 information included. This book presents a complete method for the configuration, installation, and design of Oracle 11g RAC, ultimately enabling rapid administration of Oracle 11g RAC environments. This practical handbook documents how to administer a complex Oracle 11g RAC environment. Packed with real world examples, expert tips and troubleshooting advice, the book begins by introducing the concept of Oracle RAC and High Availability. It then dives deep into the world of RAC configuration, installation and design, enabling you to support complex RAC environments for real world deployments. Chapters cover Oracle RAC and High Availability, Oracle 11g RAC Architecture, Oracle 11g RAC Installation, Automatic Storage Management, Troubleshooting, Workload Management and much more. By following the practical examples in this book, you will learn every concept of the RAC environment and how to successfully support complex Oracle 11g R1 and R2 RAC environments for various deployments within real world situations. This book is the updated release of our previous Oracle 11g R1/R2 Real Application Clusters Handbook. If you already own a copy of that Handbook, there is no need to upgrade to this book. This book documents how to administer a complex Oracle 11g RAC environment. It covers new RAC components such as ASM's new features, performance tuning, and troubleshooting. It contains real world examples, expert tips, and troubleshooting advice. This book focuses on Oracle RAC 11g R1 with additional 11g R2 information included. If you are an Oracle DBA who wants to administer Real Application Clusters, then this book is for you. Basic understanding of Oracle DBA is required. No experience of Oracle RAC is required.",
                "author": "Syed Jaffer Hussain, Ben Prusinski",
                "slug": "oracle-11g-r1r2-real-application-clusters-essentials-71939-9781849682671-ben-prusinski-syed-jaffer-hussain",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849682664.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71939",
                "product_url": "/app/ecom/book/71939/oracle-11g-r1r2-real-application-clusters-essentials-71939-9781849682671-ben-prusinski-syed-jaffer-hussain",
                "bisac_codes": [
                    "COM084010"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849682664",
                    "EISBN13": "9781849682671"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066615"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000071936",
            "attributes": {
                "name": "Open Text Metastorm ProVisionA 6.2 Strategy Implementation",
                "subtitle": "",
                "description": "Open Text ProVisionA (formerly known as Metastorm ProVisionA) is an Enterprise Architecture (EA) solution allowing for effective planning and decision making throughout the enterprise. It enables an organization to have a central repository of information about the business, reducing organizational risks and better optimizing business resources. Implemented well, it enables better and more actionable decisions exactly when you need them. This book combines theory and practice to provide a step- by- step guide to building a successful customer- centric model of your business. The approach is simple and down to earth, and along the way, with various real-world examples, you will learn how to make a business case, use a framework, and adopt a methodology with Open Text ProVisionA.  This book draws on the experience of ProVisionA experts around the world. By combining theory with practice from the field you can avoid common mistakes and develop a successful customer centric strategy for implementing ProVisionA. Each chapter builds on the previous one to give you the confidence to implement a central repository, dealing with both the technical and human issues that you might face. Learn from real world business cases to think beyond the technical aspects of strategy implementation and enable better business decisions with Open Text ProVisionA. This is both a practical and theoretical guide detailing how to deploy a successful ProVisionA strategy, using a number of real business cases along the way. Unlike other architecture books, the approach is holistic - it looks at the whole lifecycle of building a business case, through to using the product. It combines a detailed understanding of the ProVisionA toolset with a practical grasp of the business issues that affect the implementation of a successful strategy. If you are a business architect or CIO in a large organization who wants to implement a successful strategy using Open Text ProVisionA, then this book is for you. It will also be of interest if you are an enterprise designer or architect. It might be that you already have working knowledge of ProVisionA, but do not yet have the skill to implement it in the right context; this book will help you get there.",
                "author": "Bill Aronson",
                "slug": "open-text-metastorm-provisiona-62-strategy-implementation-71936-9781849682534-bill-aronson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849682527.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "71936",
                "product_url": "/app/ecom/book/71936/open-text-metastorm-provisiona-62-strategy-implementation-71936-9781849682534-bill-aronson",
                "bisac_codes": [
                    "COM011000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849682527",
                    "EISBN13": "9781849682534"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066583"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 77774,
            "pages": 78459,
            "count": 1569174
        }
    }
}

Response Info

Default: None