Browse Results

Showing 17,526 through 17,550 of 55,885 results

Drupal 8 Development Cookbook - Second Edition

by Matt Glaman

Over 60 hands-on recipes that get you acquainted with Drupal 8's features and help you harness its power About This Book • Discover the enhanced content authoring experience that comes with Drupal 8 and how to customize it • Take advantage of the broadened multilingual and tools of the new version to provide an internationalized website • This step-by-step guide will show you how to deploy from development, staging, and production of a website with Drupal 8's brand new configuration management system Who This Book Is For The audience of the Drupal 8 Cookbook have been using Drupal and are ready to get a grasp of what to expect in Drupal 8. They have worked with Drupal as site builders, back-end developers, and front-end developers and are eager to see what awaits when they start using Drupal 8. This book will be a resource that allows them to get started and have a reference to building new applications with Drupal. What You Will Learn • Extend Drupal through contributed or custom modules and themes • Develop an internationalized website with Drupal's multilingual tools • Integrate third-party front-end and back-end libraries with Drupal • Turn Drupal into a web services provider using REST • Create a mobile-first responsive Drupal application • Run SimpleTest and PHPUnit to test Drupal • Understand the plugin system that powers many of Drupal 8's new APIs to extend its functionality • Get to grips with the mechanics of the configuration management system and the ability to import and export site configuration In Detail Began as a message board, Drupal today is open source software maintained and developed by a community of over 1,000,000 users and developers. Drupal is used by numerous local businesses to global corporations and diverse organizations all across the globe. With Drupal 8's exciting features it brings, this book will be your go-to guide to experimenting with all of these features through helpful recipes. We'll start by showing you how to customize and configure the Drupal environment as per your requirements, as well as how to install third-party libraries and then use them in the Drupal environment. Then we will move on to creating blocks and custom modules with the help of libraries. We will show you how to use the latest mobile-first feature of Drupal 8, which will help you make your apps responsive across all the major platforms. This book will also show you how to incorporate multilingual facilities in your sites, use web services and third-party plugins with your applications from inside Drupal 8, and test and deploy your apps. Style and approach This practical, recipe-based book will provide you with actionable techniques and methods to improve your existing Drupal development skills.

Drupal 8 for Absolute Beginners

by James Barnett

Drupal 8 for Absolute Beginners is your definitive guide to starting from scratch with Drupal even if you have little web knowledge. This book teaches you the basics of HTML, CSS, JavaScript, and PHP in relation to Drupal, so that you can begin to use this popular CMS with all of its features. You will first learn how to set up and customize a basic blog using Drupal, one of the most powerful and popular content management systems available today. From there you will learn the basics of HTML, CSS, JavaScript and PHP, and apply this knowledge to create your own custom Drupal module. You will learn how to build, style, and add functionality to your own Drupal module from scratch. You will then use Drush to apply a theme to Drupal, customizing everything to your liking, before publishing your work to the world. The book also covers some more advanced topics that beginners often ask about, such as getting set up with Git and using source control, using MySQL to interact with a database, and a guide to getting up and running with Linux. Rarely has all the knowledge required to start with Drupal been collated in one place as it is in Drupal 8 for Absolute Beginners. You need no prior knowledge of the web, only a desire to learn. The book is fully supported by video material on the author''s website. Start your Drupal journey with this book today! What you''ll learn Written for beginners to Drupal and web programming Learn what Drupal can do and how you can master it Use all of the common web technologies in conjunction with Drupal Create and apply a theme to your Drupal site Start your journey into more advanced topics, such as Git, MySql, and Linux Who this book is for The book targets anyone wishing to learn either basic web technology, Drupal, or both, and in particular it shows how basic web technologies fit into working with Drupal. Even if you know basic CSS, HTML, and JavaScript many fall short on learning how to tailor Drupal and extend Drupal with these basic skills. The book can elevate the reader to be able to land a great first job in the Drupal community after learning HTML, CSS, JavaScript, JQuery, PHP, MySql, and Linux. The book also is great for the business community trying to understand the power of open source. It''s important as a business person to know what tools are available to solve problems. The Drupal community has many unfilled job openings, as programmers, support persons, UX experts, sales people . . . after reading this book the reader will be able to wow those interviewing them with their in depth knowledge of how much Drupal can do. Table of Contents 1. Setting Up Your Development Environment and Installing Drupal 2. Site Building: Building Drupal Sites Without Programming 3. Getting Started with HTML 4. Creating a Basic Drupal Module with HTML Output 5. A CSS Primer for Drupal 6. Adding CSS to Your Drupal Module 7. A JavaScript Primer for Drupal 8. Adding JavaScript to Your Drupal Module 9. A PHP Primer for Drupal 10. Adding PHP-Generated Output to Your Drupal Module 11. Creating a Drupal Block Programmatically and Basic MySQL Usage 12. Theming Your Site Part 1: Theme Functions and a Twig Primer 13. Theming Your Site Part 2: Creating a Custom Theme and Overriding Functions 14. Commonly Needed Custom Code, node_save, Forms 15. Using Git to Manage Your Source Code 16. An Advanced MySQL Primer 17. A Linux Primer for Drupal 18. Publishing Your Site to a Production Linux Box 19. Appendix: Other Ways to Install Drupal

Drupal 8 Module Development: Build modules and themes using the latest version of Drupal 8, 2nd Edition

by Daniel Sipos

Learn to create and customize impressive Drupal 8 modules to extend your website's functionalities Key Features Explore a plethora of Drupal 8 APIs and get the best out of them using the power of PHP coding Learn to implement efficient data management and data security by creating dedicated modules for it. Stay up to date with the changes introduced in the new Drupal 8 releases Book Description Drupal 8 comes with a release cycle that allows for new functionality to be added at a much faster pace. However, this also means code deprecations and changing architecture that you need to stay on top of. This book updates the first edition and includes the new functionality introduced in versions up to, and including 8.7. The book will first introduce you to the Drupal 8 architecture and its subsystems before diving into creating your first module with basic functionality. You will work with the Drupal logging and mailing systems, learn how to output data using the theme layer and work with menus and links programmatically. Then, you will learn how to work with different kinds of data storages, create custom entities, field types and leverage the Database API for lower level database queries. You will further see how to introduce JavaScript into your module, work with the various file systems and ensure the code you write works on multilingual sites. Finally, you will learn how to programmatically work with Views, write automated tests for your functionality and also write secure code in general. By the end, you will have learned how to develop your own custom module that can provide complex business solutions. And who knows, maybe you'll even contribute it back to the Drupal community. Foreword by Dries Buytaert, founder of Drupal. What you will learn Develop Drupal 8 modules that do all the things you want Master numerous Drupal 8 sub-systems and APIs in the process Model, store, manipulate and process data to serve your purposes Display data and content in a clean and secure way using the Drupal 8 theme system Test your business logic to prevent regressions Stay ahead of the curve and write code following the current best practices Who this book is for The primary target of this book is Drupal developers who want to learn how to write modules and develop in Drupal 8. It is also intended for Drupal site builders and PHP developers who have basic Object Oriented Programming skills. A little bit of Symfony experience is helpful but not mandatory.

Drupal 8 Module Development

by Robert Varkonyi

An easy-to-follow yet comprehensive guide full of illustrations, code snippets, and tips with detailed, step-by-step explanations of all the topics to demonstrate Drupal 8's built-in features and APIs. This book is for all Drupal and PHP developers who wish to learn how to develop and customize their own modules to suit their needs and requirements.

Drupal 8 Quick Start Guide: Get up and running with Drupal 8

by J. Ayen Green

Your step by step guide with easy to follow instructions for navigating Drupal 8Key FeaturesBuild a great Drupal website easilyHow to structure, create and maintain different types of contentDesign roles for secure editing of your siteBook DescriptionDrupal is a powerful content management platform, flexible enough to accommodate almost any content requirements. This flexibility comes with a cost: complexity. Drupal 8 Quick Start Guide will clear your path from installation to a building usable site in minutes, and to a customized site in one sitting.You will begin with installation of Drupal and going through the main sections of the Drupal UI. Then, you will create a content type that describes its content, which simplifies the act of creating and editing the actual content later. You will learn about user roles, using real-world examples. This will help you to learn how to design roles, and how to assign appropriate permissions to them. Next, you will learn to use the WYSIWYG editor, configure it for other roles, navigate the various fields on the content creation form, and publish content.To begin to appreciate the flexibility and expandability of Drupal, you will make use of popular content-focused modules that extend Drupal's power. You will learn how to expand your market to other readers directly and through other sites by configuring content and UI translations and creating a View that provides an RSS feed. Finally, you will put everything together by customizing the home page for your new website.What you will learnCreate and customize Drupal structures, such as menus, tags, and content categoriesExtend Drupal's capabilities with add-on modulesAdminister site users, their roles, and the actions to which they are granted accessUnderstand user roles and permissionsCreate, edit, and publish contentUse Views for custom content selection and displayExpand your audience with custom RSS feedsConfigure a home page with meaningful sections for a better UXWho this book is forThis book is for content administrators, developers, site builders and administrators who are new to Drupal 8.

Drupal 8 Theming with Twig

by Chaz Chumley

Master Drupal 8's new Twig templating engine to create fun and fast websites with simple steps to help you move from concept to completion About This Book * Create beautiful responsive Drupal 8 websites using Twig * Quickly master theme administration, custom block layouts, views, and the Twig template structure * A step-by-step guide to the most common approaches in web design Who This Book Is For This book is intended for front-end developers, designers, and anyone who is generally interested in learning all the new features of Drupal 8 theming. Discover what has changed from Drupal 7 to Drupal 8 and immerse yourself in the new Twig PHP templating engine. Familiarity with HTML5, CSS3, JavaScript, and the Drupal Admin interface would be helpful. Prior experience with setting up and configuring a standalone development environment is required as we will be working with PHP and MySQL. What You Will Learn * Navigate the Drupal 8 Admin interface * Build custom block layouts with reusable and fieldable blocks * Create subthemes based on the Bartik and Classy base themes * Construct a responsive theme with Twitter Bootstrap * Work with the new Twig PHP templating engine * Configure Drupal for Twig debugging * Enable preprocessing of Twig variables * Develop a theme from scratch following a step-by-step project outline In Detail Drupal 8 is an open source content management system and powerful framework that helps deliver great websites to individuals and organizations, including non-profits, commercial, and government around the globe. This new release has been built on top of object-oriented PHP and includes more than a handful of improvements such as a better user experience, cleaner HTML5 markup, a new templating engine called Twig, multilingual capabilities, new configuration management, and effortless content authoring. Drupal 8 will quickly become the new standard for deploying content to both the web and mobile applications. However, with so many new changes, it can quickly become overwhelming knowing where to start and how to quickly. Starting from the bottom up, we will install, set up, and configure Drupal 8. We'll navigate the Admin interface so you can learn how to work with core themes and create new custom block layouts. Walk through a real-world project to create a Twig theme from concept to completion while adopting best practices to implement CSS frameworks and JavaScript libraries. We will see just how quick and easy it is to create beautiful, responsive Drupal 8 websites while avoiding the common mistakes that many front-end developers make. Style and approach Drupal 8 Theming with Twig is intended for front-end developers, designers, and anyone who is generally interested in learning all the new features of Drupal 8 theming. Discover what has changed from Drupal 7 to Drupal 8 and immerse yourself in the new Twig PHP templating engine. Familiarity with HTML5, CSS3, JavaScript, and the Drupal Admin interface would be helpful. Prior experience with setting up and configuring a standalone development environment is required as we will be working with PHP and MySQL.

Drupal 9 Module Development: Get up and running with building powerful Drupal modules and applications, 3rd Edition

by Daniel Sipos Antonio De Marco

Build and extend flexible Drupal sites and applications with this up-to-date, expert guide to Drupal 9 module development Key Features Explore the essential Drupal 9 APIs for module development Learn how to implement data modeling, caching, architecture, and much more in your Drupal applications Discover what's new in the latest Drupal core releases Book Description With its latest release, Drupal 9, the popular open source CMS platform has been updated with new functionalities for building complex Drupal apps with ease. This third edition of the Drupal Module Development guide covers these new Drupal features, helping you to stay on top of code deprecations and the changing architecture with every release. The book starts by introducing you to the Drupal 9 architecture and its subsystems before showing you how to create your first module with basic functionality. You'll explore the Drupal logging and mailing systems, learn how to output data using the theme layer, and work with menus and links programmatically. Once you've understood the different kinds of data storage, this Drupal guide will demonstrate how to create custom entities and field types and leverage the Database API for lower-level database queries. You'll also learn how to introduce JavaScript into your module, work with various file systems, and ensure that your code works on multilingual sites. Finally, you'll work with Views, create automated tests for your functionality, and write secure code. By the end of the book, you'll have learned how to develop custom modules that can provide solutions to complex business problems, and who knows, maybe you'll even contribute to the Drupal community! What you will learn Develop custom Drupal 9 modules for your applications Master different Drupal 9 subsystems and APIs Model, store, manipulate, and process data for effective data management Display data and content in a clean and secure way using the theme system Test your business logic to prevent regression Stay ahead of the curve and write PHP code by implementing best practices Who this book is for If you are a Drupal developer looking to learn Drupal 9 to write modules for your sites, this book is for you. Drupal site builders and PHP developers with basic object-oriented programming skills will also find this book helpful. Although not necessary, some Symfony experience will help with understanding concepts easily.

Drupal Development Tricks for Designers: A Designer Friendly Guide to Drush, Git, and Other Tools

by Dani Nordin

<p>Take your Drupal skills even further with valuable tricks for making site building truly efficient. In this concise guide&#8212;the third in a series by award-winning designer Dani Nordin&#8212;you&#8217;ll learn how to set up your own development environment, quickly update your modules, and use version control to protect yourself from bonehead mistakes. It&#8217;s much more than simple coding; it&#8217;s real, honest-to-goodness developer Ninja Magick.</p>

Drupal E-commerce with Ubercart 2.x

by George Papadongonas Yiannis Doxaras

This book will take you through the basics, like Drupal and Ubercart installation and common settings, and as we proceed through the chapters, we'll implement more advanced techniques. Whether you know Drupal or not, this book will be your guide to creating a powerful e-commerce web site. If you are a business owner wanting to create an eCommerce website for your company or to upgrade a company eShop to be easier to maintain and have advanced e-shopping capabilities, then this book is meant for you. You don't need any programming experience to use this book.

Drupal for Designers

by Dani Nordin

<p>Are you a solo web designer or part of a small team itching to build interesting projects with Drupal? This hands-on book provides the tools and techniques to get you going. Award-winning designer Dani Nordin guides you through site planning, teaches you how to create solid, user-centered design for the Drupal framework, and shows you tricks for using real, honest-to-goodness, developer Ninja Magick.</p>

Drupal For Dummies

by Seamus Bellamy Lynn Beighley

Learn to set up, manage, and administer a Drupal web siteDrupal offers unparalleled flexibility for content-managed web sites, and Drupal 7 is the easiest version to use yet. This new edition teaches you the fast, fun, and easy way to get started with Drupal. Even if you have no Drupal experience, you'll quickly learn how to download and install Drupal, set up your first content-managed site, apply templates, use modules, and more. Drupal gurus Lynn Beighley and Seamus Bellamy show you how to take advantage of what Drupal has to offer, make the most of the new features in Drupal 7, and demystify perplexing Drupal issues.Drupal is a free, open source modular framework and content management system designed for content-managed web sitesShows you how to download Drupal; no programming experience requiredLooks at Drupal 7 and explains new features that make it is easier to use than previous iterations of Drupal for a creating a blog, content site, or eBusiness siteExplains how to organize and create your site's content, apply templates, and get your first site up and runningDetails the ways to use modules and third-party templatesWhether you're looking to implement a flexible content management system, turbocharge a blog with photo galleries, or administer a third-party Drupal site, this book gets you off to a running start!

Drupal for Education and E-Learning

by Bill Fitzgerald

The book focuses around creating educational activities in Drupal, with lots of examples of realistic courses and classroom ideas and how to implement them. This book is for anybody looking to use Drupal to support teaching and learning; more generally, the examples given in this book can also be used by anybody looking to use Drupal to publish social media. This book is not a developer's manual; you do NOT need to know code, or HTML, or CSS, to benefit from this book. People new to Drupal will find clear examples describing how to set up their site. More experienced Drupallers will find tips and tricks for extending their site, and step-by-step instructions on how to make the most out of Drupal's flexibility.

Drupal for Education and ELearning (2nd Edition)

by Bill Fitzgerald James G. Robertson

With clear instructions and plenty of screenshots, this book provides all the support and guidance you will need as you begin to create your classroom website. Step-by-step tutorials show you how to use Drupal in the most efficient and effective ways possible. People new to Drupal will find a good introduction of the basics; while more experienced users will learn useful tips and tricks for using Drupal in a classroom context.If you are an teacher, tutor or an educator who wants to build a website for your classroom, be it elementary or any higher education, "Drupal 7 for Education and E-Learning (2nd Edition)" will guide you in achieving your goal at every step. No experience with programming languages, HTML, or CSS is needed to understand the examples in this book.

Drupal Intranets with Open Atrium

by Tracy Smith

Packed with screenshots and clear instructions, this book allows you to follow along with your own site and ensures you won't get lost. It's a how-to guide that guides you simply through each step.This book is intended for beginning to intermediate computer users who either have not worked with Drupal before or want to expand their Drupal knowledge by installing Open Atrium. If you want to learn how to quickly set up an intranet to improve your organization's communication and workflow, then this book is for you.

Drupal Multimedia

by Aaron Winborn

This book will guide you through the steps necessary to add image, video, and audio elements into your Drupal sites. For each topic, you start with simple techniques and move on to more advanced techniques. By the time you've completed this book, you should have a firm ground from which to tackle most multimedia needs, and enough of an understanding to creatively solve more complex problems. This book will provide information for administrators and professional site developers who are required to embed multimedia into a Drupal site. The reader needs basic knowledge of Drupal operation, but no experience of how Drupal handles multimedia items is expected.

Drupal Rules How-To

by Robert Varkonyi

This book is a practical, task-based, step-by-step tutorial that starts in a simple way, identifying disk device partitions, and culminates with advanced tasks such as preparing for new operating systems. This book is for Drupal site builders and developers who want to take full advantage of the Rules framework's power and flexibility. Readers of this book should be familiar with the Drupal 7 user interface

Drupal Search Engine Optimization

by Ric  Shreves

The book will take a hands-on approach to the process involved in configuring a site for SEO. As SEO is an on-going process - it doesn't stop once the site is built - the book will provide reusable tips and techniques in order to understand what they have to do after the site is live,This book targets site builders, webmasters and site owners. Advanced technical skills are not required, though the user should be familiar with administering a Drupal website.

Drupal Web Profiles

by Timi Ogunjobi

Demystifying one of the most popular content management systems in use today, Drupal Web Profiles offers a complete introduction to the installation, configuration, and administration of Drupal versions 6 and 7. Filled with worked examples, step-by-step instructions, and hands-on projects, it provides readers with the tools to develop effective business web solutions using Drupal. The book supplies easy-to-follow instruction on the primary aspects of the Drupal framework-from basic installation, configuration, and administration to creating new functionality with custom modules and themes.Defining key Drupal terminology in a way that users and developers can easily understand, this project-based guide explains how to: Create an installation environment for Drupal as well as how to carry out the actual installation Build web applications using Drupal builds and profiles Add new content to a Drupal site and describe, classify, and organize content using the Taxonomy module Optimize Drupal performance with automatic throttling, bandwidth optimization, and page caching Customize Drupal themes and create, install, and debug modules The first five chapters describe how to install, configure, and administer a basic site using Drupal version 6 or 7. The next five chapters introduce Drupal profiles and explain how to get them set up and running. Supplying in-depth treatment of web analytics, including Google analytics, parsing Web logs, and node tagging, the book arms you with time-tested advice on how to monitor, analyze, and optimize the performance of your Drupal installation.

Drupal Web Services

by Trevor James

A practical hands-on guide to integrating Web services with your Drupal Web site. It will start from basic understanding of web services to how your Drupal site can be integrated with web applications using web services.If you're are a Drupal user, webmaster, or an administrator who wants to integrate Flickr, Facebook, Twitter, Amazon, LinkedIn, Kaltura and Mollom with your Drupal site then this book will be a good addition to your Drupal library.You do not need to have programming experience to use this book. Drupal Web Services is written for anyone who works with Drupal on a daily basis.

Drush for Developers - Second Edition

by Juampy Novillo Requena

This book is a best fit for backend developers with a basic knowledge of Drupal's APIs and some experience using the command line. Perhaps you already worked on one or two Drupal projects, but have never dived deep into Drush's toolset. In any case, this book will give you a lot of advice by covering real-world challenges in Drupal projects that can be solved using Drush.

Drush User’s Guide

by Juan Pablo Requena

A practical guide full of examples and step-by-step instructions to start using Drush right from chapter 1. Drupal developers or themers who understand Drupal administration's basic concepts. Drush can make building any kind of website quicker and easier, no matter if it is a development environment, beta, a simple blog or a complex system.

The DSLR Filmmaker's Handbook

by Barry Andersson

Learn to shoot professional-quality HD footage with your DSLR Camera The DSLR Filmmaker's Handbook, 2nd Edition is the expert guide to getting professional movie-making results with an HD video-enabled DSLR camera. Fully updated to reflect the latest technology, this updated edition provides guidance toward best practices and techniques that maximize results. Shooting HD video with a DSLR has many benefits -- and also a few tricky drawbacks -- but this guide gives you the insight and training you need to overcome these challenges as you learn what to anticipate, how to work around it, and how to fix imperfections in post-production. Award winning independent filmmaker Barry Andersson walks you through the shooting process and shows you what to do before, during, and after filming to ensure high quality results. Most of today's DSLRs have the capacity to shoot HD video. This, combined with incredible low-light capabilities, shallow depth of field, and relatively low price point make these cameras an extremely attractive entry point for would-be independent filmmakers. This book shows you how to exploit your DSLR's capabilities to produce beautiful film, with step-by-step expert instruction. Understand the limitations of DSLR video Learn what to plan for before filming begins Exploit HD capabilities to maximize the film's visuals Produce professional-level, film-quality footage With thorough explanations and expert instruction, The DSLR Filmmaker's Handbook, 2nd Edition is the training you need to start shooting beautiful HD footage.

The DSLR Filmmaker's Handbook

by Barry Andersson Janie L. Geyen

A how-to guide for getting professional-quality video from your DSLR Shooting HD Video with a video-enabled DSLR has many benefits and some tricky drawbacks that digital filmmakers and videographers can overcome to get professional results. The DSLR Filmmaker's Handbook helps filmmakers harness the HD video capabilities of their DSLRs to create professional-level video. Packed with professionally-tested techniques, this indispensible book serves as a training guide for the complex steps that must be taken before, during, and after filming. Teaches you the key tools and techniques for using your DSLR to shoot high-quality, professional-level video Distills dense information about filmmaking and filters it down to easily understood granules Shows you what to expect and what to avoid with your DSLR and how to maximize the visual look of your film Shares tools and techniques that have been used in real-world, independent movie-making environments The DSLR Filmmaker's Handbook shows you how to overcome any tricky drawbacks that you may face while shooting HD video with your DSLR.

DSLs in Action

by Debasish Ghosh

Your success—and sanity—are closer at hand when you work at a higher level of abstraction, allowing your attention to be on the business problem rather than the details of the programming platform. Domain Specific Languages—"little languages" implemented on top of conventional programming languages—give you a way to do this because they model the domain of your business problem.DSLs in Action introduces the concepts and definitions a developer needs to build high-quality domain specific languages. It provides a solid foundation to the usage as well as implementation aspects of a DSL, focusing on the necessity of applications speaking the language of the domain. After reading this book, a programmer will be able to design APIs that make better domain models. For experienced developers, the book addresses the intricacies of domain language design without the pain of writing parsers by hand.The book discusses DSL usage and implementations in the real world based on a suite of JVM languages like Java, Ruby, Scala, and Groovy. It contains code snippets that implement real world DSL designs and discusses the pros and cons of each implementation. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideTested, real-world examplesHow to find the right level of abstractionUsing language features to build internal DSLsDesigning parser/combinator-based little languages

DSLs in Boo: Domain Specific Languages in .NET

by Oren Eini

A general-purpose language like C# is designed to handle all programming tasks. By contrast, the structure and syntax of a Domain-Specific Language are designed to match a particular applications area. A DSL is designed for readability and easy programming of repeating problems. Using the innovative Boo language, it's a breeze to create a DSL for your application domain that works on .NET and does not sacrifice performance. DSLs in Boo shows you how to design, extend, and evolve DSLs for .NET by focusing on approaches and patterns. You learn to define an app in terms that match the domain, and to use Boo to build DSLs that generate efficient executables. And you won't deal with the awkward XML-laden syntax many DSLs require. The book concentrates on writing internal (textual) DSLs that allow easy extensibility of the application and framework. And if you don't know Boo, don't worry-you'll learn right here all the techniques you need. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Refine Search

Showing 17,526 through 17,550 of 55,885 results