SILO S ON DRUPAL DRUPAL ON SILO S

Size: px
Start display at page:

Download "SILO S ON DRUPAL DRUPAL ON SILO S"

Transcription

1 SILO S ON DRUPAL DRUPAL ON SILO S To dive right in to the matter, drupal is the best cms in disguise, simply because it is light weight and very customizable in many ways. Straight out of the box, drupal can do a lot of things already however when you do the first install, there is hardly anything there but with 2 minutes looking at what to turn on, it is quite easy to create a silo website. I have my website called which I will use to demo on how to create a full silo website. What you need is: 1. the drupal distribution ( 2. the pathauto module ( 3. the sitemenu module ( What would be nice also: 4. the tinymce module ( for wysiwyg editing 5. the nodewords module ( for meta tags 6. the urllist module ( the yahoo url list 7. the gsitemap module ( the google sitemap I have a number of other modules activated as well but these will do for now. Once you have the initial install up and running which should be fairly straightforward if you follow the readme s, you will need to check on modules, which is listed under the admin menu and then modules. The following optional modules have to be turned on as a bare minimum next to the required ones already turned on: contact - Enables the use of both personal and site-wide contact forms. menu - Allows administrators to customize the site navigation menu. page - Enables the creation of pages that can be added to the navigation system. path - Allows users to rename URLs. pathauto - Provides a mechanism for modules to automatically generate aliases for the content they manage. sitemenu - Site map page and block menu, based on taxonomy taxonomy - Enables the categorization of content.

2 Let first check on the settings for the website under admin menu and then settings. Under the section General Settings, you will find the following option for the rewriting of URL s. What you see here is from my own website which already passed the clean url test. With a fist time install you will have to run the clean url test first before being able to turn it on. Once you passed the test, the option will look like the image below and you can turn on the clean urls. Then the next item to do is to generate the categories for your website which are the terms for you silo. In my case I started building the website without proper research as a test case for building silos on top of drupal. Drupal has a categorization function called taxonomy, which you will find under the admin menu and then categories. I ve created a vocabulary called Website Categories which hold my terms. To create a vocabulary, simply click on add vocabulary and fill in the required information. I would obviously select page for type, hierarchy to be single and make it required. The rest of the options are not necessary.

3 To show my categories, I list my terms from the main category screen: and here the categories for my website. You can create a similar list simply by using the add term option. Then what I have done is the following, I have given each of these categories an alias which represent the landing page for each of the terms: By now you should recognize the structure that I m building. Next item is the pathauto module which is going to help to make sure that the pages that I will be building, will be placed in the correct category with the proper URL. So head over to settings which you can find under admin settings, then settings and pathauto.

4 First the general settings. As a separator use the underscore rather than the hyphen, leave all the other default choices. Next is the more important section of node settings. Drupal considers each piece of content a node, which could be a blog, a page, a story or any number of choice, depending on what you have turned on, but I mostly just use pages.

5

6 Now what I have set up here is how each node gets its URL. Further on the page are the explanations of what the coding means but as I will show later when actually creating a page, this setting will determine the url by which category it is being submitted in and what the title on the page is. The previous general settings will make sure the title part of the url is separated with underscores so by creating a page called Theme Zoom SEO/SEM Research and Content Decision Tool and submitting it to the category seo/sem, the pathauto module created the url: tent_decision_tool.htm Moving on to the page creation itself, I created the homepage of my website simply by going to create content and then page from the menu. I ve written the text with the proper links to the various subsections of which I know the urls already. And after submitting this piece of content, I can go back in set this as my homepage.

7 I going to admin and settings and I m selecting the general section as before. Instead of node I m setting my homepage as node/1 assuming that the content just created is indeed node/1. Now that I have done that I can start working on the menu.: These menu items were created using the primary links of drupal which you can find under admin and then menu:

8 To create these item click on add item or click add menu item from the top of the page and fill in the information: Make sure to select primary links from the parent item

9 Now on to the creation of a page, by doing of the same as before, create content and then page: Now that most of the settings are in place, I ve created this page with the proper title, category that it is submitted in and the content itself and I am set:

10 To create a sitemap for the website is fairly easy. Go to the settings under admin, settings and sitemenu.: The number of nodes to show will determine whether your sitemap shows just the main categories or all the pages beneath it. I have mine set to create the full sitemap which is shown here:

11 Next would be to create the standard footer for all of the pages. In order to do that Drupal has these blocks which can be left sidebars, right sidebars, headers, footers or could even be in the content area. You can find this under admin, settings and then blocks. I ve created a new block: And I have entered the info for the homepage, sitemap and contact information.

12 Then from the block overview page I ve set the block as a footer from the placement option. The next item to look at would be the theming of the website. I ve used one of the default themes with some modification but the most important change was the changing of the header tags since most themes have the title of page set as H2 instead of H1 Drupal is using a template system called phptemplate and it very easy to configure. The layout of the pages is mostly set in a file called page.tpl.php. In relation of the default drupal theme which is bluemarine, you can find in the file structure of your website under /themes/bluemarine. In the code look for <?php print $title?> and make sure that it is surrounded by H1 tags.

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

What is Drupal, exactly?

What is Drupal, exactly? What is Drupal, exactly? Drupal is an open source content management system used to build and manage websites. A content management system (CMS) is a set of procedures or functions that allow content to

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

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

What good is a Web site without information?

What good is a Web site without information? Chapter 3 Adding Stuff to a Drupal Site 10 What good is a Web site without information? Drupal makes adding new information much easier to accomplish than it is to describe. Describing this step is severely

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

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

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

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

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

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

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

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

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

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

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

The Fastest Way to a Drupal Site: Think it, Plan it, Build it.

The Fastest Way to a Drupal Site: Think it, Plan it, Build it. The Fastest Way to a Drupal Site: Think it, Plan it, Build it. Introduction Whether you ve been building static web pages, managing hosted blogs, or are new to web development altogether building a dynamic,

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

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

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

Implementation Guide. Implementation set up: Configure your channel. Implementation customization: Enable your social profiles

Implementation Guide. Implementation set up: Configure your channel. Implementation customization: Enable your social profiles Implementation Guide Welcome to the Buddy Media social marketing suite! Now that your channel and admin account have been created, this guide walks through the steps to configure your channel, users and

More information

Enterprise Calendar Request. Pennsylvania Interactive

Enterprise Calendar Request. Pennsylvania Interactive Enterprise Calendar Request Pennsylvania Interactive November 21, 2014 1 Version History The version numbering is as follows: The initial version is.01. Once the deliverable has been accepted, it becomes

More information

Building a DFL Local Unit Website A Tutorial

Building a DFL Local Unit Website A Tutorial Building a DFL Local Unit Website A Tutorial Getting Started In order to better communicate with local DFLers, many party units will create websites with information that is more pertinent to their region

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

Website Marketing Audit. Example, inc. Website Marketing Audit. For. Example, INC. Provided by

Website Marketing Audit. Example, inc. Website Marketing Audit. For. Example, INC. Provided by Website Marketing Audit For Example, INC Provided by State of your Website Strengths We found the website to be easy to navigate and does not contain any broken links. The structure of the website is clean

More information

When you create your own web site you will need to get or claim your worldwide address also known as a domain name.

When you create your own web site you will need to get or claim your worldwide address also known as a domain name. Create your own Blog website for beginners LESSON ONE: Getting Started World Wide Web Address (www.address.com) Just like your house, every website has an address, so that people can find your web site

More information

SEO for Content Management Systems. Brent D. Payne Tribune Interactive @BrentDPayne

SEO for Content Management Systems. Brent D. Payne Tribune Interactive @BrentDPayne SEO for Content Management Systems Brent D. Payne Tribune Interactive @BrentDPayne NOTE: Tribune has a service that allows your company to use Tribune s CMS. Contact bpayne@gmail.com if interested.

More information

MAGENTO QUICK START. Magento users New and relatively new Mostly on Community Ed. > 1 year; 16% Not at all yet; 33% 3 mo.

MAGENTO QUICK START. Magento users New and relatively new Mostly on Community Ed. > 1 year; 16% Not at all yet; 33% 3 mo. Summer Webinar Series August 17, 2010 MAGENTO QUICK START Welcome! I am Kara Heinrichs Magento, Inc. GM, Education, Training & Certification Purpose of today s session Quick Start to expose you to a range

More information

http://www.servit.ch/ Web advertising presented by Tamir Al Zoubi

http://www.servit.ch/ Web advertising presented by Tamir Al Zoubi http://www.servit.ch/ Web advertising presented by Tamir Al Zoubi Why to advertise? A company buys advertising for one of two reasons: Branding - the advertiser simply wants to impress itself on your consciousness.

More information

TopBest Documentation Guide

TopBest Documentation Guide TopBest Documentation Guide Theme Options Theme Options is the core of the theme itself, everything is controlled in the using the theme options. To access the theme options go to your wordpress admin

More information

Instead, there should only be one URL for the home page to avoid duplication.

Instead, there should only be one URL for the home page to avoid duplication. SEO AUDIT CHECKLIST Duplication and Canonicalization issues Every piece of content on the site should reside at one unique URL. For example, all of the following URLs would show the home page: www.website.com/

More information

Features-Based Deployment

Features-Based Deployment Fox Valley Drupal Meetup Group 23 January 2013 Will Long About Me Kerasai http://drupal.org/user/1175666 @Kerasai http://www.kerasai.com (soon, really) College degree, ~20 yrs programming, ~10 yrs IT industry,

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

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

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

HO-6: Shopcreator Set-up the build process (Logging On: Administration/Store)

HO-6: Shopcreator Set-up the build process (Logging On: Administration/Store) Shopcreator HO-Exercises: What to do Work thorough the hands-on exercises in the order they are presented: Any point marked like this indicates outcomes (what you should be able to do by the end of the

More information

Drupal User Guide. webgroup.okstate.edu

Drupal User Guide. webgroup.okstate.edu Drupal User Guide webgroup.okstate.edu Last updated June 2014 TABLE OF CONTENTS INTRODUCTION AND WEB GUIDELINES... 1 Requesting a Drupal Site... 1 Choosing a Drupal Theme... 1 Using the Web Style Guide...

More information

Drupal Site Administration Guide. Cal Poly Specific Information

Drupal Site Administration Guide. Cal Poly Specific Information Drupal Site Administration Guide Cal Poly Specific Information Revised April, 2013 CTLT Revised April 2013 Table of Contents Site Administrator Basics...1 About the Site Administrator Role...1 Access and

More information

MAGENTO TRAINING PROGRAM

MAGENTO TRAINING PROGRAM Design Integration Guideline MAGENTO TRAINING PROGRAM Contents 1 Standard development workflow 32 Prepare working environment 3 Layout comprehension 34 Introduce Block 5 Understand header and footer elements

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

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

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

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

SEO Overview. Introduction

SEO Overview. Introduction Introduction This guide addresses a number of separate issues which are involved in Search Engine Optimisation (SEO) - the art of ensuring that your pages rank well in the "organic listings" [Wikipedia]

More information

~~Free# SEO Suite Ultimate free download ]

~~Free# SEO Suite Ultimate free download ] ~~Free# SEO Suite Ultimate free download ] Description: Recently Added Features New template for product image alt and title tags is added Ability to set the canonical tag for associated products to be

More information

Google Sites. How to create a site using Google Sites

Google Sites. How to create a site using Google Sites Contents How to create a site using Google Sites... 2 Creating a Google Site... 2 Choose a Template... 2 Name Your Site... 3 Choose A Theme... 3 Add Site Categories and Descriptions... 3 Launch Your Google

More information

Matrix Responsive Template. User Manual. This manual contains an overview of Matrix Responsive Joomla Template and its use

Matrix Responsive Template. User Manual. This manual contains an overview of Matrix Responsive Joomla Template and its use Matrix Responsive Template User Manual This manual contains an overview of Matrix Responsive Joomla Template and its use Dachi 1/1/2013 Matrix Responsive- A Joomla! Template User Manual 2012 Primer Templates

More information

SEO Ultimate - 1. How to Install, Configure, and use SEO Ultimate. 1.) Plugins > Add New. Login to Wordpress and click on Plugins > Add New

SEO Ultimate - 1. How to Install, Configure, and use SEO Ultimate. 1.) Plugins > Add New. Login to Wordpress and click on Plugins > Add New SEO Ultimate How to Install, Configure, and use SEO Ultimate 1.) Plugins > Add New Login to Wordpress and click on Plugins > Add New 2.) Install SEO Ultimate Search for SEO Ultimate and then click on Install

More information

This guide provides additional information about topics covered in the webinar

This guide provides additional information about topics covered in the webinar This guide provides additional information about topics covered in the webinar Scan to go there now! Copyright 2012 X.commerce, Inc. All rights reserved. Contents CHAPTER 1: Leveraging Store Content 1

More information

SEO Suite Pro. User Guide

SEO Suite Pro. User Guide User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

Building Your First Drupal 8 Site

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

More information

The Complete Guide To Using The WordPress SEO Plugin By Yoast

The Complete Guide To Using The WordPress SEO Plugin By Yoast The Complete Guide To Using The WordPress SEO Plugin By Yoast By Lucy Beer, WebTrainingWheels.com twitter.com/webtw facebook.com/webtrainingwheels The Complete Guide to Using The WordPress SEO Plugin by

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

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

CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR

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

More information

How to create a blog or website

How to create a blog or website School of History www2.le.ac.uk/departments/historical/outreach How to create a blog or website A Guide for Community History and Heritage Groups Published online by the University of Leicester, 2014 University

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title PORT JERVIS CENTRAL SCHOOL

More information

Website Design & Development Deliverables

Website Design & Development Deliverables Nospario Creative Ltd Suite 9 Anglesey Business Centre Anglesey Road Burton on Trent Staffordshire DE14 3NT Email: richard@nospariocreative.co.uk Tel: 0844 873 5828 Website Design & Development Deliverables

More information

Drupal Theme Development

Drupal Theme Development Drupal Theme Development Steven Wittens February 26th, 2005 FOSDEM, Brussels What I'll be talking about Overview of Drupal's theme system Making the FriendsElectric theme Clean, semantic XHTML/CSS with

More information

Thursday, November 1, 12 THE LEADER IN DRUPAL PLATFORM DESIGN AND DEVELOPMENT

Thursday, November 1, 12 THE LEADER IN DRUPAL PLATFORM DESIGN AND DEVELOPMENT THE LEADER IN DRUPAL PLATFORM DESIGN AND DEVELOPMENT OPEN ATRIUM 2.0 OPEN ATRIUM 2.0 Mike Potter Phase2 Technology mpotter on Drupal.org mpotter@phase2technology.com openatrium@phase2technology.com OPEN

More information

Website Audit Reports

Website Audit Reports Website Audit Reports Here are our Website Audit Reports Packages designed to help your business succeed further. Hover over the question marks to get a quick description. You may also download this as

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

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

Adolfo G. Nasol <adolfo@danreb.com> WWW.DANREB.COM The Bethel Educational Support and Technology Inc.

Adolfo G. Nasol <adolfo@danreb.com> WWW.DANREB.COM The Bethel Educational Support and Technology Inc. Adolfo G. Nasol WWW.DANREB.COM The Bethel Educational Support and Technology Inc. Introduction What is Drupal theme? What are the required knowledge Drupal theme components Template

More information

How to do Split testing on your WordPress site using Google Website Optimizer

How to do Split testing on your WordPress site using Google Website Optimizer How to do Split testing on your WordPress site using Google Website Optimizer If you are now at a stage where you ve read enough about the merits of split testing that you want to want to jump in and try

More information

Chapter 5 Configuring the Remote Access Web Portal

Chapter 5 Configuring the Remote Access Web Portal Chapter 5 Configuring the Remote Access Web Portal This chapter explains how to create multiple Web portals for different users and how to customize the appearance of a portal. It describes: Portal Layouts

More information

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites Asbru Ltd Asbru Ltd wwwasbrusoftcom info@asbrusoftcom Asbru Web Content Easily & Inexpensively Create, Publish & Manage Your Websites 31 March 2015 Copyright 2015 Asbru Ltd Version 92 1 Table of Contents

More information

Word Press Theme Video Stream Apptha

Word Press Theme Video Stream Apptha Word Press Theme Video Stream Apptha Steps for Installation: Extract the downloaded UNZIP_THIS_FIRST_videostream.zip file. Once you have extract, follow the below steps: Go to Admin Appearance Themes Install

More information

ConsciousCMS2 Implementation Guide Newsletters & Email Marketing Keeping in touch and getting new business

ConsciousCMS2 Implementation Guide Newsletters & Email Marketing Keeping in touch and getting new business ConsciousCMS2 Newsletters & Email Marketing Keeping in touch and getting new business Conscious Solutions Ltd. Royal London Buildings 42-46 Baldwin Street Bristol BS1 1PN 0117 325 0200 support@conscious.co.uk

More information

Joomla User Manual, Version 1.5

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

More information

SEO. Module 1: Basic of SEO:

SEO. Module 1: Basic of SEO: SEO Module 1: Basic of SEO: Internet and Search engine Basics Internet Marketing Importance of Internet Marketing Types of internet Marketing Method Importance of Search Engines SEO is an art of Science

More information

If you have a Drupal site already, you may choose to install only the theme.

If you have a Drupal site already, you may choose to install only the theme. ST Harp Quick Guide Thank you very much for adopting ST Harp as your Drupal theme. This document will present some distinct features which are only available in this ST Harp theme. ST Harp is a subtheme

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

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

SEO AND META TAGS. DOCUMENT Here is a guide to SEO on your Webdadi website. WEBDADI Updated Nov 2015

SEO AND META TAGS. DOCUMENT Here is a guide to SEO on your Webdadi website. WEBDADI Updated Nov 2015 DOCUMENT Here is a guide to SEO on your Webdadi website SEO AND META WEBDADI Updated Nov 2015 TAGS How to make sure your SEO is updated on your Webdadi pages for individual pages, Meta tags, Window titles,

More information

Creating a Restaurant Website

Creating a Restaurant Website 11 Creating a Restaurant Website In This Lesson This lesson looks at the process of creating a small business website, in this case for a restaurant. Starting from a needs analysis, this lesson shows you

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

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

Content management system (CMS) guide for editors

Content management system (CMS) guide for editors Content management system (CMS) guide for editors This guide is intended for content authors and editors working on the TfL website using the OpenText Web Site Management Server (RedDot) content management

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

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

Adobe Flex / Zend for Content Management

Adobe Flex / Zend for Content Management Adobe Flex / Zend for Content Management Master-Project Thesis Document code : Thesis_ska310_v2.0.pdf Version : v2.0 Created by : Stefan van de Kaa Date: : June 17, 2010 Supervisor Second reader Master

More information

A comprehensive guide to XML Sitemaps:

A comprehensive guide to XML Sitemaps: s emperpl ugi ns. com A comprehensive guide to XML Sitemaps: What are they? Why do I need one? And how do I create one? A little background and history A sitemap is a way of collecting and displaying the

More information

Your App website SEO & copy!

Your App website SEO & copy! Your App website SEO & copy! Information on how to advertise your APP online >>> www.myfirmsapp.co.uk ios & Android compatible Your App website SEO and copy Note to client about On-page SEO With your marketing

More information

INTRO TO DRUPAL. February 23, 2013

INTRO TO DRUPAL. February 23, 2013 INTRO TO DRUPAL February 23, 2013 Douglas C. Hoffman drupal.org douglaschoffman @douglaschoffman linkedin.com/in/douglaschoffman doug@sagetree.net doug@customersuccessmarketing.com AGENDA Drupal Overview

More information

Ecommerce SEO Guide Last Updated 1/12/2013. Introduction

Ecommerce SEO Guide Last Updated 1/12/2013. Introduction Introduction Search engine optimization techniques vary based on a company s E-business model, such as lead-generation, ecommerce, membership and affiliate. In this short guide we ll cover best practices

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

NDSU Technology Learning & Media Center. Introduction to Google Sites

NDSU Technology Learning & Media Center. Introduction to Google Sites NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants

More information

Create your own teacher or class website using Google Sites

Create your own teacher or class website using Google Sites Create your own teacher or class website using Google Sites To create a site in Google Sites, you must first login to your school Google Apps account. 1. In the top-right corner of any apps, you can click

More information

Webfronter. Fronter Y12

Webfronter. Fronter Y12 Webfronter Fronter Y12 This documentation was produced by Fronter www.fronter.com This document can only be copied or distributed according to contract or agreement with Fronter. New in this manual: Y12

More information

ireview Template Manual

ireview Template Manual ireview Template Manual Contents Template Overview... 2 Main features... 2 Template Installation... 3 Installation Steps... 3 Upgrading ireview... 3 Template Parameters... 4 Module Positions... 6 Module

More information

Table Of Contents: I. MapifyPro: Installation. II. General Overview & License Activation. III. Map Settings. IV. Map Location Settings. V.

Table Of Contents: I. MapifyPro: Installation. II. General Overview & License Activation. III. Map Settings. IV. Map Location Settings. V. Table Of Contents: I. MapifyPro: Installation II. General Overview & License Activation III. Map Settings IV. Map Location Settings V. Map Tags VI. Batch Upload VII. MapifyPro Settings VIII. Adding a Blog

More information

Search Engine Optimization Checklist

Search Engine Optimization Checklist Search Engine Optimization Checklist Complete the following checklist to ensure that your website is optimized for the various internet search engines. 1. Include the strongest keyword in your title tag.

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

NUI Galway Web Training Presentation

NUI Galway Web Training Presentation NUI Galway Web Training Presentation Welcome Objective To provide training on how best to maintain and update University Web pages while also providing an introduction to systems & services provided by

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

Access Edit Menu... 2. Edit Existing Page... 3. Auto URL Aliases... 5. Page Content Editor... 7. Create a New Page... 17. Page Content List...

Access Edit Menu... 2. Edit Existing Page... 3. Auto URL Aliases... 5. Page Content Editor... 7. Create a New Page... 17. Page Content List... DRUPAL EDITOR Content Management Instructions TABLE OF CONTENTS Access Edit Menu... 2 Edit Existing Page... 3 Auto URL Aliases... 5 Page Content Editor... 7 Create a New Page... 17 Page Content List...

More information

Intro to Drupal. For Editor and Menu Manager roles. Portland State University s enterprise web content management system

Intro to Drupal. For Editor and Menu Manager roles. Portland State University s enterprise web content management system Intro to Drupal Portland State University s enterprise web content management system For Editor and Menu Manager roles University Communications 503-725-3711 ucomm@pdx.edu www.pdx.edu/ucomm/ Overview Drupal

More information

Sitecore E-Commerce Cookbook

Sitecore E-Commerce Cookbook Sitecore E-Commerce Cookbook Rev: 2013-07-23 Sitecore E-Commerce Services 2.1 on CMS 7.0 Sitecore E-Commerce Cookbook A marketer's guide to Sitecore E-Commerce Services Sitecore E-Commerce Cookbook Table

More information

Mastering Magento Theme Design

Mastering Magento Theme Design Mastering Magento Theme Design Andrea Saccà Chapter No. 1 "Introducing Magento Theme Design" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

More information