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

Size: px
Start display at page:

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

From this document you will learn the answers to the following questions:

  • What does RFA Multimedia provide?

  • How is the Path Redirect version of the Path Redirect re - used?

  • What feature of the site is customizable?

Transcription

1 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 new site due to their successful development experience with other large NGOs like the World Wildlife Fund. The Rainforest Alliance works to conserve biodiversity and ensure sustainable livelihoods by transforming land-use practices, business practices and consumer behavior. Based in New York City, with offices throughout the United States and worldwide, the Rainforest Alliance works with people whose livelihoods depend on the land, helping them transform the way they grow food, harvest wood and host travelers. From large multinational corporations to small, community-based cooperatives, we involve businesses and consumers worldwide in our efforts to bring responsibly produced goods and services to a global marketplace where the demand for sustainability is growing steadily. Project Information Project Management and Hosting Active Collab and Google Docs were used for the project management tasks on the project. Rainforest Alliance is hosted on a dedicated IP on Rackspace. Server specifications: PHP 5.2 Apache Server MySQL database Drupal Version 6. 19

2 Site Functionalities As mentioned, the new site mimics the old but with added features such as the Multimedia and Publications database extending the original functionality. Features including: - Customizable slideshows on homepage and within varies sections - Twitter feeds integration - RSS feeds integration - Multilingual support on menus and contents for French, Spanish, German, and Japanese - Dynamic placement of content widgets (Highlight Boxes) for both Single and Tabbed version - Searchable listing of all multimedia contents Interactive contents (Flash), Videos (Vimeo and Youtube), and Images slideshows - Searchable listing of all publications including newsletters and PDFs There were a total of 90 modules used for the site including 27 custom modules. Contrbuted Modules Context (6.x-3.0) - The site has been divided into sections. Each section has its own sub-navigation menu. Context was used to display menu blocks in each section. Features (6.x-1.0) - Used for exporting site roles and permission settings. It is also used to export sections created using Context. Internalization (6.x-1.7) - This package provides a tool in which nodes, menus blocks and code strings can be translated into different languages Feeds (6.x-1.0-beta 10) - Used to consume blog feeds from a Wordpress powered blog site and converts them to nodes Apache Solr Framework (6.x-1.2) & Apache Solr Search (6.x-1.2) - used to power the Publications, Multimedia and Site search pages RFA Apache Sol - extending the Apache Solr functionality and provide site search. The site search is powered by Apache Solr. An customization done, such as overriding the search results theme is done in this module. RFA Custom Blocks: provide a set of blocks tailored to the content Custom blocks that do not fall within other custom modules scope are declared here. An example of a custom block is the Forestry block on login page RFA Custom Pages: provide a set of custom pages Custom pages do not fall within other custom modules scope are declared here. An example of a custom page would be about/careers

3 RFA Data Migrator: used to govern the migration process and formatting of data Contents from the old site where stored in a MSSQL database. The process of retrieving the those contents and converting them into Drupal nodes is this modules main responsibility. RFA Featured Highlights: provide a Highlight Box node and block to be placed on varies pages This module is responsible for handling highlight boxes that appear on a lot of pages such as the ones that you see on the English home page. The contents of those highlight boxes can be edit without code modification since the the highlight boxes are implemented as content types. RFA Featured Slideshows: provide a Slideshow on homepage and varies section This module is responsible for displaying slideshow on the home page and other sections of the site. Modifying slideshow contents are done using Drupal UI as these slideshows are actually content type RFA Multimedia: provide the backbone and UI of the Multimedia database The multimedia search page (/multimedia) is powered by Apache Solr, Views and CCK. Any functionality that the multimedia page provides is handled in this module RFA Path Redirect: repurposed version of the Path Redirect module to handle site redirections RFA Publication: provide the backbone and UI of the Publication database The multimedia search page (/publication) is powered by Apache Solr, Views and CCK. Any functionality that the publication page provides is handled in this module. RFA Storybook: generate a storybook layout All functionality that the kids/stories page provides is managed in this module. The storybook functionality is powered by CCK and Views. The page uses Views to display each storybook node. RFA Tabbed Content: provide blocks of tabbed panels for contents to be placed varies pages This module is responsible for providing tabbed panel feature on the site. An example of this tabbed panel can be found on curriculum/second/lesson1 page. This tabbed panel is implemented as a content type. This ensures that tabs can be dynamically added and modified without code changes. RFA Users: extends the core Users module and provide functionality to SmartWood logins Provides extended user functionality. RFA Business Login Blocks Feature: generated by Features; sets block into right place This module is generated by Features. This is a settings module which displays blocks on login page. Settings in Drupal are modified using update scripts to ensure that databases among developers that worked on this site remain consistent. But instead of using a script, we decided to use Features to export block placement configurations. The Context module is used for displaying blocks on specified pages RFA Homepage Blocks ES Feature: generated by Features; sets homepage blocks position (Spanish) This module is generated by Features. This is a settings module which displays blocks on the Spanish home page. Settings in Drupal are modified using update scripts to ensure that databases among developers that worked on this site remain consistent. But instead of using a script, we decided to use Features to export block placement configurations. The Context module is used for displaying blocks on specified pages

4 Rainforest Case Study RFA Homepage Blocks Feature: generated by Features; sets homepage blocks position This module is generated by Features. This is a settings module which displays blocks on the English home page. Settings in Drupal are modified using update scripts to ensure that databases among developers that worked on this site remain consistent. But instead of using a script, we decided to use Features to export block placement configurations. The Context module is used for displaying blocks on specified pages. RFA Menu Context Feature: generated by Features; sets menu into correct placements This module is generated by Features. This is a settings module which displays menu blocks on pages. Settings in Drupal are modified using update scripts to ensure that databases among developers that worked on this site remain consistent. But instead of using a script, we decided to use Features to export block placement configurations. The Context module is used for displaying blocks on specified pages RFA Users Feature: generated by Features; sets user role permissions This module is generated by Features. This is a settings module which deals with user roles and permissions. Settings in Drupal are modified using update scripts to ensure that databases among developers that worked on this site remain consistent. But instead of using a script, we decided to use Features to export user roles and permissions RFA Rightside Block Feature: generated by Features; sets block into correct place This module is generated by Features. This is a settings module for displaying right side blocks. Settings in Drupal are modified using update scripts to ensure that databases among developers that worked on this site remain consistent. But instead of using a script, we decided to use Features to export user roles and permissions. The Context module is used for displaying blocks on specified pages. Custom Technologies About 60% of the site is based on specialized technologies to provide the requested functionality as well as look and feel: - Migration process was driven by a custom designed engine that governs the data transport from MSSQL to MySQL. Converts ColdFusion pages into Drupal nodes, parses content to fit the new format, and associates pages with their translation correspondence. - Slideshows are powered by third-party jquery scripts with additional customizations done during development - All pages are built using nodes even for custom pages, where it is traditionally built using callback functions, are based on node constructs callback functions are mimicked. - Apache Solr is used for all search related operations. - Contents of PDF files are made searchable as a result of PDF scan done during file upload. - UI functionality mostly given by jquery UI for Modal Popup and Tabs - ChartBeat used to monitor real-time site traffic

5 Goals and Chalenges The Rainforest Alliance website was running on both a ColdFusion based setup and static ColdFusion pages on two MSSQL 2005 databases. They found the backend of this system to not be as user friendly as they wanted it to be and that content management was not as efficient or simplistic as they liked. They made the decision to go with Drupal as it would unify their site management under one content management system making the site and content easier to update. The client was satisfied with the way their site functioned on the front end so the main challenge for Appnovation was to re-create the existing site in Drupal while maintaining all the same functionality and migrating over 10,000 files of existing content (see Content Migration from a Mysql Database to Drupal Using Batch Operations in the Appnovation blog for more information). The entire process was lengthy as Appnovation s developers needed to understand completely how the original site worked and find a way to translate that into the Drupal equivalent. The most complex part of the site that needed to be mimicked was the multilingual functionality. The Rainforest site features Spanish, Japanese, German and French. It uses a non-conventional setup for with variable sections ie a section menu can appear in German, but not Japanese. Appnovation needed to provide a flexible way to switch between different languages at any time on any page while providing the client with the ability to create additional translated menu items and pages at any time. To achieve this the developers used a two step process: 1) Using the translation module, Internationalization, to power all the translations for menu items and nodes, making the Language Drop-down module able to switch languages. The module, Context, then made it possible to dynamically place the correct menu onto the page with the chosen language. 2) To ensure that multilingual works properly, every page MUST be a node. This means that callback cannot be used. Instead, the developers simulated page callbacks by sitting a custom page on top of a placeholder node. The desired result was achieved through a large combination of contributed and custom modules.

Peer 1 Hosting Multisite

Peer 1 Hosting Multisite Peer 1 Hosting Multisite www.appnovation.com Peer 1 Hosting Multisite Contents 1.0 Project Overview P. 3 2.0 Project Information P. 4 3.0 Site Functionalities P. 5 4.0 Modules P. 7 P.2 1.0 Project Overview

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

ACORD Website Design

ACORD Website Design Request for Proposals: Terms of Reference (TOR) for re- designing ACORD Website www.acordinternational.org Table of Contents I. BACKGROUND... 1 II. END- RESULT TO BE DELIVERED BY THE SERVICE PROVIDER...

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Blox. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to common

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 dptnitrkl@gmail.com Designing dynamic and

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

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Christopher Zavatchen

Christopher Zavatchen Christopher Zavatchen chris@cnc137.com 330-558-1137 273 Bettie Lane Brunswick, Ohio 44212 Objective Seeking a career opportunity enabling me to fully utilize my web design and development skills while

More information

BASIC SMART BUSINESS

BASIC SMART BUSINESS REV.01 2013 p. 1/16 Roma, 16/01/2014 Dear Telefonica S.A. marketing department SUBJECT: Revenue Sharing Webee Telefonica Webee allows the user to create and publish professional websites "manageable",

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

InterMetro Legacy CMS to Drupal Migration

InterMetro Legacy CMS to Drupal Migration InterMetro Legacy CMS to Drupal Migration Client : InterMetro Industry : ecommerce Offering : Drupal Migration OBJECTIVE InterMetro is a subsidiary of Emerson Electric Corporation, a Fortune 100 company

More information

How To Create A Website In Drupal 2.3.3

How To Create A Website In Drupal 2.3.3 www.webprophets.com.au PO Box 2007 St Kilda West Victoria Australia 3182 Phone +61 3 9534 1800 Fax +61 3 9534 1100 Email info@webprophets.com.au Web www.webprophets.com.au Welcome to the Drupal How to

More information

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing Document Freedom Workshop 2012 CMS, Moodle and Web Publishing Indian Statistical Institute, Kolkata www.jitrc.com (also using CMS: Drupal) Table of contents What is CMS 1 What is CMS About Drupal About

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

RFP Website Design, Development, and Hosting Vendor Questions

RFP Website Design, Development, and Hosting Vendor Questions RFP Website Design, Development, and Hosting Vendor Questions 1. Can you please provide me the scale to which proposals will be evaluated on? No 2. Do you operate with a silence period after proposals

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

Content Management Software Drupal : Open Source Software to create library website

Content Management Software Drupal : Open Source Software to create library website Content Management Software Drupal : Open Source Software to create library website S.Satish, Asst Library & Information Officer National Institute of Epidemiology (ICMR) R-127, Third Avenue, Tamil Nadu

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

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

BUILDING WEB JOURNAL DIRECTORY AND ITS ARTICLES WITH DRUPAL

BUILDING WEB JOURNAL DIRECTORY AND ITS ARTICLES WITH DRUPAL BUILDING WEB JOURNAL DIRECTORY AND ITS ARTICLES WITH DRUPAL Suwanto Raharjo Institute Science & Technology AKPRIND, Yogyakarta, Indonesia email: wa2n@akprind.ac.id Abstract The rapid growths of web based

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

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

Welcome To Your New Web Hosting Account!

Welcome To Your New Web Hosting Account! Welcome To Your New Web Hosting Account! We are focused on providing you the very best web hosting service, including all the tools necessary to establish and maintain a successful website. This document

More information

uilding a Branch Website using Wordpress

uilding a Branch Website using Wordpress Building a branch website using WordPress Building uilding a Branch Website using Wordpress WordPress is a Free and Open Source (FOSS) Content Management System (CMS). It allows you to build websites without

More information

How to Create a Successful Website Based With Drupal

How to Create a Successful Website Based With Drupal CALS Communications and Cyber Technologies (CCT) Service Catalog Web Hosting Static-HTML Website Hosting: free Sites developed in Dreamweaver or other HTML development software that do not require a database.

More information

ADAA s Resources for Professionals Portal User Guide

ADAA s Resources for Professionals Portal User Guide ADAA s Resources for Professionals Portal User Guide Overview The ADAA website is built on top of the Drupal platform. Drupal is a cuttingedge open source CMS engine that powers sites all over the world.

More information

Drupal 6 to Drupal 7 Migration Worksheet

Drupal 6 to Drupal 7 Migration Worksheet Drupal 6 to Drupal 7 Migration Worksheet Rationale for This Document An upgrade of a Drupal 6 website is a complex proposition. As a general rule of thumb, many professional Drupal development teams approach

More information

Web Development. How the Web Works 3/3/2015. Clients / Server

Web Development. How the Web Works 3/3/2015. Clients / Server Web Development WWW part of the Internet (others: Email, FTP, Telnet) Loaded to a Server Viewed in a Browser (Client) Clients / Server Client: Request & Render Content Browsers, mobile devices, screen

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

Lesson One Creating the Website and the WordPress Process

Lesson One Creating the Website and the WordPress Process Techedutainment Services Creating a Dynamic Website with WordPress Page 1 In the beginning and start up Welcome! I welcome to your WordPress class. This document provides a guideline to the lectures, exercises,

More information

Listed below are the common process in creating a new content type, and listing a summary of all contents via view and/or panel custom page.

Listed below are the common process in creating a new content type, and listing a summary of all contents via view and/or panel custom page. Why Features? Basically, in Drupal, one has to undergo series of configurations to be able to create content type, views and/or panels, etc. depending on the functionality one wants to achieve. For a single

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

a genda shine@aigenda.com +389 2 30 90 397 www.aigenda.com

a genda shine@aigenda.com +389 2 30 90 397 www.aigenda.com Registration Module ATTENDEE PROFILES ATTENDEE OBJECTIVES & KEY CHALLENGES MY ITINERARY Registration Module QUICK & EASY EVENT REGISTRATION Attendees can register for your events quickly on any device

More information

Proposal for Website Design and Development Services: Digital Library Federation

Proposal for Website Design and Development Services: Digital Library Federation Proposal for Website Design and Development Services: Digital Library Federation Overview The Digital Library Federation (DLF) is an association of libraries and institutions whose mission is to develop

More information

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating

More information

The following is a comparison between CiviCRM, RedHen and CRM Core which are the leading option for CRM in the Drupal Community.

The following is a comparison between CiviCRM, RedHen and CRM Core which are the leading option for CRM in the Drupal Community. The following is a comparison between CiviCRM, RedHen and CRM Core which are the leading option for CRM in the Drupal Community. Feature CiviCRM RedHen CRM Core Create contacts for individuals, organizations

More information

OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY. Librarian. Kendriya Vidyalaya Tinsukia. West Bengal, India

OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY. Librarian. Kendriya Vidyalaya Tinsukia. West Bengal, India OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY Deep Kr. Kirtania Library Trainee Administrative Training Institute, Kolkata, West Bengal, India Mithun Sarkar Librarian Kendriya

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

Mobile App Framework For any Website

Mobile App Framework For any Website Mobile App Framework For any Website Presenting the most advanced and affordable way to create a native mobile app for any website The project of developing a Mobile App is structured and the scope of

More information

ADMINISTRATOR GUIDE VERSION

ADMINISTRATOR GUIDE VERSION ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Using the Adventist Framework with your netadventist Site

Using the Adventist Framework with your netadventist Site Using the Adventist Framework with your netadventist Site Introduction: The Adventist framework is available for everyone with a netadventist web site. Sites using this framework will visually identify

More information

Yusof Al-Wadei Page 1 of 9. Interactive Web Design through Survey and Adoption of Modern Web-Technologies Yusof Hussein Al-Wadei

Yusof Al-Wadei Page 1 of 9. Interactive Web Design through Survey and Adoption of Modern Web-Technologies Yusof Hussein Al-Wadei Page 1 of 9 Interactive Web Design through Survey and Adoption of Modern Web-Technologies Yusof Hussein Al-Wadei Page 2 of 9 ABSTRACT Technologies used in modern web development are continuously being

More information

Acquia Introduction December 9th, 2009

Acquia Introduction December 9th, 2009 Acquia Introduction December 9 th, 2009 Agenda 1. Content Management 2. Web Application Framework 3. Architecture principles 1. Modular 2. Event driven 3. Skinnable 4. Secure 5. Accessible 4. Enterprise

More information

Operations and Maintenance Manual

Operations and Maintenance Manual CUED Online Computing Help Systems Project Operations and Maintenance Manual Revision 1 (June 2010) Pavee Tansirikongkol CUED Online Computing Help Systems Technical Documentation 1 Introduction The current

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

SKILLS HIGHLIGHTS: W e b a n d G r a p h i c D e s i g n e r

SKILLS HIGHLIGHTS: W e b a n d G r a p h i c D e s i g n e r Henry Lee W e b a n d G r a p h i c D e s i g n e r Phone: 416-738-4911 E-mail: siulunglee@yahoo.com Portfolio URL: http://www.centralconnect.ca/henry/ SKILLS HIGHLIGHTS: Web Administration and New Media

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

An Advanced E-commerce Course

An Advanced E-commerce Course ADMEC TM Multimedia Institute An Advanced E-commerce Course E-commerce Master Duration: 06 Months w [Class Room Online Training] TM An ISO 9001:2008 Institute w Drupal Magento WordPress Basics of E-commerce

More information

LEARNING DRUPAL. Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd.

LEARNING DRUPAL. Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd. LEARNING DRUPAL Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd. Background The Drupal project was started in 2000 by a student in Belgium named Dries Buytaert. The code was originally designed

More information

How We Did It. Unique data model abstraction layer to integrate, but de-couple EHR data from patient website design.

How We Did It. Unique data model abstraction layer to integrate, but de-couple EHR data from patient website design. EHR Accessibility The Big Idea: Provide a standardized and improved user experience for ALL disabled and abled patients while interacting with their providers Electronic Health Records System (EHR). The

More information

Site Management Abandoned Shopping Cart Report Best Viewed Products Report Control multiple websites and stores from one

Site Management Abandoned Shopping Cart Report Best Viewed Products Report Control multiple websites and stores from one Site Management Abandoned Shopping Cart Report Best Viewed Products Report Control multiple websites and stores from one Best Purchased Products Report Administration Panel with ability to share as much

More information

Open Source Content Management System JOOMLA

Open Source Content Management System JOOMLA Open Source Content Management System JOOMLA Swapnil S. Chafale MCA Department, GHRIIT Nagpur, (M.S.),India Swapnil.chafale@gmail.com Dr.V.M. Thakare S.G.B. Amravati University, Amravati (M.S.),India vilthakare@yahoo.co.in

More information

Goldseek + Silverseek Website Redesign & Migration

Goldseek + Silverseek Website Redesign & Migration Goldseek + Silverseek Website Redesign & Migration www.appnovation.com Goldseek + Silverseek Website Redesign & Migration Contents 1.0 Background P. 3 2.0 Project Overview P. 4 3.0 Modules P. 8 P.2 1.0

More information

Creating a Website with Google Sites

Creating a Website with Google Sites Creating a Website with Google Sites This document provides instructions for creating and publishing a website with Google Sites. At no charge, Google Sites allows you to create a website for various uses,

More information

Harrison Oriahi CONTENT MANAGEMENT SYSTEMS (CMS)

Harrison Oriahi CONTENT MANAGEMENT SYSTEMS (CMS) Harrison Oriahi CONTENT MANAGEMENT SYSTEMS (CMS) CONTENT MANAGEMENT SYSTEMS (CMS) Harrison Oriahi Bachelor s thesis Autumn 2014 Degree Programme in Information Technology Oulu University of Applied Sciences

More information

User Guide. User Guide Title Page Page i

User Guide. User Guide Title Page Page i User Guide User Guide Title Page Page i Table of Contents Welcome 1 Welcome to Avvo Websites 1 Getting Started 2 Accessing your Avvo Website Dashboard 2 Dashboard Features 3 Screen Options 4 Submitting

More information

Content Management System

Content Management System Content Management System Webiny CMS is developed by a team of web experts. The system has been in closed development for over a year. System is specially designed for multi-domain and multilanguage web

More information

ANNEX B TERMS OF REFERENCE. Assignment Name: IT service provider/partner for iknow politics website Our ref no: 258-11/23

ANNEX B TERMS OF REFERENCE. Assignment Name: IT service provider/partner for iknow politics website Our ref no: 258-11/23 INTERNATIONAL INSTITUTE FOR DEMOCRACY AND ELECTORAL ASSISTANCE ANNEX B TERMS OF REFERENCE Assignment Name: IT service provider/partner for iknow politics website Our ref no: 258-11/23 1. Background The

More information

Content Manager User Guide Information Technology Web Services

Content Manager User Guide Information Technology Web Services Content Manager User Guide Information Technology Web Services The login information in this guide is for training purposes only in a test environment. The login information will change and be redistributed

More information

Creating a Website with Google Sites

Creating a Website with Google Sites Creating a Website with Google Sites This document provides instructions for creating and publishing a website with Google Sites. At no charge, Google Sites allows you to create a website for various uses,

More information

HDVideoShare! User Documentation Team January 31. 2012

HDVideoShare! User Documentation Team January 31. 2012 Version 2.3 HDVideoShare! User Documentation Team January 31. 2012 2010 Copyrights and all rights reserved by Contus Support Interactive Pvt. Ltd., TABLE OF CONTENTS Welcome to you as a new user of this

More information

SHOE X Website - A Drupal Based E-Commerce Marketplace

SHOE X Website - A Drupal Based E-Commerce Marketplace SHOE X Website - A Drupal Based E-Commerce Marketplace www.appnovation.com SHOE X Website - A Drupal Based E-Commerce Marketplace Contents 1.0 Background P. 3 2.0 Project Overview P. 4 3.0 Goals & Requirements

More information

Creating Research Web Sites with Drupal. Randy Carpenter & Steven Akins, May 25, 2010 TSO Brown Bag Course

Creating Research Web Sites with Drupal. Randy Carpenter & Steven Akins, May 25, 2010 TSO Brown Bag Course Creating Research Web Sites with Drupal Randy Carpenter & Steven Akins, May 25, 2010 TSO Brown Bag Course Last Revision: May 24, 2010 Introduction Randy Carpenter, Lead of TSO Research Program Support

More information

FEATURES LIST. cms.moveable.com

FEATURES LIST. cms.moveable.com PAGES AND CONTENT AUTHORING Unlimited Site Pages* Spell Check* Unlimited Concurrent CMS Users* Find and Replace* Unlimited Content Items* Task Manager* Unlimited Templates* Unlimited Layouts Open-Ended

More information

CDyWeb Content Management System (CCMS) V3.3. User Manual

CDyWeb Content Management System (CCMS) V3.3. User Manual CDyWeb Content Management System (CCMS) V3.3 User Manual Page 1 Table of Contents Table of Contents...2 1. Finding your way...3 2. Page editing...4 2.1 Changing order...4 2.2 Add a page...5 2.3 Edit Page...9

More information

Drupal: The Basics & More. Walter Nelson RAND Corporation walternelson.com

Drupal: The Basics & More. Walter Nelson RAND Corporation walternelson.com Drupal: The Basics & More Walter Nelson RAND Corporation walternelson.com Disclaimer RAND Corporation does not use Drupal All my Drupal experience has been extracurricular Non-profits, movie theater, personal

More information

SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support

SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support Turnaround Time: 2-4 Months Expedited: $500 1.5-3 Months Payment Options: $3000 FLAT FEE $2000 Down Payment/$100 month (1 Year)

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

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

Indian Journal of Science International Weekly Journal for Science ISSN 2319 7730 EISSN 2319 7749 2015 Discovery Publication. All Rights Reserved

Indian Journal of Science International Weekly Journal for Science ISSN 2319 7730 EISSN 2319 7749 2015 Discovery Publication. All Rights Reserved Indian Journal of Science International Weekly Journal for Science ISSN 2319 7730 EISSN 2319 7749 2015 Discovery Publication. All Rights Reserved Analysis Drupal as a Content Management System in Libraries:

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

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

Localizing dynamic websites created from open source content management systems

Localizing dynamic websites created from open source content management systems Localizing dynamic websites created from open source content management systems memoqfest 2012, May 10, 2012, Budapest Daniel Zielinski Martin Beuster Loctimize GmbH [daniel martin]@loctimize.com www.loctimize.com

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

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

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

Aspect WordPress Theme

Aspect WordPress Theme by DesignerThemes.com Hi there. Thanks for purchasing this theme, your support is greatly appreciated! This theme documentation file covers installation and all of the main features and, just like the

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

Question 3. Do you have a list of modules in use?

Question 3. Do you have a list of modules in use? ADMINISTRATIVE OFFICE OF THE COURTS PROCUREMENT AND CONTRACT ADMINISTRATION 2003 C COMMERCE PARK DRIVE ANNAPOLIS, MARYLAND 21401 PAMELA HARRIS STATE COURT ADMINISTRATOR (410) 260-1295 Fax: (410) 974-2066

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

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

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

Find Your Perfect Plan

Find Your Perfect Plan http://www.cpa Call Us: 800.896.4500 Site Solutions.com/_responsive/images/hero/search-engine-optimization-feature.png Find Your Perfect Plan No setup fee. No hidden fees. Cancel anytime. Service Comparison

More information

Data Entry Training Module

Data Entry Training Module Data Entry Training Module Estimated Training Time: 1 Hours Data entry training is for users that are planning on entering data into the InsightVision application on scorecards that have already been created.

More information

Roural Councils Victoria Website Madelyn Jarvis Monday 15th September2014

Roural Councils Victoria Website Madelyn Jarvis Monday 15th September2014 Project Project Coordinator Date of issue Roural Councils Victoria Website Madelyn Jarvis Monday 15th September2014 It is our understanding that Rural Councils Victoria is seeking indicative fee submissions

More information

Small Business Website Package. Overview Of Our Popular Website Package

Small Business Website Package. Overview Of Our Popular Website Package ! Small Business Website Package Overview Of Our Popular Website Package What s Included In Our Website Package What s NOT Included In Our Website Package DESIGN Custom Website Design: We will provide

More information

Prepared for Northwest Flower & Garden Show. http://www.gardenshow.com

Prepared for Northwest Flower & Garden Show. http://www.gardenshow.com Prepared for Northwest Flower & Garden Show http://www.gardenshow.com June 16, 2010 Table of Contents Project Team...3 Project Summary...3 Challenges and Solutions...3 Project Goals...4 Company Background...4

More information

Graphviz Website Installation, Administration and Maintenance

Graphviz Website Installation, Administration and Maintenance Graphviz Website Installation, Administration and Maintenance 1 Overview The graphviz.org website is based on the Drupal content management system. Drupal uses a MySql database to store web pages and information

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

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

Drupal 6 Site Builder Solutions

Drupal 6 Site Builder Solutions Drupal 6 Site Builder Solutions Mark Noble Chapter No. 6 "Newsletters and Calendars" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.6

More information

Matt Renfro. Frisco, TX. matt.renfro@gmail.com. www.mattrenfro.com. Overview:

Matt Renfro. Frisco, TX. matt.renfro@gmail.com. www.mattrenfro.com. Overview: Matt Renfro Frisco, TX matt.renfro@gmail.com www.mattrenfro.com Overview: I have 10 years experience, in IT, Web development, Web Design, and Server administration, in LAMP and Windows environments. As

More information

Pierce County Web Content Management System Scripted Demo

Pierce County Web Content Management System Scripted Demo Pierce County Web Content Management System Scripted Demo General The purpose of this scripted demonstration is to help Pierce County determine the suitability of proposed Web Content Management System

More information

Overview: Technologies:

Overview: Technologies: Matt Renfro Frisco, TX matt.renfro@gmail.com www.mattrenfro.com 214-727-3992 Overview: I have over 10 years experience in IT, Web development, Web Design, and Server administration, in LAMP and Windows

More information

Unit Title: Content Management System Website Creation

Unit Title: Content Management System Website Creation Unit Credit Value: 7 Unit Level: Three Unit Guided Learning Hours: 36 Ofqual Unit Reference Number: H/503/9327 Unit Review Date: 31/12/2016 Unit Sector: 15.3 Business Management Unit Summary This unit

More information

ADDENDUM. Request For Proposal (RFP) No: RFP206-PSC Date: March 17, 2016 Addendum No: 2 Title: Website Design, Database Development and Hosting.

ADDENDUM. Request For Proposal (RFP) No: RFP206-PSC Date: March 17, 2016 Addendum No: 2 Title: Website Design, Database Development and Hosting. 1 ADDENDUM Request For Proposal (RFP) No: RFP206-PSC Date: March 17, 2016 Addendum No: 2 Title: Website Design, Database Development and Hosting. The following shall clarify and/or modify the original

More information

Open Source Content Management Software : A Comparative Analysis

Open Source Content Management Software : A Comparative Analysis 7 th International CALIBER 2009 Open Source Content Management Software... Open Source Content Management Software : A Comparative Analysis Kaushal K Giri Kirti R Nirgude Abstract There are many web-authoring

More information

Cargoh Website - A Social Marketplace

Cargoh Website - A Social Marketplace Cargoh Website - A Social Marketplace www.appnovation.com Cargoh Website - A Social Marketplace Contents 1.0 Background P. 3 2.0 Project Overview P. 4 3.0 Modules P. 6 4.0 Roles & Responsibilities P. 8

More information