GET /services/catalog/products?format=api&page=75081
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=78372",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=75082",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=75080"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000277003",
            "attributes": {
                "name": "Stochastic Local Search",
                "subtitle": "Foundations and Applications",
                "description": "Stochastic local search (SLS) algorithms are among the most prominent and successful techniques for solving computationally difficult problems in many areas of computer science and operations research, including propositional satisfiability, constraint satisfaction, routing, and scheduling. SLS algorithms have also become increasingly popular for solving challenging combinatorial problems in many application areas, such as e-commerce and bioinformatics.<br><br>Hoos and Stutzle offer the first systematic and unified treatment of SLS algorithms. In this groundbreaking new book, they examine the general concepts and specific instances of SLS algorithms and carefully consider their development, analysis and application. The discussion focuses on the most successful SLS methods and explores their underlying principles, properties, and features. This book gives hands-on experience with some of the most widely used search techniques, and provides readers with the necessary understanding and skills to use this powerful tool. Provides the first unified view of the field Offers an extensive review of state-of-the-art stochastic local search algorithms and their applications Presents and applies an advanced empirical methodology for analyzing the behavior of SLS algorithms A companion website offers lecture slides as well as source code and Java applets for exploring and demonstrating SLS algorithms",
                "author": "Holger H. Hoos, Thomas Stützle",
                "slug": "stochastic-local-search-277003-9780080498249-holger-h-hoos-thomas-stutzle",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080498249.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "277003",
                "product_url": "/app/ecom/book/277003/stochastic-local-search-277003-9780080498249-holger-h-hoos-thomas-stutzle",
                "bisac_codes": [
                    "COM004000",
                    "BUS049000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608726",
                    "EISBN13": "9780080498249",
                    "EISBN10": "0080498248"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026366803"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000277002",
            "attributes": {
                "name": "Network Algorithmics",
                "subtitle": "An Interdisciplinary Approach to Designing Fast Networked Devices",
                "description": "<p>In designing a network device, you make dozens of decisions that affect the speed with which it will performsometimes for better, but sometimes for worse. Network Algorithmics provides a complete, coherent methodology for maximizing speed while meeting your other design goals.</p>  <p>Author George Varghese begins by laying out the implementation bottlenecks that are most often encountered at four disparate levels of implementation: protocol, OS, hardware, and architecture. He then derives 15 solid principlesranging from the commonly recognized to the groundbreakingthat are key to breaking these bottlenecks.</p>  <p>The rest of the book is devoted to a systematic application of these principles to bottlenecks found specifically in endnodes, interconnect devices, and specialty functions such as security and measurement that can be located anywhere along the network. This immensely practical, clearly presented information will benefit anyone involved with network implementation, as well as students who have made this work their goal.</p>  <p>FOR INSTRUCTORS: To obtain access to the solutions manual for this title simply register on our textbook website (textbooks.elsevier.com)and request access to the Computer Science subject area. Once approved (usually within one business day) you will be able to access all of the instructor-only materials through the \"Instructor Manual\" link on this book's academic web page at textbooks.elsevier.com.</p> Addresses the bottlenecks found in all kinds of network devices, (data copying, control transfer, demultiplexing, timers, and more) and offers ways to break them Presents techniques suitable specifically for endnodes, including Web servers Presents techniques suitable specifically for interconnect devices, including routers, bridges, and gateways Written as a practical guide for implementers but full of valuable insights for students, teachers, and researchers Includes end-of-chapter summaries and exercises",
                "author": "George Varghese",
                "slug": "network-algorithmics-277002-9780080479644-george-varghese",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080479644.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "277002",
                "product_url": "/app/ecom/book/277002/network-algorithmics-277002-9780080479644-george-varghese",
                "bisac_codes": [
                    "COM043000",
                    "COM060000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780120884773",
                    "EISBN13": "9780080479644",
                    "EISBN10": "0080479642"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026367782"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000277001",
            "attributes": {
                "name": "Nessus Network Auditing",
                "subtitle": "Jay Beale Open Source Security Series",
                "description": "This book focuses on installing, configuring and optimizing Nessus, which is a remote security scanner for Linux, BSD, Solaris, and other Unices. It is plug-in-based, has a GTK interface, and performs over 1200 remote security checks. It allows for reports to be generated in HTML, XML, LaTeX, and ASCII text, and suggests solutions for security problems. As with many open source programs, Nessus is incredibly popular, incredibly powerful, and incredibly under-documented. There are many Web sites (including nessus.org) where thousands of users congregate to share tips, tricks, and hints, yet no single, comprehensive resource exists. This book, written by Nessus lead developers, will document all facets of deploying Nessus on a production network.<br><br>*  Nessus is the premier Open Source vulnerability assessment tool, and was recently voted the \"most popular\" open source security tool of any kind.<br><br>*  This is the first book available on Nessus and it is written by the world's premier Nessus developers led by the creator of Nessus, Renaud Deraison.<br><br>*  The dramatic success of Syngress' SNORT 2.0 INTRUSION DETECTION clearly illustrates the strong demand for books that offer comprehensive documentation of Open Source security tools that are otherwise Undocumented.",
                "author": "Jay Beale, Haroon Meer, Charl van der Walt, Renaud Deraison",
                "slug": "nessus-network-auditing-277001-9780080479620-jay-beale-haroon-meer-charl-van-der-walt-renaud-deraison",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080479620.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "277001",
                "product_url": "/app/ecom/book/277001/nessus-network-auditing-277001-9780080479620-jay-beale-haroon-meer-charl-van-der-walt-renaud-deraison",
                "bisac_codes": [
                    "COM014000",
                    "COM053000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781931836081",
                    "EISBN13": "9780080479620",
                    "EISBN10": "0080479626"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026364020"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000277000",
            "attributes": {
                "name": "Server Architectures",
                "subtitle": "Multiprocessors, Clusters, Parallel Systems, Web Servers, Storage Solutions",
                "description": "<p>The goal of this book is to present and compare various options one for systems architecture from two separate points of view. One, that of the information technology decision-maker who must choose a solution matching company business requirements, and secondly that of the systems architect who finds himself between the rock of changes in hardware and software technologies and the hard place of changing business needs.</p>  <p>Different aspects of server architecture are presented, from databases designed for parallel architectures to high-availability systems, and touching en route on often- neglected performance aspects.</p> The book provides IT managers, decision makers and project leaders who want to acquire knowledge sufficient to understand the choices made in and capabilities of systems offered by various vendors Provides system design information to balance the characteristic applications against the capabilities and nature of various architectural choices In addition, it offers an integrated view of the concepts in server architecture, accompanied by discussion of effects on the evolution of the data processing industry",
                "author": "René J. Chevance",
                "slug": "server-architectures-277000-9780080492292-rene-j-chevance",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080492292.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "277000",
                "product_url": "/app/ecom/book/277000/server-architectures-277000-9780080492292-rene-j-chevance",
                "bisac_codes": [
                    "COM011000",
                    "COM043000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781555583330",
                    "EISBN13": "9780080492292",
                    "EISBN10": "0080492290"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351210"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276999",
            "attributes": {
                "name": "Real-Time Shader Programming",
                "subtitle": "",
                "description": "<p>Now that PC users have entered the realm of programmable hardware, graphics programmers can create 3D images and animations comparable to those produced by RenderMan's procedural programs-but in real time. Here is a book that will bring this cutting-edge technology to your computer.  Beginning with the mathematical basics of vertex and pixel shaders, and building to detailed accounts of programmable shader operations, Real-Time Shader Programming provides the foundation and techniques necessary for replicating popular cinema-style 3D graphics as well as creating your own real-time procedural shaders.  A compelling writing style, color illustrations throughout, and scores of online resources make Real-Time Shader Programming an indispensable tutorial/reference for the game developer, graphics programmer, game artist, or visualization programmer, to create countless real-time 3D effects.</p><p>* Contains a complete reference of the low-level shader language for both DirectX 8 and DirectX 9 * Provides an interactive shader demonstration tool (RenderMonkeyTM) for testing and experimenting * Maintains an updated version of the detailed shader reference section at www.directx.com * Teaches the latest shader programming techniques for high-performance real-time 3D graphics</p>",
                "author": "Ron Fosner",
                "slug": "real-time-shader-programming-276999-9780080515908-ron-fosner",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080515908.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276999",
                "product_url": "/app/ecom/book/276999/real-time-shader-programming-276999-9780080515908-ron-fosner",
                "bisac_codes": [
                    "COM012000",
                    "COM051010"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608535",
                    "EISBN13": "9780080515908",
                    "EISBN10": "0080515908"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026361980"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276998",
            "attributes": {
                "name": "Nanocrystalline Materials",
                "subtitle": "Their Synthesis-Structure-Property Relationships and Applications",
                "description": "Nanocrystalline materials with new functionalities show great promise for use in industrial applications - such as reinforcing fillers in novel polymer composites  and substantial progress has been made in the past decade in their synthesis and processing. However, there are several issues that need to be addressed to develop these materials further.  Among these, exploration of novel methods for the large-scale synthesis of low cost self-assembled nanostructures is a challenging research topic. Accordingly, there has emerged a demand to study their synthesis-structure-property relationships in order to understand the fundamental concepts underlying the observed physical and mechanical properties.With contributions from leading experts, this book describes the fundamental theories and concepts that illustrate the complexity of the problem in developing novel nanocrystalline materials.  It reviews the most up-to-date progress in the synthesis, microstructural characterization, physical and mechanical behavior, and application of nanomaterials.<br><br>* Investigates the synthesis, characterisation and properties of a huge variety of nanocrystalline materials, and their applications in industry * Keeps the prominent challenges in nanomaterials fabrication at the forefront while offering the most up-to-date scientific findings",
                "author": "Sie-Chin Tjong",
                "slug": "nanocrystalline-materials-276998-9780080479606",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080479606.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276998",
                "product_url": "/app/ecom/book/276998/nanocrystalline-materials-276998-9780080479606",
                "bisac_codes": [
                    "TEC021000",
                    "TEC027000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780080446974",
                    "EISBN13": "9780080479606",
                    "EISBN10": "008047960X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351019"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276997",
            "attributes": {
                "name": "Temporal Data & the Relational Model",
                "subtitle": "",
                "description": "<p> Temporal database systems are systems that provide special support for storing, querying, and updating historical and/or future data. Current DBMSs provide essentially no temporal features at all, but this situation is likely to change soon for a variety of reasons; in fact, temporal databases are virtually certain to become important sooner rather than later, in the commercial world as well as in academia. This book provides an in-depth description of the foundations and principles on which those temporal DBMSs will be built. These foundations and principles are firmly rooted in the relational model of data; thus, they represent an evolutionary step, not a revolutionary one, and they will stand the test of time.<br><br>This book is arranged in three parts and a set of appendixes:<br><br>* Preliminaries: Provides a detailed review of the relational model, and an overview of the Tutorial D language.<br>* Laying the Foundations: Explains basic temporal data problems and introduces fundamental constructs and operators for addressing those problems.<br>* Building on the Foundations: Applies the material of the previous part to issues of temporal database design, temporal constraints, temporal query and update, and much more.<br>* Appendixes: Include annotated references and bibliography, implementation considerations, and other topics.<br><br>Key features:<br><br>* Describes a truly relational approach to the temporal data problem.<br>* Addresses implementation as well as model issues.<br>* Covers recent research on new database design techniques, a new normal form, new relational operators, new update operators, a new approach to the problem of \"granularity,\" support for \"cyclic point types,\" and other matters.<br>* Includes review questions and exercises in every chapter.<br>* Suitable for both reference and tutorial purposes.",
                "author": "C.J. Date, Hugh Darwen, Nikos Lorentzos",
                "slug": "temporal-data-the-relational-model-276997-9780080518718-cj-date-hugh-darwen-nikos-lorentzos",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080518718.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276997",
                "product_url": "/app/ecom/book/276997/temporal-data-the-relational-model-276997-9780080518718-cj-date-hugh-darwen-nikos-lorentzos",
                "bisac_codes": [
                    "COM021000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608559",
                    "EISBN13": "9780080518718",
                    "EISBN10": "0080518710"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026350977"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276996",
            "attributes": {
                "name": "Multicast Sockets",
                "subtitle": "Practical Guide for Programmers",
                "description": "<p>Multicast Sockets: Practical Guide for Programmers is a hands-on, application-centric approach to multicasting (as opposed to a network-centric one) that is filled with examples, ideas, and experimentation. Each example builds on the last to introduce multicast concepts, frameworks, and APIs in an engaging manner that does not burden the reader with lots of theory and jargon. The book is an introduction to multicasting but assumes that the reader has a background in network programming and is proficient in C or Java. After reading the book, you will have a firm grasp on how to write a multicast program.</p> Author team of instructor and application programmer is reflected in this rich instructional and practical approach to the subject material Only book available that provides a clear, concise, application-centric approach to programming multicast applications and covers several languagesC, Java, and C# on the .NET platform Covers important topics like service models, testing reachability, and addressing and scoping Includes numerous examples and exercises for programmers and students to test what they have learned",
                "author": "David Makofske, Kevin Almeroth",
                "slug": "multicast-sockets-276996-9780080512181-david-makofske-kevin-almeroth",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080512181.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276996",
                "product_url": "/app/ecom/book/276996/multicast-sockets-276996-9780080512181-david-makofske-kevin-almeroth",
                "bisac_codes": [
                    "COM043000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608467",
                    "EISBN13": "9780080512181",
                    "EISBN10": "0080512186"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026350674"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276994",
            "attributes": {
                "name": "Web Bloopers",
                "subtitle": "60 Common Web Design Mistakes, and How to Avoid Them",
                "description": "The dot.com crash of 2000 was a wake-up call, and told us that the Web has far to go before achieving the acceptance predicted for it in '95. A large part of what is missing is quality; a primary component of the missing quality is usability. The Web is not nearly as easy to use as it needs to be for the average person to rely on it for everyday information, commerce, and entertainment.<br><br>In response to strong feedback from readers of GUI BLOOPERS calling for a book devoted exclusively to Web design bloopers, Jeff Johnson calls attention to the most frequently occurring and annoying design bloopers from real web sites he has worked on or researched. Not just a critique of these bloopers and their sites, this book shows how to correct or avoid the blooper and gives a detailed analysis of each design problem.   <br><br>Hear Jeff Johnson's interview podcast  on software and website usability at the University of Canterbury (25 min.) Discusses in detail 60 of the most common and critical web design mistakes, along with the solutions, challenges, and tradeoffs associated with them.  Covers important subject areas such as: content, task-support, navigation, forms, searches, writing, link appearance, and graphic design and layout.  Organized and formatted based on the results of its own usability test performed by web designers themselves. Features its own web site (www.web-bloopers.com)with new and emerging web design no-no's (because new bloopers are born every day) along with a much requested printable blooper checklist for web designers and developers to use.",
                "author": "Jeff Johnson",
                "slug": "web-bloopers-276994-9780080520896-jeff-johnson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080520896.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276994",
                "product_url": "/app/ecom/book/276994/web-bloopers-276994-9780080520896-jeff-johnson",
                "bisac_codes": [
                    "COM060080",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608405",
                    "EISBN13": "9780080520896",
                    "EISBN10": "0080520898"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026370317"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276993",
            "attributes": {
                "name": "Complete Maya Programming",
                "subtitle": "An Extensive Guide to MEL and C++ API",
                "description": "Learning Maya, the world's leading 3D animation and effects package, is a challenge, especially for those who want to master Maya's versatile programming features in addition to its built-in tools. Finally, here is a practical, step-by-step guide that shows how to use Maya to its fullest potential, beginning with the basics. Readers of Complete Maya Programming will first gain a thorough understanding of Maya's inner workings, and then learn how to customize and extend Maya with scripts and plugins that take control and productivity to new levels.Users new to programming can apply Maya's easy scripting language MEL (Maya Embedded Language), while more advanced users can work with the C++ API  (Application Progamming Interface). Both a fundamental tutorial for Maya beginners and a solid reference for experienced developers, Complete Maya Programming is every user's guide to Maya mastery.<br><br>* Provides a multitude of real-world examples illustrating applications of Maya programming.* Demonstrates how to use MEL to control Maya, customize its interface, automate procedures, and more* Details how to use the C++ API to modify Maya functionality and develop tools and features to meet any need* Explains when to use MEL, when to use the C++ API, and how to use them together* Ideal for technical directors, developers, or anyone wishing to to master Maya* Provides a storehouse of MEL scripts and C++ source code, glossary, and list of resources, available at www.davidgould.com",
                "author": "David Gould",
                "slug": "complete-maya-programming-276993-9780080502373-david-gould",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080502373.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276993",
                "product_url": "/app/ecom/book/276993/complete-maya-programming-276993-9780080502373-david-gould",
                "bisac_codes": [
                    "COM012000",
                    "COM051010"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608351",
                    "EISBN13": "9780080502373",
                    "EISBN10": "0080502377"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026350148"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276992",
            "attributes": {
                "name": "Designing Data-Intensive Web Applications",
                "subtitle": "",
                "description": "The most prominent Web applications in use today are data-intensive. Scores of database management systems across the Internet access and maintain large amounts of structured data for e-commerce, on-line trading, banking, digital libraries, and other high-volume sites.Developing and maintaining these data-intensive applications is an especially complex, multi-disciplinary activity, requiring all the tools and techniques that software engineering can provide.  This book represents a breakthrough for Web application developers. Using hundreds of illustrations and an elegant intuitive modeling language, the authorsall internationally-known database researcherspresent a methodology that fully exploits the conceptual modeling approach of software engineering, from idea to application.  Readers will learn not only how to harness the design technologies of relational databases for use on the Web, but also how to transform their conceptual designs of     data-intensive Web applications into effective software components.<br><br>* A fully self-contained introduction and practitioner's guide suitable for both technical and non-technical members of staff, as well as students.* A methodology, development process, and notation (WebML) based on common practice but optimized for the unique challenges of high-volume Web applications.* Completely platform- and product-independent; even the use of WebML is optional.* Based on well-known industry standards such as UML and the Entity Relationship Model.* Enhanced by its own Web site (http://www.webml.org), containing additional examples, papers, teaching materials, developers' resources, and exercises with solutions.",
                "author": "Stefano Ceri, Piero Fraternali, Aldo Bongio, Marco Brambilla, Sara Comai, Maristella Matera",
                "slug": "designing-data-intensive-web-applications-276992-9780080503936-stefano-ceri-piero-fraternali-aldo-bongio-marco-brambilla-sara-comai-maristella-matera",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080503936.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276992",
                "product_url": "/app/ecom/book/276992/designing-data-intensive-web-applications-276992-9780080503936-stefano-ceri-piero-fraternali-aldo-bongio-marco-brambilla-sara-comai-maristella-matera",
                "bisac_codes": [
                    "COM021000",
                    "COM060080"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608436",
                    "EISBN13": "9780080503936",
                    "EISBN10": "0080503934"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026349426"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276990",
            "attributes": {
                "name": "Interaction Design for Complex Problem Solving",
                "subtitle": "Developing Useful and Usable Software",
                "description": "Software for complex problem solving can dazzle people with advanced features and alluring visuals, but when actually put to use it often disappoints and even frustrates users.  This software rarely follows the user's own work methods, nor does it give people the degree of control and choice that they truly need.This book presents a groundbreaking approach to interaction design for complex problem solving applications.  The author uses her vast field experience to present a new way of looking at the whole process, and treats complex problem solving software and web applications as a distinct class with its own set of usefulness demands and design criteria. This approach highlights integrated interactions rather than discrete actions, clearly defines what makes problem solving complex, and explores strategies for analyzing, modeling, and designing for exploratory inquiries.<br><br>In depth case studies ranging from IT troubleshooting to marketing analysis to risk assessments in healthcare show exactly where and what goes wrong in real world activities and how to improve them.Presents a system and framework for analyzing complex work and takes the mystery out of eliciting patterns of work and their meanings.Offers new perspectives for support and new design strategies for building the right models into programs so that they effectively address users' dynamic work. Allows designers to turn findings into useful designs for problems that require users to create new knowledge but with no one right answer and with many methods of reaching solutions.",
                "author": "Barbara Mirel",
                "slug": "interaction-design-for-complex-problem-solving-276990-9780080508955-barbara-mirel",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080508955.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276990",
                "product_url": "/app/ecom/book/276990/interaction-design-for-complex-problem-solving-276990-9780080508955-barbara-mirel",
                "bisac_codes": [
                    "COM079010",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608313",
                    "EISBN13": "9780080508955",
                    "EISBN10": "0080508952"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026350342"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276989",
            "attributes": {
                "name": "Computer Networks",
                "subtitle": "A Systems Approach",
                "description": "In this new edition of their classic and bestselling textbook, authors Larry Peterson and Bruce Davie continue to emphasize why networks work the way they do. Their \"system approach\" treats the network as a system composed of interrelated building blocks (as opposed to strict layers), giving students and professionals the best possible conceptual foundation on which to understand current networking technologies, as well as the new ones that will quickly take their place.<br><br>Incorporating instructor and user feedback, this edition has also been fully updated and includes all-new material on MPLS and switching, wireless and mobile technology, peer-to-peer networks, Ipv6, overlay and content distribution networks, and more. As in the past, all instruction is rigorously framed by problem statements and supported by specific protocol references, C-code examples, and thought-provoking end-of-chapter exercises.<br><br>Computer Networks: A Systems Approach remains an essential resource for a successful classroom experience and a rewarding career in networking. Written by an author team with over thirty years of first-hand experience in networking research, development, and teaching--two leaders in the work of defining and implementing many of the protocols discussed in the book. Includes all-new coverage and updated material on MPLS and switching, wireless and mobile technology, peer-to-peer networks, Ipv6, overlay and content distribution networks, VPNs, IP-Telephony, network security, and multimedia communications (SIP, SDP). Additional and earlier focus on applications in this edition makes core protocols more accessible and more meaningful to readers already familiar with networked applications. Features chapter-framing statements, over 400 end-of-chapter exercises, example exercises(with solutions), shaded sidebars covering advanced topics, web resources and other proven pedagogical features.",
                "author": "Larry L. Peterson, Bruce S. Davie",
                "slug": "computer-networks-276989-9780080488547-larry-l-peterson-bruce-s-davie",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080488547.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276989",
                "product_url": "/app/ecom/book/276989/computer-networks-276989-9780080488547-larry-l-peterson-bruce-s-davie",
                "bisac_codes": [
                    "COM043000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608320",
                    "EISBN13": "9780080488547",
                    "EISBN10": "0080488544"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352497"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276988",
            "attributes": {
                "name": "From COBOL to OOP",
                "subtitle": "",
                "description": "Driven by the year-2000 problem, the hordes of COBOL developers experienced a renaissance, but the times when COBOL was state-of-the-art are long gone. Object-orientation, application servers, web front-ends, and relational database systems dominate the scene for new projects today. The fact remains however, that millions of lines of source code written in the structured programming language COBOL work daily on computer systems all over the world. One problem that COBOL developers have to deal with on these new projects is familiarity with object-oriented concepts. Markus Knasmuller, rich with experiences of OO projects in COBOL development teams, offers a successful introduction for the experienced COBOL programmer. A careful approach across techniques familiar to COBOL developers and discussions of current standards make this book easily accessible and understandable.<br><br>*A practical approach to OOP using the concepts and techniques familiar to the experienced COBOL programmer.<br>*Written independently from any specific programming environment, and all programming examples written in both Delphi and Java. <br>*Detailed case study describing the successful migration of 10 million lines of COBOL code to object-oriented programming.<br>*Companion CD-ROM containing all tutorial sections of the book in PowerPoint and all sample solutions to the problems ready for compilation.",
                "author": "Markus Knasmüller",
                "slug": "from-cobol-to-oop-276988-9780080494982-markus-knasmuller",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080494982.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276988",
                "product_url": "/app/ecom/book/276988/from-cobol-to-oop-276988-9780080494982-markus-knasmuller",
                "bisac_codes": [
                    "COM051010",
                    "COM005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608221",
                    "EISBN13": "9780080494982",
                    "EISBN10": "0080494986"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026361816"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276987",
            "attributes": {
                "name": "Maintaining and Evolving Successful Commercial Web Sites",
                "subtitle": "Managing Change, Content, Customer Relationships, and Site Measurement",
                "description": "Ashley Friedlein's first book, Web Project Management: Delivering Successful Commercial Web Sites, became a bestseller and an essential reference for Web professionals developing new sites. Maintaining and Evolving Successful Commercial Web Sites addresses the realities of successful sites today, namely the notion that maintaining and evolving a site is actually a bigger commitment than launching it. Management wants to maximize returns and obtain reliable performance data, customers demand better service and insist on sites that are more advanced yet easier to use, and the Web site must increasingly be integrated with the entire business even as the amount of information it handles continues to grow.Maintaining and Evolving Successful Commercial Web Sites focuses more on process, reality, and pragmatism and less on strategic theory. It provides the reader with the knowledge, tools, approaches, and processes to manage key site maintenance and evolution projects, providing answers to the following questions:*How can I better manage changes and updates to the Web site?*How can I scale up to allow more contributions to the site and more content and still maintain quality and control?*What is content management and how do I go about it?*How do I go about personalization or community building?*What is Customer Relationship Management (CRM) and how do I actually do it online?*How do I measure and report on how well the site is doing?*How do I avoid information overload?*How do I maximize the value the site creates?The book includes case studies to demonstrate candidly how the issues discussed in the book translate into reality.<br><br>*Case studies show candidly how the issues discussed translate into reality. *Describes content management & Customer Relationship Management (CRM) how to go about implementing them. *Teaches how to measure & report on how well the site is doing, how to avoid information overload, & how to maximize the value the site creates.",
                "author": "Ashley Friedlein",
                "slug": "maintaining-and-evolving-successful-commercial-web-sites-276987-9780080510644-ashley-friedlein",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080510644.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276987",
                "product_url": "/app/ecom/book/276987/maintaining-and-evolving-successful-commercial-web-sites-276987-9780080510644-ashley-friedlein",
                "bisac_codes": [
                    "COM060080",
                    "COM005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608306",
                    "EISBN13": "9780080510644",
                    "EISBN10": "0080510647"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352982"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276986",
            "attributes": {
                "name": "Mission Critical Windows 2000 Server Administration",
                "subtitle": "",
                "description": "<p>Announcing the \"Mission Critical\" series from Syngress Media - providing crucial coverage of the topics necessary for IT professionals to perform and succeed on the job.</p>  <p>Mission Critical Windows 2000 Server Administration cuts to the chase and provides system administrators with the most important features of the operating system. There's no \"hand-holding\", no basic definitions of functions, no step-by-step guidelines - just high-level coverage of the critical components of Windows 2000 that system administrators must know.  </p> Hot topic - since the launch of Windows 2000 in February - there is an increased demand for a high-level book Comes with free membership to [email protected], which provides readers with regular updates, articles, white papers, and bug alerts Offers high-level coverage of the following topics: Active Directory, remote installation and deployment, security, network services, Microsoft Management Console and administration",
                "author": "Syngress",
                "slug": "mission-critical-windows-2000-server-administration-276986-9780080479484-syngress",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080479484.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276986",
                "product_url": "/app/ecom/book/276986/mission-critical-windows-2000-server-administration-276986-9780080479484-syngress",
                "bisac_codes": [
                    "COM043000",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781928994169",
                    "EISBN13": "9780080479484",
                    "EISBN10": "0080479480"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026355252"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276985",
            "attributes": {
                "name": "Modelling and Control in Biomedical Systems 2006",
                "subtitle": "",
                "description": "<p>Modelling and Control in Biomedical Systems (including Biological Systems) was held in Reims, France, 20-22 August 2006. This Symposium was organised by the University of Reims Champagne Ardenne and the Societe de lElectricite, de lElectronique et des TIC (SEE).</p>  <p>The Symposium attracted practitioners in engineering, information technology, mathematics, medicine and biology, and other related disciplines, with authors from 24 countries. Besides the abstracts of the four plenary lectures, this volume contains the 92 papers that were presented by their authors at the Symposium.</p>  <p>The papers included two invited keynote presentations given by internationally prominent and well-recognised research leaders: Claudio Cobelli, whose talk is titled \"Dynamic modelling in diabetes: from whole body to genes\"; and Irving J. Bigio, whose talk is titled \"Elastic scattering spectroscopy for non-invasive detection of cancer\". Two prestigious industrial speakers were also invited to give keynote presentations: Terry O'Brien from LIDCO, whose talk is titled \"LIDCO: From the laboratory to protocolized goal directed therapy\"; and Lorenzo Quinzio of Philips, whose talk is titled \"Clinical decision support in monitoring and information systems\".</p> A valuable source of information on the state-of- the-art in Modelling and Control in Biomedical Systems Including abstracts of four plenary lectures, and 92 papers presented by their authors",
                "author": "David Dagan Feng, Janan Zaytoon",
                "slug": "modelling-and-control-in-biomedical-systems-2006-276985-9780080479491",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080479491.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276985",
                "product_url": "/app/ecom/book/276985/modelling-and-control-in-biomedical-systems-2006-276985-9780080479491",
                "bisac_codes": [
                    "TEC004000",
                    "TEC007000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780080445304",
                    "EISBN13": "9780080479491",
                    "EISBN10": "0080479499"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026361359"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276984",
            "attributes": {
                "name": "Modern Cable Television Technology",
                "subtitle": "",
                "description": "<p>Fully updated, revised, and expanded, this second edition of Modern Cable Television Technology addresses the significant changes undergone by cable since 1999--including, most notably, its continued transformation from a system for delivery of television to a scalable-bandwidth platform for a broad range of communication services. It provides in-depth coverage of high speed data transmission, home networking, IP-based voice, optical dense wavelength division multiplexing, new video compression techniques, integrated voice/video/data transport, and much more.</p>  <p>Intended as a day-to-day reference for cable engineers, this book illuminates all the technologies involved in building and maintaining a cable system. But it's also a great study guide for candidates for SCTE certification, and its careful explanations will benefit any technician whose work involves connecting to a cable system or building products that consume cable services.</p> Written by four of the most highly-esteemed cable engineers in the industry with a wealth of experience in cable, consumer electronics, and telecommunications All new material on digital technologies, new practices for delivering high speed data, home networking, IP-based voice technology, optical dense wavelength division multiplexing (DWDM), new video compression techniques, and integrated voice/video/data transport Covers the latest on emerging digital standards for voice, data, video, and multimedia Presents distribution systems, from drops through fiber optics, an covers everything from basic principles to network architectures",
                "author": "David Large, James Farmer",
                "slug": "modern-cable-television-technology-276984-9780080511931-david-large-james-farmer",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080511931.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276984",
                "product_url": "/app/ecom/book/276984/modern-cable-television-technology-276984-9780080511931-david-large-james-farmer",
                "bisac_codes": [
                    "COM043000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608283",
                    "EISBN13": "9780080511931",
                    "EISBN10": "0080511937"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026355268"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276982",
            "attributes": {
                "name": "Tcl/Tk",
                "subtitle": "A Developer's Guide",
                "description": "Tcl/Tk (Tool Command Language/Tool Kit) makes it fast and easy to implement any type of application, from games to network analyzers. Tcl/Tk is a full-bodied, mature programming platform used by NASA rocket scientists, Wall Street database experts, Internet designers, and open source programmers around the world. Tcl/Tk's multi-faceted and extensible nature make it ideal for developing end-user GUIs, client/server middleware, Web applications, and more. You can code completely in Tcl, use any of hundreds of extensions, call C or Java subroutines from Tcl/Tk, or use Tcl to glue legacy applications together.<br><br>Written from a programmer's perspective, Tcl/Tk: A Developer's Guide describes how to use Tcl's standard tools and the unique features that make Tcl/Tk powerful: including graphics widgets, packages, namespaces, and extensions. With this book an experienced programmer will be able to code Tcl in a few hours. In just a few chapters you will learn about Tcl features that allow you to isolate and protect your code from being damaged in large applications. You will even learn how to extend the language itself.<br><br>Tcl/Tk: A Developer's Guide clearly discusses development tools, proven techniques, and existing extensions. It shows how to use Tcl/Tk effectively and provides many code examples. This fully revised new edition is the complete resource for computer professionals, from systems administrators to programmers. It covers versions 7.4  to 8.4 and includes a CD-ROM containing the interpreters, libraries, and tutorials to get you started quickly. Additional materials in the book include case studies and discussions of techniques for the advanced user.<br><br>On the CD-ROM<br>*Distributions for Tcl 8.3 and 8.4 for Linux, Solaris, Macintosh, and Windows. <br>*A copy of ActiveTcl from ActiveState. <br>*The latest release of TclTutor.<br>*How-to's and tutorials as well as copies of all the tools discussed in the book.<br>*The author's \"Tclsh Spot\" articles from :login; magazine and the \"Real World\" Tcl/Tk chapters from the first edition.<br>*Demo copies of commercial development tools from ActiveState and NeatWare.<br>*Many open source Tcl/Tk development tools.<br>*Tcl/Tk design guidelines.<br><br>*Brings beginners up to speed quickly. <br>*Overview of Tcl development tools, popular extensions, and packages. <br>*Tips, style guidelines, and debugging techniques for the advanced user.",
                "author": "Clif Flynt, Marshall T. Rose",
                "slug": "tcltk-276982-9780080518435-clif-flynt",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080518435.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276982",
                "product_url": "/app/ecom/book/276982/tcltk-276982-9780080518435-clif-flynt",
                "bisac_codes": [
                    "COM051010",
                    "COM051230"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608023",
                    "EISBN13": "9780080518435",
                    "EISBN10": "0080518435"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026356260"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276983",
            "attributes": {
                "name": "Content Networking",
                "subtitle": "Architecture, Protocols, and Practice",
                "description": "As the Internet has grown, so have the challenges associated with delivering static, streaming, and dynamic content to end-users. This book is unique in that it addresses the topic of content networking exclusively and comprehensively, tracing the evolution from traditional web caching to today's open and vastly more flexible architecture. With this evolutionary approach, the authors emphasize the field's most persistent concepts, principles, and mechanisms--the core information that will help you understand why and how content delivery works today, and apply that knowledge in the future. Focuses on the principles that will give you a deep and timely understanding of content networking. Offers dozens of protocol-specific examples showing how real-life Content Networks are currently designed and implemented. Provides extensive consideration of Content Services, including both the Internet Content Adaptation Protocol (ICAP) and Open Pluggable Edge Services (OPES). Examines methods for supporting time-constrained media such as streaming audio and video and real-time media such as instant messages. Combines the vision and rigor of a prominent researcher with the practical experience of a seasoned development engineer to provide a unique combination of theoretical depth and practical application.",
                "author": "Markus Hofmann, Leland R. Beaumont",
                "slug": "content-networking-276983-9780080490779-markus-hofmann-leland-r-beaumont",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080490779.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276983",
                "product_url": "/app/ecom/book/276983/content-networking-276983-9780080490779-markus-hofmann-leland-r-beaumont",
                "bisac_codes": [
                    "COM043000",
                    "COM060000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608344",
                    "EISBN13": "9780080490779",
                    "EISBN10": "0080490778"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352578"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 75081,
            "pages": 78372,
            "count": 1567436
        }
    }
}

Response Info

Default: None