12 REASONS TO GET ONBOARD: DRUPAL 8

Size: px
Start display at page:

Download "12 REASONS TO GET ONBOARD: DRUPAL 8"

Transcription

1 1

2 TABLE OF CONTENTS WELCOME TO A NEW DRUPAL... 3 MARKETING & COMMUNICATIONS... 4 Resoponsive Web Design...5 UI patterns morph and content adapts while preserving UX. Web Services...6 Use Drupal as your data source. Authoring...7 Anytime, any place. Even when you re on the go. HTML...8 Not knowing HTML will NOT slow you down in Drupal 8. Mobile Support...9 Now you can work where you want, the way you want. User Support...10 Newcomers find the guided tour one of most useful features. IT MANAGEMENT Configuration Management...12 Configuration management at the file-system level. Performance...13 The Big Pipe component and greatly improved site load time. Multilingual Support...14 Baked in from the ground up. Object Oriented Approach...15 Drupal 8 and the Symfony framework. Backend Capabilities...16 Greater flexibility in customizing themes. Industry Standards...17 Web Accessibility Initiative Accessible Rich Internet Applications. 2

3 WELCOME TO A NEW DRUPAL Drupal is primarily a platform for web content management, although it s also used for business collaboration and knowledge management in some environments. It has an open source and is distributed under the GNU General Public License, which means that it can be modified, distributed, and used for free. Drupal provides the back-end framework for more than 2 percent of the world s websites, including personal, corporate and government sites. The Drupal community has over one million members as of January 2017, including over 100,000 active contributors. Drupal s standard release, or core, contains all the features required by a CMS. Some of the most important of these features include the registration and maintenance of user accounts, system administration, menu management, page layouts and RSS feeds. Drupal s core installation can provide a range of webrelated services, including a simple website, blog, forum and other forms of user-generated content. Drupal 7 was released on January 5, 2011 and maintenance updates of this version are still released at regular intervals. Drupal 8 began its feature completion on December 1, 2012, and its first release candidate was announced on October 7, Drupal 8 is a major upgrade that introduces many new features and other improvements for both marketing and Information Technology (IT) people. The most noticeable improvements include a revamped user interface with a what-you-see-is-whatyou-get (WYSIWYG) editor, more support for mobile devices and better support for multiple languages. New features in Drupal 8 include modules such as Date, Entity Reference and Views. Drupal 8 was also built using an object-oriented approach (OOP) based on many Symfony components. 3

4 MARKETING & COMMUNICATIONS Marketing and communications professionals typically use Drupal as a CMS to create, manage, and distribute website content. The most significant changes in Drupal 8 for these groups include the following: RESPONSIVE WEB DESIGN WEB SERVICES AUTHORING HTML MOBILE SUPPORT VIEWS USER SUPPORT 4

5 RESPONSIVE WEB DESIGN The purpose of responsive web design is to change the appearance of a web page based on the size of the user s display device. This is great for someone visiting your website on a mobile device, but it also provides a responsive experience for the administrators, editors, and content teams working on the other side! All the themes in the Drupal 8 core are responsive, including the default themes Bartik, Seven, and Stark. Their view changes according to the width of the browser window, and the Back to Site button takes the user back to the home page. Drupal 8 s responsive approach is revolutionary because web services have traditionally been used only on websites with services from other sites such as Google Map and Weather forecast. However, web servers have now become more important for regular users due to the proliferation of mobile devices with different display areas such as phones and tablets. RESTful web services like Drupal 8 offer several advantages when designing responsive websites. For example, the improved machine-to-machine (M2M) communication is useful for sharing feeds between Drupal 8 websites. RESTful communication is stateless, meaning data requests are made the same way each time, so there s no need to define the context. The server can also cache data that s frequently requested, which allows the site to handle traffic increases more easily. All core functionality is available through a responsive administration layer...even installation! Current technology allows Hypertext Markup Language (HTML) on the client s side to make the display responsive, but overloaded resources and surplus content often creates display problems for small devices. A web server typically receives a Hypertext Transfer Protocol (HTTP) from a client s browser and returns the appropriate HTML code. However, servers with web services also need to send data to other servers, which increases the difficulty of designing a responsive website. Drupal 8 is a representational state transfer (REST) web service, meaning that it allows requesting systems to access and modify Web resources with a predefined set of operations. 5

6 WEB SERVICES Web services are supported by the third-party module Services in Drupal 7, but Drupal 8 has a REST module that provides these services. However, the Services module still exists as a separate contributor project. This change allows Drupal 8 to apply web services to the clients browsers, and an application for each platform connects to the web service to obtain the best performance for each device. Drupal 8 also implements Hypertext Application Language (HAL) that allows it to provide more semantic services. Drupal 8 also provides a web service in JavaScript Object Notation (JSON), which is an open standard for transmitting data objects in human-readable format. JSON is the most common format for asynchronous communications between browsers and servers and has largely replaced Extensible Markup Language (XML). The ability to output content to JSON or XML also allows Drupal 8 to use itself as a data source. 6

7 AUTHORING Content editors receive unprecedented power with Drupal 8 s authoring features, especially when writing drafts or creating content on the go. CKEditor is a WYSIWYG editor that s part of the Drupal 8 core. Drupal 8 also uses a drag-and-drop interface to customize CKEditor s toolbar instead of the simple checkbox that Drupal 7 uses. Drupal 8 also allows users to directly edit content on the page, meaning they don t need to navigate to an edit form to configure the text. However, this form is still available to users who want to use it. In-place editing and the WYSIWYG editor are optimized for small screens. The Spark Initiative provides this in-place editing capability, which uses Asynchronous JavaScript and XML (AJAX) to update the page. Drupal 7 users can edit fields in place with Quick Edit, a Drupal 8 feature that has been backported to Drupal 7. The Media module has been integrated into the core of Drupal 8, which will facilitate the implementation of images and video. 7

8 HTML Editors and publishers don t need to learn HTML to get the most out of Drupal s editing capabilities. HTML5 is the de facto standard for writing web markup and it is now available in Drupal 8. This feature allows users to more easily access input fields such as date, and phone, which is useful for content creation. Users can also easily create custom contact fields by using HTML5 to attach fields to more types of content. Drupal 7 uses the PHPtemplate engine to embed PHP code in HTML, which requires significant skill in writing PHP code. Drupal 8 uses Twig to embed PHP code, which uses a format that s easy for nontechnical users to understand. The combination of Twig with Drupal 8 s new back end allows users with no coding skills to manage themes fairly well. 8

9 MOBILE SUPPORT The widespread use of mobile devices makes mobile support essential for a CMS. The Mobile Initiative makes Drupal 8 mobile friendly, allowing authors and editors to work productively with mobile devices. For example, Drupal 8 automatically changes table sizes to fit any display size. The administration toolbar that s new with Drupal 8 also adjusts for mobile devices. The PHPtemplate engine allows users to download templates and compile them into PHP code that can be stored in memory rather than disk. This capability improves Drupal s page load times, which is especially beneficial for mobile devices with limited storage capacity. Drupal 8 uses Twig to perform this process, which makes templates easier to build and maintain. Twig also prevents Cross Site Scripting (XSS) vulnerabilities from compromising a website s security. 9

10 USER SUPPORT Project Page Guide This is a guided tour for the project management page. 1 of 12 One of Drupal 8 s most helpful features for newcomers is its guided tour. Users can click through a series of tips to learn how views work on the website, get an overview of the administrative interfaces, learn new terminology, and get a step-by-step introduction to configuring components. This feature makes the CMS easier to understand, so it s been well received by users. With more people than ever using mobile devices, the digital experience has to be optimal for visitors and site managers. Drupal 8 does a stellar job of this. 10

11 IT MANAGEMENT IT users of Drupal are primarily interested in the features that are new to Drupal 8 and the new technology that it uses. These features include the following: CONFIGURATION MANAGEMENT PERFORMANCE MULTILINGUAL SUPPORT OBJECT ORIENTED APPROACH BACKEND CAPABILITIES INDUSTRY STANDARDS 11

12 CONFIGURATION MANAGEMENT The CMS capabilities of Drupal have been considerably improved in version 8. Configuration management has been built into Drupal 8 at the file-system level, allowing developers to carry over configuration elements such as content type, fields and views from local development. A version-control system can also track configuration changes more easily in Drupal 8. Drupal 7 saves almost all configuration data in the site database, but Drupal 8 stores most of this data in.yml files. In addition to facilitating version control management, this change also makes it easier for developers to implement Drupal more efficiently in large IT environments with complex CMS setups and large teams. Developers can carry over configuration elements & streamline workflows. The Configuration Management Initiative handles configuration management in Drupal 8. This module manages the various instances of a project such as development, staging and production. It can also view a project s change history, roll back to a previous configuration and migrate configuration settings to another site. Furthermore, Drupal 8 s Configuration Management Initiative can lock down these changes, which is routinely necessary in a production environment. Drupal 8 manages changes to configuration and content separately, allowing developers to take a snapshot of Drupal s entire configuration from a specific point in time. This capability will help streamline technical tasks such as the development, migration and deployment of websites. Changes to configuration settings are saved in both the database and the separate configuration file, allowing version control software to deploy configuration changes. This approach to configuration management allows developers to update content and migrate websites to new environments, which typically occurs when migrating from development to staging or staging to production. 12

13 PERFORMANCE Drupal 8 implements a number of changes that improve performance, especially the load times for pages. For example, Drupal 8 caches all entities on the client computer and only loads scripts when they re needed. This approach means that Drupal 8 can reload the content from cache when a page is viewed multiple times, rather than reloading it from the server. Caching is automatic once it s enabled and properly configured. Drupal 8.1 also introduces the automation of JavaScript (JS) testing, allowing Quality Assurance (QA) personnel to test JS on the front-end automatically. This capability makes the continuous integration of QA much easier on Drupal websites. The Big Pipe component of the Drupal 8 core significantly improves site load times for the end-user. This component is part of the fundamental redesign of Drupal 8 s dynamic web page serving system, which is implemented entirely in JS and PHP. This approach means that Big Pipe doesn t require developers to change a website s existing browsers or servers. Big Pipe breaks web pages down into smaller pieces of data called pagelets, which it then pipelines through web browsers and servers in several stages. This pipelining strategy is similar to that used by modern central processing units (CPUs), in which the CPU optimizes performance by pipelining instructions through multiple execution units. Caching and Big Pipe technology means dramatic improvements in page load times. Drupal 8 requires significantly fewer modules than Drupal 7, and all of them ship with Drupal 8. The implementation of universal unique IDs (UUIDs) in Drupal 8 makes its data structures more uniform than in earlier versions. Before Drupal 8, developers needed an ID for each unit of content such as nodequeue and taxonomy terms. The use of UUIDs for most content types will streamline development, especially for migrations. 13

14 MULTILINGUAL SUPPORT Multilingual capabilities have been built into Drupal 8 from the ground up, and Drupal can be installed in 100 languages. Developers can create pages with the ability to filter views and block visibility based on language. Drupal 8 can also facilitate translation updates automatically, and all translations from the community are built into the administration interface. Drupal 8 offers 100 languages out of the box, with language translation, interface translation, content translation, and configuration management. The Drupal 8 core includes four modules specifically designed to support language and translation functions. They include the Configuration Translation module, which provides an interface for translating configuration settings. The Language module allows users to configure their languages and apply them to page content. The Content Translation module allows users to translate language entities in the content, and the Interface Translation module translates the built-in user interface. 14

15 OBJECT- ORIENTED APPROACH Previous versions of Drupal weren t OOP platforms because they were developed from a non-oop version of PHP. Drupal 8 is moving towards an OOP approach that uses the Symfony framework, although some non- OOP features still remain. OOP provides developers with significant advantages in programming, testing and maintenance. These advantages include a reduction in the amount of custom code in the Drupal core, making it easier to maintain. OOP also improves a website s performance and efficiency as its code base increases. Other benefits of OOP in Drupal include improved multilingual support and partial page caching. 15

16 BACK-END CAPABILITIES Developers have traditionally used Drupal to build website back ends and a scripting language like JS for the front end. Drupal 8 includes major upgrades that improve the interface and user experience when using it to create both front and back ends. Users without coding knowledge can now create the majority of small and medium-size websites. Drupal 8 s back-end interface provides greater flexibility for customizing themes which is highly useful for developers while non-technical users can implement complex functions, which is impractical in other CMSs like WordPress. 16

17 INDUSTRY STANDARDS Drupal 8 provides stronger support for industry standards, allowing developers to implement modern features on their websites. For example, it supports WAI-ARIA (Web Accessibility Initiative Accessible Rich Internet Applications), a technical specification for increasing the accessibility of web pages. Features like the ARIA Live Announcements API (application programming interface) and TabManager are industry standards that provide greater control over Internet applications. Additional features that make Drupal 8 easier to use include modal dialogs, more font sizes and revised color contrasts. Drupal 8 also allows services to be integrated into the API, which is especially useful for mobile phone applications. With over 200 new features, the capabilities of Drupal 8 allow users to streamline work, improve user experiences, and increase the value of their websites. 17

18 18

Drupal 8 The site builder's release

Drupal 8 The site builder's release Drupal 8 The site builder's release Antje Lorch @ifrik DrupalCamp Vienna 2015 #dcvie drupal.org/u/ifrik about me Sitebuilder Building websites for small NGOs and grassroots organisations Documentation

More information

Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque

Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque Funded by: INASP, UK October 7, 2012 Ayesha Abed Library http://library.bracu.ac.bd

More information

Faichi Solutions. The Changing Face of Drupal with Drupal 8

Faichi Solutions. The Changing Face of Drupal with Drupal 8 Faichi Solutions The Changing Face of Drupal with Drupal 8 Whitepaper published on Dec. 17, 2014 Compiled & Written by: Team Drupal, Faichi Edited by: Payal Mathur, Communication Manager, Faichi CONTENTS

More information

The truth about Drupal

The truth about Drupal The truth about Drupal Why Drupal is great Large community of 3rd party developer Quality control over contributed code Most of the indispensable contributed modules are maintained by solid development

More information

Building a website. Should you build your own website?

Building a website. Should you build your own website? Building a website As discussed in the previous module, your website is the online shop window for your business and you will only get one chance to make a good first impression. It is worthwhile investing

More information

Open Source Content Management System for content development: a comparative study

Open Source Content Management System for content development: a comparative study Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela [email protected] Designing dynamic and

More information

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë 14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected

More information

Using your Drupal Website Book 1 - Drupal Basics

Using your Drupal Website Book 1 - Drupal Basics Book 1 - Drupal Basics By Karl Binder, The Adhere Creative Ltd. 2010. This handbook was written by Karl Binder from The Adhere Creative Ltd as a beginners user guide to using a Drupal built website. It

More information

Drupal 8 UNWRAPPED WWW.ONE-AGENCY.BE. Copyright 2015, ONE Agency België

Drupal 8 UNWRAPPED WWW.ONE-AGENCY.BE. Copyright 2015, ONE Agency België Drupal 8 UNWRAPPED WWW.ONE-AGENCY.BE Copyright 2015, ONE Agency België This year, in all probability, the Drupal community will be making the move from the current Drupal 7 to the new Drupal 8. One of

More information

Drupal 8 Development Retrospective. A timeline and retrospective from a core contributor

Drupal 8 Development Retrospective. A timeline and retrospective from a core contributor Drupal 8 Development Retrospective A timeline and retrospective from a core contributor 2011 2016 Drupal 7, Gates & Initiatives DrupalCon Chicago 2011, Drupal 8 development starts immediately. Dries discusses

More information

Mindshare Studios Introductory Guide to Content Management Systems

Mindshare Studios Introductory Guide to Content Management Systems Mindshare Studios Introductory Guide to Content Management Systems A quick introduction to web-based content management. What is a CMS? A content management system (CMS) is a web application for creating

More information

A Close Look at Drupal 7

A Close Look at Drupal 7 smart. uncommon. ideas. A Close Look at Drupal 7 Is it good for your bottom line? {WEB} MEADIGITAL.COM {TWITTER} @MEADIGITAL {BLOG} MEADIGITAL.COM/CLICKOSITY {EMAIL} [email protected] Table of Contents

More information

OPEN CALL FOR TENDER FOR THE PROVISION OF WEB HOSTING AND WEB DEVELOPMENT SERVICES

OPEN CALL FOR TENDER FOR THE PROVISION OF WEB HOSTING AND WEB DEVELOPMENT SERVICES OPEN CALL FOR TENDER FOR THE PROVISION OF WEB HOSTING AND WEB DEVELOPMENT SERVICES Introduction... 2 Scope of this tender... 2 Required services and technical specifications... 2 Re- development of the

More information

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com User s Guide Kentico CMS 7.0 1 www.kentico.com Table of Contents Introduction... 4 Kentico CMS overview... 4 Signing in... 4 User interface overview... 6 Managing my profile... 8 Changing my e-mail and

More information

Choosing a Content Management System (CMS)

Choosing a Content Management System (CMS) Choosing a Content Management System (CMS) Document Version Revision History Date Document Version Description Created By: 10/Oct/2013 First draft Laraib Saad Table of Contents 1. Introduction

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Performance Testing Web 2.0

Performance Testing Web 2.0 Performance Testing Web 2.0 David Chadwick Rational Testing Evangelist [email protected] Dawn Peters Systems Engineer, IBM Rational [email protected] 2009 IBM Corporation WEB 2.0 What is it? 2 Web

More information

!!!!!!!! Startup Guide. Version 2.7

!!!!!!!! Startup Guide. Version 2.7 Startup Guide Version 2.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Sage CRM. Sage CRM 2016 R1 Mobile Guide

Sage CRM. Sage CRM 2016 R1 Mobile Guide Sage CRM Sage CRM 2016 R1 Mobile Guide Contents Chapter 1: Introduction to Sage CRM Mobile Solutions 1 Chapter 2: Setting up Sage CRM Mobile Apps 2 Prerequisites for Sage CRM mobile apps 3 Enabling users

More information

Armedia. Drupal and PhoneGap Building Mobile Apps

Armedia. Drupal and PhoneGap Building Mobile Apps Armedia Drupal and PhoneGap Building Mobile Apps Armedia www.armedia.com Jim Nasr, CEO e: [email protected] t: @jnarm o: (770) 615-4231 I in brief... The mobile landscape is convoluted. Lots of service

More information

38 Essential Website Redesign Terms You Need to Know

38 Essential Website Redesign Terms You Need to Know 38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Sage CRM. Sage CRM 7.3 Mobile Guide

Sage CRM. Sage CRM 7.3 Mobile Guide Sage CRM Sage CRM 7.3 Mobile Guide Copyright 2014 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

Wakanda Studio Features

Wakanda Studio Features Wakanda Studio Features Discover the many features in Wakanda Studio. The main features each have their own chapters and other features are documented elsewhere: Wakanda Server Administration Data Browser

More information

KUB Website Troubleshooting

KUB Website Troubleshooting KUB Website Troubleshooting Are you having problems getting to the KUB website at http://www.kub.org/? If you type in your user ID and password and press the login button, are you routed right back to

More information

CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR

CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR Drupal Website CKeditor Tutorials - Adding Blog Posts, Images & Web Pages with the CKeditor module The Drupal CKEditor Interface CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR "FINDING

More information

6.2 Reporting BIPublisher Improvements

6.2 Reporting BIPublisher Improvements 6.2 Reporting BIPublisher Improvements Paul Hamill Senior Director, OTM Development 2011 OTM SIG Philadelphia, PA August 16-18, 2011 Safe Harbor Statements The following is intended

More information

Sage CRM. 7.2 Mobile Guide

Sage CRM. 7.2 Mobile Guide Sage CRM 7.2 Mobile Guide Copyright 2013 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 1 TABLE OF CONTENTS 2 What is Appspace For Digital Signage... 4 3 Access Appspace... 4 4 Best Practices and Notes... 4 5 Appspace

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. [email protected] Abstract Content Management Systems

More information

Elgg 1.8 Social Networking

Elgg 1.8 Social Networking Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface

More information

Design principles of the Drupal CSC website

Design principles of the Drupal CSC website CERN IT Department Report Design principles of the Drupal CSC website Stanislav Pelák Supervisor: Giuseppe Lo Presti 26th September 2013 Contents 1 Introduction 1 1.1 Initial situation.........................

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Google Analytics Playbook. Version 0.92

Google Analytics Playbook. Version 0.92 Version 0.92 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording,

More information

About Blue Sky Sessions

About Blue Sky Sessions Web Technologies Agenda About Blue Sky Sessions What We Do Web Development Application Development Search Engine Marketing Social Media Strategy Trends in Web Questions? About Blue Sky Sessions What We

More information

Request for Proposal (RFP) Toolkit

Request for Proposal (RFP) Toolkit Request for Proposal (RFP) Toolkit A Message from the CEO Hi, this is Ryan Flannagan, founder and CEO of Nuanced Media. Thanks for downloading the RFP Toolkit. My team and I are excited that you ve decided

More information

Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com and he has 8 years of experience in real time programming.

Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com and he has 8 years of experience in real time programming. Website: http://www.php2ranjan.com/ Contact person: Ranjan Mob: 09347045052, 09032803895 Domalguda, Hyderabad Email: [email protected] Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents 1. Introduction... 4 I. Enhancements... 5 II. Tips... 6 2. Key Information... 7 3. How to Add a... 8 4. How to Edit... 10 I. SharpSchool s WYSIWYG Editor... 11

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

What's New in BarTender 2016

What's New in BarTender 2016 What's New in BarTender 2016 WHITE PAPER Contents Introduction 3 64-bit BarTender Installation 3 Data Entry Forms 3 BarTender Integration Builder 3 BarTender Print Portal 3 Other Upgrades 3 64-bit BarTender

More information

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT CHAPTER 1 WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT SharePoint 2013 introduces new and improved features for web content management that simplify how we design Internet sites and enhance the

More information

Kentico CMS 5 Developer Training Syllabus

Kentico CMS 5 Developer Training Syllabus Kentico CMS 5 Developer Training Syllabus June 2010 Page 2 Contents About this Course... 4 Overview... 4 Audience Profile... 4 At Course Completion... 4 Course Outline... 5 Module 1: Overview of Kentico

More information

Building and Deploying Web Applications

Building and Deploying Web Applications Building and Deploying Web Applications Dal Hunter and Jeff Shaner Friday, Nov 6 10:30-12:00 Agenda Product overview Web AppBuilder for ArcGIS tour What s New July 2015 ArcGIS Online update Customization

More information

GETTING STARTED WITH DRUPAL. by Stephen Cross

GETTING STARTED WITH DRUPAL. by Stephen Cross GETTING STARTED WITH DRUPAL by Stephen Cross STEPHEN CROSS @stephencross [email protected] ParallaxInfoTech.com www.talkingdrupal.com ASSUMPTIONS You may or may not have development experience You

More information

Building Your First Drupal 8 Company Site

Building Your First Drupal 8 Company Site Building Websites with Drupal: Learn from the Experts Article Series Building Your First Drupal 8 Company Site by Todd Tomlinson July, 2014 Unicon is a Registered Trademark of Unicon, Inc. All other product

More information

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd.

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd. GFI LANguard 9.0 ReportPack Manual By GFI Software Ltd. http://www.gfi.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

More information

Website Builder Documentation

Website Builder Documentation Website Builder Documentation Main Dashboard page In the main dashboard page you can see and manager all of your projects. Filter Bar In the filter bar at the top you can filter and search your projects

More information

Configuring the JEvents Component

Configuring the JEvents Component Configuring the JEvents Component The JEvents Control Panel's Configuration button takes you to the JEvents Global Configuration page. Here, you may set a very wide array of values that control the way

More information

Optimizing Drupal Performance. Benchmark Results

Optimizing Drupal Performance. Benchmark Results Benchmark Results February 2010 Table of Contents Overview 3 Test Environment 3 Results Summary 4 Configurations and Test Details 8 Bytecode Caching 12 Improving Drupal Code with Partial Caching 13 Full

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

Microsoft FrontPage 2003

Microsoft FrontPage 2003 Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State

More information

Accelerating Wordpress for Pagerank and Profit

Accelerating Wordpress for Pagerank and Profit Slide No. 1 Accelerating Wordpress for Pagerank and Profit Practical tips and tricks to increase the speed of your site, improve conversions and climb the search rankings By: Allan Jude November 2011 Vice

More information

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development 4 Understanding Web Applications IN THIS CHAPTER 4.1 Understand Web page development 4.2 Understand Microsoft ASP.NET Web application development 4.3 Understand Web hosting 4.4 Understand Web services

More information

Website in a box 2.0 Users Guide. Contact: [email protected] Website: www.healthwatch.co.uk/website-in-a-box

Website in a box 2.0 Users Guide. Contact: enquiries@healthwatch.co.uk Website: www.healthwatch.co.uk/website-in-a-box Website in a box 2.0 Users Guide Contact: [email protected] Website: www.healthwatch.co.uk/website-in-a-box Welcome to the new website in a box. We ve created a new, lighter, fresher and more

More information

Who? Wolfgang Ziegler (fago) Klaus Purer (klausi) Sebastian Gilits (sepgil) epiqo Austrian based Drupal company Drupal Austria user group

Who? Wolfgang Ziegler (fago) Klaus Purer (klausi) Sebastian Gilits (sepgil) epiqo Austrian based Drupal company Drupal Austria user group Who? Wolfgang Ziegler (fago) Klaus Purer (klausi) Sebastian Gilits (sepgil) epiqo Austrian based Drupal company Drupal Austria user group Rules!?!? Reaction rules or so called ECA-Rules Event-driven conditionally

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7

Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7 Bulk Email What s Inside this Guide Bulk Email and How To Get There 2 Bulk Email Setup 4 Bulk Email Details 7 Bulk Email and How To Get There Bulk Email allows you to send a mass email to the records on

More information

E21 Mobile Users Guide

E21 Mobile Users Guide E21 Mobile Users Guide E21 Mobile is the Mobile CRM companion to TGI s Enterprise 21 ERP software. Designed with the mobile sales force in mind, E21 Mobile provides real-time access to numerous functions

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

The easy way to a nice looking website design. By a total non-designer (Me!)

The easy way to a nice looking website design. By a total non-designer (Me!) The easy way to a nice looking website design By a total non-designer (Me!) Website Refresher Three types of Website 1.Hand rolled HTML. Lightweight static pages. 2.Scripted Website. (PHP, ASP.NET etc.)

More information

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

TIBCO Spotfire Web Player Release Notes

TIBCO Spotfire Web Player Release Notes Software Release 7.0 February 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY TO ENABLE

More information

Basic Website Creation. General Information about Websites

Basic Website Creation. General Information about Websites Basic Website Creation General Information about Websites Before you start creating your website you should get a general understanding of how the Internet works. This will help you understand what goes

More information

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1 Oracle Taleo Business Edition Cloud Service What s New in Release 15B1 July 2015 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 4 CAREERS WEBSITES... 5 Mobile Enabled

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. [email protected] Abstract Content Management Systems

More information

isupport 15 Release Notes

isupport 15 Release Notes isupport 15 Release Notes This document includes new features, changes, and fixes in isupport v15. The Readme.txt file included with the download includes a list of known issues. New Features in isupport

More information

VCCC Appliance VMware Server Installation Guide

VCCC Appliance VMware Server Installation Guide VCCC Appliance VMware Server Installation Guide Content Preface... 4 System Requirements... 4 Installation Procedure... 4 CCC Virtual Machine Installation... 5 CCC Virtual Machine Management... 12 Resource

More information

BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7

BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7 BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7 About us! Getting to know you... What are your multilingual needs? What you need Check A fresh Drupal 7 instance installed locally Download of module files

More information

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1 SENSE/NET 6.0 Open Source ECMS for the.net platform www.sensenet.com 1 ABOUT THE PRODUCT: SENSE/NET 6.0 About the product 2 KEY FEATURES Workspaces-based collaboration Document management Office integration

More information

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact Meet Builder. Introducing ithemes Builder, the innovative WordPress theme that operates more like web design software. Unlike other premium WordPress themes, Builder stretches the possibilities of WordPress

More information

Kentico CMS 5.5 User s Guide

Kentico CMS 5.5 User s Guide Kentico CMS 5.5 User s Guide 2 Kentico CMS User s Guide 5.5 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

USM Web Content Management System

USM Web Content Management System University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin

More information

Kentico CMS User s Guide 5.0

Kentico CMS User s Guide 5.0 Kentico CMS User s Guide 5.0 2 Kentico CMS User s Guide 5.0 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

Learning Magento Theme Development

Learning Magento Theme Development Learning Magento Theme Development Richard Carter Chapter No. 1 "Introduction to Magento and Magento Themes" In this package, you will find: A Biography of the author of the book A preview chapter from

More information

Drupal CMS for marketing sites

Drupal CMS for marketing sites Drupal CMS for marketing sites Intro Sample sites: End to End flow Folder Structure Project setup Content Folder Data Store (Drupal CMS) Importing/Exporting Content Database Migrations Backend Config Unit

More information

Software Development & Education Center PHP 5

Software Development & Education Center PHP 5 Software Development & Education Center PHP 5 (ADVANCE) Detailed Curriculum Advance PHP JQuery Basics Of JQuery Including the JQuery Library Code in an HTML Page JQuery Utilities Faster, Simpler, More

More information

ShopWindow Integration and Setup Guide

ShopWindow Integration and Setup Guide ShopWindow Integration and Setup Guide Contents GETTING STARTED WITH SHOPWINDOW TOOLSET... 3 WEB SERVICES, CLIENT SOFTWARE, OR DIRECT?...3 SHOPWINDOW SIGNUP...4 ACCESSING SHOPWINDOW TOOLSET...4 WEB SERVICES...

More information

Description of Services for Basic, Intermediate, and Advanced Website Packages

Description of Services for Basic, Intermediate, and Advanced Website Packages Description of Services for Basic, Intermediate, and Advanced Website Packages We provide this document to define services covered in our WordPress packages. It is very important you understand exactly

More information

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd.

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Draft Response for delivering DITA.xml.org DITAweb Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Contents Contents... 2 Background... 4 Introduction... 4 Mekon DITAweb... 5 Overview of

More information

Higher Education Web Content Management RFP Template

Higher Education Web Content Management RFP Template Higher Education Web Content Management RFP Template A Sample Request for Proposal for Distribution to Prospective University Web Content Management Vendors How to Use This Template Finding and selecting

More information

Slide.Show Quick Start Guide

Slide.Show Quick Start Guide Slide.Show Quick Start Guide Vertigo Software December 2007 Contents Introduction... 1 Your first slideshow with Slide.Show... 1 Step 1: Embed the control... 2 Step 2: Configure the control... 3 Step 3:

More information

Load and Performance Load Testing. RadView Software October 2015 www.radview.com

Load and Performance Load Testing. RadView Software October 2015 www.radview.com Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...

More information

SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA

SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA SharePoint 2013 A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA Contents Introduction... 1 1. Development-Related Changes... 1 2. Licensing... 2 3. Site/Library Template

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. [email protected]

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. [email protected] 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide Rev: 2013-02-01 Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide A practical guide to creating and managing web

More information

Implementation guide for LSS

Implementation guide for LSS Implementation guide for LSS Table of contents 1 The purpose and audience of the document... 4 2 Introduction to LSS for NemID... 5 3 Solution architecture... 6 3.1 Responsibilities of service providers

More information

XTM Drupal Connector. A Translation Management Tool Plugin

XTM Drupal Connector. A Translation Management Tool Plugin XTM Drupal Connector A Translation Management Tool Plugin Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Joomla User Manual, Version 1.5

Joomla User Manual, Version 1.5 Joomla User Manual, Version 1.5 Joomla is a content management system that enables you to make and update Web pages easily. Many aspects, including its ease of use and the ability to add to its capabilities,

More information