Bangla Localization of OpenOffice.org. Asif Iqbal Sarkar Research Programmer BRAC University Bangladesh

Size: px
Start display at page:

Download "Bangla Localization of OpenOffice.org. Asif Iqbal Sarkar Research Programmer BRAC University Bangladesh"

Transcription

1 Bangla Localization of OpenOffice.org Asif Iqbal Sarkar Research Programmer BRAC University Bangladesh

2 Localization L10n is the process of adapting the text and applications of a product or service to enable its acceptability for a particular cultural or linguistic market. Numerous Locale details ( Currency, National regulations and holidays, Cultural sensitivities, Product or service names etc.) Localization primarily includes: Translating text content, software source code, web sites, or database content Adjusting graphic and visual elements and examples to make them culturally appropriate

3 Software Localization The term "software localization" describes the process of altering software products for marketing to people who speak languages other than English.

4 Internationalization I18n is planning and implementing products and services so that they can easily be localized for specific languages and cultures. Internationalization include: Creating illustrations for documents Allowing space in user interfaces Creating print or web site graphic images Ensuring that the tools and product can support international character sets for software, Ensuring data space so that messages can be translated from languages with single-byte character codes (English) into languages requiring multiple-byte character codes (Japanese Kanji).

5 OpenOffice.org architecture The whole OpenOffice.org architecture is based on a layered approach. There are four well-defined layers, each covering a special area of the functionality. System Abstraction Layer Infrastructure Layer Framework Layer Application Layer

6 L10N and I18N Project of OpenOffice.org The L10N and I18N project contains a framework and tools for localization (l10n) and internationalization (i18n). l18n The i18n framework offers functionality which is needed to internationalize applications like an office suite (OOo). The old i18n framework (i18n) offers only support for western languages The new i18n framework support for western, Chinese, Japanese and Korean (CJK) languages and languages which needs Complex Text Layout like Arabic, Hebrew, Indic and others.

7 l18n Framework Functionality Word, line and sentence break Search and replace Paragraph numbering Transliteration Character classification Number Formats Calendar Collation Locale data (date/time/number/currency format, calendar information etc )

8 l18n Framework Internationalization (i18n) of an application is complete only if any locale support can be added without changing the application binary. Development platforms like win32 and Java provide i18n APIs to internationalize applications that will run on windows and Java platforms only. The OpenOffice.org I18n framework provides a rich set of i18n APIs to internationalize OpenOffice.org applications using the Universal Network Objects (UNO) component model. This i18n framework is platform-independent and can run on any platform on which OpenOffice.org is supported. The new OpenOffice.org i18n framework is Unicode based and offers a rich set of APIs and functionality. The i18n framework allows localization developers to add new locales or enhance existing locale behavior to meet regional market requirements without modifying the OpenOffice binary.

9 L10N Framework The L10N-Framework of OpenOffice.org provides a easy to use environment to introduce new languages to the system and to support new localization of OpenOffice.org. The L10N-Framework is based on the multi platform build environment of OpenOffice.org and it allows only rebuild of those targets which are mandatory for localization.

10 L10N Tools for Translation A second method for native language support. The l10n module offers several localization tools which support extraction of strings and context information out of source code. Also merging back localized strings is supported. 1. Adding a New Language to the Office Suite 2. Extracting and Merging Strings and Messages The framework is built over the component model UNO thus making the addition of new localization components easy.

11 Localization of OpenOffice.org Localization of OpenOffice.org involves: Assuring that OpenOffice.org can work with your script in the platform in which you want to use it. Assuring that some changes are made in the OpenOffice.org source, so that the program recognizes your language as one of the languages it can work in.

12 Localization of OpenOffice.org Translation of OpenOffice.org to your language. Translation has different levels. 1. The first one is translating the menus and messages of the program itself. 2. The second one includes also the translation of the help pages of OpenOffice.org, not a small task. 3. The third level adds the development of documentation for OpenOffice.org in your language.

13 Localization of OpenOffice.org Steps of translation Extracting all strings and messages out of the source code for translation. Translating the source code using well known localization tools. (localize). Merging back the translated strings into the code. Rebuilding the localization targets inside the build environment. A Localized installation set will be created automatically.

14 Status of Bangla Localization of OO Aim is to Develop a Bangla version of the office suit. Developed a Bangla Locale file for OpenOffice.org. Bn_BD and bn_in stable locale files. Bangla is not in the supported languages list in the Localization framework project of OpenOffice.org.

15 OpenOffice.oreg support for Bangla Bangla Script Support Bangla Rendering Support No Bangla Script support In dialogue boxes. Unsynchronized forward and backward movement of cursor causing problems for Replacement, deletion operations for Bangla text processing. Rendering Problem

16 Lingucomponent Project The Lingucomponent Project provides the writing aid features: spell checking, hyphenation, and thesaurus. One of the goals of the Lingucomponent project is to develop dictionaries and affix files to support spell checking in different languages.

17 Lingucomponent Project Spellchecker Ispell s dictionary and affix files are converted to conform with MySpell and then the licensed dictionary files are sent to the project authority who includes the specific language dictionary in the next release of OpenOffice.org OpenOffice.org doesn't provide dictionary for Bangla. MySpell supports only 8-bit encoding. No Unicode Support for Bangla script.

18 Bangla Computing Integration into OpenOffice.org OpenOffice.org provides flexibility for adding components to it through component based API called UNO (Universal Network Object). UNO Features UNO is the base component technology for OpenOffice.org. It is used to write components that interact across languages, component technologies, computer platforms, and networks. Currently UNO is available on Linux, Solaris, and Windows for Java, C++ and OpenOffice.org Basic.

19 UNO Features UNO is used to access OpenOffice.org using its Application Programming Interface (API). The OpenOffice.org API is the comprehensive specification that describes the programmable features of OpenOffice.org. It is possible to connect to a local or remote instance of OpenOffice.org from C++, Java and COM/DCOM using UNO. C++ and Java Desktop applications, Java servlets, Java Server Pages, Jscript and VBScript, and languages, such as Delphi, Visual Basic and many others can use OpenOffice.org to work with Office documents. It is possible to develop UNO Components in C++ or Java that can be instantiated by the office process and add new capabilities to OpenOffice.org. For example, Chart Add-ins or Calc Add-ins, linguistic extensions, new file filters, database drivers and even complete applications, such as a groupware client.

20 Remote Connectivity to OpenOffice.org Open Documents Write Components OpenOffice.org Server program Add Components SERVICES UNO OpenOffice API Client program JAVA Client program C++ Client program VB

21 Remote Connectivity to OpenOffice.org A Unicode file is loaded remotely in OpenOffice.org

22 Remote Connectivity to OpenOffice.org This is the normalized form of the loaded file...then å is searched and replaced with к and the replaced character is highlighted.

23 Simple Bangla OCR and OpenOffice Integration OCR program with sample Bangla input

24 Simple Bangla OCR and OpenOffice Integration OCR client program accesses the OpenOffice.org server to use it s services. This client-server model approach is platform independent. After getting the scanned Bangla document the Bangla OCR program will simply recognize the characters and send the Unicode code points of the characters to the OpenOffice.org server with a request to open a window to display the recognized characters where an user can edit or modify the document. Here a simple Bangla OCR program is used as a sample to demonstrate the approach that could be extensively used to develop useful programs or utility components as client programs in a distributed system by getting the service from OpenOffice.org.

25 Simple Bangla OCR and OpenOffice Integration Editable Output in a OpenOffice.org document

26 References OpenOffice Homepage OpenOffice Localization and Internationalization Project I18n API UNO Home page

27 THANK YOU

Table Of Contents. iii

Table Of Contents. iii PASSOLO Handbook Table Of Contents General... 1 Content Overview... 1 Typographic Conventions... 2 First Steps... 3 First steps... 3 The Welcome dialog... 3 User login... 4 PASSOLO Projects... 5 Overview...

More information

Setting Up OpenOffice.org: Choosing options to suit the way you work

Setting Up OpenOffice.org: Choosing options to suit the way you work Setting Up OpenOffice.org: Choosing options to suit the way you work Title: Setting Up OpenOffice.org: Choosing options to suit the way you work Version: 1.0 First edition: December 2004 First English

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Translution Price List GBP

Translution Price List GBP Translution Price List GBP TABLE OF CONTENTS Services AD HOC MACHINE TRANSLATION... LIGHT POST EDITED TRANSLATION... PROFESSIONAL TRANSLATION... 3 TRANSLATE, EDIT, REVIEW TRANSLATION (TWICE TRANSLATED)...3

More information

Unicode in Mobile Phones

Unicode in Mobile Phones Unicode in Mobile Phones Adil Allawi Technical Director adil@diwan.com Unicode in Mobile Phones Complex text in small devices Memory is very limited Processing speed is low yet time is critical Screen

More information

Right-to-Left Language Support in EMu

Right-to-Left Language Support in EMu EMu Documentation Right-to-Left Language Support in EMu Document Version 1.1 EMu Version 4.0 www.kesoftware.com 2010 KE Software. All rights reserved. Contents SECTION 1 Overview 1 SECTION 2 Switching

More information

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

Actuate Business Intelligence and Reporting Tools (BIRT)

Actuate Business Intelligence and Reporting Tools (BIRT) Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against

More information

Designing Global Applications: Requirements and Challenges

Designing Global Applications: Requirements and Challenges Designing Global Applications: Requirements and Challenges Sourav Mazumder Abstract This paper explores various business drivers for globalization and examines the nature of globalization requirements

More information

FileMaker 14. ODBC and JDBC Guide

FileMaker 14. ODBC and JDBC Guide FileMaker 14 ODBC and JDBC Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,

More information

Contents. BMC Atrium Core 7.6.00 Compatibility Matrix

Contents. BMC Atrium Core 7.6.00 Compatibility Matrix Contents INTRODUCTION... 2 Supported Configurations... 2 Known Issues... 2 Potential Issues... 2 Support Policy for later versions of vendor products released after Atrium Core 7.5.00... 2 BMC ATRIUM CMDB,

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Tibetan For Windows - Software Development and Future Speculations. Marvin Moser, Tibetan for Windows & Lucent Technologies, USA

Tibetan For Windows - Software Development and Future Speculations. Marvin Moser, Tibetan for Windows & Lucent Technologies, USA Tibetan For Windows - Software Development and Future Speculations Marvin Moser, Tibetan for Windows & Lucent Technologies, USA Introduction This paper presents the basic functions of the Tibetan for Windows

More information

Cloud Apache OpenOffice Based on HTML 5

Cloud Apache OpenOffice Based on HTML 5 Cloud Apache OpenOffice Based on HTML 5 Jian Hong Cheng -- chengjh@apache.org Fan Zheng -- zhengfan@apache.org speaker: Oliver-Rainer Wittmann -- orw@apache.org Agenda Speaker Introduction Tremendous Opportunities

More information

Software Engineering Services. Product i18n and l10n services Rev. 1.1 December 15, 2003 nextedge Technology, Inc.

Software Engineering Services. Product i18n and l10n services Rev. 1.1 December 15, 2003 nextedge Technology, Inc. Software Engineering Services Product i18n and l10n services Rev. 1.1 December 15, 2003 nextedge Technology, Inc. Customer Globalization Needs Companies want to expand sales opportunities by delivering

More information

EURESCOM - P923 (Babelweb) PIR.3.1

EURESCOM - P923 (Babelweb) PIR.3.1 Multilingual text processing difficulties Malek Boualem, Jérôme Vinesse CNET, 1. Introduction Users of more and more applications now require multilingual text processing tools, including word processors,

More information

What is OpenOffice.org?

What is OpenOffice.org? What is OpenOffice.org? An introduction to the program, its features, and its community Title: What is OpenOffice.org?: An introduction to the program, its features, and its community Version:

More information

Product Internationalization of a Document Management System

Product Internationalization of a Document Management System Case Study Product Internationalization of a ì THE CUSTOMER A US-based provider of proprietary Legal s and Archiving solutions, with a customizable document management framework. The customer s DMS was

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

More information

How to translate your website. An overview of the steps to take if you are about to embark on a website localization project.

How to translate your website. An overview of the steps to take if you are about to embark on a website localization project. How to translate your website An overview of the steps to take if you are about to embark on a website localization project. Getting Started Translating websites can be an expensive and complex process.

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Software: Systems and Application Software

Software: Systems and Application Software Software: Systems and Application Software Computer Software Operating System Popular Operating Systems Language Translators Utility Programs Applications Programs Types of Application Software Personal

More information

INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO

INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO A. Schneider E. Ivask Fraunhofer Institute for Integrated Circuits Tallinn Technical University Branch Lab EAS Dresden Department of Computer Engineering

More information

Localization of Text Editor using Java Programming

Localization of Text Editor using Java Programming Localization of Text Editor using Java Programming Varsha Tomar M.Tech Scholar Banasthali University Jaipur, India Manisha Bhatia Assistant Professor Banasthali University Jaipur, India ABSTRACT Software

More information

Technical Information Abstract

Technical Information Abstract 1/15 Technical Information Abstract Disclaimer: in no event shall Microarea be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits,

More information

HP Service Manager Compatibility Matrix

HP Service Manager Compatibility Matrix HP Service Manager Compatibility Matrix Software Version 9.21 January 12, 2011 Click one of the following links to see more detailed information. Tier Definitions Servers Applications Support Windows Client

More information

National Language (Tamil) Support in Oracle An Oracle White paper / November 2004

National Language (Tamil) Support in Oracle An Oracle White paper / November 2004 National Language (Tamil) Support in Oracle An Oracle White paper / November 2004 Vasundhara V* & Nagarajan M & * vasundhara.venkatasubramanian@oracle.com; & Nagarajan.muthukrishnan@oracle.com) Oracle

More information

XTM for Language Service Providers Explained

XTM for Language Service Providers Explained XTM for Language Service Providers Explained 1. Introduction There is a new generation of Computer Assisted Translation (CAT) tools available based on the latest Web 2.0 technology. These systems are more

More information

Internationalized Domain Names -

Internationalized Domain Names - Internationalized Domain Names - Getting them to work Gihan Dias LK Domain Registry What is IDN? Originally DNS names were restricted to the characters a-z (letters), 0-9 (digits) and '-' (hyphen) (LDH)

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

BMC Remedy Action Request System 7.6.04 Configuration Guide

BMC Remedy Action Request System 7.6.04 Configuration Guide BMC Remedy Action Request System 7.6.04 Configuration Guide January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

Web Pages. Static Web Pages SHTML

Web Pages. Static Web Pages SHTML 1 Web Pages Htm and Html pages are static Static Web Pages 2 Pages tagged with "shtml" reveal that "Server Side Includes" are being used on the server With SSI a page can contain tags that indicate that

More information

White Paper. Translation Quality - Understanding factors and standards. Global Language Translations and Consulting, Inc. Author: James W.

White Paper. Translation Quality - Understanding factors and standards. Global Language Translations and Consulting, Inc. Author: James W. White Paper Translation Quality - Understanding factors and standards Global Language Translations and Consulting, Inc. Author: James W. Mentele 1 Copyright 2008, All rights reserved. Executive Summary

More information

Luna Decision Overview. Copyright Hicare Research 2014 All Rights Reserved

Luna Decision Overview. Copyright Hicare Research 2014 All Rights Reserved Luna Decision Overview Copyright Hicare Research 2014 All Rights Reserved Luna Decision The ideal platform to implement Advanced Analytics, Big Data Discovery, Simulations and CPM applications Luna Decision

More information

Version 14.0. Overview. Business value

Version 14.0. Overview. Business value PRODUCT SHEET CA Datacom Server CA Datacom Server Version 14.0 CA Datacom Server provides web applications and other distributed applications with open access to CA Datacom /DB Version 14.0 data by providing

More information

Contents. BMC Remedy AR System 7.5.00 Compatibility Matrix

Contents. BMC Remedy AR System 7.5.00 Compatibility Matrix Contents AR SYSTEM SERVER SUPPORTED HARDWARE PLATFORMS AND OPERATING SYSTEMS... 3 AR SYSTEM SERVER SUPPORTED DATABASES...3 JAVA SUPPORT... 4 AR SYSTEM MID-TIER SUPPORTED CONFIGURATIONS...5 AR SYSTEM CLIENT

More information

Accessing Database Information Using Visual Basic:

Accessing Database Information Using Visual Basic: Accessing Database Information Using Visual Basic: Data Access Objects and Remote Data Objects Amanda Reynolds Y398--Internship June 23, 1999 Abstract * Data Access Objects * Declaring a Data Bound Control

More information

Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme)

Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme) Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme) COURSE LECTURE DURATION(LD) /paper SEMESTER-I 1. Course Code:CAN101

More information

Encoding script-specific writing rules based on the Unicode character set

Encoding script-specific writing rules based on the Unicode character set Encoding script-specific writing rules based on the Unicode character set Malek Boualem, Mark Leisher, Bill Ogden Computing Research Laboratory (CRL), New Mexico State University, Box 30001, Dept 3CRL,

More information

AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev

AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev International Journal "Information Technologies & Knowledge" Vol.5 / 2011 319 AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev Abstract: This paper presents a new approach

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

INTERNATIONALIZATION FEATURES IN THE MICROSOFT.NET DEVELOPMENT PLATFORM AND WINDOWS 2000/XP

INTERNATIONALIZATION FEATURES IN THE MICROSOFT.NET DEVELOPMENT PLATFORM AND WINDOWS 2000/XP INTERNATIONALIZATION FEATURES IN THE MICROSOFT.NET DEVELOPMENT PLATFORM AND WINDOWS 2000/XP Dr. William A. Newman, Texas A&M International University, wnewman@tamiu.edu Mr. Syed S. Ghaznavi, Texas A&M

More information

SPSS Statistics 22.0 GA Fix List

SPSS Statistics 22.0 GA Fix List SPSS Statistics 22.0 GA Fix List (URL: http://www-01.ibm.com/support/docview.wss?uid=swg27039327) Abstract A comprehensive list of defect corrections for SPSS Statistics 22 GA. Details of the fixes are

More information

Overview Document Framework Version 1.0 December 12, 2005

Overview Document Framework Version 1.0 December 12, 2005 Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0

More information

LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training

LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training Tony Wong 1 Copyright Copyright 2012 2012 Hewlett-Packard Development Development Company, Company, L.P. The L.P. information

More information

GenericServ, a Generic Server for Web Application Development

GenericServ, a Generic Server for Web Application Development EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student tawbi@irit.fr Bilal CHEBARO Assistant professor bchebaro@ul.edu.lb Abstract

More information

Welch Allyn Connectivity SDK Development

Welch Allyn Connectivity SDK Development Welch Allyn Connectivity SDK Development Best practices 80019598 Welch Allyn Connectivity SDK Development Best Practices.docx B Page 1 of 12 2014 Welch Allyn All rights are reserved. To support the intended

More information

OWrite One of the more interesting features Manipulating documents Documents can be printed OWrite has the look and feel Find and replace

OWrite One of the more interesting features Manipulating documents Documents can be printed OWrite has the look and feel Find and replace OWrite is a crossplatform word-processing component for Mac OSX, Windows and Linux with more than just a basic set of features. You will find all the usual formatting options for formatting text, paragraphs

More information

HOMEWORK # 2 SOLUTIO

HOMEWORK # 2 SOLUTIO HOMEWORK # 2 SOLUTIO Problem 1 (2 points) a. There are 313 characters in the Tamil language. If every character is to be encoded into a unique bit pattern, what is the minimum number of bits required to

More information

OpenOffice.org Writer

OpenOffice.org Writer OOoRegiCon North America Technical Writing using OpenOffice.org Writer Jean Hollis Weber Jean Hollis Weber Community Volunteer - Slide 1 Why OOo for Techwriting? Combines best features of MS Word and FrameMaker

More information

Internationalization & Pseudo Localization

Internationalization & Pseudo Localization DATA SHEET 08 01 2012 Internationalization & Pseudo Localization Use Lingotek pseudo localization to test localizability of websites, software, and online content such as mobile apps, elearning, surveys,

More information

Webinar: Software & Mobile App Localization

Webinar: Software & Mobile App Localization Webinar: Software & Mobile App Localization Presented by: Jon Ritzdorf March 22, 2012 s2 Webinar Tips Minimize control panel To ask questions use Questions area Slide 2 s2 Only use this slide if we're

More information

Any Software Any Language Instantly!

Any Software Any Language Instantly! Any Software Any Language Instantly! What is Linguify No change required in source code or database Application need not be i18n ready Translates all screens, reports prints and files No prerequisites

More information

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0 Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0 8520: Modifier with VBA in Microsoft Dynamics GP 9.0 (3 Days) About this Course The three-day Microsoft DynamicsT GP Modifier

More information

EDS Data Sheet. Features. Control System Integration

EDS Data Sheet. Features. Control System Integration Features Comprehensive package for remote visualization of process graphics, trends, and alarms Integrated view of multiple systems and sites at authorized desktop computers Display of custom-built diagrams

More information

Acquia Introduction December 9th, 2009

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

More information

Suh yun Ki m (KIS T) (KIS suhyunk@.com

Suh yun Ki m (KIS T) (KIS suhyunk@.com Suhyun Kim (KIST) suhyunk@.com Overview Introduction Types of Application Virtualization Remote Execution Only & Only Comparison Summary Virtualization It s Hot! Microsoft acquires Connectix Corp. EMC

More information

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction: OpenOffice Writer is a word processing application

More information

OOo Digital Signatures. Malte Timmermann Technical Architect Sun Microsystems GmbH

OOo Digital Signatures. Malte Timmermann Technical Architect Sun Microsystems GmbH OOo Digital Signatures Malte Timmermann Technical Architect Sun Microsystems GmbH About the Speaker Technical Architect in OpenOffice.org/StarOffice development OOo/StarOffice developer since 1991/94 Main

More information

It is a feature that enables the user to save his data to any internal or external storage device and restore it back once required.

It is a feature that enables the user to save his data to any internal or external storage device and restore it back once required. Software Features Version No.: 2.2.0 Issue: May 2006 Application Introduction Inventory Management System Complete business solution designed to help users enhance their business management capabilities.

More information

Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 13 Computer Programs and Programming Languages Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between machine and assembly languages Identify

More information

What is ArcGIS Comprised Of?

What is ArcGIS Comprised Of? ArcGIS Server 9.1 What is ArcGIS Comprised Of? ArcGIS Desktop Integrated suite of GIS applications ArcGIS Engine Embeddable developer components Server GIS ArcSDE, ArcIMS, ArcGIS Server Mobile GIS ArcPad

More information

Why developers should use ODBC instead of native proprietary database interfaces

Why developers should use ODBC instead of native proprietary database interfaces P RODUCT O VERVIEW Why developers should use ODBC instead of native proprietary database interfaces The financial and technical basis for using ODBC with wire protocol drivers instead of native database

More information

Quick Start Guide. Contents. Quick Start Guide Version 1.0 webcrm November 09

Quick Start Guide. Contents. Quick Start Guide Version 1.0 webcrm November 09 Quick Start Guide Contents Introduction... 2 Main Menu... 3 Creating Users... 4 Organisations and Persons... 5 Activities... 6 Emails... 7 Opportunities Sales Pipeline... 8 Simple Customisation... 8 Making

More information

Perfect PDF & Print 9

Perfect PDF & Print 9 Perfect PDF & Print 9 The test results gut Good, sehr gut very good refer to Perfect PDF & Print 8 (CHIP 09/2012) and to versions 7, 6 and 5 of Perfect PDF Premium Perfect PDF & Print 9 comes with two

More information

How To Manage Your Digital Assets On A Computer Or Tablet Device

How To Manage Your Digital Assets On A Computer Or Tablet Device In This Presentation: What are DAMS? Terms Why use DAMS? DAMS vs. CMS How do DAMS work? Key functions of DAMS DAMS and records management DAMS and DIRKS Examples of DAMS Questions Resources What are DAMS?

More information

Eskills360 0 - Desktop Courses

Eskills360 0 - Desktop Courses Eskills360 Desktop DESKTOP COMPUTER SKILLS Adobe Adobe Flash CS5 Introduction to Adobe Flash Professional CS5 Drawing and Working with Images in Flash CS5 Using Flash CS5 Libraries, Text, and Components

More information

Word processing OpenOffice.org Writer

Word processing OpenOffice.org Writer STUDENT S BOOK 3 rd module Word processing OpenOffice.org Writer This work is licensed under a Creative Commons Attribution- ShareAlike 3.0 Unported License. http://creativecommons.org/license s/by-sa/3.0

More information

Licenses of savic-net for Integrated Building Management System for FDA Title 21 CFR Part 11 Compliance

Licenses of savic-net for Integrated Building Management System for FDA Title 21 CFR Part 11 Compliance Specifications Licenses of savic-net for Integrated Building Management System for FDA Title CFR Part Compliance General The savic-net for Integrated Building Management System (hereinafter referred to

More information

The Virtual Tibetan Classroom

The Virtual Tibetan Classroom The Virtual Tibetan Classroom by William Magee, DDBC Thanks to a Generous Grant from the Taiwan National Science Council and the Hopkins MultimediaTibetan Research Archive Project http://haa.ddbc.edu.tw

More information

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson CS 3530 Operating Systems L02 OS Intro Part 1 Dr. Ken Hoganson Chapter 1 Basic Concepts of Operating Systems Computer Systems A computer system consists of two basic types of components: Hardware components,

More information

Binonymizer A Two-Way Web-Browsing Anonymizer

Binonymizer A Two-Way Web-Browsing Anonymizer Binonymizer A Two-Way Web-Browsing Anonymizer Tim Wellhausen Gerrit Imsieke (Tim.Wellhausen, Gerrit.Imsieke)@GfM-AG.de 12 August 1999 Abstract This paper presents a method that enables Web users to surf

More information

This guide specifies the required and supported system elements for the application.

This guide specifies the required and supported system elements for the application. System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...

More information

Running Windows on a Mac. Why?

Running Windows on a Mac. Why? Running Windows on a Mac Why? 1. We still live in a mostly Windows world at work (but that is changing) 2. Because of the abundance of Windows software there are sometimes no valid Mac Equivalents. (Many

More information

An introduction to creating JSF applications in Rational Application Developer Version 8.0

An introduction to creating JSF applications in Rational Application Developer Version 8.0 An introduction to creating JSF applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Although you can use several Web technologies to create

More information

A Zebra Technologies White Paper. Bar Code Printing from Oracle WMS and MSCA

A Zebra Technologies White Paper. Bar Code Printing from Oracle WMS and MSCA A Zebra Technologies White Paper Bar Code Printing from Oracle WMS and MSCA 2 A Zebra Technologies White Paper Executive Summary Bar code output from the Oracle E-Business Suite environment is traditionally

More information

Visualization with Excel Tools and Microsoft Azure

Visualization with Excel Tools and Microsoft Azure Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization

More information

Statement and Confirmation of Own Work

Statement and Confirmation of Own Work Statement and Confirmation of Own Work Programme/Qualification name: University of Wales BSc (Hons) in Business Computing and Information Systems All NCC Education assessed assignments submitted by students

More information

Thin@ System Architecture V3.2. Last Update: August 2015

Thin@ System Architecture V3.2. Last Update: August 2015 Thin@ System Architecture V3.2 Last Update: August 2015 Introduction http://www.thinetsolution.com Welcome to Thin@ System Architecture manual! Modern business applications are available to end users as

More information

ABBYY PDF Transformer+ User s Guide

ABBYY PDF Transformer+ User s Guide ABBYY PDF Transformer+ 2013 ABBYY Production LLC. All rights reserved. Information in this document is subject to change without notice and does not bear any commitment on the part of ABBYY. The software

More information

Functional Requirements for Digital Asset Management Project version 3.0 11/30/2006

Functional Requirements for Digital Asset Management Project version 3.0 11/30/2006 /30/2006 2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 20 2 22 23 24 25 26 27 28 29 30 3 32 33 34 35 36 37 38 39 = required; 2 = optional; 3 = not required functional requirements Discovery tools available to end-users:

More information

Red Hat Enterprise Linux International Language Support Guide

Red Hat Enterprise Linux International Language Support Guide Red Hat Enterprise Linux International Language Support Guide Red Hat Enterprise Linux International Language Support Guide Copyright This book is about international language support for Red Hat Enterprise

More information

SalesLogix. SalesLogix v6 Architecture, Customization and Integration www.saleslogix.com

SalesLogix. SalesLogix v6 Architecture, Customization and Integration www.saleslogix.com v6 Architecture, Customization and Integration www.saleslogix.com December 2004 TABLE OF CONTENTS Introduction... 3 Tiered Architecture Concept... 3 Architecture... 4 Business Rules Security Sync Logging

More information

PREPARING WEB SITES FOR STREAMLINED LOCALIZATION

PREPARING WEB SITES FOR STREAMLINED LOCALIZATION PREPARING WEB SITES FOR STREAMLINED LOCALIZATION page 1 of 9 Preparing Web Sites for Streamlined Localization This L&H White Paper is designed for any company, organization, or institution that anticipates

More information

Tibiscus University, Timişoara

Tibiscus University, Timişoara PDF/A standard for long term archiving Ramona Vasilescu Tibiscus University, Timişoara ABSTRACT. PDF/A is defined by ISO 19005-1 as a file format based on PDF format. The standard provides a mechanism

More information

The Unicode Standard Version 8.0 Core Specification

The Unicode Standard Version 8.0 Core Specification The Unicode Standard Version 8.0 Core Specification To learn about the latest version of the Unicode Standard, see http://www.unicode.org/versions/latest/. Many of the designations used by manufacturers

More information

Examining the InDesign Server Solution

Examining the InDesign Server Solution Examining the InDesign Server Solution This is an online bonus article for Chapter 13 of Paperless: Real-World Solutions with Adobe Technology. This article details the tools and techniques that were used

More information

JasperServer Localization Guide Version 3.5

JasperServer Localization Guide Version 3.5 Version 3.5 2008 JasperSoft Corporation. All rights reserved. Printed in the U.S.A. JasperSoft, the JasperSoft logo, JasperAnalysis, JasperServer, JasperETL, JasperReports, JasperStudio, ireport, and Jasper4

More information

Preservation Handbook

Preservation Handbook Preservation Handbook [Binary Text / Word Processor Documents] Author Rowan Wilson and Martin Wynne Version Draft V3 Date 22 / 08 / 05 Change History Revised by MW 22.8.05; 2.12.05; 7.3.06 Page 1 of 7

More information

SIPAC. Signals and Data Identification, Processing, Analysis, and Classification

SIPAC. Signals and Data Identification, Processing, Analysis, and Classification SIPAC Signals and Data Identification, Processing, Analysis, and Classification Framework for Mass Data Processing with Modules for Data Storage, Production and Configuration SIPAC key features SIPAC is

More information

RIM Localization and User Experience - The Benefits

RIM Localization and User Experience - The Benefits Blurring the Boundaries Between Localization and User Experience Building Partnerships Across RIM Teams to Create Something More Than Just Localized BlackBerry Background 1 Research In Motion Founded in

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

Standard Screen Current Alarm Display. Sample Screen Manual. Mitsubishi Electric Corporation

Standard Screen Current Alarm Display. Sample Screen Manual. Mitsubishi Electric Corporation Standard Screen Current Alarm Display Sample Screen Manual Mitsubishi Electric Corporation Using the Samples The sample screen data and files such as the instruction manual can be used upon agreement to

More information

Java 7 Recipes. Freddy Guime. vk» (,\['«** g!p#« Carl Dea. Josh Juneau. John O'Conner

Java 7 Recipes. Freddy Guime. vk» (,\['«** g!p#« Carl Dea. Josh Juneau. John O'Conner 1 vk» Java 7 Recipes (,\['«** - < g!p#«josh Juneau Carl Dea Freddy Guime John O'Conner Contents J Contents at a Glance About the Authors About the Technical Reviewers Acknowledgments Introduction iv xvi

More information

ITG Software Engineering

ITG Software Engineering Basic Android Development Course ID: Page 1 Last Updated 12/15/2014 Basic Android Development ITG Software Engineering Course Overview: This 5 day course gives students the fundamental basics of Android

More information

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET Unit 40: Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET Learning Outcomes A candidate following a programme of learning leading to this

More information

Internationalizing JavaScript Applications Norbert Lindenberg. Norbert Lindenberg 2013. All rights reserved.

Internationalizing JavaScript Applications Norbert Lindenberg. Norbert Lindenberg 2013. All rights reserved. Internationalizing JavaScript Applications Norbert Lindenberg Norbert Lindenberg 2013. All rights reserved. Agenda Unicode support Collation Number and date/time formatting Localizable resources Message

More information

CrownPeak Java Web Hosting. Version 0.20

CrownPeak Java Web Hosting. Version 0.20 CrownPeak Java Web Hosting Version 0.20 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information