BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7

Size: px
Start display at page:

Download "BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7"

Transcription

1 BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7

2 About us!

3 Getting to know you...

4 What are your multilingual needs?

5 What you need

6 Check A fresh Drupal 7 instance installed locally Download of module files

7 Previous experience Familiar with Drupal site building? Experience setting up content types and Views Optional: Experience creating a simple glue module or custom theme?

8 What s in the box?

9 What you have Your local development environment Your manual Browser opened to drupal.org * * You re always logged in, right?

10 Resources: Code & files Go to Click themes download all files

11 What we ll do today Demos and presentations Exercises in manual Review and practice

12 What are we building?

13 Schedule What we ll do today

14 Schedule Setting up a multilingual site, installing a language Making the user interface multilingual Configuring multilingual content Building blocks for many languages Translation workflows for content + UI Extending Drupal multilingual

15 Session 1 MULTILINGUAL USER INTERFACES

16 Multilingual Requirements

17 Internationalization aka i18n Developing a website that enables localization. Separating elements that should be localized so they can be specified for each locale.

18 Localization aka l10n Process of adapting a website for a certain locale including: Text and graphics Numeric, date and time formats Currency Time zones Legal requirements

19 Translation The act of translating the text of a website into another language Part of the localization process

20 Multilingual Website A website that displays information in multiple languages Involves internationalization of functionality and localization of content and settings

21 What kind of site are you building? How many languages do you need to support? Does the user interface need to be fully translated? Are there elements other than text that have to be localized? Do you have content in all languages? Is all the content translated?

22 Lots of reasons for multilingual websites Reach a wider audience Search engine optimization Government regulations Company policy

23 Multilingual Resources Personnel User-Interface Translators Content Translators QA for each Language Resources Contributed Translations (localize.drupal.og) Machine Translation Translation Manager

24 What is Multilingual Drupal?

25 Foreign-language site

26 Multilingual Site

27 Multilingual Site with Translation

28 Multilingual Modules Core modules: Locale Content Translation Contributed Modules: i18n (Internationalization) Entity Translation Others provide additional functionality

29 Installing a New Language

30 The Language of Drupal Drupal out-of-the-box is in English Text in modules and themes Text stored in the database To change the language of Drupal you need to install another language

31 Building a website in another language

32 Installing Languages Configuration > Regional & language > Languages

33 Installing Languages Configuration > Regional & language > Languages

34 Configuring a Language

35 Language Detection When you arrive on the site, which language to show? English UI French UI

36 Drupal Core is Language Aware The t function is defined in bootstrap.inc. From the beginning of each page load, Drupal knows what language to render your site in.

37 Language Detection & Selection Using the URL as the primary method of language detection

38 Path Prefix vs. Domain Path prefix: example.com/fr/user Domain: exemple.com/user Domain: fr.example.com/user

39 Path Prefix vs. Domain Configuration > Regional & language > Languages > French Configure the path prefix or domain for each language

40 Language Detection & Selection The default language is used if there s no language in the URL

41 Language Detection & Selection You can also enable other methods of detection

42 Detection and Selection example.com/user

43 Detection and Selection example.com/fr/user

44 Choosing a Default Configuration > Regional & language > Languages

45 Switching Languages

46 Your turn Install the French language on your site Configure the Detection and Selection settings Add a language switcher to the site.

47 Types of Text in Drupal

48 Types of Text Built-in interface (Code) Content i18n Strings Built-in interface (User-Defined) Variables

49 Translation Interfaces in Drupal Built-in interface (Code) Built-in interface (User-Defined) i18n Strings i18n Strings Variables Content

50 Translating Built-in Interface Text (from Code)

51 Built-in Interface (Code)

52 Using Translations from Localize.Drupal.org

53 Use Localize.Drupal.org Each language has a project Translators contribute translations in their language Some projects have better coverage than others.

54 Localize.Drupal.org Project Page

55 What is a.po file? Text file storing the original text and the translations. A.pot file is a template file, containing only the original text to be translated.

56 Upload.po files to Drupal

57 Overriding Translations in Drupal

58 Overriding a Translation

59 Searching for the String

60 Editing the Translation

61 Testing the Change

62 Your turn Download translations from localize.drupal.org and upload them to your site Override a translation in Drupal

63 Use Localization Update

64 Localization Update drupal.org/project/l10n_update

65 Localization Update

66 Translation Overview

67 Your turn Use the Localization Update module to pull in more translations from Drupal.org

68 Use Localization Update

69 Localization Update drupal.org/project/l10n_update

70 Localization Update

71 Translation Overview

72 Your turn Use the Localization Update module to pull in more translations from Drupal.org

73 Use Localization Client

74 Use Localization Client drupal.org/project/l10n_client

75 Sharing Your Translations Add your API key from localize.drupal.org to contribute your translations back to the community.

76 Demo!

77 Translating Built-in Interface Text (User- Defined)

78 User-Defined Text Text entered via the Views UI

79 User-Defined Text Text entered via the Flag UI

80 User-Defined Text Original Text French Translation Drupal Database Recent Articles Articles récents Added to the Views UI Added via the Translate Interface UI

81 Translate Interface

82 Add the Translation

83 Refresh the Translations

84 Source Language Configuration > Regional and language > Multilingual settings > Strings

85 Configuration in the Default Language

86 Translating Variables

87 Translating Variables

88 Selecting Variables Configuration > Regional & language > Multilingual Settings > Variables

89 Translating Variables

90 Your turn Add a site title and slogan and translate them.

91 Session 2 MULTILINGUAL CONTENT

92 What content experience are you building?

93 Fully Symmetric Experience English Polish

94 Asymmetric Experience French English

95 Mixed Language Experience English French

96 What about untranslated content?

97 Show Untranslated Content

98 Hide Untranslated Content French English

99 Content Translation Methods

100 Content Translation Methods Node-Level Translation Field-Level Translation Node 1 (English) Node 2 (French) Node 3 (German) Node 1 Title (English) Title (French) Title (German) Title (English) Title (French) Title (German) Image Image Image Image

101 Node-Level Translation

102 Node-Level Translation Content Translation module (Drupal core) New node for each translation Nodes are mapped together in a translation set

103 Translating Nodes Translation Set Node 1 (English) Node 2 (French) Node 3 (German) tnid = 1 tnid = 1 tnid = 1

104 Enabling Node-Level Translation

105 Translating a Node

106 Node Properties Independent node properties per language

107 Use Cases Asymmetric menus per language Language-specific features (flagging, sign-up, moderation) Curation of content per language

108 Limitations of Node-Level Translation Everything is language-specific by default Need to synchronize data between nodes Too many nodes Doesn t work for modelling languageneutral things (groups of people, products, data) Only works for nodes

109 Your turn Configure basic pages on your site to use node-level translation

110 Field-Level Translation

111 Field-Level Translation Translation of fields instead of nodes Entity Translation module (contrib) provides the UI Fields are translatable in core

112 Translating Fields Node 1 Language Specific (Fields) Language Neutral Title (English) Title (French) Title (German) Image Author Body (English) Body (French) Body (German) Post Date Facebook Likes A single node, with translations of certain fields.

113 Setting up Field Translation

114 Setting up Field Translation

115 Translating the Title

116 Adding a Translation

117 Adding a Translation

118 Comment Filtering When does it make sense to show all comments regardless of language? Would you ever consider translating comments? Do comments have language neutral fields that are valuable to users who don t speak the language?

119 Comment Filtering

120 Comment Filtering

121 Language Neutral Features Flags Voting Data Signups Nodequeue or Draggable Views Data Moderation / Scheduler settings Entity references Panels nodes layout Content Access Social Media Integration (Add This) Views Bulk Operations

122 Your turn Set up field-level translation for articles Translate some article fields and filter your comments by language

123 Choosing a Translation Method

124 Event

125 Event Language-specific Title Description What to bring URL Language-neutral Image Sign-up List Sign-up Deadline Published Status Date/Time Location Organizer

126 Issue

127 Issue Language-specific Title Description URL Language-neutral Bookmark (flag) Status Priority Assignee Comments

128 List Item

129 List Item Language-specific Text Alt text URL Language-neutral Order (Nodequeue, Draggable Views) Image Published status

130 Planning Content Translation

131 Your turn: Planning Multilingual Content Destination Page User Blog Post Destination Name User Bookmarks Author Related Destination Photos Blog Content Articles User Blog Posts Comments

132 Content Translation Methods Node-Level Translation Field-Level Translation Node 1 (English) Node 2 (French) Node 3 (German) Node 1 Title (English) Title (French) Title (German) Title (English) Title (French) Title (German) Image Image Image Image

133 Questions to Ask Will this content be translated? If not, will it be displayed in other languages? Which translation method to use? Which fields need translation/localization? Are entities referenced from this content type translated?

134 Your turn Plan out the addition of destination pages and user blogs to the GlobalTravel website Map out what field types/translation methods you ll use the represent this content Report back to the group

135 Translating Other Entity Types

136 Translate Core Entities Translation of entities from core modules

137 Translate Users Configure Fields Translate Users Permissions

138 Translate Users: Use Cases Team member profiles Multilingual community site Users who offer a service to users in more than one language

139 Translate Users: Drawbacks Single permission for users (can translate any user entity) UI is not self-explanatory

140 Translate Terms Configure Fields Translate Terms Permissions

141 Translate Terms: Use Cases Any vocabulary that is symmetric across languages: Categories Destinations Medical Topics

142 Translate Terms: Drawbacks Time-consuming to use translation UI Single permission for translating all vocabularies Alphabetical listings in Views will use source language

143 Translate Comments Configure Fields Translate Comments Permissions

144 Translate Comments: Use Cases Travel website (machine translation of reviews) Government website (human translation of questions + answers)

145 Translate Other Entities Translation of entities from contributed modules Entities need to have fields and include translation support in hook_entity_info()

146 Product

147 Product Language-specific Title Description URL Language-neutral SKU Status Image Price Quantity Remaining Shopping Cart Status

148 Translatable Commerce Product

149 Product

150 Product

151 Translate categories using entity translation Your turn

152 Multilingual Views

153 Mixed-Language Views English Do you want the view to show untranslated content? French

154 Filtering by Language Entity Translation Content Translation

155 Field Options in Views

156 Your turn Create a view to display page nodes in the current language only Create a view to display articles

157 Translating the Homepage

158 Multilingual Homepage Options: Filter content to display in the current language only Make the default frontpage a multilingual variable + create a page for each language Set up a multilingual view at a single path to use as the homepage

159 Multilingual Selection

160 Translate the Frontpage

161 Your turn Configure multilingual selection options Set up a the default frontpage as a multilingual variable

162 Session 3 MULTILINGUAL STRUCTURE

163 Overview What else in Drupal needs translation? Field settings Blocks Paths Date Formats s to Users Menus

164 Text Groups Menu Fields Blocks Taxonomy

165 Translating Field Settings

166 Field Settings /fr/node/add/article Label Description

167 Translating Field Settings Field Translation module (i18n) Translate field settings Label Description Options Default Value Only core field settings

168 Translate Interface

169 Field Translate Tab

170 Translate Field Settings

171 Translating Options

172 Field Display Formatters Change the formatter so the translated field value is displayed

173 Your turn Translate field settings on your article content type.

174 Translating Blocks

175 Translating Blocks Block Translation module (i18n) Make blocks translatable Display blocks only in certain languages

176 Translating Blocks

177 Translating Blocks

178 Translating Blocks

179 Translating Blocks Create a translatable block for all languages on your site. Create a block targeting a specific language.

180 Translating Paths

181 Path Translation

182 Pathauto Patterns Create a pathauto pattern per language

183 Transliteration Articles Récents = articles-recents

184 Transliteration Articles récents = articles-recents

185 Your turn Set up pathauto for multilingual content Use transliteration for pathauto Use the Path Translation module for the Recent Articles view

186 Multilingual Navigation

187 Translating Menus Menu Translation module (i18n) Menu per language OR Menu items per language

188 Translating Menus

189 Translating Menus Menu Link to a Node

190 Translating Menu Items Menu Link to a Single-Language Page i.e. Events View

191 Translating Menu Items Menu Link to a Generic Page i.e. Home Page

192 Translating Menu Items

193 Session 4 TRANSLATING CUSTOM AND CONTRIB MODULES

194 Modules to Extend Drupal s Multilingual Functionality

195 Adding Functionality + Contact Form Meta Tags Site Map

196 Contact Form Translation of form labels Recipients per language? What other language is involved?

197 Meta Tags How are meta tags attached to each node? Will translators have permission to add them?

198 Is this module multilingualcompatible?

199 Your turn Take a sample module you re considering using for your current project. How would you determine whether it s multilingual-compatible?

200 Your turn What type of text does the module introduce? Does the module introduce data that will need to be translated that isn t an entity? Does the module add variables to the system table? Does the module provide any new content types? How many of the built-in module strings are translated for French? Can you find any unresolved multilingual-related issues in the module s issue queue?

201 Creating a glue module for a multilingual website

202 Using the t function print t( Welcome to GlobalTravel );

203 !variable <?php $message = t("if you don't want to receive such s, you can change your settings at!url.", array('!url' => l(t('my account'), "user/$account->uid")));?> The $account variable includes HTML

204 @variable <?php $title = t("@name's blog", array('@name' => $account->name));?> variable is run through check_plain

205 %variable <?php $message = t('%name-from sent %nameto an .', array('%name-from' => $user->name, '%name-to' => $account->name));?> The %name-from and %name-to are emphasized text (wrapped in <em>)

206 Using Drupal.t in jquery var txt = Drupal.t("You are viewing the site in!language.", params);

207 Multilingual Theming

208 Theming Tips Translate text that isn t visible Keep text out of images Use selectors for languages (only when absolutely necessary) Keep text overrides in theme preprocess functions/text files Use the t function in the theme

209 Space Requirements English French

210 Right to Left Languages English Hebrew

211 Localizing Date Formats

212 What are date formats? Friday, July 23rd, :30pm vendredi le 23 juillet, :30 07/23/2012 6:30pm :30

213 Date Format Documentation

214 Define new formats

215 Localizing Date Formats

216 Date formats in Views

217 Your turn Create a localized date format for French Add dates to the Recent Articles View

218 User Language Preferences

219 User Language Preference

220 Set on Account Creation

221 Used in Language Detection

222 Language Preference for User s

223 Session 5 TRANSLATION WORKFLOWS

224 Translation Workflows

225 Cost of Translation Time-consuming Expensive How can you speed up the process and reduce the amount of text to be translated?

226 What are Translation Workflows? Translator

227 Benefits of an External Translation Tool Translation teams are used to an external tool Tracks cost of translation Provides integration with machine/ community sourced translations Advanced tools (translation memory) Integration with multiple translation teams

228 Benefits of an Internal Translation Tool Easy to set up Add translations as you go Less costly Takes advantage of Drupal s content management tools Easier to provide context

229 Discussion Which approach would work better at your organization?

230 Translation Workflows for UI Strings

231 Translation Workflow for UI Strings 1. Pull in contributed translations from localize.drupal.org 2. Override translations + add translations of custom strings Translator

232 Overriding/Adding Translations Outside of Drupal

233 Use POEdit to Translate

234 Translations Spreadsheet

235 Translating Outside Drupal CSV with Translations Translator CSV Template.po file for each language

236 Re-using Your Translations

237 Translating User- Defined Strings

238 User-Defined Strings Strings added in the admin UI (not in code) For example: Views text

239 Other User-Defined Strings Block text Menu items Field settings

240 Translate Interface

241 Translate Tab

242 Translate Tab

243 User-Defined Strings

244 Challenges Giving translators access to block/field/ menu configuration Allowing translators to use all input formats Changing the original values Changing the default language

245 Translation Workflows for Content

246 Content Translation Workflow 1. Author creates a new node 2. Translators adds a translation Author Translator

247 Translation Workflows for Content: Translating in Drupal

248 Translation Interface in Drupal

249 Node-Level vs. Field-Level Translation Field-Level Translation Node-Level Translation

250 Creating a Translation Workflow from Scratch Permissions for translators Rules and Flag to trigger translation requests Views for Translators

251 Permissions for Translation Content Translation: Translators need to be able to create content Entity Translation: Permission to edit the entity No granular translation permissions per content type (use i18n_access)

252 Challenges Different UI for Entity Translation/Content Translation (Confusing) Professional translators need to learn Drupal Need to build system for reviewing translations

253 Typical UI for Translators

254 Your turn Set up permissions for translators Create a view for translators

255 Translation Workflows for Content: TMGMT Module

256 Translation Management Tool (TMGMT) drupal.org/project/tmgmt

257 Translation Management Tool (TMGMT) Drupal

258 Translators Microsoft (Bing) Translator (machine) Google Translate (machine) Nativy (human) MyGengo (human) Supertext (human) One Hour Translation (human)

259 Microsoft Translator

260 Microsoft Translator

261 Requesting Translations

262 Choosing a Translator

263 Review Translation

264 Review Translation

265 Accepted Translation Appears

266 Translate in Bulk

267 Translation Jobs

268 Benefits of TMGMT Field-level and node-level translation Also translate i18n strings (in development) Easy to configure Human/machine translator plugins Write your own translator plugin

269 Translation Workflows for Content: Lingotek Module

270 Lingotek Module drupal.org/project/lingotek

271 Lingotek Drupal Individual Translator

272 Create a Lingotek Account

273 Connect to Machine Translation Tool

274

275 Create a Project Create a new project for each Drupal website

276 Lingotek Translation Per Content Type Disables manual translation of content

277 Lingotek Translation Tool Enables translation at the field-level Need to flag fields as being translatable

278 Send a Node for Translation

279 Translating a Node Switch the site to French, and you ll see a message: Click on the link to go to the Lingotek Translation UI

280 Updating the Translation In order to accept the translation and publish it to the site, you have to click Update.

281 Translation Appears

282 Project Status

283 Benefits of Lingotek Translation memory Sophisticated translation workflow Advanced feature set (i.e. settings for tokens to ignore, etc.) Community-sourced translations Provides a UI for professional translators

284 Importing Content

285 Modules for Importing Migrate + Migrate Extras Entity Translation: Feeds

286 Session 8 REVIEW

287 Multilingual Checklist Installing languages Translating the Interface Translating content Setting up multilingual building blocks Configuring a translation workflow Auditing/configuring contrib modules

288 Before you start How many languages? Who are the translators? How will content be translated? What method should be used? Choose a default language that makes sense Have a plan for translation workflow + adding languages in the future Leave extra time for testing contrib modules

289 What to Avoid? Changing the default language Passing variables through the t function Putting non-english text in code

290 Feedback please!

291 Q + A

Cloudwords Drupal Module. Quick Start Guide

Cloudwords Drupal Module. Quick Start Guide Cloudwords Drupal Module Quick Start Guide 1 Contents INTRO... 3 HOW IT WORKS... 3 BEFORE YOU INSTALL... 4 In Cloudwords... 4 In Drupal... 4 INSTALLING THE CLOUDWORDS DRUPAL MODULE... 5 OPTION ONE: Install

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

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

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

Drupal Conference London 2011 Florian Loretan & Jose Reyero Multilingual Drupal Solutions: Use cases and Modules

Drupal Conference London 2011 Florian Loretan & Jose Reyero Multilingual Drupal Solutions: Use cases and Modules Design, UX and Theming Multilingual Drupal solutions: use cases and modules Presented by Jose Reyero and Florian Loretan Hi Florian Loretan Co-Founder of #dci18n Why are multilingual solutions important?

More information

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

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

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

Drupal Node Overview. Attendee Guide. Prepared for: EDT502, Fall 2007, Dr. Savenye Prepared by: Jeff Beeman. November 26, 2007 EDT502 Final Project

Drupal Node Overview. Attendee Guide. Prepared for: EDT502, Fall 2007, Dr. Savenye Prepared by: Jeff Beeman. November 26, 2007 EDT502 Final Project Drupal Node Overview Attendee Guide Prepared for: EDT502, Fall 2007, Dr. Savenye Prepared by: Jeff Beeman November 26, 2007 EDT502 Final Project Table of Contents Introduction 3 Program Content and Purpose

More information

QuickStart EasySite Guide Windows Hosting Includes EasySite Plus, Shopping Cart, PodCasts, Flash, Blogs and much more

QuickStart EasySite Guide Windows Hosting Includes EasySite Plus, Shopping Cart, PodCasts, Flash, Blogs and much more QuickStart EasySite Guide Windows Hosting Includes EasySite Plus, Shopping Cart, PodCasts, Flash, Blogs and much more Everything you need to get started creating your own website. EasySite it s never been

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: purusingh2004@gmail.com Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com

More information

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 16, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

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} INFO@MEADIGITAL.COM Table of Contents

More information

UW- Madison Department of Chemistry Intro to Drupal for Chemistry Site Editors

UW- Madison Department of Chemistry Intro to Drupal for Chemistry Site Editors UW- Madison Department of Chemistry Intro to Drupal for Chemistry Site Editors Who to Contact for Help Contact Libby Dowdall (libby.dowdall@wisc.edu / 608.265.9814) for additional training or with questions

More information

MASTER DRUPAL 7 MODULE DEVELOPMENT

MASTER DRUPAL 7 MODULE DEVELOPMENT MASTER DRUPAL 7 MODULE DEVELOPMENT by blair wadman sample available for purchase at http://befused.com/master-drupal/ LESSON 1 INTRODUCTION In this section, you will be introduced to the core Drupal concepts

More information

#d8rules - Support the Rules module for Drupal 8

#d8rules - Support the Rules module for Drupal 8 #d8rules - Support the Rules module for Drupal 8 Introduction Benefits of funding Rules in Drupal 8 On a larger scale For your own business Rules 8.x Overview of the Rules 8.x features Site building based

More information

Build it with Drupal 8

Build it with Drupal 8 Build it with Drupal 8 Comprehensive guide for building common websites in Drupal 8. No programming knowledge required! Antonio Torres This book is for sale at http://leanpub.com/drupal-8-book This version

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

Lingotek + Drupal Finally. Networked translation inside Drupal.

Lingotek + Drupal Finally. Networked translation inside Drupal. DATA SHEET 02 16 2016 Lingotek + Drupal Finally. etworked translation inside Drupal. Overview Lingotek s Translation etwork is the only cloud-based solution to connect all your global content in one place,

More information

SiteBuilder E-Shop User Guide

SiteBuilder E-Shop User Guide SiteBuilder E-Shop User Guide Contents What is eshop?... 3 Setting up eshop for the first time... 4 Setting up your ordering information... 4 Deciding how to process orders... 5 Setting your general configuration

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

Building Drupal sites using CCK, Views and Panels. Khalid Baheyeldin Drupal Camp, Toronto May 11 12, 2007 http://2bits.com

Building Drupal sites using CCK, Views and Panels. Khalid Baheyeldin Drupal Camp, Toronto May 11 12, 2007 http://2bits.com Building Drupal sites using CCK, Views and Panels Khalid Baheyeldin Drupal Camp, Toronto May 11 12, 2007 http://2bits.com Agenda Introduction CCK (Content Construction Kit) Views Panels Demo of all of

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

More information

Drupal. open source^ community experience distilled. 7 Business Solutions. Build powerful website features for your business. Trevor James.

Drupal. open source^ community experience distilled. 7 Business Solutions. Build powerful website features for your business. Trevor James. Drupal 7 Business Solutions Build powerful website features for your business Trevor James Mark Noble PUBLISHING o open source^ community experience distilled - BIRMINGHAM MUMBAI Preface 1 Chapter 1: Planning

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

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

I have experience in building large Community websites, Business websites, Products and Services websites and E-commerce websites using Drupal.

I have experience in building large Community websites, Business websites, Products and Services websites and E-commerce websites using Drupal. Email: compujohnny@gmail.com Skype: compujohnny http://www.jesox.com https://www.drupal.org/u/compujohnny Dear Employer, I am a Professional Web developer having over 7 years experience in creating business

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 16 @salesforcedocs Last updated: May 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Cognos 10 Getting Started with Internet Explorer and Windows 7

Cognos 10 Getting Started with Internet Explorer and Windows 7 Browser/Windows Settings There are several Internet Explorer browser settings required for running reports in Cognos. This document will describe specifically how to set those in Internet Explorer 9 and

More information

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit Page 1 Table of contents: 1. SEO Toolkit: General Settings..3 2. Product Reviews: Settings...4 3. Product Reviews: Examples......5

More information

Google Trusted Stores Setup in Magento

Google Trusted Stores Setup in Magento Google Trusted Stores Setup in Magento Google Trusted Stores is a free badging program that can improve your conversion rate and average order size by reassuring potential customers you offer a great shopping

More information

Follow Up Email. Magento Extension User Guide. Official extension page: Follow Up Email. User Guide: Follow Up Email

Follow Up Email. Magento Extension User Guide. Official extension page: Follow Up Email. User Guide: Follow Up Email Follow Up Email Magento Extension User Guide Official extension page: Follow Up Email Page 1 Table of contents: 1. Follow Up Email configuration....3 2. Rule creation...6 3. Follow up email templates.....17

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

Shop builder User s Guide. -www.shopbuilder.com.au

Shop builder User s Guide. -www.shopbuilder.com.au User s Guide -www.shopbuilder.com.au Contents About Shop builder 3 Build online store 3 Step 1 - Design your online store 5 Step 2 - Add content to your online store 8 Step 3 - Add categories to your online

More information

Wave Analytics Platform Setup Guide

Wave Analytics Platform Setup Guide Wave Analytics Platform Setup Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 15, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Support/ User guide HMA Content Management System

Support/ User guide HMA Content Management System Support/ User guide HMA Content Management System 1 Contents: Access Page 3 Editing Pages Page 4 Adding/Editing Text Page 7 Adding/Editing Images Page 9 Adding/Editing Files Page 11 Adding a Page Page

More information

Case Study. [Solaire System]

Case Study. [Solaire System] Case Study [Solaire System] INDEX Project Description... 2 Objective... 4 Challenges... 4 Solution... 4 Client Testimony... 5 Project Description One of our Canada based client wants us to develop Soalire

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Module developer s tutorial

Module developer s tutorial Module developer s tutorial Revision: May 29, 2011 1. Introduction In order to keep future updates and upgrades easy and simple, all changes to e-commerce websites built with LiteCommerce should be made

More information

Do I have to use the blog section of the site? No. Your blog is hidden by default so it won't be available unless you choose to turn it on.

Do I have to use the blog section of the site? No. Your blog is hidden by default so it won't be available unless you choose to turn it on. Agent Website FAQ What are the features/benefits of the new Agent Websites? The Agent Website offering is a feature-rich, WordPress based product that provides individual personalization to the agent,

More information

Why Business Catalyst? Published January 20, 2014. An Explanation for the Joel Media Group, Incorporated and its Partnership with Business Catalyst

Why Business Catalyst? Published January 20, 2014. An Explanation for the Joel Media Group, Incorporated and its Partnership with Business Catalyst Why Business Catalyst? Published January 20, 2014 An Explanation for the Joel Media Group, Incorporated and its Partnership with Business Catalyst Over the past five years, we been implementing the Adobe

More information

Magento Integration Manual (Version 2.1.0-11/24/2014)

Magento Integration Manual (Version 2.1.0-11/24/2014) Magento Integration Manual (Version 2.1.0-11/24/2014) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

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. mrudula@ksu.edu Abstract Content Management Systems

More information

Shipbeat Magento Module. Installation and user guide

Shipbeat Magento Module. Installation and user guide Shipbeat Magento Module Installation and user guide This guide explains how the Shipbeat Magento Module is installed, used and uninstalled from your Magento Community Store. If you have questions or need

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

Jim2 ebusiness Framework Installation Notes

Jim2 ebusiness Framework Installation Notes Jim2 ebusiness Framework Installation Notes Summary These notes provide details on installing the Happen Business Jim2 ebusiness Framework. This includes ebusiness Service and emeter Reads. Jim2 ebusiness

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

Website Express training website dashboard

Website Express training website dashboard training website dashboard Website Express is a simple website creation tool with powerful features that allow you to easily create and manage your website 2 options are available: 1. basic website - business

More information

SPELL Tabs Evaluation Version

SPELL Tabs Evaluation Version SPELL Tabs Evaluation Version Inline Navigation for SharePoint Pages SPELL Tabs v 0.9.2 Evaluation Version May 2013 Author: Christophe HUMBERT User Managed Solutions LLC Table of Contents About the SPELL

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

Connect 9.2 Notes + Documentation August 2010 1

Connect 9.2 Notes + Documentation August 2010 1 Connect 9.2 Notes + Documentation August 2010 1 Introduction Connect 9.2 offers a number of great tools to reduce the time necessary to manage a large community of users, including improved methods to

More information

Drupal and Search Engine Optimization

Drupal and Search Engine Optimization Appendix A Drupal and Search Engine Optimization Search engine optimization (SEO) is one of those nebulous terms that means many things to many people. In this appendix, I take a technical approach to

More information

Google Analytics Guide

Google Analytics Guide Google Analytics Guide 1 We re excited that you re implementing Google Analytics to help you make the most of your website and convert more visitors. This deck will go through how to create and configure

More information

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: enquiries@healthwatch.co.uk 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 Welcome to the new website in a box. We ve created a new, lighter, fresher and more

More information

Drupal 7 Fields/CCK Beginner's Guide

Drupal 7 Fields/CCK Beginner's Guide P U B L I S H I N G community experience distilled Drupal 7 Fields/CCK Beginner's Guide Dave Poon Chapter No. 5 "File and Image Fields" In this package, you will find: A Biography of the author of the

More information

What Is A Content Management System?

What Is A Content Management System? Topic Website Tutorial 15 What Is A Content Management System? This tutorial will provide you with extensive information on content management systems. Reading time: 10 minutes Prerequisite: None 1. What

More information

Cross Bulk Mailer 6.1 User Guide

Cross Bulk Mailer 6.1 User Guide http://dnnmodule.com/ Page 1 of 16 Cross Bulk Mailer 6.1 User Guide (The best email marketing module for DNN 7) http://dnnmodule.com 7/26/2015 Cross Software, China Skype: xiaoqi98@msn.com QQ: 35206992

More information

How to work with the WordPress themes

How to work with the WordPress themes How to work with the WordPress themes The WordPress themes work on the same basic principle as our regular store templates - they connect to our system and get data about the web hosting services, which

More information

Getting Started with Sites at Penn State

Getting Started with Sites at Penn State About Sites at Penn State Getting Started with Sites at Penn State The Sites at Penn State tool is powered by WordPress.com, a powerful, personal publishing platform that allows you to create a website

More information

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved.

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved. Reference Guide Pogoplug Team Reference Guide Table of Contents Table of Contents 1. What s Included 2. Getting Started 3. Customizing the Pogoplug Interface a. Custom UI b. Custom Domain Name c. Custom

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

WordPress websites themes and configuration user s guide v. 1.6

WordPress websites themes and configuration user s guide v. 1.6 WordPress websites themes and configuration user s guide v. 1.6 Congratulations on your new website! Northeastern has developed two WordPress themes that are flexible, customizable, and designed to work

More information

UCSF Drupal Web Starter Kit Basic Training Guide

UCSF Drupal Web Starter Kit Basic Training Guide UCSF Drupal Web Starter Kit Basic Training Guide This is an image of your default home or front page Brought to you in partnership with Chapter 3 Owner: Web Site URL: Drupal Username: Drupal Password:

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 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

Zendesk + Salesforce. Step-by-Step Guide to Integrating Zendesk and Salesforce. www.zendesk.com

Zendesk + Salesforce. Step-by-Step Guide to Integrating Zendesk and Salesforce. www.zendesk.com Zendesk + Salesforce Step-by-Step Guide to Integrating Zendesk and Salesforce www.zendesk.com 2 Table of Contents Introduction Getting Started Page 1 Step 1: Installing the Zendesk for Salesforce App in

More information

LYONSCG ECOMMERCE ACCELERATOR (LEA) FOR MAGENTO. Discussion of Features

LYONSCG ECOMMERCE ACCELERATOR (LEA) FOR MAGENTO. Discussion of Features LYONSCG ECOMMERCE ACCELERATOR (LEA) FOR MAGENTO Discussion of Features Eric Marsh July 2015 1 AN INNOVATIVE ecommerce SOLUTION The LYONSCG ecommerce Accelerator (LEA) for Magento was developed for small

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

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide Exchange ControlPanel Administration Guide Table of Contents Top Level Portal Administration... 4 Signing In to Control Panel... 4 Restoring Account Password... 5 Change Account Details... 7 Viewing Account

More information

Index. Terminology Pg. 2 Your Backend Pg. 3. Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg.

Index. Terminology Pg. 2 Your Backend Pg. 3. Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg. Index Terminology Pg. 2 Your Backend Pg. 3 Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg. 8 Content Pg. 9 Homepage Image Pg. 9 Events Pg. 9 News Articles

More information

Melbourne IT The Ecommerce Widget Guide - user guide

Melbourne IT The Ecommerce Widget Guide - user guide Melbourne IT The Ecommerce Widget Guide - user guide TABLE OF CONTENT Overview 3 Creating the Online Store 3 The Shopping Bag 5 Store Management 7 Getting Started 8 Catalog 9 Adding a Product 10 Removing

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

Contents AP - BROWSER BASED USER INTERFACE... 3 AP - CLIENT CAPABILITIES... 12. Cabinet AP October 2014 P a g e 2

Contents AP - BROWSER BASED USER INTERFACE... 3 AP - CLIENT CAPABILITIES... 12. Cabinet AP October 2014 P a g e 2 Cabinet AP Contents AP - BROWSER BASED USER INTERFACE... 3 AP - CLIENT CAPABILITIES... 12 Cabinet AP October 2014 P a g e 2 AP - BROWSER BASED USER INTERFACE AP uses a browser interface for processing

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

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

1. Manage your Group. 1. Log on to the CampusGroups platform.

1. Manage your Group. 1. Log on to the CampusGroups platform. 1 1. Manage your Group 1. Log on to the CampusGroups platform. 2. Upon logging in, select your club from the Groups drop-down (next to the Home icon) and click on the Manage button next to the group of

More information

AJ Shopping Cart. Administration Manual

AJ Shopping Cart. Administration Manual AJ Shopping Cart Administration Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-2485553, 2485554. Fax : 2484600

More information

Vector HelpDesk - Administrator s Guide

Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks

More information

Absolute Beginner s Guide to Drupal

Absolute Beginner s Guide to Drupal Absolute Beginner s Guide to Drupal 1. Introduction 2. Install 3. Create 4. Extend 5. Design 6. Practice The OSWay 1. Introduction 2. Install 3. Create 4. Extend 5. Design 6. Practice The OSWay Drupal

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

Overview of Reunion Manager Website Services Subject to change without notice please refer to our website for current features and functions

Overview of Reunion Manager Website Services Subject to change without notice please refer to our website for current features and functions Overview of Reunion Manager Website Services Subject to change without notice please refer to our website for current features and functions For Reunion Committees Dated: January 22, 2015 Reunion Manager

More information

Release Notes 2016.2 Feature Release

Release Notes 2016.2 Feature Release Release Notes 2016.2 Feature Release Table of Contents New Features Litmos Boost ecommerce for Learning Paths ecommerce for Learning Paths via Shopify Integration BambooHR Integration Bug Fixes & Minor

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

Module Google Remarketing + Dynamic

Module Google Remarketing + Dynamic Module Google Remarketing + Dynamic Date : December 13 th, 2013 Business Tech Installation Service If you need help installing and configuring your module, we can offer you an installation service, which

More information

WebLink 3 rd Party Integration Guide

WebLink 3 rd Party Integration Guide 1. Introduction WebLink provides the world s leading online Chamber and Association Management Software: WebLink Connect. While WebLink does provide custom website design and hosting services, WebLink

More information

Project Information. Project Management and Hosting Active Collab and Google Docs were used for the project management tasks on the project.

Project Information. Project Management and Hosting Active Collab and Google Docs were used for the project management tasks on the project. In August 2010 Appnovation Technologies was chosen by Rainforest Alliance to re-create their website in the Drupal platform CMS while keeping all existing content. Appnovation was chosen to develop the

More information

Improved Navigation Magento Extension User Guide

Improved Navigation Magento Extension User Guide Improved Navigation Magento Extension User Guide Page 1 Table of contents: 1. Creation of attribute filters and navigation configuration 3 2. Creation of blocks with featured attribute options.. 11 3.

More information

A This panel lists all the IVR queues you have built so far. This is where you start the creation of a IVR

A This panel lists all the IVR queues you have built so far. This is where you start the creation of a IVR IVR The IVR (Interactive Voice Response) feature allows you to automate some or all of your inbound call handling. At its simplest, you can implement an IVR that routes calls to a specific department selected

More information

Kaltura s Entitlement Infrastructure Information Guide. Version: Falcon

Kaltura s Entitlement Infrastructure Information Guide. Version: Falcon Kaltura s Entitlement Infrastructure Information Guide Version: Falcon Contents Preface...2 About this Guide...2 Audience...2 Document Conventions...2 Prerequisites...3 Related Documentation...3 Section

More information

What s New with Salesforce for Outlook?

What s New with Salesforce for Outlook? What s New with Salesforce for Outlook? Available in: Contact Manager, Group, Professional, Enterprise, Unlimited, and Developer Editions Salesforce for Outlook v2.1.2 New Supported Operating System We

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 stephen@parallaxmail.com ParallaxInfoTech.com www.talkingdrupal.com ASSUMPTIONS You may or may not have development experience You

More information

Installing Drupal on Your Local Computer

Installing Drupal on Your Local Computer Installing Drupal on Your Local Computer This tutorial will help you install Drupal on your own home computer and allow you to test and experiment building a Web site using this open source software. This

More information

IBM Emptoris Contract Management. Release Notes. Version 10.0.1.5 GI13-3418-09

IBM Emptoris Contract Management. Release Notes. Version 10.0.1.5 GI13-3418-09 IBM Emptoris Management Release Notes Version 10.0.1.5 GI13-3418-09 Note: Before using this information and the product it supports, read the information in Notices on page 75. Copyright IBM Corporation

More information

MAGENTO Migration Tools

MAGENTO Migration Tools MAGENTO Migration Tools User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Magento Migration Tools: User Guide Page 1 Content 1. Preparation... 3 2. Setup... 5 3. Plugins Setup... 7 4. Migration

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Google Analytics Audit. Prepared For: Xxxxx

Google Analytics Audit. Prepared For: Xxxxx Google Analytics Audit Prepared For: Xxxxx Please Note: We have edited all images and some text to protect the privacy of our client. 1. General Setup 3 1.1 current analytics tracking code 3 1.2 test purchase

More information

1 P a g e. Copyright 2013. CRMKnowledge.

1 P a g e. Copyright 2013. CRMKnowledge. 1 P a g e Contents Introduction... 3 An overview of Queues in Microsoft Dynamics CRM... 3 How are Queues created in CRM... 4 How are Queues made visible to users?... 4 What can be put into a Queue?...

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

User s Guide Microsoft Social Engagement 2015 Update 1

User s Guide Microsoft Social Engagement 2015 Update 1 User s Guide Microsoft Social Engagement 2015 Update 1 Version 2.0 1 This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references,

More information