GET /services/catalog/products?format=api&page=75099
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=78390",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=75100",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=75098"
    },
    "data": [
        {
            "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"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276981",
            "attributes": {
                "name": "JSP",
                "subtitle": "Practical Guide for Programmers",
                "description": "JavaServer Pages (JSP) is a technology for building dynamic web applications that can access databases and provide an interactive experience for users. It's a powerful technology with open source implementations (server and platform independent) for building enterprise Web applications. With JSP, existing business systems can be leveraged with minimal overhead, maintenance, and support. JSP: Practical Guide for Java Programmers is designed to cover the essentials of JSP including the basic JSP constructs and the relevant implicit objects as well as more advanced concepts such as incorporating JavaBeans, developing custom tags, utilizing the JSP expression language, building with the JSP Standard Tag Library, and developing complete JSP-Servlet application. Covers the latest release of JSP, version 2.0, and covers new features such as the Expression Language and Standard Tag Library. Includes a sample application of an electronic bank Web site, showing the power of JSP in providing the foundation for building Web applications. Provides a clear, straight-to-the-point approach to the JSP so that readers can start using it in their own projects right away.",
                "author": "Robert Brunner",
                "slug": "jsp-276981-9780080495958-robert-brunner",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080495958.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276981",
                "product_url": "/app/ecom/book/276981/jsp-276981-9780080495958-robert-brunner",
                "bisac_codes": [
                    "COM051280",
                    "COM051000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608368",
                    "EISBN13": "9780080495958",
                    "EISBN10": "0080495958"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351757"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276980",
            "attributes": {
                "name": "Microsoft SharePoint Technologies",
                "subtitle": "Planning, Design and Implementation",
                "description": "Microsoft SharePoint Technologies: Planning, Design and Implementation provides an in-depth examination of the tasks involved in planning, designing and deploying SharePoint in your enterprise. The book examines SharePoint from the user's perspective, the administrator's perspective, and the application developer's perspective and looks at how you can maximize your investment by integrating SharePoint features with Office 2003 and other enterprise applications in your environment. The authors are experienced consultants that have helped many large corporations deploy Microsoft technologies within their enterprise. This book is filled with practical experience and knowledge gained from working with customers in the field.<br><br>* Complete guide to getting the most out of your SharePoint deployments<br>* Critical techniques for system architects to design and deploy SharePoint Technologies<br>* Features most important issues for day to day efficient management and usage<br>* How to customize and extend your SharePoint environment for your own needs",
                "author": "Kevin Laahs, Emer McKenna, Veli-Matti Vanamo",
                "slug": "microsoft-sharepoint-technologies-276980-9780080479446-kevin-laahs-emer-mckenna-veli-matti-vanamo",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080479446.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276980",
                "product_url": "/app/ecom/book/276980/microsoft-sharepoint-technologies-276980-9780080479446-kevin-laahs-emer-mckenna-veli-matti-vanamo",
                "bisac_codes": [
                    "COM060080",
                    "COM046040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781555583019",
                    "EISBN13": "9780080479446",
                    "EISBN10": "0080479448"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351736"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276979",
            "attributes": {
                "name": "IPv6",
                "subtitle": "Theory, Protocol, and Practice",
                "description": "The second edition of IPv6: Theory, Protocol, and Practice guides readers through implemetation and deployment of IPv6. The Theory section takes a close, unbiased look at why so much time and effort has been expended on revising IPv4. In the Protocol section is a comprehensive review of the specifics of IPv6 and related protocols. Finally, the Practice section provides hands-on explanations of how to roll out IPv6 support and services.This completely rewritten edition offers updated and comprehensive coverage of important topics including router and server configuration, security, the impact of IPv6 on mobile networks, and evaluating the impact of IPv6-enabled networks globally.  Pete Loshin's famously lucid explanations benefit readers at every turn, making Ipv6: Theory, Protocol, and Practice the best way for a large diverse audience to get up to speed on this groundbreaking technology. The comprehensive, accessible, and up-to-date resource needed by network engineers and support staff, product developers and managers, programmers, and marketing professionals Divided into sections on theory, the protocol's technical details, and techniques for building Ipv6 networks, this book covers not only the protocol but the ways in which the protocol can be integrated into networks Covers critical topics in depth, including router and server configuration, security, value assessment, and the impact of Ipv6 on global networks",
                "author": "Peter Loshin",
                "slug": "ipv6-276979-9780080495873-peter-loshin",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080495873.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276979",
                "product_url": "/app/ecom/book/276979/ipv6-276979-9780080495873-peter-loshin",
                "bisac_codes": [
                    "COM043000",
                    "COM043040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608108",
                    "EISBN13": "9780080495873",
                    "EISBN10": "0080495877"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026361282"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276978",
            "attributes": {
                "name": "HCI Models, Theories, and Frameworks",
                "subtitle": "Toward a Multidisciplinary Science",
                "description": "<p>HCI Models, Theories, and Frameworks provides a thorough pedagological survey of the science of Human-Computer Interaction (HCI). HCI spans many disciplines and professions, including anthropology, cognitive psychology, computer graphics, graphical design, human factors engineering, interaction design, sociology, and software engineering. While many books and courses now address HCI technology and application areas, none has addressed HCIs multidisciplinary foundations with much scope or depth. This text fills a huge void in the university education and training of HCI students as well as in the lifelong learning and professional development of HCI practitioners. Contributors are leading researchers in the field of HCI. If you teach a second course in HCI, you should consider this book.</p>  <p>This book provides a comprehensive understanding of the HCI concepts and methods in use today, presenting enough comparative detail to make primary sources more accessible. Chapters are formatted to facilitate comparisons among the various HCI models. Each chapter focuses on a different level of scientific analysis or approach, but all in an identical format, facilitating comparison and contrast of the various HCI models. Each approach is described in terms of its roots, motivation, and type of HCI problems it typically addresses. The approach is then compared with its nearest neighbors, illustrated in a paradigmatic application, and analyzed in terms of its future.</p>  <p>This book is essential reading for professionals, educators, and students in HCI who want to gain a better understanding of the theoretical bases of HCI, and who will make use of a good background, refresher, reference to the field and/or index to the literature.</p> Contributors are leading researchers in the field of Human-Comptuter Interaction  Fills a major gap in current literature about the rich scientific foundations of HCI  Provides a thorough pedogological survey of the science of HCI",
                "author": "John M. Carroll",
                "slug": "hci-models-theories-and-frameworks-276978-9780080491417",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080491417.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276978",
                "product_url": "/app/ecom/book/276978/hci-models-theories-and-frameworks-276978-9780080491417",
                "bisac_codes": [
                    "COM070000",
                    "COM060080"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558608085",
                    "EISBN13": "9780080491417",
                    "EISBN10": "0080491413"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026361317"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276977",
            "attributes": {
                "name": "System Level Design with Rosetta",
                "subtitle": "",
                "description": "The steady and unabated increase in the capacity of silicon has brought the semiconductor industry to a watershed challenge.  Now a single chip can integrate a radio transceiver, a network interface, multimedia functions, all the \"glue\" needed to hold it together as well as a design that allows the hardware and software to be reconfigured for future applications.  Such complex heterogeneous systems demand a different design methodology.  A consortium of industrial and government labs have created a new language and a new design methodology to support this effort.  Rosetta permits designers to specify requirements and constraints independent of their low level implementation and to integrate the designs of domains as distinct as digital and analog electronics, and the mechanical, optical, fluidic and thermal subsystems with which they interact.<br><br>In this book, Perry Alexander, one of the developers of Rosetta, provides a tutorial introduction to the language and the system-level design methodology it was designed to support.<br><br>* The first commercially published book on this system-level design language<br><br>* Teaches you all you need to know on how to specify, define, and generate models in Rosetta<br><br>* A presentation of complete case studies analyzing design trade-offs for power consumption, security requirements in a networking environment, and constraints for hardware/software co-design",
                "author": "Perry Alexander",
                "slug": "system-level-design-with-rosetta-276977-9780080498379-perry-alexander",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080498379.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276977",
                "product_url": "/app/ecom/book/276977/system-level-design-with-rosetta-276977-9780080498379-perry-alexander",
                "bisac_codes": [
                    "COM011000",
                    "TEC008070"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558607712",
                    "EISBN13": "9780080498379",
                    "EISBN10": "008049837X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351653"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276976",
            "attributes": {
                "name": "The Mezonic Agenda: Hacking the Presidency",
                "subtitle": "Hack along with the heroes and villains as the American Presidency hangs in the balance of cyber-space...",
                "description": "The Mezonic Agenda deals with some of the most pressing topics in technology and computer security today including: reverse engineering, cryptography, buffer overflows, and steganography. The book tells the tale of criminal hackers attempting to compromise the results of a presidential election for their own gain. The accompanying CD contains real, working versions of all the applications described in the fictional narrative of the book. Computer users, programmers, IT professionals, and policy makers need to be made aware of the risks involved with deploying new technologies and see how attackers can leverage these technologies for their own purposes. While the story in The Mezonic Agenda is fictional, the technologies, exploits, and hacking techniques are all very real.<br><br>* The first cyber-thriller\" that allows the reader to \"hack along\" using the accompanying CD which contains working versions of all the applications described in the book. <br><br>* To be published in October 2004 when interest in the American Presidential election will be at its highest. <br><br>* Provides IT professionals with the most advanced, timely, and accurate information available on security exploits in a fascinating, fictional narrative.",
                "author": "Herbert Thomson",
                "slug": "the-mezonic-agenda-hacking-the-presidency-276976-9780080479408-herbert-thomson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080479408.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276976",
                "product_url": "/app/ecom/book/276976/the-mezonic-agenda-hacking-the-presidency-276976-9780080479408-herbert-thomson",
                "bisac_codes": [
                    "COM053000",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781931836838",
                    "EISBN13": "9780080479408",
                    "EISBN10": "0080479405"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351581"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276975",
            "attributes": {
                "name": "Applying Knowledge Management",
                "subtitle": "Techniques for Building Corporate Memories",
                "description": "The wholesale capture and distribution of knowledge over the last thirty years has created an unprecedented need for organizations to manage their knowledge assets. Knowledge Management (KM) addresses this need by helping an organization to leverage its information resources and knowledge assets by \"remembering\" and applying its experience. KM involves the acquisition, storage, retrieval, application, generation, and review of the knowledge assets of an organization in a controlled way. Today, organizations are applying KM throughout their systems, from information management to marketing to human resources. <br><br>Applying Knowledge Management: Techniques for Building Corporate Memories examines why case-based reasoning (CBR) is so well suited for KM. CBR can be used to adapt solutions originally designed to solve problems in the past, to address new problems faced by the organization. This book clearly demonstrates how CBR can be successfully applied to KM problems by presenting several in-depth case-studies. <br><br>Ian Watson, a well-known researcher in case-based reasoning and author of the introductory book, Applying CBR: Techniques for Enterprise Systems has written this book specifically for IT managers and knowledge management system developers.<br><br>* Provides 7 real-world applications of knowledge management systems that use case-based reasoning techniques.<br>* Presents the technical information needed to implement a knowledge management system.<br>* Offers insights into the development of commercial KM CBR applications<br>* Includes information on CBR software vendors, CBR consultants and value added resellers",
                "author": "Ian Watson",
                "slug": "applying-knowledge-management-276975-9780080499277",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080499277.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276975",
                "product_url": "/app/ecom/book/276975/applying-knowledge-management-276975-9780080499277",
                "bisac_codes": [
                    "COM004000",
                    "COM060080"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781558607606",
                    "EISBN13": "9780080499277",
                    "EISBN10": "0080499279"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352291"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000276974",
            "attributes": {
                "name": "Membranes for Industrial Wastewater Recovery and Re-use",
                "subtitle": "",
                "description": "There is increasing political and environmental pressure on industry to clean up the water which it uses in many processes, and to re-use this water where possible. This cleaning is done using specially-developed industrial membranes and this book covers the types and design of membranes, how they work and in which industries they are used. Special attention is paid to the textile, food/  beverage, pharmaceutical, oil and pulp and paper industries where such membranes are in regular use.",
                "author": "S. Judd, Bruce Jefferson",
                "slug": "membranes-for-industrial-wastewater-recovery-and-re-use-276974-9780080479385",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080479385.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "276974",
                "product_url": "/app/ecom/book/276974/membranes-for-industrial-wastewater-recovery-and-re-use-276974-9780080479385",
                "bisac_codes": [
                    "TEC009010",
                    "034"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856173896",
                    "EISBN13": "9780080479385",
                    "EISBN10": "0080479383"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026351443"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 75099,
            "pages": 78390,
            "count": 1567788
        }
    }
}

Response Info

Default: None