Build a Multilingual Website with Joomla! 2.5

Size: px
Start display at page:

Download "Build a Multilingual Website with Joomla! 2.5"

Transcription

1

2 Build a Multilingual Website with Joomla! 2.5 A Step by Step Guide Suhreed Sarkar This book is for sale at This version was published on This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishing process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and many iterations to get reader feedback, pivot until you have the right book and build traction once you do Suhreed Sarkar

3 Tweet This Book! Please help Suhreed Sarkar by spreading the word about this book on Twitter! The suggested tweet for this book is: I just bought Build a Multilingual Website with Joomla! 2.5 The suggested hashtag for this book is #joomla-multilingual-website. Find out what other people are saying about the book by clicking on this link to search for this hashtag on Twitter:

4 Also By Suhreed Sarkar

5 Contents Preface What this book covers What you need for this book Who this book is for Conventions Want to say something about the book? Found error? Pirates, ho? Chapter 1. Getting Started with Joomla! What is Joomla? What are the main features of Joomla? What can I do with Joomla? How much it cost? What do I need to use Joomla!? Setting a Development Environment Joomla! Installation - Step by Step Step 1. Getting Joomla! Step 2: Setting Database Step 3. Uploading Installation Files Step 4. Starting Joomla! Installation Install Step 1: Language Install Step 2: Pre-installation check Install Step 3. License Install Step 4. Database Settings

6 CONTENTS Install Step 5. FTP Configuration Install Step 6. Main Configuration Install Step 7. Finish Summary Chapter 4. Managing Content Languages Adding Content Language Editing a Content Language information Summary

7 Preface Joomla! is an award winning content management system, with lots of features. It is useful for almost all type of websites. It has an object-oriented, modular architecture with lots of extensibility features. You can build almost any kind of website using Joomla!. It has a strong security, authentication and authorization framework, content management framework, and template system. Joomla! 2.5 provides native support for building multilingual website. In Joomla! 1.5, you had to use third-party extensions like Joom!Fish to translate the site s content. Multilingual content for the site was an extra feature with extensions. In Joomla! 2.5, multilingual content is native features, and you can assign language to every content items - category, article, module, menu and so on. However, configuring a web site for multilingual content still remains a challenge. Many developers face difficulties in configuring and running a multilingual website. This book aims to help those site owners and developers to run a multilingual web site without troubles. What this book covers Chapter 1. Getting Started with Joomla!, begins with a discussion on why one should opt for using Joomla! and what are the benefits of doing this. Next, it shows how to install Joomla! 2.5 on a local computer. Chapter 2. Basic Configuration and Management, gives an overview of basic configuration and management tasks in Joomla!. If you are already experienced in Joomla!, you may skip this chapter.

8 Preface 2 Chapter 3. Managing Languages shows you how to manage languages for your Joomla! 2.5 site. First it shows, how to install a language pack for site s front-end and backend user interface, and then set one as a default language. In Chapter 4. Managing Content Languages, we learn about adding content languages. Content languages are different from sit s user interface languages and need to be added separately from Content tab in Language Manager. This chapter shows you how configure content languages for your site. Chapter 5. Managing Contents shows you how to configure Joomla! content categories and articles. To make the site multilingual, especially showing the contents in different languages, configuring categories and articles to be language sensitive is essential. Chapter 6. Managing Modules and Plugins shows how to configure some modules and plugins to enable multilingual feature of Joomla!. There are some modules and plugins that are specifically used for enabling multilingual features and you will learn to use them in this chapter. Chapter 7. Translating Site Language shows you how to translate site s interface into your language. Although Joomla! translation teams translate Joomla! s interface languages into popular languages of the world, you may not find your language there or you may make the translate as you want. In that case, you have to edit the language files. This chapter shows you how to do it manually and with the aid of an extension named Localise. Chapter 8. Translating Contents, deals with translating the site s contents. When you write an article in Joomla!, you can specify its language. However, for each language you may need several versions in different languages. You can take help of Google Translate or other extensions to translate the contents. This chapter shows you some useful tools for translating contents.

9 Preface 3 What you need for this book First of all you will need Apache-MySQL-PHP environment to run Joomla!. We have used Joomla! All descriptions and screenshots are based on this version. If you do not have access to any web hosting service, you still can use Joomla! and learn using your own computer. In that case, you need to setup development environment by installing WAMP on windows machine or MAMP on Mac OSX. More information on setting up development environment is provided in Chapter 1. To get the exact results, this book should be followed from the beginning to the end and perform the tasks as described. It is assumed that readers of this book have basic knowledge on Joomla!. Besides knowledge on Apache-MySQL-PHP environment and Joomla!, familiarity with HTML, CSS and PHP will be of added advantage. Who this book is for If you are a Joomla!-based site owner or web developer and want to manage or develop a website that will use more than one languages, then this book is for you! Conventions In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning. Code words in text are shown as follows: As you can see, the <object> </object> tag can contain child elements. A block of code is set as follows:

10 Preface 4 1 <positions> 2 <position>top</position> 3 <position>left</position> 4 <position>user1</position> <position>right</position> 7 <position>debug</position> 8 </positions> New terms and important words are shown in italic. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: Once downloaded and installed, you will find the module in the Extensions >> Module Manager screen. Warnings appear like this. Errors appear like this. Tips appear like this Information appear like this Questions appear like thus

11 Preface 5 Want to say something about the book? Feedback from the readers is always welcome. Let me know what you think about this book what you liked or may have disliked. Reader feedback is important for me to develop titles that you really get the most out of me. Thanks to LeanPub you can comment directly on the book page The book may be considered as Living Document. Please feel free to let me know what topics you want to be covered in this book. With changes in Joomla! or other extensions used in this book this book will have updates or editions. Your feedback can shape the future editions. Found error? Although I have taken every care to ensure the accuracy of the content, mistakes do happen. If you find a mistake in one of my books maybe a mistake in the text or the code we would be grateful if you would report this on book s page. By doing so, you can save other readers from frustration, and help me to improve subsequent versions of this book. Pirates, ho? Piracy of copyright material on the Internet is an ongoing problem across all media. As an independent author, I don t have much power to restrict. If you see some sites providing illegal copies, please raise your voice. Many thanks for this. Happy reading!

12 Chapter 1. Getting Started with Joomla! 2.5 Joomla! Is an award winning content management system that helps developers build small to large sized websites and applications. It helps enterprises as well as individuals to maintain their web presence to blogging. In this chapter, you will know: What is Joomla!? What you can do with Joomla!? What are the main features of Joomla! Who is using Joomla!? What do you need to use Joomla? How do you get Joomla? How to install Joomla!? On completion of this chapter, we will set our website using Joomla! 2.5, and throughout the book we will use that as an example site. What is Joomla? If you have picked up this book, I guess, you already know what Joomla! is. If not, don t worry; I ll simply tell you what Joomla! is and how you can use it for your website development needs. to be clear, some of us may need to know what Joomla! is. Let s see how Joomla! is defined on its website : Joomla is one of the world s most popular open source CMS (content management systems). With millions

13 Chapter 1. Getting Started with Joomla! of websites running on Joomla, the software is used by individuals, small & medium-sized businesses, and large organizations worldwide to easily create & build a variety of websites & web-enabled applications. The definition above briefly describes what Joomla! is. However, it is still far from listing its power and features. Joomla! is one of the best open source content management systems, which can be used for almost any purpose. Its robust architecture and extensibility makes it popular among site builders, designers, and developers. Joomla Joomla! is a fork of Mambo, another PHP-MySQL based content management system. In August 2005, the OpenSourceMatters, Inc, a not for profit, formed under United States law, and exists to provide organizational, legal, and financial support for Joomla! open source project. The word Joomla originated from Swahili word jumla which means all together or as a whole. The name appropriately reflects the community spirit. Joomla! 1.0 was released at the end of the year 2005, with revamped Joomla! 1.5.x released in Joomla! 1.5 had many changes from its earlier codebase and application framework. However, there was a mechanism to run older extensions in legacy mode.

14 Chapter 1. Getting Started with Joomla! In 2011, Joomla! 1.6 and 1.7 was released. These were short-life versions. In January 2012, Joomla! 2.5 was released which is a Long term support (LTS) version. To know more about Joomla!, please visit What are the main features of Joomla? Joomla! is a very powerful CMS and probably the most popular CMS at present. Its popularity is due to powerful features which enables users to build and manage a rich website easily and rapidly. Following are some of the major features of Joomla!: Easy installation and administration. Joomla! is easy to install and configure. It web based installer allows you to install Joomla! CMS through few steps. It has rich graphical user interface for configuring and administering the site. Separation between front-end and back-end. Joomla! frontend and back-end are clearly separated and protected with security authentication. The websites user interface is presented as front-end, whereas all administrative and management tasks remain in the back-end. Some of the common management tasks, such as editing own articles, submitting articles, and so on, are also allowed from the front-end. Access control. Joomla! needs authentication for management and administration tasks. There are different types of groups with different set of access rights. For example, members of Author group can access to certain content, submit their contents, and edit their own articles. Similarly members of Publishers group can edit, delete or publish articles submitted by authors. Access rights can also be set during creating content items, menu items and so on.

15 Chapter 1. Getting Started with Joomla! Easy templating system. Joomla! has an easy templating system which enables the designers and developers to develop and customize Joomla! templates using some basic knowledge of HTML, CSS and PHP. Joomla! templating system can apply separate templates for different sections of the site. Easy extensibility through components, plug-ins and modules. One of the greatest features of Joomla! is its extensibility. Joomla! has a large number of components, plug-ins and modules by which users can add functionalities appropriate for them. Joomla! s application framework allows developers to build applications which can run as Joomla! components. At present there are more than 9000 extensions available for Joomla!, and these can be downloaded from a single source Search Engine Friendly URLs. Joomla! can generate search engine friendly URLs by by its core components. There are also some third party extensions for generating and managing SEF URLs in Joomla!. There are many other features of Joomla!, and with every release the list of features is growing continuously. You can see the updated list of features for newer versions at What can I do with Joomla? Joomla! is used for multipurpose websites starting from personal blogs to enterprise portals. It has almost every functionality needed for building a customized website that suits individual needs as well as enterprise s needs. Although Joomla! can be used as a

16 Chapter 1. Getting Started with Joomla! blog, WordPress or other popular blog engines are usually used for personal blogs or blog style websites. Here are some examples where Joomla! can be used and is most suitable for: Corporate intranet, websites or portals: Joomla! has excellent content management functionalities which can enhance building corporate website or portals and help updating and managing site s content. Joomla! s WYSIWYG editing screen allows even non-technical persons to add, edit, update the web contents at anytime from anywhere just using a web browser. PizzaHut France uses Joomla! Non-profit and organizational websites: Joomla! can be a great tool for non-profit organization s website as it gives freedom to customize the CMS and build it as they need. As Joomla! is open source and free, it also helps the nonprofit organizations to minimize investment in building and maintaining websites.

17 Chapter 1. Getting Started with Joomla! Small business websites: Small businesses need a website to advertise their presence to their customers. However, usually they need to do so with a minimum investment in technology adoption. Free and Open Source Joomla! can help them jumpstart building their website without investing in highly priced commercial content management systems or developing their own CMS. Government, school, college and charity websites: Joomla! can be best choice for government organizations, schools, colleges and charity organizations as it is open source and they have the freedom to adopt it to their context. It also saves money for buying a CMS. Greece Ministry of Education using Joomla! Personal websites or family homepages: Besides company portals or online commerce, Joomla! can also be used as a simple personal blog or homepage. Its blogging functionality enables it to be one of the choice for blogging software. Similarly, you can use it as a common website for the whole family. Community-based portals: Many community websites are built on Joomla!. Joomla! has some excellent components,

18 Chapter 1. Getting Started with Joomla! such as Community Builder, for building and managing a community website. Users can register and express their views in a Joomla! community portal by blogging, posting to forums, exchanging personal messages, instant messaging, and even by building their own homepages. Magazines and newspapers: Joomla! can be used for building websites for daily newspapers and magazines. There are some components, such as which helps Joomla! to turn into a newspaper or magazine site. Its design flexibility allows Joomla! to be used for such sites. Barnes & Noble using Joomla! for its Nook Developer site Online commerce: Joomla! Can also be used as an online commerce site. There are many components which enable Joomla! to serve as an online shop and implement other e- commerce functionalities. Multimedia Gallery: Joomla! can build stunning photo galleries, multimedia sharing and podcasting site. Several Joomla! components allow you to build a photo gallery, implement podcasting and make your site YouTube like video sharing site.

19 Chapter 1. Getting Started with Joomla! MTV Greece uses Joomla! In fact possibilities of using Joomla! has no limit. You can use it for almost any purpose with some design modification and programming some code. There are already a range of components available for extending Joomla! s functionalities, which can be used to build: Document management systems; Image and multimedia galleries; Business directories; E-commerce and shopping carts; Forums and chat software; Calendar and event management software; Banner advertising, data collection and reporting tools; and Personal blogging and newsletter system. There are many other possibilities. Joomla! can also integrate some other open source applications to it and thus enhances its functionalities. For a list of examples of using Joomla!, please visit

20 Chapter 1. Getting Started with Joomla! How much it cost? Joomla! is open source and FREE! Free as in free beer. You can download a copy of latest Joomla! release any time from anywhere in the world without cost. If you have internet connection, you simply go to Joomla site and download the latest release. On http: // page, you will find the latest releases listed, as shown in the following screen shot. Joomla! Download Page You can download the package in.zip or other compressed format. For the first time installation, download the Full Package. If you are currently using another version of Joomla!, you may consider downloading Upgrade packages. If you want to run Joomla! on Microsoft s platform, please visit joomla/.

21 Chapter 1. Getting Started with Joomla! Joomla! on Microsoft Platform Microsoft s WebMatrix is also a Free tool for installing Joomla! and other web applications. If you are using Microsoft s Platform (Windows+IIS+SQL Server), WebMatrix will help you a lot to install and configure whole environment for Joomla!. What do I need to use Joomla!? Joomla! is based on PHP programming language. It uses database systems for storing contents. By default it uses MySQL. However, in recent versions of Joomla! you can use other RDBMS, such as Microsoft SQL Server and Oracle. For Joomla!, Apache is widely used. However, you can use Microsoft IIS for this too. In both cases, support for PHP must be there. In brief, you will need the following: Web Server: A web server to run the site. The web server must support PHP. Most popular web server used for Joomla is Apache. You need Apache web server version 2 or above with PHP enabled as a module or cgi. Alternatively, you can use IIS on Microsoft Windows server.

22 Chapter 1. Getting Started with Joomla! PHP Support: The web server must support PHP. In most Linux based servers, PHP is configured with Apache. If you are using Windows Servers with IIS, please install PHP. For a good instruction of installing PHP in IIS, look at PHP on IIS. Database System: All the contents of Joomla are stored in relational database systems. Popularly used database system for Joomla! is MySQL. You can run MySQL on almost all operating systems. However, recent versions of Joomla! also support Microsoft SQL Server and Oracle database server. If you want to use Joomla! with Microsoft SQL Server, please read this Blog Post. For an updated list of ** Technical Requirements ** for different versions of Joomla!, please see Setting a Development Environment Whenever you are developing some web application, it is better to first develop and test it in development environment. Once you are satisfied with the results of your configurations and customizations, then you can upload that to a production web server. For the exercise of this book, we are going to setup a development environment, and try our all codes and examples on this development environment. However, we will also learn how to do it on a live server. We already know that Joomla! runs on a web environment where Apache-MySQL-PHP needs to be present. We can get all these by installing each application separately or by installing one of the following packages:

23 Chapter 1. Getting Started with Joomla! WAMP : This package runs on Windows operating systems. It includes latest versions of Apache, MySQL and PHP. You can download WAMP server latest version and its documents from MAMP: Similar to WAMP, this package includes Apache, MySQL and PHP, but this runs on Apple MacOS computers. You can get MAMP and its documentation from mamp.info. XAMPP: This package contains Apache, MySQL, PHP, Perl and more add-ons like PEAR, phpmyadmin, and so on. XAMPP is available for multiple platforms including Linux, Windows and Mac OSX. You can download the appropriate version of XAMPP and its documentation from apachefriends.org/en/xampp.html. For the exercises in this book we are going to use WAMP. Setting up a development environment by installing WAMP server is discussed in Appendix A. Joomla! Installation - Step by Step Let s install Joomla! 2.5 for our example web site. We will use this installation of Joomla! For configuring as a multilingual website. The installation process is described below. Step 1. Getting Joomla! Joomla! is available for download free of charge from its website You will see a to latest version of Joomla! listed in this screen.

24 Chapter 1. Getting Started with Joomla! Joomla! Download Page For this book, we are using Joomla! 2.5.8, as that is the latest version at time of writing this book. So, from the list of packages, click on one, for example ZIP beside Full package. The file will be downloaded to your computer. Once downloaded, you can extract the file and see the folder for its contents. These files and folders need to be uploaded to your web server (local or remote). Step 2: Setting Database We have learned that we need MySQL database server to install Joomla!. Before proceeding to actual installation of Joomla! we need to create a database for Joomla!. We can do it by using mysql command or through phpmyadmin web interface. Let us create one database for ict4e site by using phpmyadmin interface at localhost. For this, point your browser to and you will get the following screen:

25 Chapter 1. Getting Started with Joomla! phpmyadmin interface In the Create new database field type the name of database, i.e. j25multilang, and select utf8_general_ci in Collation dropdown list. Then click on Create button. This will create a database named ict4e. However, there will be no tables yet. We don t need to create tables now, these will be created during Joomla! installation. What we need to know now is the database name and username for that database. As we are using localhost, username will be root and password also root (on MAMP, for WAMP password is blank). However, for production environment you need to know the database username and password exactly what is used there. Step 3. Uploading Installation Files Once you have downloaded the installation files and extracted those, you need to upload those to the web server before starting installation. If you are using a local web server for development, like us, copy the files to your web server s webroot. I am using MAMP on Mac OSX and web root is /Applications/MAMP/htdocs. If you use WAMP on Windows computer it is more likely c:\wamp\www. Under this web root, we will create a folder joomla25multilang and copy Joomla! installation files to this folder. Files and folders in this directory will look like the following screen shot.

26 Chapter 1. Getting Started with Joomla! Folders and Files for Joomla! Installation If you are using a remote web server, you have to use some FTP client like FileZilla. Connect to the FTP server and upload the files to the appropriate directory. Step 4. Starting Joomla! Installation Let us start installation of Joomla! now. We are going to install Joomla! on our development environment, i.e. localhost. We can start Joomla! installation simply typing a URL in the web browser. Before that make sure that you have started the local web server (MAMP or WAMP) and Apache-MySQL services are running. Open your web browser and type in the address bar. This will take you to Joomla! Installation wizard. Install Step 1: Language First screen in Joomla! installation wizard is Choose Language. You will be given options to choose a language for the installation steps.

27 Chapter 1. Getting Started with Joomla! Choose Language screen Select a language for installation steps, say English (United States) and click Next button. Install Step 2: Pre-installation check Pre-installation check screen will be displayed. This screen has two sections: Pre-installation check screen

28 Chapter 1. Getting Started with Joomla! The * First section shows you whether the system meets requirements for installing the Joomla! version you are installing. Second section, shows the recommended settings and actual settings found on the server. Any deviation from the recommended settings will be shown in red. If there is any item red in the first section, you cannot install Joomla!. However, items with red color in the second section (Recommended Settings) will still allow you to install Joomla! successfully. You may change some PHP settings and recheck the settings by clicking on Check Again button. To proceed with installation, click Next button. Install Step 3. License License screen will be displayed. This screen displays GNU General Public License.! [GNU General Public License for Joomla!] (images/01/joomla - Web_Installer_3.png) Read the license if you are not familiar with it. The license describes the terms of use of Joomla!. To proceed with installation, click Next button. Clicking Next means you have accepted the licensing terms. Install Step 4. Database Settings Database Settings screen will be displayed. You have to provide database setting information on this page.

29 Chapter 1. Getting Started with Joomla! Database Settings screen In the Basic Settings section, you have to provide the following information: Database Type: By default mysqli is selected. You can also use mysql. For our database, select mysqli. Host Name: This is MySQL server s host name. It is usually localhost. If you are using remote server, this name may be different and can be obtained from the hosting provider. Username: This is username for connecting to database. The user should have permission to insert, update and delete records from the database. For our database, type root in this field. Password: This is the password for the above username. For our default installation of WAMP server, root user s password remains blank. So keep it blank in WAMP. If you have changed that password, type that password in this field. I am using MAMP, so I ll type root here. Database Name: Type the name of the database to be used for this Joomla! installation. We have created j25multilang database for this purpose, so type j25multilang in this field. Table Prefix: Type the prefix you want for Joomla! tables. Prefix is useful when you are sharing same database for

30 Chapter 1. Getting Started with Joomla! multiple applications. This prefix identifies Joomla! tables. You can type any prefix in this box except bak_ which is used for backed up tables in Joomla!. By default Joomla! 2.5 randomly generates a prefix for you and accepting that will be good choice in terms for security. Accept the default shown in this field. Once all these settings are configured, click on Next button to proceed with installation. Install Step 5. FTP Configuration FTP Configuration screen will be shown. If you want to use FTP for uploading files to Joomla! website, you need to configure FTP settings in this screen. FTP Configuration screen By default this is disabled. To enable it, select Yes. Then type FTP User name, FTP Password for that user, and FTP Root Path. In the Advanced Settings section, you can type FTP Host and FTP Port. You can also configure whether FTP Password will be saved or not. For our site, keep the defaults (i.e. selected No) and click on Next button.

31 Chapter 1. Getting Started with Joomla! Install Step 6. Main Configuration Main Configuration screen will be shown. There are mainly two sections: Site Name and Load Sample Data. Main Configuration screen In the Site Name box, type the name of your site. For example, Joomla! 2.5 Mutilingual Site. In the next section, type administrator s account in Your text field, then type password for the administrator account in the Admin Password text field. Then confirm it by retyping the password in Confirm Admin Password text field. By default, administrator username is admin. For security purpose, you may change to something else. In that case type your desired administrator account name in Admin Username field. Joomla! comes with some sample data. Installing these sample data helps you understand how Joomla! works. You will get some predefined categories, articles, menus and modules. The articles accompanied with Joomla! 2.5 will help you understand how to use it. Therefore, it is recommended that if you are new to Joomla!, you

32 Chapter 1. Getting Started with Joomla! install default sample data. For installing default sample data, select one sample data set - Blog, Brochure or Default in Sample Data Set radio list and click Install Sample Data button. Within a few seconds Sample data installed successfully message will be displayed in place of Install Sample Data button. When installed sample data, click Next button. Install Step 7. Finish Finish screen will be displayed. Here you will see some warning (in red color) about removing installation directory. Finish screen We will see a warning message. It advises us to remove the Joomla! installation directory named installation, and located under Joomla! installation root. Keeping this directory has a security risk, because anyone can point to this directory from his or her browser and start Joomla! installation again. Let us delete the whole directory by clicking Remove installation directory button. When done deleting, Instllation folder successfully removed message will be displayed.

33 Chapter 1. Getting Started with Joomla! Installation Folder Deleted Successfully On the top of the screen, we will also see two buttons Site and Administration. By clicking on these we can go to website s front-end or administration area. Also notice that administrative username is admin, and you need it to login to the administration panel. Let us click on Site button now. Then we see the default installation of Joomla! As we have installed the sample data, the frontend of the site looks like below:

34 Chapter 1. Getting Started with Joomla! Front-end of the Site with Default data You can now look into the administrative panel, too. Let us type in our browser s location bar. It will take us to administration section login screen:

35 Chapter 1. Getting Started with Joomla! Administration Panel Login Screen Now type administrative username admin and password that you have assigned during installation. You may select language, too. Then click Login button. On successful login, you will see Joomla! Administration Panel. Joomla! administration panel The Joomla! administration panel is the place from where we will configure our Joomla! site and manage its contents. At the bottom of the screen you will see the version number of the installed Joomla!. If you have installed a version different from the most recent version

36 Chapter 1. Getting Started with Joomla! you will see an icon in control panel stating availability of recent version. To remain with the security bindings, you should update to the most recent version of Joomla!. Click on Joomla! Update Now icon. That takes you to Joomla Update screen. Joomla Update screen From Joomla! Update screen you can update your Joomla! installation to most recent version. This screen shows you installed Joomla version and latest Joomla! version. Click Install the update button to get updated. That downloads and installs the update. Depending on the speed of your internet connection, this may take some time. When done updating, you will see a message indicating that. Joomla Update Completion screen Now you have the most recent version of Joomla! 2.5 and you can proceed with further building the site.

37 Chapter 1. Getting Started with Joomla! Summary In this chapter we have learned what Joomla! is, why we use Joomla!, what can be done with Joomla!, from where we can get a copy of Joomla!, and how we can setup Joomla!. For our example website, we have setup Joomla! and seen its front-end and backend. In the next chapter, we will learn how we can configure the site for our purpose. After knowing the basic configuration and management of Joomla! 2.5 we will move to configuring it as a multilingual site.

38 Chapter 4. Managing Content Languages In Joomla! there are two kinds of languages: translations for Joomla! User Interface elements, and language for contents. When you install a language pack for Joomla!, as done in Chapter 3, Joomla! s front-end and backend user interface is displayed in that language. But to be truly multilingual website, you need to make your site s contents (articles, blog postings, etc.) in different languages. In this chapter, you will know: How to add language for Joomla! contents How to make a language default for contents On completing this chapter, you will be able to add content languages for Joomla!, and make necessary changes to the configured content languages. In Joomla! 1.5, building multilingual site was a bit difficult. There was interface translations, but for using multilingual content, you need to use thirdparty extensions like Joom!Fish. But in Joomla! 2.5, multi-language for contents are available by default. Adding Content Language After installing site language, you can add Content Language for that site. For content language, you don t need to download anything. For adding a content language, follow the steps below:

39 Chapter 4. Managing Content Languages 33 Step 1. Go to Extensions > Language Manager, and click on Content tab. That shows the available content languages for that site. Available Content Languages Step 2. For creating a new content language, click on New icon in the toolbar. That shows Language Manager New Content Language screen. Language Manager: New Content Language screen You have to fill this form properly to create a new content language.

40 Chapter 4. Managing Content Languages 34 For example, we have installed language pack for Italian language and want to show our contents in Italian language. So we can fill this form as following screenshot: Language Manager: New Content Language form filled for Italian language You have to provide the following information: Title: This is the title of the language. You will see this title in lists of languages. Title Native: This is the language s title in that Language. For French language, this will be Italiano. If you are adding Japanese language, value in this field will be in Japanese. URL Language code: This is the brief name of the language that will be part of URL. For example, en for English, jp for Japanese, it for Italian, and so on. Image Prefix: Just add the language prefix - such as en, ja, it, so that image for that language is shown. In Joomla! there are language flags, you can view the flag names and add appropriate image prefix here. For Italian, adding it respectively will be fine.

41 Chapter 4. Managing Content Languages 35 Language tag: This is the language tag as per ISO. For English UK it is en-gb, for Japanese it is ja-jp and for Italian it is it-it. Description: In this field, you can add a brief description of the language. On the right side, you can add meta description for that language. One important setting is the Site Name. If you want to show the site name in that language - on the right click on Site Name and type site name in that language. Site Name in native language Step 3. When filled in all fields, just click Save & Close icon in the toolbar. Then you can see the language name in the list on Language Manager: Content Languages screen.

42 Chapter 4. Managing Content Languages 36 List of all content languages You can enable or disable any content language from this screen, and can also rearrange the order of appearance of the languages in the language list in Language switcher module (we will be discussing this module later). Editing a Content Language information You can change configuration information for a content language anytime. After adding the content language, if you find that something is misconfigured, you need to edit that information. For editing a content language information, click Extensions > Language Manager. That shows Language Manager screen. Click Content tab on this screen. Then click on the checkbox on the left side of the language name, and click Edit icon in the toolbar. That shows Language Manager: Content Language Edit screen.

43 Chapter 4. Managing Content Languages 37 Language Manager: Content Language Edit If you need to change any field, change the value of that field and click Save & Close icon in the toolbar. That saves your change and brings you back to Language Manager screen. Summary After installing site s language pack, you need to add content language for the site. You can add content language from Content tab of Language Manager screen. We don t need to download anything for this, but need to configure the language with name, ISO code, language code, and so on. We have seen how we can add such a language. Once we setup Content languages we need to work with content categories. In the next chapter, you will know how to create content categories and manage articles for a multilingual site.

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

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

This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package.

This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package. Introduction This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package. There are 2 ways of installing the theme: 1- Using the Clone Installer Package

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com.

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Terms of Use: All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Table of Contents 1- Introduction 3 2- Installing the theme

More information

Your complete guide to installing the info@hand Self-Service Portal and estore.

Your complete guide to installing the info@hand Self-Service Portal and estore. Your complete guide to installing the info@hand Self-Service Portal and estore. Install the Portal & estore as shrink-wrapped software, or as add-ons to an existing Joomla! installation. Then configure

More information

OxyClassifieds Installation Handbook

OxyClassifieds Installation Handbook OxyClassifieds Installation Handbook OxyClassifieds Team Email: office@oxyclassifieds.com Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011

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

Building Website with Drupal 7

Building Website with Drupal 7 Building Website with Drupal 7 Building Web based Application Quick and Easy Hari Tjahjo This book is for sale at http://leanpub.com/book1-en This version was published on 2014-08-25 This is a Leanpub

More information

TIMETABLE ADMINISTRATOR S MANUAL

TIMETABLE ADMINISTRATOR S MANUAL 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP

More information

Getting Started with Dynamic Web Sites

Getting Started with Dynamic Web Sites PHP Tutorial 1 Getting Started with Dynamic Web Sites Setting Up Your Computer To follow this tutorial, you ll need to have PHP, MySQL and a Web server up and running on your computer. This will be your

More information

Building job sites with Joomla!

Building job sites with Joomla! Building job sites with Joomla! Santonu Kumar Dhar Chapter No. 1 "Installing and Configuring Joomla! 1.5 and Jobs! Pro 1.3.2" In this package, you will find: A Biography of the author of the book A preview

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

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

Build a Joomla Website The fastest and easiest way to learn how to build a Joomla website.

Build a Joomla Website The fastest and easiest way to learn how to build a Joomla website. Build a Joomla Website The fastest and easiest way to learn how to build a Joomla website. Joomla 2.5 By Richard Pearce To be used in conjunction with the free companion video tutorials at Build a Joomla

More information

ProjectPier v0.8.8. Getting Started Guide

ProjectPier v0.8.8. Getting Started Guide ProjectPier v0.8.8 Getting Started Guide Updated October 2014 Contents Contents... 2 Overview... 4 License... 4 Installation... 4 Who should perform the installation?... 4 Requirements... 5 Enabling InnoDB

More information

Write a Web Application for Free Edition 2

Write a Web Application for Free Edition 2 Write a Web Application for Free Edition 2 Thomas Davenport This book is for sale at http://leanpub.com/writeawebapplication4free This version was published on 2016-01-27 This is a Leanpub book. Leanpub

More information

Joomla! VISUAL QUICKSTART GUIDE LEARN THE QUICK AND EASY WAY! Get up and running in no time! Register your book for free video training!

Joomla! VISUAL QUICKSTART GUIDE LEARN THE QUICK AND EASY WAY! Get up and running in no time! Register your book for free video training! VISUAL QUICKSTART GUIDE Get up and running in no time! Register your book for free video training! www.peachpit.com/register Dozens of downloadable code samples! Joomla! Second Edition Marni derr tanya

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

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

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

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Joomla/Mambo Community Builder

Joomla/Mambo Community Builder Joomla/Mambo Community Builder Version 1.1 Installation Guide document version 1.1 03.Aug.2007 Copyright No portions of this manual may be reproduced or redistributed without the written consent of the

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

CREATING YOUR ONLINE PRESENCE

CREATING YOUR ONLINE PRESENCE CREATING YOUR ONLINE PRESENCE Congratulations on signing up for your webhosting package, you ve just completed the first and most important step in establishing your online presence. There are just a few

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

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

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

Setting Up a Development Server

Setting Up a Development Server 2 Setting Up a Development Server If you wish to develop Internet applications but don t have your own development server, you will have to upload every modification you make to a server somewhere else

More information

Project management integrated into Outlook

Project management integrated into Outlook y Project management integrated into Outlook InLoox PM 7.x Help for the configuration for MySQL-Server An InLoox Whitepaper Published: October 2011 Copyright: InLoox GmbH 2011 You find up-to-date information

More information

Thank you for deciding to read this book. I have written this book for you to learn Joomla! 1.5 as fast as possible.

Thank you for deciding to read this book. I have written this book for you to learn Joomla! 1.5 as fast as possible. Preface Thank you for deciding to read this book. I have written this book for you to learn Joomla! 1.5 as fast as possible. This book is meant to be read cover-to-cover, and all you have to do is read

More information

MOODLE Installation on Windows Platform

MOODLE Installation on Windows Platform Windows Installation using XAMPP XAMPP is a fully functional web server package. It is built to test web based programs on a personal computer. It is not meant for online access via the web on a production

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Technote 20 Using MSIE to FTP into an AcquiSuite

Technote 20 Using MSIE to FTP into an AcquiSuite Technote 20 Using MSIE to FTP into an AcquiSuite Author: Stephen Herzog This document discusses the use of Microsoft Internet Explorer to FTP into the AcquiSuite. Other browsers such as Firefox should

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

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Installation Instructions

Installation Instructions Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3

More information

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS JOHN MOYLAN UKONS EXPRESSIONENGINE DOCUMENTATION 2 What is ExpressionEngine? ExpressionEngine is a flexible, feature-rich content

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

Using the Content Manager

Using the Content Manager Using the Content Manager 2010, Shopatron, Inc. Using the Content Manager September 2010 This document contains proprietary and confidential information of Shopatron, Inc., and is protected by Federal

More information

HowTo. Planning table online

HowTo. Planning table online HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your

More information

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide! Kollaborate Server Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

Installation Instructions

Installation Instructions WampServer Installation Instructions The Web pages that students create in CIT 173 PHP Programming contain code that must be processed by a Web server. It isn t possible to open PHP files directly using

More information

INSTALLATION GUIDE VERSION

INSTALLATION GUIDE VERSION INSTALLATION GUIDE VERSION 4.1 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

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

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

RealPresence Media Manager Blackboard Learn 9.1 Learning Management System Integration Guide

RealPresence Media Manager Blackboard Learn 9.1 Learning Management System Integration Guide INTEGRATION GUIDE Software 6.5 September 2013 3725-75322-002 Rev A RealPresence Media Manager Blackboard Learn 9.1 Learning Management System Integration Guide RealPresence Media Manager Blackboard Learn

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System Setting up a Sitellite development environment on Windows Sitellite Content Management System Introduction For live deployment, it is strongly recommended that Sitellite be installed on a Unix-based operating

More information

webtree designs Gayle Pyfrom web site design and development Lakewood, CO 80226 info@webtreedesigns.com

webtree designs Gayle Pyfrom web site design and development Lakewood, CO 80226 info@webtreedesigns.com webtree designs Gayle Pyfrom web site design and development Lakewood, CO 80226 info@webtreedesigns.com INTRODUCTION The goal of this presentation is to provide an overview of using Joomla! to create your

More information

XCloner Official User Manual

XCloner Official User Manual XCloner Official User Manual Copyright 2010 XCloner.com www.xcloner.com All rights reserved. xcloner.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. What is XCloner?

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

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

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

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

DSI File Server Client Documentation

DSI File Server Client Documentation Updated 11/23/2009 Page 1 of 10 Table Of Contents 1.0 OVERVIEW... 3 1.0.1 CONNECTING USING AN FTP CLIENT... 3 1.0.2 CONNECTING USING THE WEB INTERFACE... 3 1.0.3 GETTING AN ACCOUNT... 3 2.0 TRANSFERRING

More information

Online shopping store

Online shopping store Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,

More information

FireBLAST Email Marketing Solution v2

FireBLAST Email Marketing Solution v2 Installation Guide WELCOME to fireblast, one of the Industry s leading Email Marketing Software Solutions for your business. Whether you are creating a small email campaign, or you are looking to upgrade

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

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

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

Web Hosting Wordpress, Joomla, Drupal Integration

Web Hosting Wordpress, Joomla, Drupal Integration Web Hosting Wordpress, Joomla, Drupal Integration Created By Manjesh V 2 Contents: Software Requirements.. 3 For Testing Wordpress Integration Offline(Without internet in Local System) o Installing WAMP

More information

Polycom RSS 4000 / RealPresence Capture Server 1.6 and RealPresence Media Manager 6.6

Polycom RSS 4000 / RealPresence Capture Server 1.6 and RealPresence Media Manager 6.6 INTEGRATION GUIDE May 2014 3725-75304-001 Rev B Polycom RSS 4000 / RealPresence Capture Server 1.6 and RealPresence Media Manager 6.6 Polycom, Inc. 0 Copyright 2014, Polycom, Inc. All rights reserved.

More information

Web24 Web Hosting Guide

Web24 Web Hosting Guide Web24 Web Hosting Guide Welcome Dear Web24 customer, We would like to thank you for choosing Web24 as your preferred web hosting provider. To make your experience as enjoyable as possible, we have prepared

More information

How To Set Up An Outlook Mailbox On A Windows 2007 (For Free) With A Free Email Account On A Blackberry Or Ipad (For A Free) Or Ipa (For An Ipa) With An Outlook 2007 (Free) Or

How To Set Up An Outlook Mailbox On A Windows 2007 (For Free) With A Free Email Account On A Blackberry Or Ipad (For A Free) Or Ipa (For An Ipa) With An Outlook 2007 (Free) Or Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Setup Guide Setting up a Microsoft Exchange mailbox only takes a few minutes. You can set up any email software to send

More information

User s Guide. Version 2.1

User s Guide. Version 2.1 Content Management System User s Guide Version 2.1 Page 1 of 51 OVERVIEW CMS organizes all content in a tree hierarchy similar to folder structure in your computer. The structure is typically predefined

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

TABLE OF CONTENTS. Terms of Use

TABLE OF CONTENTS. Terms of Use Terms of Use All the materials and/or graphics contained in the IceTheme template folders MUST be used ONLY with the IT Tribune Template from IceTheme.com TABLE OF CONTENTS 1. Introduction... 3 2. Installing

More information

Getting Started with Web Hosting at TechServ

Getting Started with Web Hosting at TechServ Getting Started with Web Hosting at TechServ 1/19/2011 http://www.dusers.drexel.edu/techserv/ CollegiateLink: TechServ techserv@drexel.edu Thank you for your interest in TechServ s Web and File Hosting

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

Introduction to cpanel

Introduction to cpanel Introduction to cpanel Thank you for hosting your domain with Sierra Tel Internet. In order to provide modern and efficient service, we are housing your website s files on a server running the Linux operating

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

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

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

APP ANALYTICS PLUGIN

APP ANALYTICS PLUGIN support@magestore.com Phone: 084.4.8585.4587 APP ANALYTICS PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION 2. HOW TO INSTALL 3. HOW TO SET UP YOUR GOOGLE ANALYTICS ACCOUNT 4. HOW TO CONFIGURE IN MAGENTO

More information

Agile ICT Website Starter Guides

Agile ICT Website Starter Guides Agile ICT Website Guide V1.0 1 Agile ICT Website Starter Guides 2 The purpose of this guide is to show you how to edit some of the basics of the website you have purchased through Agile ICT. The website

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

MySQL Quick Start Guide

MySQL Quick Start Guide Quick Start Guide MySQL Quick Start Guide SQL databases provide many benefits to the web designer, allowing you to dynamically update your web pages, collect and maintain customer data and allowing customers

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

More information

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

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

More information

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

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes.

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes. 1 BT MAGAZINE JOOMLA 3.x TEMPLATE Total User Guide Version 1.0 Copyright 2013 Bowthemes.com support@bowthemes.com 1 Table of Contents INTRODUCTION... 2 Template Features... 2 Compressed File Contents...

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

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

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Adobe Dreamweaver - Basic Web Page Tutorial

Adobe Dreamweaver - Basic Web Page Tutorial Adobe Dreamweaver - Basic Web Page Tutorial Window Elements While Dreamweaver can look very intimidating when it is first launched it is an easy program. Dreamweaver knows that your files must be organized

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions HelpDesk OSP User Manual Content 1 INTRODUCTION... 3 2 REQUIREMENTS... 4 3 THE SHAREPOINT SITE... 4 4 THE HELPDESK OSP TICKET... 5 5 INSTALLATION OF HELPDESK OSP... 7 5.1 INTRODUCTION... 7 5.2 PROCESS...

More information

Working With Your FTP Site

Working With Your FTP Site Working With Your FTP Site Welcome to your FTP Site! The UnlimitedFTP (UFTP) software will allow you to run from any web page using Netscape, Internet Explorer, Opera, Mozilla or Safari browsers. It can

More information

Dreamweaver CS5. Module 2: Website Modification

Dreamweaver CS5. Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,

More information

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next.

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next. Installing IIS on Windows XP 1. Start 2. Go to Control Panel 3. Go to Add or RemovePrograms 4. Go to Add/Remove Windows Components 5. At the Windows Component panel, select the Internet Information Services

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

We begin with a number of definitions, and follow through to the conclusion of the installation.

We begin with a number of definitions, and follow through to the conclusion of the installation. Owl-Hosted Server Version 0.9x HOW TO Set up Owl using cpanel Introduction Much of the documentation for the installation of Owl Intranet Knowledgebase assumes a knowledge of servers, and that the installation

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Welcome to Collage (Draft v0.1)

Welcome to Collage (Draft v0.1) Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...

More information

INTRODUCTION TO WEB TECHNOLOGY

INTRODUCTION TO WEB TECHNOLOGY UNIT-I Introduction to Web Technologies: Introduction to web servers like Apache1.1, IIS, XAMPP (Bundle Server), WAMP Server(Bundle Server), handling HTTP Request and Response, installation of above servers

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Kentico CMS 5.5 User s Guide

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

More information