Product List
GET /services/catalog/products?format=api&page=77775
{ "links": { "first": "https://redshelf.com/services/catalog/products?format=api&page=1", "last": "https://redshelf.com/services/catalog/products?format=api&page=78455", "next": "https://redshelf.com/services/catalog/products?format=api&page=77776", "prev": "https://redshelf.com/services/catalog/products?format=api&page=77774" }, "data": [ { "type": "Product", "id": "00010000071786", "attributes": { "name": "Sphinx Search", "subtitle": "Beginner's Guide\n ", "description": "Sphinx is an open-source full-text search server, designed from the ground up with a focus on performance, relevance, and integration simplicity. With Sphinx, you can either batch index and search data stored in an SQL database, NoSQL storage, or just files quickly and easily - or index and search data on the fly, working with Sphinx pretty much as a database server. Sphinx Search Beginner's Guide serves as a guide to everything you need to know about running a Sphinx Search Engine. In today's world, search is an integral part of any application and having a reliable search engine like Sphinx Search can be the difference between running a successful and unsuccessful business. What good is being on the Web if no one knows you are there? It is easy to build a proficient search engine with Sphinx Search Beginner's Guide to hand. This practical guide provides insight into one of the most popular open source search engines, Sphinx. You will learn how to set up Sphinx on your own server, with the basics of how a search engine works explained in brief. You will learn how to create an index using Sphinx and then perform a search on that index using the client API, as well as learning how to configure Sphinx to get the most out of it. You will also be shown how Sphinx gives quality search results by relevance ranking. The book will help a beginner in all possible ways to create both simple and complex search forms in their applications. It's easy to use Sphinx Search engine, when you have the Sphinx Search Beginner's Guide to hand. This book is a step-by-step guide for an absolute beginner. It covers everything, from installing to configuring, to get you started quickly. It has numerous code examples that the reader can try on their own and learn while doing so. It has two full-fledged applications as examples that readers can follow. This book is specifically focused on the Search feature of web applications. This book is for developers who are new to Sphinx Search. All code examples use PHP but the logic is same for any other web scripting languages as well.", "author": "Abbas Ali", "slug": "sphinx-search-71786-9781849512558-abbas-ali", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849512541.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71786", "product_url": "/app/ecom/book/71786/sphinx-search-71786-9781849512558-abbas-ali", "bisac_codes": [ "COM060120" ], "items_count": null, "identifiers": { "ISBN13": "9781849512541", "EISBN13": "9781849512558" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066892" } } } }, { "type": "Product", "id": "00010000071785", "attributes": { "name": "Moodle Security", "subtitle": "", "description": "Moving your classes and resources online with a Learning Management System such as Moodle opens up a whole world of possibilities for teaching your students. However, it also opens up a number of threats as your students, private information, and resources become vulnerable to cyber attacks. Learn how to safeguard Moodle to keep the bad guys at bay. Moodle Security will show you how to make sure that only authorized users can access the information on your Moodle site. This may seem simple, but, every day, systems get hacked and information gets lost or misused. Imagine the consequences if that were to happen in your school. The straightforward examples in this book will help you to lock down those access routes one door at a time. By learning about the different types of potential threat, reading this book will prepare you for the worst. Web robots can harvest your e-mail addresses to send spam e-mails from your account, which could have devastating effects. Moodle comes with a number of set roles and permissions - make sure these are assigned to the right people, and are set to keep out the spam bots, using Moodle's authentication features. Learn how to secure both Windows and Linux servers and to make sure that none of your system files are accessible to the wrong people. Many of the most dangerous web attacks come from inside your system, so once you have all of your security settings in place, you will learn to monitor user activity to make sure that there are no threats from registered users. You will learn to work with the tools that help you to do this and enable you to back up your settings so that even a crashed system can't bother you. Protect your students and staff by securing Moodle to prevent online attacks and hacks Moodle Security is packed with practical examples, which guide you through optimizing the protection of your Moodle site. Each chapter covers a different security threat and how to secure your site against it. You will also find recommendations for what is best for your particular system and usage. If you are in charge of Moodle - whether you are an administrator or lead teacher - then securing it is one of the most important things that you can do. You need to know the basics of working with Moodle, but no previous experience of system administration is required.", "author": "Darko Miletic", "slug": "moodle-security-71785-9781849512657-darko-miletic", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849512640.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71785", "product_url": "/app/ecom/book/71785/moodle-security-71785-9781849512657-darko-miletic", "bisac_codes": [ "COM032000" ], "items_count": null, "identifiers": { "ISBN13": "9781849512640", "EISBN13": "9781849512657" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066547" } } } }, { "type": "Product", "id": "00010000071784", "attributes": { "name": "haXe 2", "subtitle": "Beginner's Guide", "description": "haXe is the universal programming language that is completely cross-platform and provides a standard library that remains the same - regardless of platform. haXe 2 Beginner's Guide will get you up and running with this exciting language and will guide you through its features in the easiest way possible. haXe has filled the gap in creating multi-platform applications, and haXe 2 Beginner's Guide will fill the gap in learning all you need to know about haXe - even if it's the first time you have heard of it. This book will enable you to fully realize haXe's potential for translating code from a haXe program into different languages. Start with learning how to install haXe, work your way up to templating, and finally learn exactly how to make the same code work for multiple platforms. In between, find heaps of tricks and techniques and work with haXe's typing system. Learn about inheritance, go from learning what a parameter is to creating your own parameterized classes, and find out what the fuss is all about regarding the dynamic type. By the time you are done with this book, you'll find yourself writing efficient haXe code for multiple platforms in less time than you can say \"compatible\". This book is part of the Packt Beginner's Guide series. Written in an engaging style, it offers step-by-step examples with screenshots at key steps and clear explanation of what is happening in each task. This book is written for both Beginners and Developers who want to learn this multi-platform programming language to build web applications from scratch.", "author": "Benjamin Dasnois", "slug": "haxe-2-71784-9781849512572-benjamin-dasnois", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849512565.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71784", "product_url": "/app/ecom/book/71784/haxe-2-71784-9781849512572-benjamin-dasnois", "bisac_codes": [ "COM061000" ], "items_count": null, "identifiers": { "ISBN13": "9781849512565", "EISBN13": "9781849512572" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013065899" } } } }, { "type": "Product", "id": "00010000071779", "attributes": { "name": "Using CiviCRM", "subtitle": "", "description": "CiviCRM is a web-based, open source CRM system, designed specifically to meet the needs of advocacy, non-profit and non-governmental organizations. Elected officials, professional/trade associations, political campaigns and parties, government agencies, and other similar organizations are among its growing number of enthusiastic users. This book shows you how to harness CiviCRM's impressive array of possibilities as you develop and execute performance-critical CRM strategies. This book will help you become familiar with the structure and main functions of CiviCRM. It will guide you in developing and successfully implementing a CRM strategy for your organization using detailed explanations and practical examples. Using CiviCRM walks you through developing a CRM Implementation Plan that is suited to your organization's size, culture, and needs. Readers will take away many constituent relationship management best practices and the knowledge of how to implement them with CiviCRM. Benefits of Using CiviCRM will be felt across your organization, and help it better achieve its mission. Overall, your organization will interact with constituents more effectively and handle staff growth and transitions by tracking all contacts and interactions with them in a system shared across the organization. Gathering and analyzing data about your constituents and their interactions with your organization will better inform your decisions. If your organization fundraises, you'll be able to raise more money and reduce costs by identifying qualified prospects for targeted fundraising initiatives. We show how to attract new prospects and convert them to donors using online, direct mail, telemarketing and direct contact channels Using CiviCRM. You'll learn why and how to set up and then grow your monthly donor program, as well as improve the frequency, average donation amounts, and retention rates of your donor base. With this book you'll be able to reduce the burden on administrative resources by providing online payments and self-service options for event registrations and membership renewals. You can increase the likelihood your existing subscribers will become more involved with your organization, ensure more of your members show up to volunteer, identify potential leaders and steward their volunteer activities Finally, you'll be making relevant information easily available that quantifies what a great job you've been doing, including the number of hours that volunteers gave to your organization last year, the number of cases managed, or the number of new viral signups from your latest urgent action e-mail. This easy-to-understand book will guide you through building a well-formulated and well-executed CRM system that meets your organization's needs perfectly. This book is a step-by-step tutorial with practical examples, introduced by a planning framework and illustrations of good relationship management techniques for a variety of situations. We begin with basics such as installation, low-level implementation, and CiviCRM's core modules before covering CiviCRM's advanced features and issues such as customization of CiviCRM and integrating it with Joomla! and Drupal. You should be able to quickly grasp and implement the basic elements of CiviCRM before moving on to the more advanced features and tools. This book is for project implementers, organization leaders, staff, and volunteers in advocacy, non-profit, and non-governmental organizations, elected officials, professional/trade associations, political campaigns and parties, government agencies, and other similar organizations who want to implement CiviCRM in a manner tailored to their organization's size, culture, and needs. It addresses CRM strategists, implementers, administrators, and end users looking to become power users in communicating, fundraising, managing events, memberships, grants, cases, and people-resource management.", "author": "Joseph Murray, Brian P. Shaughnessy", "slug": "using-civicrm-71779-9781849512275-joseph-murray-brian-p-shaughnessy", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849512268.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71779", "product_url": "/app/ecom/book/71779/using-civicrm-71779-9781849512275-joseph-murray-brian-p-shaughnessy", "bisac_codes": [ "COM005030" ], "items_count": null, "identifiers": { "ISBN13": "9781849512268", "EISBN13": "9781849512275" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066964" } } } }, { "type": "Product", "id": "00010000071777", "attributes": { "name": "WordPress 3 Ultimate Security", "subtitle": "", "description": "Most likely - today - some hacker tried to crack your WordPress site, its data and content - maybe once but, with automated tools, very likely dozens or hundreds of times. There's no silver bullet but if you want to cut the odds of a successful attack from practically inevitable to practically zero, read this book. WordPress 3 Ultimate Security shows you how to hack your site before someone else does. You'll uncover its weaknesses before sealing them off, securing your content and your day-to-day local-to-remote editorial process. This is more than some \"10 Tips ...\" guide. It's ultimate protection - because that's what you need. Survey your network, using the insight from this book to scan for and seal the holes before galvanizing the network with a rack of cool tools. Solid! The WordPress platform is only as safe as the weakest network link, administrator discipline, and your security knowledge. We'll cover the bases, underpinning your working process from any location, containing content, locking down the platform, your web files, the database, and the server. With that done, your ongoing security is infinitely more manageable. Covering deep-set security yet enjoyable to read, WordPress 3 Ultimate Security will multiply your understanding and fortify your site. This is an essential guide to securing your WordPress site and content, which shows what to do locally, wirelessly, server-side, and with the application to keep the bad guys out. This is a comprehensive essential guide to WordPress security written in a light style, which converts learning a really serious topic to an enjoyable read. It is packed with copy-paste solutions to security to suit all levels of security know-how. Just as WordPress is used by a broad spectrum of website owners, with varying degrees of security know-how, so WordPress 3 Ultimate Security is written to be understood by security novices and web professionals alike. From site and server owners and administrators to members of their contributing team, this essential A to Z reference takes a complex and, let's face it, frankly dull subject and makes it accessible, encouraging, and sometimes even fun. Even if you are a total newbie to security, you can transform an insecure site into an iron-clad fortress, safeguarding your site users, your content and, sooner or later, your stress level.", "author": "Olly Connelly", "slug": "wordpress-3-ultimate-security-71777-9781849512114-olly-connelly", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849512107.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71777", "product_url": "/app/ecom/book/71777/wordpress-3-ultimate-security-71777-9781849512114-olly-connelly", "bisac_codes": [ "COM053000" ], "items_count": null, "identifiers": { "ISBN13": "9781849512107", "EISBN13": "9781849512114" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013067041" } } } }, { "type": "Product", "id": "00010000071776", "attributes": { "name": "CakePHP 1.3 Application Development Cookbook", "subtitle": "", "description": "CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying web applications. While the framework has a lot of documentation and reference guides available for beginners, developing more sophisticated and scalable applications require a deeper knowledge of CakePHP features, a challenge that proves difficult even for well established developers. The recipes in this cookbook will give you instant results and help you to develop web applications, leveraging the CakePHP features that allow you to build robust and complex applications. Following the recipes in this book you will be able to understand and use these features in no time. We start with setting up authentication on a CakePHP application. One of the most important aspects of a CakePHP application: the relationship between models, also known as model bindings. Model binding is an integral part of any application's logic and we can manipulate it to get the data we need and when we need. We will go through a series of recipes that will show us how to change the way bindings are fetched, what bindings and what information from a binding is returned, how to create new bindings, and how to build hierarchical data structures. We also define our custom find types that will extend the three basic ones, allowing our code to be even more readable and also create our own find type, with pagination support. This book also has recipes that cover two aspects of CakePHP models that are fundamental to most applications: validation, and behaviors. A cookbook for CakePHP developers on how to leverage one of the most popular PHP frameworks, including recipes for working with AJAX, datasources, GEO location, routing, performance optimization, and more. Written in cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for CakePHP developers to create unique web applications. The book is designed in such a way that you can refer to things chapter by chapter, and read them in no particular order. If you are a CakePHP developer who wants to discover quick and easy ways to improve web applications, and to leverage all aspects of the framework, this book is for you. This book assumes that you already have knowledge of CakePHP, and general PHP development skills.", "author": "Mariano Iglesias", "slug": "cakephp-13-application-development-cookbook-71776-9781849511933-mariano-iglesias", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849511926.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71776", "product_url": "/app/ecom/book/71776/cakephp-13-application-development-cookbook-71776-9781849511933-mariano-iglesias", "bisac_codes": [ "COM060090" ], "items_count": null, "identifiers": { "ISBN13": "9781849511926", "EISBN13": "9781849511933" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013065641" } } } }, { "type": "Product", "id": "00010000071773", "attributes": { "name": "Moodle JavaScript Cookbook", "subtitle": "", "description": "Moodle is the best e-learning solution on the block and is revolutionizing courses on the Web. Using JavaScript in Moodle is very useful to administrators and dynamic developers as it uses built-in libraries to provide the modern and dynamic experience that is expected by web users today. The Moodle JavaScript Cookbook will take you through the basics of combining Moodle with JavaScript and its various libraries and explain how JavaScript can be used along with Moodle. It will explain how to integrate Yahoo! User Interface Library (YUI) with Moodle. YUI will be the main focus of the book, and is the key to implementing modern, dynamic feature-rich interfaces to help your users get a more satisfying and productive Moodle experience. It will enable you to add effects, make forms more responsive, use AJAX and animation, all to create a richer user experience. You will be able to work through a range of YUI features, such as pulling in and displaying information from other websites, enhancing existing UI elements to make users' lives easier, and even how to add animation to your pages for a nice finishing touch. A Cookbook filled with step by step recipes to enhance Moodle with JavaScript and the Yahoo! UI Library This is a cookbook that contains a list of recipes explaining step-by-step how to use JavaScript in Moodle. The first two chapters concentrate on the basics of how to start working with JavaScript and the YUI while the later chapters show how to use these techniques as a basis for implementing more complete functionality. This book is aimed at developers and administrators comfortable with customizing Moodle with the use of plugin modules, themes, and patches who want to make their site more dynamic. If you have prior knowledge of HTML, PHP, and CSS and a good working knowledge of the underlying structure of Moodle, then this book is for you. No prior experience with JavaScript is needed.", "author": "Alastair Hole", "slug": "moodle-javascript-cookbook-71773-9781849511919-alastair-hole", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849511902.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71773", "product_url": "/app/ecom/book/71773/moodle-javascript-cookbook-71773-9781849511919-alastair-hole", "bisac_codes": [ "COM032000" ], "items_count": null, "identifiers": { "ISBN13": "9781849511902", "EISBN13": "9781849511919" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066546" } } } }, { "type": "Product", "id": "00010000071772", "attributes": { "name": "Zenoss Core 3.x Network and System Monitoring", "subtitle": "", "description": "For system administrators, network engineers, and security analysts, it is essential to keep a track of network traffic. Zenoss Core is an enterprise-level systems and network monitoring solution that can be as complex as you need it to be. And while just about anyone can install it, turn it on, and monitor \"something\", Zenoss Core has a complicated interface packed with features. The interface has been drastically improved over version 2, but it's still not the type of software you can use intuitively - in other words, a bit of guidance is in order. The role of this book is to serve as your Zenoss Core tour guide and save you hours, days, maybe weeks of time. This book will show you how to work with Zenoss and effectively adapt Zenoss for System and Network monitoring. Starting with the Zenoss basics, it requires no existing knowledge of systems management, and whether or not you can recite MIB trees and OIDs from memory is irrelevant. Advanced users will be able to identify ways in which they can customize the system to do more, while less advanced users will appreciate the ease of use Zenoss provides. The book contains step-by-step examples to demonstrate Zenoss Core's capabilities. The best approach to using this book is to sit down with Zenoss and apply the examples found in these pages to your system. The book covers the monitoring basics: adding devices, monitoring for availability and performance, processing events, and reviewing reports. It also dives into more advanced customizations, such as custom device reports, external event handling (for example, syslog server, zensendevent, and Windows Event Logs), custom monitoring templates using SNMP data sources, along with Nagios, and Cacti plugins. An example of a Nagios-style plugin is included and the book shows you where to get an example of a Cacti-compatible plugin for use as a command data source in monitoring templates. In Zenoss Core, ZenPacks are modules that add monitoring functionality. Using the Nagios plugin example, you will learn how to create, package, and distribute a ZenPack. You also learn how to explore Zenoss Core's data model using zendmd so that you can more effectively write event transformations and custom device reports. Implement Zenoss core and fit it into your security management environment using this easy-to-understand tutorial guide The book starts by covering installation and configuration, before moving on to administration and dashboard usage. It contains step-by-step instructions for setting up and using a working, capable Zenoss system. This book is written primarily for network and systems administrators who are monitoring their IT assets with Zenoss Core or who plan to monitor them. In reality, this book will benefit anyone, regardless of job title, who recognizes the importance of proactively monitoring the servers, routers, computers, websites, and devices that connect companies to customers.", "author": "Michael Badger", "slug": "zenoss-core-3x-network-and-system-monitoring-71772-9781849511599-michael-badger", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849511582.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71772", "product_url": "/app/ecom/book/71772/zenoss-core-3x-network-and-system-monitoring-71772-9781849511599-michael-badger", "bisac_codes": [ "COM043000" ], "items_count": null, "identifiers": { "ISBN13": "9781849511582", "EISBN13": "9781849511599" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013067069" } } } }, { "type": "Product", "id": "00010000071767", "attributes": { "name": "WordPress 3 for Business Bloggers", "subtitle": "", "description": "WordPress makes the business of blogging easy. But there's more to a successful business blog than just churning out posts. You need to understand the advanced marketing and promotion techniques to make your blog stand out from the crowd, attract visitors, benefit your brand, and deliver a worthwhile return on your investment. WordPress 3 for Business Bloggers shows you how to use WordPress to run your business blog. It covers everything you need to develop a custom look for your blog, use analytics to understand your visitors, market your blog online, and foster connections with other bloggers to increase your traffic and the value of your blog. You begin by identifying your blog's strategic goals before going step-by-step through the advanced techniques that will grow your blog to its full business potential. You will learn how to build a custom theme for your blog and incorporate multimedia content like images and video. Advanced promotion techniques like SEO and social media marketing are covered in detail before you learn how to monetize your blog and manage its growth. WordPress 3 for Business Bloggers will help you to create a blog that brings real benefits to your business. This is a practical, hands-on book based around a fictitious case study blog, which you will build on a development server using WordPress. The case study grows chapter by chapter, from installing your local development server, right up to the finished blog. This book is for anybody running or starting a business blog using WordPress, whether you plan to use your blog for PR and marketing, or want to profit directly from blogging.", "author": "Paul Thewlis", "slug": "wordpress-3-for-business-bloggers-71767-9781849511339-paul-thewlis", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849511322.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71767", "product_url": "/app/ecom/book/71767/wordpress-3-for-business-bloggers-71767-9781849511339-paul-thewlis", "bisac_codes": [ "COM051390" ], "items_count": null, "identifiers": { "ISBN13": "9781849511322", "EISBN13": "9781849511339" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013067038" } } } }, { "type": "Product", "id": "00010000071766", "attributes": { "name": "Alfresco 3 Cookbook", "subtitle": "", "description": "Alfresco is the renowned and multiple award winning open source Enterprise content management system which allows you to build, design, and implement your very own ECM solutions. You have read a number of tutorials, blogs, and books on Alfresco. Now you're in the real world, trying to use Alfresco, but you're running into problems with it. This is the book you want. Packed full of solutions that can be instantly applied, this cookbook with its practical based recipes and minimal explanation meets that demand. This Alfresco 3 cookbook boasts a comprehensive selection of recipes covering everything from the basics to the advanced. The book has recipes for quickly installing Alfresco in Windows and Linux and helping you use custom content model, rules, and search. There is also a collection of recipes focused on creating Scripts, Freemarker templates, Web Scripts, and new workflow definitions. Steps to integrate Alfresco with other systems like MS-Office are also included. You will be able to use Alfresco's File and Email servers. Finally, step-by-step recipes are presented to create an Alfresco build environment and compile the source code. This Alfresco 3 Cookbook is perfect for developers looking to start working on Alfresco quickly, gain complete understanding, write custom implementations, and achieve expertise very easily. Written in a cookbook style, this book offers solutions using a recipe based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. If you are a software developer interested in content management systems, who wants to work with Alfresco or is already experienced in Alfresco, this cookbook will get you up and running quickly. If you want rapid implementation of Alfresco's most important and effective features then this is the cookbook for you.", "author": "Snig Bhaumik", "slug": "alfresco-3-cookbook-71766-9781849511094-snig-bhaumik", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849511087.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71766", "product_url": "/app/ecom/book/71766/alfresco-3-cookbook-71766-9781849511094-snig-bhaumik", "bisac_codes": [ "COM063000" ], "items_count": null, "identifiers": { "ISBN13": "9781849511087", "EISBN13": "9781849511094" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013065492" } } } }, { "type": "Product", "id": "00010000071763", "attributes": { "name": "phpList 2 E-mail Campaign Manager", "subtitle": "", "description": "Tired of an e-mail BCC list that scrolls off the page, or fiddly and hard-to-manage bulk mailing systems? You need phpList - a high-powered, robust, feature-packed mailing system that will get out of your way and get the job done! You want to know more about phpList? phpList is a popular open source e-mail campaign manager, sporting a powerful web frontend, rich message editor, and an advanced feature set. phpList 2 E-mail Campaign Manager will guide you from basic installation and setup through management, reporting, and automation of phpList, the world's most popular open source e-mail campaign manager. It also covers advanced customization and configuration of phpList. We start with a basic configuration, and finish with a full-featured e-mail management engine. You will work your way up from basic installation to advanced topics such as bounce automation, user and click-through tracking, and integration with third-party tools such as WordPress, Joomla!, Drupal, and Blogger. Advanced topics such as securing your installation against spammers, attacks, and vulnerabilities are covered, as well as additional advanced and experimental features offered by phpList. This book is an invaluable guide for any e-mail publisher who wants a robust and powerful engine to manage their small-to-huge e-mail distribution empire. This book is a step-by-step, in-depth guide to the features and usage of the world's most popular open source e-mail campaign manager, phpList. This is a step-by-step comprehensive tutorial with plenty of screenshots for easier and quicker learning and real-world examples for good pickup. This book is aimed at content creators and distributors who want to up their game to a full e-mail distribution engine. Further, it will certainly appeal to you if you are technically inclined and would rather roll your own system than use an off-the-shelf product. You are assumed to be familiar with the basic concepts of e-mail, editing text files, and managing remote files with FTP / SFTP. Advanced topics will teach you to get your hands dirty in some of phpList's open-source code.", "author": "David Young", "slug": "phplist-2-e-mail-campaign-manager-71763-9781849511056-david-young", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849511049.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71763", "product_url": "/app/ecom/book/71763/phplist-2-e-mail-campaign-manager-71763-9781849511056-david-young", "bisac_codes": [ "COM060080" ], "items_count": null, "identifiers": { "ISBN13": "9781849511049", "EISBN13": "9781849511056" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066711" } } } }, { "type": "Product", "id": "00010000071761", "attributes": { "name": "jQuery 1.4 Reference Guide", "subtitle": "", "description": "If you are looking for a comprehensive reference guide to this popular JavaScript library, this book and eBook is for you. To make optimal use of jQuery, it's good to keep in mind the breadth of capabilities it provides. You can add dynamic, interactive elements to your sites with reduced development time using jQuery. Revised and updated for version 1.4 of jQuery, this book offers an organized menu of every jQuery method, function, and selector. Each method and function is introduced with a summary of its syntax and a list of its parameters and return value, followed by a discussion, with examples where applicable, to assist in getting the most out of jQuery and avoiding the pitfalls commonly associated with JavaScript and other client-side languages. In this book you will be provided information about the latest features of jQuery that include Sizzle Selector, Native event delegation, Event triggering, DOM manipulation, and many more. You won't be confined to built-in functionality, you'll be able to examine jQuery's plug-in architecture and we discuss both how to use plug-ins and how to write your own. If you're already familiar with JavaScript programming, this book will help you dive right into advanced jQuery concepts. You'll be able to experiment on your own, trusting the pages of this book to provide information on the intricacies of the library, where and when you need it. This book is a companion to Learning jQuery 1.3. Learning jQuery 1.3 begins with a tutorial to jQuery, where the authors share their knowledge, experience, and enthusiasm about jQuery to help you get the most from the library and to make your web applications shine. jQuery 1.4 Reference Guide digs deeper into the library, taking you through the syntax specifications and following up with detailed discussions. You'll discover the untapped possibilities that jQuery 1.4 makes available, and polish your skills as you return to this guide time and again. In this book and eBook, the creators of the popular jQuery learning resource, learningquery.com, share their knowledge, experience, and enthusiasm to bring you a comprehensive reference to this popular JavaScript library. The book is a detailed reference guide, and an invaluable resource for answers to all your queries about jQuery. It is intended to be a quick reference to help at times when you need to quickly confirm a feature of the library This book is for you if you are a web developer who wants a broad, organized view of all that jQuery library has to offer or a quick reference on their desk to refer to for particular details. Basic knowledge of HTML and CSS is required. You should be comfortable with the syntax of JavaScript, but no knowledge of jQuery is assumed. This is a reference guide, not an introductory title and if you are looking to get started with jQuery (or JavaScript libraries in general) then you are looking for the companion title Learning jQuery 1.3.", "author": "Karl Swedberg, Jonathan Chaffer", "slug": "jquery-14-reference-guide-71761-9781849510059-jonathan-chaffer-karl-swedberg", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849510042.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71761", "product_url": "/app/ecom/book/71761/jquery-14-reference-guide-71761-9781849510059-jonathan-chaffer-karl-swedberg", "bisac_codes": [ "COM060090" ], "items_count": null, "identifiers": { "ISBN13": "9781849510042", "EISBN13": "9781849510059" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066139" } } } }, { "type": "Product", "id": "00010000071757", "attributes": { "name": "Oracle 11g Streams Implementer's Guide", "subtitle": "", "description": "From smaller businesses through to huge enterprises - users all over the world often require access to data 24 hours a day. Distributed database systems proliferate the world of data sharing providing an ability to access real-time data anywhere, anytime. Oracle Streams, a built-in feature of the Oracle database, is a data replication and integration feature critical to the success and wellbeing of enterprises in today's fast moving economy. This book provides the reader with solid techniques to master Oracle Streams technology and successfully deploy distributed database systems. This book quickly goes over the basics and gets you up and running with a simple Oracle 11g Streams environment. It will serve as an excellent companion to the Oracle Streams Administration Guide. It is intended for Oracle database architects and administrators, and provides in-depth discussion on must-know information for the design, implementation, and maintenance of an Oracle Streams environment. The book does not attempt to regurgitate all the information in the Oracle Streams Administration Guides, but rather provides additional clarification and explanation of design, implementation, and troubleshooting concepts that are often elusive in Streams documentation. It also identifies helpful tools and Oracle resources to add to your knowledge base, as well as tried and tested tricks and tips to help you tame Oracle Streams. The book starts by introducing and explaining the components of Oracle Streams and how they work together. It then moves on logically, helping you to determine your distributed environment requirements and design your Streams implementation to meet those requirements. Once these concepts are discussed, the book moves to configuration and basic implementation examples to help solidify those concepts. It then addresses advanced features such as tags, down-stream capture, and conflict resolution. You then move on to maintenance techniques such as documenting the environment, effectively planning and implementing changes to the environment, and monitoring and troubleshooting the environment. When you have studied the techniques and completed the hands-on examples, you will have an understanding of Oracle Streams' core concepts and functionally that will allow you to successfully design, implement, and maintain an Oracle Streamed environment. This book has a tutorial approach that provides both theoretical explanations and practical step-by-step examples using familiar Oracle demo schemas. Step-by-step examples include use of both Enterprise Manager and the SQLPLUS command-line interface. The authors have combined their experiences of working with customers in Oracle Support, Oracle training and education, and Oracle consulting, to identify the most common areas of confusion and misinterpretation experienced by Oracle Streams users. This book highlights these areas and focuses on bringing clarity and understanding to the reader. This book is for users who have implemented, or are about to implement, a distributed database environment using Oracle Streams replication. The reader is expected to have an intermediate understanding of Oracle database technology. This book is mainly intended for use by: Oracle Database Administrators responsible for the implementation and maintenance of an Oracle Streamed environment System and Database Architects responsible for the design of distributed database environments using Oracle StreamsReaders with limited knowledge of basic Oracle database technology can benefit from Chapters 1 and 2, which cover Oracle Streams Components and Design Considerations.", "author": "Ann L. R. McKinnell, Eric Yen", "slug": "oracle-11g-streams-implementers-guide-71757-9781847199713-ann-l-r-mckinnell-eric-yen", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781847199706.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71757", "product_url": "/app/ecom/book/71757/oracle-11g-streams-implementers-guide-71757-9781847199713-ann-l-r-mckinnell-eric-yen", "bisac_codes": [ "COM048000" ], "items_count": null, "identifiers": { "ISBN13": "9781847199706", "EISBN13": "9781847199713" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066616" } } } }, { "type": "Product", "id": "00010000071756", "attributes": { "name": "Moodle 1.9 Teaching Techniques", "subtitle": "", "description": "Moodle is the world's most popular, free open-source Learning Management System (LMS). It is vast and has lots to offer. More and more colleges, universities, and training providers are using Moodle, which has helped revolutionize e-learning with its flexible, reusable platform and components. It works best when you feel confident that the tools you have at hand will allow you to create exactly what you need. This book brings together step-by-step, easy-to-follow instructions and learning theory to give you new tools and new power with Moodle. It will show you how to connect with your online students, and how and where they develop an enthusiastic, open, and trusting relationship with their fellow students and with you, their instructor. With this book, you'll learn to get the best from Moodle. This book helps you develop good, solid, dynamic courses that will last by making sure that your instructional design is robust, and that they are built around satisfying learning objectives and course outcomes. With this book, you'll have excellent support and step-by-step guidance for putting together courses that incorporate your choice of the many features that Moodle offers. You will also find the best way to create effective assessments, and how to create them for now and in the future. The book will also introduce you to many modules, which you can use to make your course unique and create an environment where your students will get maximum benefit. In addition, you will learn how you can save time and reuse your best ideas by taking advantage of Moodle's unique features. Unite the power of Moodle and the truth about how people learn and start building unforgettable online courses This book contains clear guidance for all who want to put together effective online courses that motivate students and encourage dynamic learning. There are clear, step-by-step instructions with helpful screenshots and diagrams to guide you along the way. If you want to unleash your teaching talents and develop exciting, dynamic courses that really get students moving forward, then this book is for you. Experienced Moodlers who want to upgrade to Moodle 1.9 will find powerful insights into developing more successful and educational courses.", "author": "Susan Smith Nash, William Rice", "slug": "moodle-19-teaching-techniques-71756-9781849510073-susan-smith-nash-william-rice", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849510066.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71756", "product_url": "/app/ecom/book/71756/moodle-19-teaching-techniques-71756-9781849510073-susan-smith-nash-william-rice", "bisac_codes": [ "COM032000" ], "items_count": null, "identifiers": { "ISBN13": "9781849510066", "EISBN13": "9781849510073" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066527" } } } }, { "type": "Product", "id": "00010000071752", "attributes": { "name": "TYPO3 4.3 Multimedia Cookbook", "subtitle": "", "description": "TYPO3 is one of the world's leading open source content management systems, written in PHP, which can be used to create and customize your web site. Along with text content, you can display high quality images, audio, and video to your site's visitors by using TYPO3. It is essential to manage various types of multimedia files in content management systems for both editors and the users on the frontend of the site. The book gives you a step-by-step process for organizing an effective multimedia system. It also gives solutions to commonly encountered problems, and offers a variety of tools for dealing with multimedia content. The author's experience in large-scale systems enables him to share his effective solutions to these problems. If you choose to work through all the recipes from the beginning, you will start by setting up a basic web site set up, aimed at future expansion and scalability. Next, you will cover the basics of digital asset management-a major topic important in all enterprises. You can organize user groups because next you will be creating accounts for users and assigning permissions. Then you will jump into metadata-text information describing the multimedia objects-and learn how it can be manipulated in TYPO3. You will embed multimedia on your site when you have read the various methods for embedding mentioned in this book. Before you finish the book you will learn about some advanced topics, such as external API integrations and process automation. A quick step-by-step guide to the TYPO3 system that covers its support for multimedia-from uploading files to automatic file conversion and processing for display on the Web The TYPO3 Multimedia Cookbook presents over 50 effective recipes for managing multimedia in your TYPO3 site. Each recipe comprises step-by-step instructions followed by the analysis of what was done in each task and any relevant information. The book is designed so that you can refer to it chapter by chapter, or you can look at the list of recipes and read them in no particular order. The book has recipes to tackle specific problems along with detailed explanations that will help you to customize the recipes as per your individual needs. Since learning comes from doing, the reader is encouraged to follow along with the examples using the book as a practical guide. This book is for anyone who is looking for effective systems for managing multimedia content. You will find this book interesting if you are running, or starting, web sites rich in multimedia content. This book assumes some prior knowledge about TYPO3, which is available either from official documentation, or other books on this topic.", "author": "Dan Osipov", "slug": "typo3-43-multimedia-cookbook-71752-9781847198495-dan-osipov", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781847198488.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71752", "product_url": "/app/ecom/book/71752/typo3-43-multimedia-cookbook-71752-9781847198495-dan-osipov", "bisac_codes": [ "COM034000" ], "items_count": null, "identifiers": { "ISBN13": "9781847198488", "EISBN13": "9781847198495" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066945" } } } }, { "type": "Product", "id": "00010000071751", "attributes": { "name": "Joomla! 1.5 Multimedia", "subtitle": "", "description": "Joomla! is a content management system designed to organize and deliver content within a web site environment. Multimedia provides us with stunning interactive user experiences and wonderful design options, but it requires discipline and knowledge to utilize it effectively so that we do not alienate our audiences. If you want to display more than just text on your Joomla! pages, this book has been designed for you and is a must-read. It takes you beyond the basics of Joomla! and helps to take full advantage this powerful CMS structure to deliver media-rich web content to your site users. This book provides detailed information and all the required know-how for Joomla! administrators to create engaging media-rich Joomla! web sites. Utilizing core Joomla! features and the power of Joomla! Extensions, this step-by-step guide will show you how to include popular media elements into your web site and collaborate with external web resources. You will learn everything you need to know to present text, images, video, and audio in your content both by manually embedding content and using more automated methods. You will learn to create regular podcasts and utilize RSS to help publicize and deliver your site content. Learn about the popular Multimedia Extensions for Joomla! Learn how they benefit your CMS with additional features and how they are installed and configured. Utilize the abundance of external resources now available on the Web. Learn how your Joomla! site can interact and present web content from external resources such as YouTube, Flickr, Twitter, and Google. This book teaches all you need to know to take your standard Joomla! CMS and turn it into a feature packed and media-rich web site. It highlights the benefits of Multimedia features and warns of the accessibility issues that can arise when they are misused. Follow step-by-step tutorials for implementing popular media elements into your site and learn about the accessibility of these resources and how to utilize them effectively with accessibility in mind. This practical guide will show you how to create media-rich Joomla! web content, using both HTML and the power of Joomla! Extensions. This book is a Joomla! tutorial packed with features that you can apply to enhance your Joomla! web site. It contains step-by-step instructions for Joomla! users to build rich multimedia web sites using Joomla!. It shows you how to manually implement features into your site, as well as utilize Extensions and more automated methods. A tutorial approach means you can follow this book chapter by chapter or just dip into the topics you find of interest. This book is aimed at Joomla! administrators and site developers who want to add media-rich content elements and interactive features to their site. All you need is to have a basic knowledge of the Joomla! platform and want to develop your site with rich media content. This book is a must-read for Joomla! users wanting to collaborate with external resources such as YouTube, Twitter, Google, and Flickr (amongst others).", "author": "Allan Walker", "slug": "joomla-15-multimedia-71751-9781847197719-allan-walker", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781847197702.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71751", "product_url": "/app/ecom/book/71751/joomla-15-multimedia-71751-9781847197719-allan-walker", "bisac_codes": [ "COM034000" ], "items_count": null, "identifiers": { "ISBN13": "9781847197702", "EISBN13": "9781847197719" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066122" } } } }, { "type": "Product", "id": "00010000071750", "attributes": { "name": "The 3CX IP PBX Tutorial", "subtitle": "", "description": "Traditional PBX systems have often been expensive and proprietary. With 3CX, you can now create an easy-to-use, complete, and cost-effective phone system on Microsoft Windows. This practical guide offers the insight that a reader needs to exploit the potential that 3CX has to offer. This practical hands-on book covers everything you need to know about designing, installing and customizing 3CX to create an all-inclusive phone system. It takes a real-world approach that walks you through all aspects of 3CX and its features. From installing the software, to backing things up, to understanding what hardware you need - this book covers it all. The 3CX IP PBX Tutorial will take you from knowing very little about VoIP to almost expert level with detailed how-tos on every aspect of 3CX. Starting with the basics, and covering the free version of 3CX as well as the more advanced features of the Enterprise version, you will learn it all. In other words, this book covers numerous topics such as installation and configuration of 3CX, choosing a VoIP Provider, integration of a trunk into 3CX, the commonly used 3CX hardware, and backing up your phone system. A hands-on guide to creating a sophisticated PBX phone system with 3CX A hands-on and practical tutorial that shows administrators how to implement and use 3CX and its range of functionality. Using real world experiences from the authors, you will learn tricks and tips that will help you develop and optimize your 3CX system. This book is for beginners who know nothing about 3CX or VoIP. It will guide them to set up a complete system. Advanced users will also gain insight from information on real-world hardware and software tips and tricks.", "author": "Robert A. Lloyd, Matthew M. Landis", "slug": "the-3cx-ip-pbx-tutorial-71750-9781847198976-matthew-m-landis-robert-a-lloyd", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781847198969.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71750", "product_url": "/app/ecom/book/71750/the-3cx-ip-pbx-tutorial-71750-9781847198976-matthew-m-landis-robert-a-lloyd", "bisac_codes": [ "COM043060" ], "items_count": null, "identifiers": { "ISBN13": "9781847198969", "EISBN13": "9781847198976" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066922" } } } }, { "type": "Product", "id": "00010000071749", "attributes": { "name": "Mahara 1.2 ePortfolios: Beginner's Guide", "subtitle": "", "description": "Mahara is a user-centred environment with a permissions framework that enables different views of an e-portfolio to be easily managed. These views helps you display your artefacts - text files, spreadsheets, images, and videos - in a way you choose and to the people you want. You can also create online communities and social networks through groups, blogs, and forums. Being a novice, you will need a quick and easy implementation guide to set up your feature-rich digital portfolio. This book is your step-by-step guide to building an impressive professional e-portfolio using Mahara. It covers the key features of Mahara that will help you set up your customized digital portfolio and display the artefacts in your preferred way allowing contribution from selected users only. This book will introduce to the exciting features of Mahara framework and help you develop a feature-rich e-portfolio for yourself. You will see how easily you can create folders, upload multiple files like journals, project documents, pictures, and videos and share them with your friends. You will learn to set up views of these files, making these visible to your chosen friends only. And then, you will allow people to give their inputs. You will learn to create blogs and forums and get connected to the rest of the world. Customization and administration of your Mahara site will become easy after you have gone through this book. Imagine how good you will feel when you will see your knowledge, success, and ideas going live and available to your chosen audiences for their inputs. Develop a feature-rich electronic portfolio - a digital repository of journals, presentations, reports, images, and videos - easily and share it with your friends, family, students, project team, and others This book will provide you with step-by-step instructions to get started with Mahara and create an impressive electronic portfolio. The book is packed with many useful examples and screenshots for easy and quick learning. Pick this book up if you want to get started with Mahara. This book is for you if: You are a student/learner wanting to maintain online documentation of your projects and share it with a particular teacher/trainer for feedback You are a teacher wanting to set up an e-portfolio for your students in order to encourage and advance personalized and reflective learning You are a professional wanting to share your journals and project documents with your team by sharing your existing knowledge and creating new knowledge in communities of professional practice No previous experience of Mahara is required.", "author": "Glenys Gillian Bradbury, Richard William Hand, Margaret Anne Kent, Derrin Michael Kent", "slug": "mahara-12-eportfolios-beginners-guide-71749-9781847199072-derrin-michael-kent-glenys-gillian-bradbury-margaret-anne-kent-richard-william-hand", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781847199065.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71749", "product_url": "/app/ecom/book/71749/mahara-12-eportfolios-beginners-guide-71749-9781847199072-derrin-michael-kent-glenys-gillian-bradbury-margaret-anne-kent-richard-william-hand", "bisac_codes": [ "COM032000" ], "items_count": null, "identifiers": { "ISBN13": "9781847199065", "EISBN13": "9781847199072" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066295" } } } }, { "type": "Product", "id": "00010000071748", "attributes": { "name": "Joomla! 1.5: Beginner's Guide", "subtitle": "", "description": "Joomla! is one of the most popular open-source Content Management Systems, actively developed and supported by a world-wide user community. Although it's a fun and feature-rich tool, it can be challenging to get beyond the basics and build a site that meets your needs perfectly. Using this book you can create dynamic, interactive web sites that perfectly fit your needs. This practical guide gives you a head start in using Joomla! 1.5, helping you to create professional and good-looking web sites, whether you want to create a full-featured company or club web site or build a personal blog site. The Joomla! 1.5 Beginner's Guide helps beginners to get started quickly and to get beyond the basics to take full advantage of Joomla!'s powerful features. Real-life examples and tutorials will spark your imagination and show you what kind of professional, contemporary, feature-rich web sites any developer can achieve with Joomla!. It gives you a head start and explains what's good and useful about Joomla! features and what's not. The focus is on clear instructions and easy-to-understand tutorials, with minimum of jargon. This book provides clear definitions, thoroughly covering the concepts behind the software and creating a coherent picture of how the software works. This book is not about what Joomla! can do-it's about what you can do using Joomla!. This clear, hands-on guide to building web sites helps you to get the most out of Joomla! 1.5's many powerful features. Written with a fast-paced but friendly and engaging approach, this Packt Beginner's guide is designed to be placed alongside the computer as your guide and mentor to meet real-world web building challenges. Step-by-step tutorials are bolstered by explanations of the reasoning behind what you are doing. You will quickly pick up the necessary skills, tips, and tricks for building a successful Joomla! web site with practical examples that help you to learn by experiment and play. If you want to build and maintain your own web site, the Joomla! Beginner's Guide is perfect for you. It helps you build on the skills and knowledge you may already have on creating web sites-but even if you're new to this subject, you won't have any difficulty understanding the clear and friendly instructions and explanations. You learn how to build and maintain web sites without having to dive deep into HTML and CSS.", "author": "Eric Tiggeler", "slug": "joomla-15-beginners-guide-71748-9781847199911-eric-tiggeler", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781847199904.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71748", "product_url": "/app/ecom/book/71748/joomla-15-beginners-guide-71748-9781847199911-eric-tiggeler", "bisac_codes": [ "COM070000" ], "items_count": null, "identifiers": { "ISBN13": "9781847199904", "EISBN13": "9781847199911" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066127" } } } }, { "type": "Product", "id": "00010000071743", "attributes": { "name": "Magento 1.3 Sales Tactics Cookbook", "subtitle": "", "description": "Magento is a feature-rich, professional open source e-commerce solution that offers users complete flexibility and control over the look, content, and functionality of their online store. Although Magento provides users with the power to create dynamic e-commerce sites, it can be challenging to get beyond the basics and create sites that are tailored to your unique business needs. This book gives you a hands-on experience on Magento, helping you increase your revenue by implementing proven sales tactics on your Magento site. This book contains techniques to help you with each stage of selling to your customers: attracting visitors, driving them to your product pages, making the sale, increasing sales, engaging your customers, and more. It contains a powerful mix of techniques for increasing sales in your online storefront. Over thirty of the techniques are short and stand alone. A few are designed to be used together, such as the seven techniques in the chapter on creating an international storefront. Some techniques make creative use of Magento's standard features. A few techniques combine Magento with other tools, such as social networking sites. All the techniques are explained in clear, step-by-step directions, with many screenshots. The book uses an example site for each technique, so that you can see exactly how it will affect your storefront. You can jump into the book at any point, or, work through it from beginning to end. This practical book, packed with easy-to-flow recipes, tips, and tricks, will help you enhance your sales tactics and boost the sales of your Magento site This book is written with the business owner in mind. Each of the recipes in the book supports a business objective, and is designed to increase the success of your Magento storefront. Magento beginners will find the recipes easy to follow. They are written in plain language. When special jargon is needed, it is clearly explained. The techniques are illustrated with many screenshots, showing you exactly what you must do. An example storefront is used throughout the book, so you can see exactly what effect each technique will have on your storefront. Most of these techniques stand alone, so you can jump into the book at any time and implement the techniques that are best for your storefront at this time. If you are a Magento store owner or store designer who wants to boost sales, then this book is for you", "author": "William Rice", "slug": "magento-13-sales-tactics-cookbook-71743-9781849510134-william-rice", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849510127.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "71743", "product_url": "/app/ecom/book/71743/magento-13-sales-tactics-cookbook-71743-9781849510134-william-rice", "bisac_codes": [ "COM032000" ], "items_count": null, "identifiers": { "ISBN13": "9781849510127", "EISBN13": "9781849510134" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066290" } } } } ], "meta": { "pagination": { "page": 77775, "pages": 78455, "count": 1569092 } } }
Response Info
Default: None