Browse Results

Showing 1,526 through 1,550 of 22,347 results

Media Law and Ethics (Routledge Communication Series (PDF))

by Roy L. Moore Michael D. Murray Mike Farrell Kyu Ho Youm

Media Law and Ethics is a comprehensive overview and a thoughtful introduction to media law principles and cases as well as related ethical concerns relevant to the practice of professional communication. This is the fi rst textbook to explicitly integrate both media law and ethics within one volume. Since it integrates both current law and ethical queries, it is ideal for both undergraduate and graduate courses in media law and ethics. Co-author Kyu Ho Youm expands this edition’s international scope, updating and broadening his chapter on international and foreign law. The book also covers the most timely and controversial issues in modern American media. The new fi fth edition has been updated with current events and discusses the potential impact they have.

Thinking Through Communication: An Introduction to the Study of Human Communication

by Sarah Trenholm

Now in its eighth edition, Thinking Through Communication provides a balanced introduction to the fundamental theories and principles of communication. It explores communication in a variety of contexts—from interpersonal to group to mass media—and can be used in both theoryand skills-based courses. With a dynamic approach, Trenholm helps students to develop a better understanding of communication as a field of study, as well as its practical applications. This edition devotes attention to how new technologies are changing the ways we think about communication, with revised chapters on both traditional and social media.

Practicing Communication Ethics: Development, Discernment, and Decision Making

by Paula S. Tompkins

Practicing Communication Ethics: Development, Discernment, and Decision Making presents a theoretical framework for developing a personal standard of ethics that can be applied in everyday communication situations. This second edition focuses on how the reader’s communication matters ethically in cocreating their relationships, family, workgroups, and communities. Through an examination of ethical values including truth, justice, freedom, care, integrity, and honor, the reader can determine which values they are ethically committed to upholding. Blending communication theory, ethics as practical philosophy, and moral psychology, the text presents the practice of communication ethics as part of the lifelong process of personal development and fosters the ability in its readers to approach communication decision making through an ethical lens.

Mastering Business for Strategic Communicators: Insights and Advice from the C-suite of Leading Brands

by Professor Matthew W. Ragas Professor Ron Culp

The most successful communication professionals are no longer just communication experts—they are masters of business. To serve as trusted advisors to the C-suite and to collaborate across the enterprise means it is necessary to have a strong grounding in business acumen. Mastering Business provides strategic communications and public relations students and professionals with expert insights and advice into the various major business functions and departments. From an assemblage of top strategic communication leaders comes this collection of more than 20 essays from current and former Chief Communications Officers (CCOs). The authors show the business areas that communicators help convene, integrate, and translate across their enterprises and to external stakeholders. Each chapter features a Career Spotlight by the CCO and a C-suite View response from a business leader, including CEOs, presidents, and CFOs from household names like GE, GM, Southwest Airlines, Starbucks, Walgreens Boots Alliance, and SAP. This collection provides readers with a rare view of the leadership roles played by top strategic communicators inside some of today’s most well-known brands and organizations.

Corporate Social Responsibility, Sustainability, and Ethical Public Relations: Strengthening Synergies with Human Resources (The Changing Context of Managing People)

by Professor Donnalyn Pompper

Nowhere is the study of workplace ethics more relevant today than in the context of empowering organizations to meet their goals in corporate social responsibility and sustainability (CSR/S). Aimed at helping organizations uphold their commitments to people and the planet as well as profit, these are core goals towards which both PR and HR departments now work. However one major stumbling block is the fact that while internal departments may regularly work closely when managing and communicating with employees, the communication flow tends to be top down. In order to create more socially responsible, sustainable, and ethical organizations, the communication flow must be more organic and bilateral. The question of how both teams could work together on a more even playing field has escaped scholarly inquiry for years. Corporate Social Responsibility, Sustainability, & Ethical Public Relations: Strengthening Synergies with Human Resources examines ways to make CSR/S an integrated ingredient and ethical hallmark for an organization’s culture. Here authors from around the globe use a variety of research methods to offer practical, empirical findings, exploring opportunities for employees to serve as a conduit for organizations' CSR/S goals. This book shows how HR-PR department cooperation can fulfil the role of organizational conscience, helping for-profits and non-profits to navigate toward greater CSR/S.

Drupal 8 Module Development

by Daniel Sipos

Learn to create and customize impressive Drupal 8 modules to extend your website's functionalities About This Book • Unleash the power of Drupal 8 programming by creating efficient modules and extensions • 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. Who This Book Is For The primary target of this book is Drupal developers who want to learn how to write modules and carry out development 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. What You Will Learn • Write a Drupal 8 module with custom functionality and hook into various extension points • Master numerous Drupal 8 sub-systems and APIs • Model, store, and manipulate data in various ways and for various purposes • Display data and content in a presentable and secure way • Learn about the theme system and render arrays In Detail Drupal is an open source web-based content management system (CMS) that can be used for building anything from simple websites to complex applications. It enables individuals and organizations to build platforms that engage users and deliver the right content at the right time. Drupal 8 is an exciting new development in the Drupal community. However, the differences from the previous version are substantial and this can put quite some pressure on Drupal 7 developers that need to catch up. This book aims to help such developers in getting up to speed with Drupal 8 module development. The book first introduces you to the Drupal 8 architecture and its subsystems before diving into creating your first module with basic functionality. Building upon that, you will cover many core APIs and functionalities available to module developers. 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. Moreover, you will learn about the Drupal 8 access system and caching layer as well as the APIs used for data processing (queues and batches). 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 of the book, you will have learned how to develop your own custom module from scratch that can help solve a small problem or even provide complex functionality. And who knows, maybe you'll even contribute it back to the Drupal community. Style and approach This book aims to introduce PHP developers to programming concepts specific to Drupal 8 to get them started on writing their own functionality with Drupal 8 and create efficient Drupal 8 modules and extensions.

CORS Essentials

by Rajesh Gunasundaram Randall Goya

Share code and assets across domains in Web applications with CORS About This Book • A step-by-step guide but at a high level/fast pace. Not all steps are covered as a basic knowledge is assumed • Provides a basic overview of the concepts but the focus is on providing the practical skills required to develop applications • Focuses on providing practical examples Who This Book Is For Web developers have been limited by the Same Origin Policy and often wish they could spread their application across different domains. You know JavaScript and AJAX, and have run up against the Same Domain Policy, which is limiting your applications. What You Will Learn • Why you need CORS: Bending the Same Origin Policy and basic CORS implementation, headers and XMLHttpRequest • Creating proxies for CORS: Sometimes the header is not enough • Security: vulnerabilities and how to secure your CORS application • CORS implementations in Content Management systems • Learn about CORS in Windows applications • Take CORS on the Cloud • Apply CORS in Node.js • Best practices for CORS In Detail This book explains how to use CORS, including specific implementations for platforms such as Drupal, WordPress, IIS Server, ASP.NET, JBoss, Windows Azure, and Salesforce, as well as how to use CORS in the Cloud on Amazon AWS, YouTube, Mulesoft, and others. It examines limitations, security risks, and alternatives to CORS. It explores the W3C Specification and major developer documentation sources about CORS. It attempts to predict what kinds of extension to the CORS specification, or completely new techniques, will come in the future to address the limitations of CORS Web developers will learn how to share code and assets across domains with CORS. They will learn a variety of techniques that are rather similar in their method and syntax. The book is organized by similar types of framework and application, so it can be used as a reference. Developers will learn about special cases, such as when a proxy is necessary. And they will learn about some alternative techniques that achieve similar goals, and when they may be preferable to using CORS Style and approach A step-by-step guide filled with real-world applications

Mastering Drupal 8

by Chaz Chumley William Hurley

Mastering Drupal can lead to a mighty website - discover what Drupal 8 can really do with hidden techniques, best practices, and more! About This Book • The most up-to-date advanced practical guide on Drupal 8 with an in-depth look at all the advanced new features such as authoring, HTML markup, built-in web services, and more • If you are looking to dive deep into Drupal 8 and create industry-standard web apps, then this is the ideal book for you • All the code and examples are explained in great detail to help you in the development process Who This Book Is For This book is ideally suited to web developers, designers, and web administrators who want to dive deep into Drupal. Previous experience with Drupal is a must to unleash the full potential of this book. What You Will Learn • Discover how to better manage content using custom blocks and views • Display content in multiple ways, taking advantage of display modes • Create custom modules with YAML and Symfony 2 • Easily translate content using the new multilingual capabilities • Use RESTful services and JavaScript frameworks to build headless websites • Manage Drupal configuration from one server to another easily In Detail Drupal is an open source content management system trusted by governments and organizations around the globe to run their websites. It brings with it extensive content authoring tools, reliable performance, and a proven track record of security. The community of more than 1,000,000 developers, designers, editors, and others have developed and maintained a wealth of modules, themes, and other add-ons to help you build a dynamic web experience. Drupal 8 is the latest release of the Drupal built on the Symfony2 framework. This is the largest change to the Drupal project in its history. The entire API of Drupal has been rebuilt using Symfony and everything from the administrative UI to themes to custom module development has been affected. This book will cover everything you need to plan and build a complete website using Drupal 8. It will provide a clear and concise walkthrough of the more than 200 new features and improvements introduced in Drupal core. In this book, you will learn advanced site building techniques, create and modify themes using Twig, create custom modules using the new Drupal API, explore the new REST and Multilingual functionality, import, and export Configuration, and learn how to migrate from earlier versions of Drupal. Style and approach This book takes a practical approach with equal emphasis on examples and illustrative screenshots.

Magento 2 Beginners Guide

by Gabriel Guarino

Discover what you need to know to build your own profitable online stores using the power of Magento 2! About This Book • Set up and manage your very first online store with a friendly and engaging approach using Magento 2 • Create your own shipping rates matrix and connect to shippers such as UPS, FedEx, and USPS • Create reports to track store sales, customer activity, and statistics Who This Book Is For Have you been trying to create a website without luck using different platforms, but have never tried Magento before? Then this book is for you. Familiarity with programming and Magento 1 will help, but is not a prerequisite. What You Will Learn • Build your first web store in Magento 2 • Migrate your development environment to a live store • Configure your Magento 2 web store the right way, so that your taxes are handled properly • Create pages with arbitrary content • Create and manage customer contacts and accounts • Protect Magento instance admin from unexpected intrusions • Set up newsletter and transactional emails so that communication from your website corresponds to the website's look and feel • Make the store look good in terms of PCI compliance In Detail Do you have a good product to sell but need your start-up to sell it to your potential customers the right way? Were you unhappy with what Magento 1 had to offer and are looking forward to trying out what Magento 2 provides? If either of these questions ring a bell, then this book is for you! You'll start by getting a general understanding of what Magento is, why and how you should use it, and whether it is possible and feasible to migrate from an old web store to Magento 2. We'll introduce you to the main e-commerce concepts and basic features and let you play with them, so you can get a taste of how catalog and content management works. Following on from that, we'll show you how to tune your store up. You will learn how to get web store offers up and running, how to offer various discounts in the catalog, how to let the customers reduce the total price in the shopping cart by combining different products, and how to generate coupon codes that customers can use. Finally, we'll get serious and turn your plaything into a real web store, teaching you how to run it for real. Style and approach This book is a step-by-step guide to creating your first online store from scratch using Magento 2.

Mastering Business for Strategic Communicators: Insights and Advice from the C-suite of Leading Brands

by Professor Matthew W. Ragas Professor Ron Culp

The most successful communication professionals are no longer just communication experts—they are masters of business. To serve as trusted advisors to the C-suite and to collaborate across the enterprise means it is necessary to have a strong grounding in business acumen. Mastering Business provides strategic communications and public relations students and professionals with expert insights and advice into the various major business functions and departments. From an assemblage of top strategic communication leaders comes this collection of more than 20 essays from current and former Chief Communications Officers (CCOs). The authors show the business areas that communicators help convene, integrate, and translate across their enterprises and to external stakeholders. Each chapter features a Career Spotlight by the CCO and a C-suite View response from a business leader, including CEOs, presidents, and CFOs from household names like GE, GM, Southwest Airlines, Starbucks, Walgreens Boots Alliance, and SAP. This collection provides readers with a rare view of the leadership roles played by top strategic communicators inside some of today’s most well-known brands and organizations.

How Strategic Communication Shapes Value and Innovation in Society (Advances in Public Relations and Communication Management #2)

by Betteke Van Ruler Iekje Smit Øyvind Ihlen Stefania Romenti

Communication is developed in our relation to others and in relation to what happens in the social context. It is therefore not neutral but mediates people’s relationships and practices. Technological transitions, economical changes, medical advancements, environmental turbulence, political movements and other evolving circumstances influence public values that shape societies. It is important to analyse the situated meaning of these societal themes in everyday life, and the influence of public relations and strategic communication in this regard. Let’s Talk Society – and the society we´re talking about is in transition to a green and sustainable society, to an inclusive society, to an innovative and reflective society. What is our role as communication professionals in all of this? How can we foster public debate? This book addresses these challenges and offers some answers. The chapters from primarily European countries were selected from a large number of peer-reviewed contributions for the 2016 congress of the European Public Relations Education and Research Association hosted by Hanze University of Applied Sciences in Groningen.

Social Movements and Media (Studies in Media and Communications #14)

by Jennifer S. Earl Deana A. Rohlinger

Sponsored by the Communication, Information Technologies, and Media Sociology section of the American Sociological Association (CITAMS), this volume focuses on media and social movements. Contributing authors draw on cases as diverse as the Harry Potter Alliance to youth oriented, non-profit educational organizations, in order to assess systematically how media environments, systems, and usage affect collective action in the 21st century. The volume demonstrates that the study of media and social movements has developed into a vibrant sub-field stretched across Communication Studies, Political Science, and Sociology, and illustrates the need for serious interdisciplinary research. Chapters in the volume reinforce the need to examine many kinds of media (such as fiction) for social movements, particularly in terms of recruitment and framing. They show the critical importance of connecting classic and contemporary social movement research when trying to understand topics such as recruitment, identity, and discourse, even when these are playing out in the digital world. Chapters explore the difficulties that organizations face in organizing whether or not they are primarily offline or online; the ways that digital media usage affects various organizational functions and effectiveness; and the importance of examining the role of youth in social movements across all of these topics.

Social Movements and Media (Studies in Media and Communications #14)

by Jennifer S. Earl Deana A. Rohlinger

Sponsored by the Communication, Information Technologies, and Media Sociology section of the American Sociological Association (CITAMS), this volume focuses on media and social movements. Contributing authors draw on cases as diverse as the Harry Potter Alliance to youth oriented, non-profit educational organizations, in order to assess systematically how media environments, systems, and usage affect collective action in the 21st century. The volume demonstrates that the study of media and social movements has developed into a vibrant sub-field stretched across Communication Studies, Political Science, and Sociology, and illustrates the need for serious interdisciplinary research. Chapters in the volume reinforce the need to examine many kinds of media (such as fiction) for social movements, particularly in terms of recruitment and framing. They show the critical importance of connecting classic and contemporary social movement research when trying to understand topics such as recruitment, identity, and discourse, even when these are playing out in the digital world. Chapters explore the difficulties that organizations face in organizing whether or not they are primarily offline or online; the ways that digital media usage affects various organizational functions and effectiveness; and the importance of examining the role of youth in social movements across all of these topics.

Mind the Gaffe: The Penguin Guide to Common Errors in English

by R L Trask

Can anything be described as 'very real'? There are so many obstacles on the way to writing clear, precise ('accurate'?) English ('english'?) that it is a wonder ('wander'?) anyone ('any one' or 'anyone'?) can be understood. Fortunately, all those who have ever feared being shown up by using one of the twenty worst words and phrases to be avoided at all costs, or confusing the complex with the complicated, can now relax and even enjoy a trouble-shooting guide to good writing. Trask's wonderfully readable and authoritative book adjudicates on hundreds of contentious issues from politically correct language to whether to write 'napkin' or 'serviette'.

Moodle 3.x Developer's Guide

by Ian Wild

Effortlessly ensure your application's code quality from day 1 About This Book • Customize your Moodle 3.x app. • Leverage the new features of Moodle 3.x by diving deep into the Moodle development eco-system. • Cater to heavy user traffic, customize learning requirements and create custom third party plugins. Who This Book Is For This book is for Moodle developers who are familiar with the basic Moodle functionality and have an understanding of the types of scenarios in which the Moodle platform can be usefully employed. You must have medium-level PHP programming knowledge. You should be familiar with HTML and XML protocols. You do not need to have prior knowledge of Moodle-specific terminology What You Will Learn • Work with the different types of custom modules that can be written for Moodle 3.x • Understand how to author custom modules so they conform to the agreed Moodle 3.x development guidelines • Get familiar with the Moodle 3.x architecture—its internal and external APIs • Customize Moodle 3.x so it can integrate seamlessly with third-party applications of any kind • Build a new course format to specify the layout of a course • Implement third-party graphics libraries in your plugins • Build plugins that can be themed easily • Provide custom APIs that will provide the means to automate Moodle 3 in real time In Detail The new and revamped Moodle is the top choice for developers to create cutting edge e-learning apps that cater to different user's segments and are visually appealing as well. This book explains how the Moodle 3.x platform provides a framework that allows developers to create a customized e-learning solution. It begins with an exploration of the different types of plugin.. We then continue with an investigation of creating new courses. You will create a custom plugin that pulls in resources from a third-party repository. Then you'll learn how users can be assigned to courses and granted the necessary permissions. Furthermore, you will develop a custom user home. At the end of the book, we'll discuss the Web Services API to fully automate Moodle 3.x in real time. Style and approach This book takes a step-by-step practical approach with every step explained in great detail using practical examples. You will create custom plugins from scratch with the examples shown and create new modules as well as extensions with the examples presented.

The AGM in Europe: Theory and Practice of Shareholder Behaviour

by Dr Anne Lafarre

Business, Economics and Legal scholars have all argued about the theoretical importance of annual general meetings in assessing business shareholder relations and wider issues of corporate governance, but often without knowing how the AGM functions in practice. Anne Lafarre combines wide ranging empirical legal and economic research to analyse and understand the real role of the AGM in the European businesses and corporate governance frameworks today. Focusing on seven European member states (Austria, Belgium, France, Germany, Ireland, the Netherlands and the UK) the author persuasively explores how the impact of legal rulings and business pressures effects shareholder representation in European AGMs and their propensity to affect change through these forums. Drawing wide ranging data sets to challenge existing economic and legal theory, the author presents practical conclusions and future policy implications.

The AGM in Europe: Theory and Practice of Shareholder Behaviour

by Dr Anne Lafarre

Business, Economics and Legal scholars have all argued about the theoretical importance of annual general meetings in assessing business shareholder relations and wider issues of corporate governance, but often without knowing how the AGM functions in practice. Anne Lafarre combines wide ranging empirical legal and economic research to analyse and understand the real role of the AGM in the European businesses and corporate governance frameworks today. Focusing on seven European member states (Austria, Belgium, France, Germany, Ireland, the Netherlands and the UK) the author persuasively explores how the impact of legal rulings and business pressures effects shareholder representation in European AGMs and their propensity to affect change through these forums. Drawing wide ranging data sets to challenge existing economic and legal theory, the author presents practical conclusions and future policy implications.

Becoming Digital: Toward a Post-Internet Society (SocietyNow)

by Professor Vincent Mosco

Becoming Digital examines the transition from the online world we have known to the Next Internet, which is emerging from the convergence of Cloud Computing, Big Data Analytics, and the Internet of Things. The Cloud stores and processes information in data centers; Big Data Analytics provide the tools to analyse and use it; and the Internet of Things connects sensor-equipped devices everywhere to communication networks that span the globe. These technologies make possible a post-Internet society filled with homes that think, machines that make decisions, drones that deliver packages or bombs, and robots that work for us, play with us, and take our jobs. The Next Internet promises a world where computers are everywhere, even inside our bodies, “coming alive” to make possible the unification of people and machines in what some call the Singularity. This timely book explores this potential as both a reality on the horizon and a myth that inspires a new religion of technology. It takes up the coming threats to a democratic, decentralized, and universal Internet and the potential to deepen the problems of commercial saturation, concentrated economic power, cyber-warfare, the erosion of privacy, and environmental degradation. On the other hand, it also shows how the Next Internet can help expand democracy, empowering people worldwide, providing for more of life’s necessities, and advancing social equality. But none of this will happen without concerted political and policy action. Becoming Digital points the way forward.

Corporate Social Responsibility, Sustainability, and Ethical Public Relations: Strengthening Synergies with Human Resources (The Changing Context of Managing People)

by Professor Donnalyn Pompper

Nowhere is the study of workplace ethics more relevant today than in the context of empowering organizations to meet their goals in corporate social responsibility and sustainability (CSR/S). Aimed at helping organizations uphold their commitments to people and the planet as well as profit, these are core goals towards which both PR and HR departments now work. However one major stumbling block is the fact that while internal departments may regularly work closely when managing and communicating with employees, the communication flow tends to be top down. In order to create more socially responsible, sustainable, and ethical organizations, the communication flow must be more organic and bilateral. The question of how both teams could work together on a more even playing field has escaped scholarly inquiry for years. Corporate Social Responsibility, Sustainability, & Ethical Public Relations: Strengthening Synergies with Human Resources examines ways to make CSR/S an integrated ingredient and ethical hallmark for an organization’s culture. Here authors from around the globe use a variety of research methods to offer practical, empirical findings, exploring opportunities for employees to serve as a conduit for organizations' CSR/S goals. This book shows how HR-PR department cooperation can fulfil the role of organizational conscience, helping for-profits and non-profits to navigate toward greater CSR/S.

Super-sticky WeChat and Chinese Society (Emerald Points)

by Yujie Chen Zhifei Mao Jack Linchuan Qiu

App designers dream of creating a platform that users never want to leave, that keeps them glued forever - a platform that is "sticky". Over 846 million WeChat users leave text and voice messages, share life moments, play games, use stickers, purchase rail and flight tickets, shop online, pay utilities and bills, transfer money to friends, and even donate to charity without leaving WeChat, the super-sticky platform. The Economist called WeChat "one app to rule them all", and as it starts to gain global appeal, it is rewriting the rules for social media platforms. This book provides a balanced and nuanced study of how the super-sticky WeChat platform interweaves into the fabric of Chinese social, cultural, and political life. It keeps the wider global and national social media landscape in view and compares and contrasts WeChat with Weibo and QQ, two other popular social media platforms in China, and other Western social media platforms.

Digital Materialism: Origins, Philosophies, Prospects (Digital Activism and Society: Politics, Economy and Culture in Network Communication (PDF))

by Dr Baruch Gottlieb

Digital materiality (digimat) proposes a set of basic principles for how we understand the world through digital processes. Digital instruments may seem forbiddingly complex but they are based on simple mechanical principles which operate today on the subatomic scale, creating challenges for conventional human epistemology. This short book sets out a methodical materialist understanding of digital technologies, where they come from, how they work, and what they do. This analysis starts from the classical materialism of the Greek physicist-philosophers, engages with the humanist and historical materialism of the flourishing of Enlightenment arts and sciences, and extrapolates from post-humanist new materialism informed by quantum physics. There can be no future without a present and that present is always, persistently material. Readers of this book must grapple with the mattering of digital material, especially the awe-inspiring epistemological schism between the infinitesimal, lightspeed reality of digital data and conventional, empirical human epistemologies which provide the vocabularies and cultural metaphors we must have recourse to in the attempt to discuss, communicate and decypher these phenomena. The obsolescent figure of anthropos (human being) will provide a central foil and subject for this challenge to understand our digital tools and their seemingly irrepressible reproduction. The future of humanity is at stake!

Special Issue: Cultural Expert Witnessing (Studies in Law, Politics, and Society #74)

by Austin Sarat

Studies in Law, Politics, and Society provides a vehicle for the publication of scholarly articles within the broad parameters of interdisciplinary legal scholarship. In this latest edition of this highly successful research series, chapters examine a diverse range of legal issues and their impact on and intersections with society. This volume is a collection of chapters exploring expert witnessing in Asylum Cases. Topics covered include: judicial ethnocentrism, political asylum, race identity and cultural defense. This volume brings together leading scholars and will be vital reading for all those researching in this subject area.

Wordpress Web Application Development

by Rakhitha Ratanayake

Learn in easy stages how to rapidly build leading-edge web applications from scratch.About This BookDevelop powerful web applications rapidly with WordPressExplore the significant features and improvements introduced in WordPress 4.7 by learning the numerous tips and techniques in this book.Unleash the power of REST API endpoints to make your interaction with websites new and innovative.Who This Book Is ForThis book is targeted at WordPress developers and designers who want to develop quality web applications within a limited time frame and maximize their profits. A prior knowledge of basic web development and design is assumed.What You Will LearnDevelop extendable plugins with the use of WordPress features in core modulesDevelop pluggable modules to extend the core features of WordPress as independent modulesManage permissions for a wide range of content types in web applications based on different user typesFollow WordPress coding standards to develop reusable and maintainable codeBuild and customize themes beyond conventional web layoutsExplore the power of core database tables and understand the limitations when designing database tables for large applicationsIntegrate open source modules into WordPress applications to keep up with the latest open source technologiesCustomize the WordPress admin section and themes to create the look and feel of a typical web applicationIn DetailWordPress is one of the most rapidly expanding markets on the Web. Learning how to build complex and scalable web applications will give you the ability and knowledge to step into the future of WordPress. WordPress 4.7 introduces some exciting new improvements and several bug fixes, which further improve the entire development process.This book is a practical, scenario-based guide to expanding the power of the WordPress core modules to develop modular and maintainable real-world applications from scratch. This book consistently emphasizes adapting WordPress features into web applications. It will walk you through the advanced usages of existing features such as access controlling; database handling; custom post types; pluggable plugins; content restrictions; routing; translation; caching; and many more, while you build the backend of a forum management application.This book begins by explaining how to plan the development of a web application using WordPress' core features. Once the core features are explained, you will learn how to build an application by extending them through custom plugin development. Finally, you will explore advanced non-functional features and application integration.After reading this book, you will have the ability to develop powerful web applications rapidly within limited time frames.Style and approachAn extensive, practical guide that explains how to adapt WordPress features, both conventional and trending, for web applications.

Alfresco One 5.x Developer's Guide - Second Edition

by Jeff Potts Benjamin Chevallereau

Discover what it means to be an expert developer by exploring the latest features available to you in Alfresco One 5.x About This Book • Create reliable and secure enterprise apps with the latest Alfresco One 5.x platform • Explore all the latest Alfresco One 5.x APIs such as the CMIS API, Alfresco One API, and the integrated RESTful API to get more out of your enterprise apps • Unleash the power of the latest JavaScript engine and the JavaScript API for Alfresco to customize your existing apps for the Alfresco 5 platform Who This Book Is For If you're an enterprise app developer who wants to create custom applications with Alfresco, then this book is for you. Previous knowledge with Alfresco would be helpful but is not necessary. What You Will Learn • Create and manage a custom content model • Configure the Alfresco Share user interface • Build a new AngularJS 2.0 application • Create business process definitions using Activiti Designer • Discover the most common extensions provided by Alfresco • Configure Alfresco to authenticate against LDAP, including & chaining" LDAP with Alfresco authentication • Get familiar with the latest features of Alfresco Mobile SDK, Smart Search, and the new Angular framework In Detail Do you want to create more reliable and secure solutions for enterprise apps? Alfresco One 5.x is your gateway to developing the best industry-standard enterprise apps and this book will help you to become a pro with Alfresco One 5.x development. This book will help you create a complete fully featured app for your organization and while you create that perfect app, you will explore and implement the new and intriguing features of Alfresco. The book starts with an introduction to the Alfresco platform and you'll see how to configure and customize it. You will learn how to work with the content in a content management system and how you can extend it to your own use case. Next, you will find out how to work with Alfresco Share, an all-purpose user interface for general document management, and customize it. Moving on, you write web scripts that create, read, and delete data in the back-end repository. Further on from that, you'll work with a set of tools that Alfresco provides; to generate a basic AnglularJS application supporting use cases, to name a few authentication, document list, document view. Finally, you'll learn how to develop your own Alfresco Mobile app and understand how Smart Folders and Search manager work. By the end of the book, you'll know how to configure Alfresco to authenticate against LDAP, be able to set up Single Sign-On (SSO), and work with Alfresco's security services. Style and approach This book takes a step-by-step practical tutorial-style approach helping you create a complete enterprise app using Alfresco.

Practical GIS

by Gabor Farkas

Learn the basics of Geographic Information Systems by solving real-world problems with powerful open source tools About This Book • This easy-to-follow guide allows you to manage and analyze geographic data with ease using open source tools • Publish your geographical data online • Learn the basics of geoinformatics in a practical way by solving problems Who This Book Is For The book is for IT professionals who have little or no knowledge of GIS. It's also useful for those who are new to the GIS field who don't want to spend a lot of money buying licenses of commercial tools and training. What You Will Learn • Collect GIS data for your needs • Store the data in a PostGIS database • Exploit the data using the power of the GIS queries • Analyze the data with basic and more advanced GIS tools • Publish your data and share it with others • Build a web map with your published data In Detail The most commonly used GIS tools automate tasks that were historically done manually—compiling new maps by overlaying one on top of the other or physically cutting maps into pieces representing specific study areas, changing their projection, and getting meaningful results from the various layers by applying mathematical functions and operations. This book is an easy-to-follow guide to use the most matured open source GIS tools for these tasks. We'll start by setting up the environment for the tools we use in the book. Then you will learn how to work with QGIS in order to generate useful spatial data. You will get to know the basics of queries, data management, and geoprocessing. After that, you will start to practice your knowledge on real-world examples. We will solve various types of geospatial analyses with various methods. We will start with basic GIS problems by imitating the work of an enthusiastic real estate agent, and continue with more advanced, but typical tasks by solving a decision problem. Finally, you will find out how to publish your data (and results) on the web. We will publish our data with QGIS Server and GeoServer, and create a basic web map with the API of the lightweight Leaflet web mapping library. Style and approach The book guides you step by step through each of the core concepts of the GIS toolkit, building an overall picture of its capabilities. This guide approaches the topic systematically, allowing you to build upon what you learned in previous chapters. By the end of this book, you'll have an understanding of the aspects of building a GIS system and will be able to take that knowledge with you to whatever project calls for it.

Refine Search

Showing 1,526 through 1,550 of 22,347 results