INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONSAND TECHNOLOGY. An Online Application for Programming Languages

Size: px
Start display at page:

Download "INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONSAND TECHNOLOGY. An Online Application for Programming Languages"

Transcription

1 IJFEAT INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONSAND TECHNOLOGY An Online Application for Programming Languages Megha R. Kute Department of Computer Engineering,Sinhgad Academy Of Engineering,Kondhwa,Pune Dhanashree K. Joshi Department of Computer Engineering,Sinhgad Academy Of Engineering,Kondhwa,Pune. ABSTRACT A Cloud computing is a model for enabling convenient, on demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort. An IDE that aims to create an online centralized compiler which helps to execute different programming languages on the public cloud. Real Time Collaboration an important feature of this application. Using this application user in same group can work on a same document from any location and allows users to share their projects and files with other users in a same group. An IDE is used for IT industries and academic. Keywords: IDE, centralized compiler, Real Time Collaboration, public cloud. 1. INTRODUCTION Many desktop applications have been migrated into the cloud. Cloud computing, where applications and files are hosted on a cloud consisting of thousands of computers and servers, all linked together and accessible via the internet. With cloud computing everything you do is now web based instead of being desktop based [1]. User can access all files or documents from any computer and from any location with an internet connection. In addition, group collaboration is provided by cloud computing. As all users in one group can work on the same document and can access it from any location. Compiler is used to execute programming languages. We would need to install a different complier on each language on which we wish to work. We propose a solution to this in the form of a cloud based compiler, so different programming languages execute on same machine without installing software. Due to cloud computing number of users can work on same document. Integrated Development Environment is accessible from various devices like desktops, laptops, and smart phones with an internet connection. This paper explains the implementation details of the web based IDE which is present on the cloud and which support execution of programs in various languages. Also users can work on a same file together at the same time. As the application is deployed on the cloud there is no need to install and download it and because of this most of the operating system issues or hardware compatibility issues are eliminated. 2. LITERATURE SURVEY 2.1 Ashish Kumar has explained Cloud computing promises to increase the velocity with which application business agility and hence envisioned as the next generation architecture of IT Enterprise.[1]

2 2.2 Michael Miller has explained some of the more popular applications-in particular, those that facilitate group collaboration.[2] 2.3 Laxmi M. Gadhika have introduced the details of the implementation of a cloud based IDE for the Java language.[3] 2.4 Ling Wu, Guangtai Liang, Shi Kui, Qianxiang Wan explained the benefits of cloud computing. This paper summarized three main kinds of actual problems from three aspects (Function implementation, Security guarantee, Advanced utilization) encountered when using the online IDE.[4] 2.5 Peter Reimanna,Rafael Calvob, Kalina Yacefc & Vilaythong Southavilayc have introduced a learning about subject matter and about writing by collaboratively authoring an electronic document is an important variant of computer-supported collaborative learning.[5] 2.6 Sajid Abdulla, Srinivasan Iyer, Sanjay Kutty describes how to implement an online compiler which helps to reduce the problems of portability of storage and space by making use of the concept of cloud computing.[6] 3. PROPOSED SYSTEM This application can be accessed in real world from any device with an internet connection. For the development of this IDE Filezilla FTP client software is used for file transfer. In this application we are using cloud based compilers. We deployed the application on cloud. Users can directly execute programs using this application without installing any compilers on their personal Computers. This IDE supports execution of C, C++, Perl, Python, Ruby and Lua programs. The special feature of this web based IDE is that it supports real time collaboration. User can write code on our application and after execution of code output will be display on same window. The files or data can be saved on cloud so that the users can easily get their data from anywhere using this application. In this application group of users can work on the same document, so here group of users can be created at the admin side. Users in the same group can collaborate on the same document i.e. they can do programming on the same document also they can share the same file. 3.1 System Architecture 2.7 A.Rabiyathul and Basariya k.tamil Selvi describes centralized compiler which helps to reduce the problems of time, cost and storage space by making use of the concept of cloud computing. Also, the trouble of installing the compiler on each computer is avoided.[7] 2.8 Max Goldman, Greg Little, and Robert C. Miller have proposed Collabode, a web-based Java integrated development environment designed to support close, synchronous collaboration between programmers.[8] 2.9 NamrataRaut, Darshana Parab, Shephali Sontakke, Sukanya explained the creation of Integrated Development Environment for the java language to code, compile, run, test and debug the code using the browser based IDE through the Internet and a web browser.[9] 2.10 Rafael A. Calvo, Stephen T. ORourke, Janet Jones, Kalina Yacef, and Peter Reimann introduced the architecture for a new collaborative writing support environment used to embed such collaborative learning activities in engineering courses.[10] Figure 3.1.1: System architecture of Admin

3 Administrator has an authority to create new groups or a group of users and he will allocate username and password to each user. Figure shows the system architecture of administrator. After creating new account user can login from application link. Admin can also view the disk usage of each group and System usage i.e. total space used by all groups. Admin has the database of all users. At the time of login, admin validates the username and password of each user in his consisting database. Authorized users only get login into the application. system users can post their queries to other users of the same group. The various modules involved in Web Based IDE to Code in the Cloud are as follows: Login module Users can login with user name and password to access the cloud IDE. User must be registered before login. Users have to enter username and password in login form, hit "login" button. Then data going to server side and check users database if that user is existed. If user is authorized then he/she will get login into profile Editor module Client Figure System architecture of Registered users can login into the application by using their username and password. Fig shows the system architecture of client. After login user can create new files or folders. User can save, open or delete files and folders. Also user can upload any files like text file, image file, doc file etc. Next is the execution module in which user can execute program in various languages like C, C++, Perl, Lua, Ruby, Python etc. and the output will be displayed on the same window. Users can work on same document simultaneously from any location at any time as there is a feature of real time collaboration. By using chat There are sub modules of this module. Create, save, delete, open files and folders. Create and save module allows the users to create new files and save them. File can be created from URL also. This system will download that particular file from the URL and save it in our working directory which is configured in the configuration file of the project. Users can also delete the files created by them. Users who have already created files or have common access to the files created by other users in a same group can open those files Search files and folders Search module permits users to search files and folders which are present in the working directory. Files/Folders are searched in working directory using breadth first algorithm Edit Files Files can be edited in two ways in this module.

4 Text Based Editor WYSIWYG Editor In Text based editor user can simply write the text. File must be save by file name with.txt extension. Rich Content Files like HTML (.html.htm) files can be edited in WYSIWYG Editor. WYSIWYG Editor consist of editing controls like Bulleting, Paragraph formatting, Easy Table Creation, Insert Image and Symbols, Text format editing, Font, color, size, Font Family, decoration( underline, sub-superscript) Upload module This module permits user to upload any file like text file, image file, doc file etc. File is saved in working directory which is configured in configuration file of the project. File extension whitelist has been used for security purpose File extension which are present in whitelist are only allowed to upload. HTTP Multiform Post method is used to transfer file from client machine to cloud Execution module The main functionality provided by the this web based IDE is the execution of multiple languages programs written by the users. By hitting execute file button source code of multiple language programs like C, C++, Perl, Lua, Ruby, Python get execute and output will be reflected to the user. At the time of execution, compiler will check for errors. If there are errors then they will be displayed to the user Chat system Sometime users in one group faced various problems during implementation of their programs or they may have queries related to various technical topics. So any user is allowed to ask queries or can answer to others. 4. ADVANTAGES 1. Ability to create new projects and files:- The IDE will allow the users to create new projects and to name the projects according to their choice. It will permit the creation of new files within the project to write program code. 2. Easy modification of existing code:- The IDE will have the ability to edit and modify the already written code in various files. 3. Saving the files and project for future access:- The files and projects will be saved on the cloud itself and will be easily available to the users from anywhere and at anytime. 4. Easy development, testing and debugging of applications:- The IDE will have tools for easy development of the applications. It will have an integrated Java compiler to review the build errors. It will also allow users to employ breakpoints in their code in order to debug the code. 5. Sharing projects with peers: - The IDE will allow users to share the projects with peers. 6. Real time collaboration:- The IDE will allow the users to share code and to modify the same files so knowledge building is possible through intercommunication between authorized users. 5. CONCLUSION We have implemented the web based IDE to code in the cloud. As compared to the current scenario where each compilers required to be installed on each machine separately this would eliminate the need to install compilers separately. Users can do programming in various languages like C, C++, Perl, Python, Lua, Ruby. It also provides the special feature of real-time simultaneous collaboration. It can be accessed from anywhere, at any time and from various devices likes desktops, laptops and even from smart phones with an internet connection. REFERENCES Indication of online users While solving queries using chat system, users need to know that other users are available or not. Here users in same group will get the indication of other online users and users can also see the last seen of each user. 1. Ashish Kumar, World of Cloud Computing & Security, International Journal of Cloud Computing and Services Science (IJ-CLOSER) Vol.1, No.2, June 2012,pp.53~58 ISSN:

5 2. Laxmi M. Gadhikar, Deep Vincent, Lavanya Mohan, Megha V. Chudhari, Implementation of browser based IDE to code in the Cloud, International Journal of Advances in Engineering & Technology, Nov. 2012, ISSN: Ling Wu, Guangtai Liang, Shi Kui, Qianxiang Wang, CEclipse: An Online IDE for Programing in the Cloud, pp.45-52, 2011 IEEE World Congress on Services, A.Rabiyathul and Basariya k.tamil Selvi, Centralized C# Compiler Using Cloud Computing, International Journal of Communications and Engineering Volume 06 No.6,Issue:02 March NamrataRaut, Darshana Parab, Shephali Sontakke, Sukanya, Cloud Documentation and Centralized Compiler for Java &Php, International Journal Of Computational Engineering Research (ijceronline.com) Vol. 3 Issue Rafael A. Calvo, Stephen T. Rourke, Janet Jones, KalinaYacef, and Peter Reimann- Collaborative writing support tools on the cloud, Jan-March Peter Reimanna, Rafael Calvob, Comprehensive Computational Support for Collaborative Learning from Writing, International Conference on Computers in Education, 2010,S. L. Wong et al. (Eds.). 8. Max Goldman, Greg Little, and Robert C. Miller, Collabode: collaborative coding in the browser, in Proceedings of the 4th International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE '11),ACM,2011, New York,NY, USA, Martin Nordio, H.-Christian Estler, Carlo A. Furia, and Bertrand Meyer, ETHZurich, Switzerland, Collaborative Software Development on the Web, arxiv: v4 [cs.se] 26 Jun Van Deursen, Mesbah, Cornelissen, Zaidman, Pinzger and Guzzi, Adinda: A knowledgeable, browser-based IDE, In Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering (ICSE) (2010), vol. 2, ACM, pp Max Goldman, Greg Little, and Robert C. Miller, Real Time Collaborative Coding in a Web IDE, In Proceedings of the 24 th annual ACM symposium on User interface software and technology (UIST '11). ACM, New York, NY, USA, DOI= / Sajid Abdulla, Srinivasan Iyer, Sanjay Kutty, Cloud Based Compiler, International Journal of Students Research in Technology & Management, Vol 1(3), May 2013, ISBN , pg Books 13. Michael Miller, Cloud Computing: Web-Based Applications That Change the Way You Work and collaborate online. Web References 14. Gilad Khen, Dan-El Khen and Alon Weiss, Codepad:

Cloud Based Collaboration Tool Rohini C. Ekghare*, Prof. Manish Hadap**

Cloud Based Collaboration Tool Rohini C. Ekghare*, Prof. Manish Hadap** RESEARCH ARTICLE OPEN ACCESS Cloud Based Collaboration Tool Rohini C. Ekghare*, Prof. Manish Hadap** *Department of Information Technology, Yeshwantrao Chavan College of Engineering, Nagpur-441110, India.

More information

IMPLEMENTATION OF BROWSER BASED IDE

IMPLEMENTATION OF BROWSER BASED IDE IMPLEMENTATION OF BROWSER BASED IDE TO CODE IN THE CLOUD Lakshmi M. Gadhikar 1, Deepa Vincent 2, Lavanya Mohan 3, Megha V. Chaudhari 4 1 Department of Information Technology, Fr.CRIT, Vashi, Mumbai University,

More information

APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION

APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION 1 PRIYANKA DUKLE, 2 TRISHALA PAWAR, 3 SNEH BHAT 1,2,3 Computer, Amrutvahini College of Engineering, Sangamner Email: bhatsneh@gmail.com 1, pawar.trishala@gmail.com

More information

FTP Accounts Contents

FTP Accounts Contents FTP Accounts Contents Goal... 2 1. Add an FTP Account... 2 2. The FTP Account Management Table... 3 3. Remove an FTP Account... 4 4. Edit an FTP Account's Quota... 4 5. Change an FTP Account's Password...

More information

Challenges in Android Application Development: A Case Study

Challenges in Android Application Development: A Case Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.294

More information

CloudFTP: A free Storage Cloud

CloudFTP: A free Storage Cloud CloudFTP: A free Storage Cloud ABSTRACT: The cloud computing is growing rapidly for it offers on-demand computing power and capacity. The power of cloud enables dynamic scalability of applications facing

More information

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment.

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment. Software Requirement Specification for Web Based Integrated Development Environment DEVCLOUD Web Based Integrated Development Environment TinTin Alican Güçlükol Anıl Paçacı Meriç Taze Serbay Arslanhan

More information

ONLINE C, C++ & JAVA COMPILERS USING CLOUD COMPUTING

ONLINE C, C++ & JAVA COMPILERS USING CLOUD COMPUTING Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 8, August 2015,

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

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

IBI Group FTP: Usage Instructions

IBI Group FTP: Usage Instructions IBI Group FTP: Usage Instructions Version: Windows; Last Updated: April 22 nd 2009 There are two IBI Group supported methods for connecting to the FTP site, My Computer and FileZilla Client Software. If

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

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

PROJECT MANAGEMENT SYSTEM

PROJECT MANAGEMENT SYSTEM Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU

More information

Cloud Web-Based Operating System (Cloud Web Os)

Cloud Web-Based Operating System (Cloud Web Os) Cloud Web-Based Operating System (Cloud Web Os) Hesham Abusaimeh Department of Computer Science, Faculty of Information Technology, Applied Science University, Amman, 11931 Jordan. ABSTRACT The cloud computing

More information

Keywords IS-SDE, software engineering, CALM, ALM, collaborative software development, development tools

Keywords IS-SDE, software engineering, CALM, ALM, collaborative software development, development tools Volume 5, Issue 9, September 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Integrated

More information

JBoss Portal 2.4. Quickstart User Guide

JBoss Portal 2.4. Quickstart User Guide Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5

More information

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe` Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A OwnCloud User Manual TO I Cafe` DATED 20 Sep 2014 User Manual Guid For Owncloud I. Accessing the owncloud Web Interface To access the owncloud

More information

InHand Device Cloud Service DN 4.0 Quick Start Guide

InHand Device Cloud Service DN 4.0 Quick Start Guide InHand Device Cloud Service DN 4.0 Quick Start Guide Contents 1. Overview... 3 2. Device Manager... 4 2.1 Get an account by self-registration... 4 2.2 Remotely Configure Gateway and Upgrade firmware...

More information

Anchor End-User Guide

Anchor End-User Guide Table of Contents How to Access Your Account How to Upload Files How to Download the Desktop Sync Folder Sync Folder How to Share a File 3 rd Party Share from Web UI 3 rd Party Share from Sync Folder Team-Share

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

In the proposed work, cloud mobile media which is a centric multimedia streaming system. Aim of the proposed

In the proposed work, cloud mobile media which is a centric multimedia streaming system. Aim of the proposed ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com CLOUD BASED JAVA COMPILER FOR ANDROID SMARTPHONES Dr P. Jeyanthi 1, Nishant Rao 2, Ketan Ketu 3 Department of

More information

WEB BASED INTERFACE FOR C, C++, C#, JAVA

WEB BASED INTERFACE FOR C, C++, C#, JAVA International Journal of Computer Science and Engineering (IJCSE) ISSN(P): 2278-9960; ISSN(E): 2278-9979 Vol. 4, Issue 4, Jun - Jul 2015, 1-8 IASET WEB BASED INTERFACE FOR C, C++, C#, JAVA VIJAYPRAKASH

More information

Cloud Computing with Azure PaaS for Educational Institutions

Cloud Computing with Azure PaaS for Educational Institutions International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 2 (2014), pp. 139-144 International Research Publications House http://www. irphouse.com /ijict.htm Cloud

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

Cloud Data Protection for the Masses

Cloud Data Protection for the Masses Cloud Data Protection for the Masses N.Janardhan 1, Y.Raja Sree 2, R.Himaja 3, 1,2,3 {Department of Computer Science and Engineering, K L University, Guntur, Andhra Pradesh, India} Abstract Cloud computing

More information

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS 1. The EdgeTech FTP site is a web hosted site, not a true FTP site, remember to use http:// not ftp:// in the web address. IMPORTANT: Do Not use FileZilla or

More information

Toward a community enhanced programming education

Toward a community enhanced programming education Toward a community enhanced programming education Ryo Suzuki University of Tokyo Tokyo, Japan 1253852881@mail.ecc.utokyo.ac.jp Permission to make digital or hard copies of all or part of this work for

More information

Online Mobile Cloud Based Compiler

Online Mobile Cloud Based Compiler www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 2 February 2015, Page No. 10400-10403 Online Mobile Cloud Based Compiler Miss. Pooja D. Pawar, Miss.

More information

Quick Start Guide Using OneDisk with the Tappin Service

Quick Start Guide Using OneDisk with the Tappin Service Quick Start Guide Using OneDisk with the Tappin Service Copyright 2013, Tappin, Inc. All rights reserved. Tappin and the Tappin logo are trademarks of Tappin, Inc. All other trademarks are the property

More information

Advanced Digital Imaging

Advanced Digital Imaging Asset Management System User Interface Cabin River Web Solutions Overview The ADI Asset Management System allows customers and ADI to share digital assets (images and files) in a controlled environment.

More information

A GUI-Based Easy Web Hosting System

A GUI-Based Easy Web Hosting System A GUI-Based Easy Web Hosting System M. Junaid Arshad 1, Amjad Farooq 2, M. Aslam 3, Nasir Ahmad 4 1,2,3 Department of CS & E, UET, Lahore-Pakistan 1,2,3 {junaidarshad, amjadfarooq, maslam}@uet.edu.pk Abstract:

More information

Quick Start Guide. Hosting Your Domain

Quick Start Guide. Hosting Your Domain Quick Start Guide Hosting Your Domain http://www.names.co.uk/support/ Table of Contents Web Hosting... 3 FTP (File Transfer Protocol)... 3 File Manager... 6 SiteMaker... 7 2 Please keep these documents

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

Egnyte for Power and Standard Users. User Guide

Egnyte for Power and Standard Users. User Guide Egnyte for Power and Standard Users User Guide Egnyte Inc. 1350 West Middlefield Road. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) Revised June 2015 Table of Contents Chapter 1: Getting

More information

SYWorks Vulnerable Web Applications Compilation For Penetration Testing Installation Guide

SYWorks Vulnerable Web Applications Compilation For Penetration Testing Installation Guide SYWorks Vulnerable Web Applications Compilation For Penetration Testing Installation Guide This document provides installation guide on how to create your own penetration testing environment with the pre-installed

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

VNC Zimlets. Version 1.0 Berlin, 06. August 2014

VNC Zimlets. Version 1.0 Berlin, 06. August 2014 VNC Zimlets Version 1.0 Berlin, 06. August 2014 VNC Virtual Network Consult AG, 2014 Table of Content Zimlets... 3 Functional Zimlets... 4 VNC PDF Zimlet... 4 VNC History Zimlet... 5 VNC Click-2-Dial Zimlet...

More information

Support Desk Software

Support Desk Software Support Desk Software BizCore provides you web based ASP.NET tools needed to quickly set up a seamlessly integrated support platform, saving you time and money. Decrease your response times and increase

More information

Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you

Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you can download a trial version at http://www.microsoft.com/enus/download/details.aspx?id=7764.

More information

How to Use JCWHosting Reseller Cloud Storage Solution

How to Use JCWHosting Reseller Cloud Storage Solution How to Use JCWHosting Reseller Cloud Storage Solution Go to https://www.internetspace.co.za and log in with your Cloud Reseller account username and password. How to Use create a cloud account for your

More information

IRF2000 IWL3000 SRC1000 Application Note - Develop your own Apps with OSGi - getting started

IRF2000 IWL3000 SRC1000 Application Note - Develop your own Apps with OSGi - getting started Version 2.0 Original-Application Note ads-tec GmbH IRF2000 IWL3000 SRC1000 Application Note - Develop your own Apps with OSGi - getting started Stand: 28.10.2014 ads-tec GmbH 2014 IRF2000 IWL3000 SRC1000

More information

Performing Load Capacity Test for Web Applications

Performing Load Capacity Test for Web Applications International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 17 No. 1 Aug. 2015, pp. 51-68 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/ Performing

More information

Egnyte Cloud File Server. White Paper

Egnyte Cloud File Server. White Paper Egnyte Cloud File Server White Paper Revised July, 2013 Egnyte Cloud File Server Introduction Egnyte Cloud File Server (CFS) is the software as a service layer that powers online file sharing and storage

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

USC Aiken CMS Manual. A manual on using the basic functions of the dotcms system. Office of Marketing and Community Relations-USC Aiken

USC Aiken CMS Manual. A manual on using the basic functions of the dotcms system. Office of Marketing and Community Relations-USC Aiken USC Aiken CMS Manual A manual on using the basic functions of the dotcms system Office of Marketing and Community Relations-USC Aiken Table Of Contents Introduction/How to Use Manual... 2 Logging In...

More information

ONLINE C, C++, JAVA COMPILER USING CLOUD COMPUTING - A SURVEY

ONLINE C, C++, JAVA COMPILER USING CLOUD COMPUTING - A SURVEY International Journal of Advances in Engineering Science and Technology 318 www.sestindia.org/volume-ijaest/ and www.ijaestonline.com ISSN: 2319-1120 ONLINE C, C++, JAVA COMPILER USING CLOUD COMPUTING

More information

MULTICULTURAL CONTENT MANAGEMENT SYSTEM

MULTICULTURAL CONTENT MANAGEMENT SYSTEM MULTICULTURAL CONTENT MANAGEMENT SYSTEM AT A GLANCE Language Partner s Multilingual Content Management System Meridium is multilingual content management system designed to fast track the process of multilingual

More information

Eylean server deployment guide

Eylean server deployment guide Eylean server deployment guide Contents 1 Minimum software and hardware requirements... 2 2 Setting up the server using Eylean.Server.Setup.exe wizard... 2 3 Manual setup with Windows authentication -

More information

osclass open source classifieds Installation Guide step by step

osclass open source classifieds Installation Guide step by step osclass open source classifieds Installation Guide step by step Introduction If you have decided to build your classifieds website with Osclass but you have no idea where to start, check out this installation

More information

CyberAds Studio. Ready to Deploy Intranets Small to mid-sized companies February 2003

CyberAds Studio. Ready to Deploy Intranets Small to mid-sized companies February 2003 CyberAds Studio Ready to Deploy Intranets Small to mid-sized companies February 2003 www.cyberadsstudio.com 190 Jill Lane, Suite 1 Laurel, MD 20724 Tel: (301) 776 1446 Sales@cyberadsstudio.com 1 Product

More information

https://weboffice.edu.pe.ca/

https://weboffice.edu.pe.ca/ NETSTORAGE MANUAL INTRODUCTION Virtual Office will provide you with access to NetStorage, a simple and convenient way to access your network drives through a Web browser. You can access the files on your

More information

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL *Hung-Ming Chen, Chuan-Chien Hou, and Tsung-Hsi Lin Department of Construction Engineering National Taiwan University

More information

Introduction to Cloud Services

Introduction to Cloud Services Introduction to Cloud Services (brought to you by www.rmroberts.com) Cloud computing concept is not as new as you might think, and it has actually been around for many years, even before the term cloud

More information

How to install phpbb forum on NTU student club web server

How to install phpbb forum on NTU student club web server How to install phpbb forum on NTU student club web server This guide contains the step by step instructions to install phpbb (stable release 3.0.7- PL1) on NTU student club web server. It does not cover

More information

for Windows OS 4 TERMS AND CONDITIONS OF USE... 11 Date Version Note Author 13/05/2015 1 First release A.Cappellozza

for Windows OS 4 TERMS AND CONDITIONS OF USE... 11 Date Version Note Author 13/05/2015 1 First release A.Cappellozza for Windows OS Summary 1 Required software... 1 2 Preparation... 1 2.1 Wizard Installation... 2 2.2 Set your internal network (LAN)... 3 2.3 Access to the server from Internet (WAN)... 6 3 Users creation

More information

Stock Trader System. Architecture Description

Stock Trader System. Architecture Description Stock Trader System Architecture Description Michael Stevens mike@mestevens.com http://www.mestevens.com Table of Contents 1. Purpose of Document 2 2. System Synopsis 2 3. Current Situation and Environment

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

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

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

User Guide. You will be presented with a login screen which will ask you for your username and password.

User Guide. You will be presented with a login screen which will ask you for your username and password. User Guide Overview SurfProtect is a real-time web-site filtering system designed to adapt to your particular needs. The main advantage with SurfProtect over many rivals is its unique architecture that

More information

Budget Event Management Design Document

Budget Event Management Design Document Budget Event Management Design Document Team 4 Yifan Yin(TL), Jiangnan Shangguan, Yuan Xia, Di Xu, Xuan Xu, Long Zhen 1 Purpose Summary List of Functional Requirements General Priorities Usability Accessibility

More information

Preparing your MAC Computer to access QuickBooks Hosted with the Citrix Receiver or Online Plugin

Preparing your MAC Computer to access QuickBooks Hosted with the Citrix Receiver or Online Plugin Please Note: While we try to provide you with the solution you need, we can t promise that the information set out below is totally error free or will necessarily resolve any problem you may have. Preparing

More information

Features of AnyShare

Features of AnyShare of AnyShare of AnyShare CONTENT Brief Introduction of AnyShare... 3 Chapter 1 Centralized Management... 5 1.1 Operation Management... 5 1.2 User Management... 5 1.3 User Authentication... 6 1.4 Roles...

More information

NTT Web Hosting Service [User Manual]

NTT Web Hosting Service [User Manual] User Version 0.11 August 22, 2014 NTT Web Hosting Service [User Manual] Presented By: OAM Linux A NTT Communications (Thailand) CO., LTD. Table of Contents NTT Web Hosting Service [User Manual] 1 General...

More information

Distributed Framework for Data Mining As a Service on Private Cloud

Distributed Framework for Data Mining As a Service on Private Cloud RESEARCH ARTICLE OPEN ACCESS Distributed Framework for Data Mining As a Service on Private Cloud Shraddha Masih *, Sanjay Tanwani** *Research Scholar & Associate Professor, School of Computer Science &

More information

Virtual Code Authentication User s Guide. June 25, 2015

Virtual Code Authentication User s Guide. June 25, 2015 Virtual Code Authentication User s Guide June 25, 2015 Virtual Code Authentication User s Guide Overview of New Security Modern technologies call for higher security standards as practiced among many other

More information

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one. Sales call: 90116 90305 Sales email: sales@ecbuzz.com Support email: support@ecbuzz.com Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website

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

How to Re-Direct Mobile Visitors to Your Library s Mobile App

How to Re-Direct Mobile Visitors to Your Library s Mobile App One of the easiest ways to get your Library s App in the hands of your patrons is to set up a redirect on your website which will sense when a user is on a mobile device and prompt them to select between

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

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

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

Mod 2: User Management

Mod 2: User Management Office 365 for SMB Jump Start Mod 2: User Management Chris Oakman Managing Partner Infrastructure Team Eastridge Technology Stephen Hall CEO & SMB Technologist District Computers 1 Jump Start Schedule

More information

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition 10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can

More information

OneDrive for Business from Desktop or Laptop Windows devices

OneDrive for Business from Desktop or Laptop Windows devices OneDrive for Business from Desktop or Laptop Windows devices OneDrive for Business (previously called SkyDrive Pro) is cloud based file store that comes as part of the Uel Office365 subscription. It provides

More information

PROJECT-BASES RISK MANAGEMENT

PROJECT-BASES RISK MANAGEMENT PROJECT-BASES RISK MANAGEMENT Andrei Sandu 1 Abstract The project-bases concept is presented. There are defined operations on project-bases. The software developed for project-bases management is analyzed

More information

LiveStreamingCDN Producer User s Guide

LiveStreamingCDN Producer User s Guide LiveStreamingCDN Producer User s Guide A LiveStreamingCDN Producer account offers a variety of premium features in addition to live and VOD streaming capabilities. A Producer account comes with a multi-device

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

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1.

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1. Click-To-Talk ZyXEL IP PBX License Edition 1, 07/2009 IP PBX LOGIN DETAILS LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1 Username: admin Password: 1234 www.zyxel.com Copyright 2009 ZyXEL Communications

More information

Ad Hoc (Temporary) Accounts Instructions

Ad Hoc (Temporary) Accounts Instructions DLG/PDV SFTP Server Instructions 1. Ad Hoc (Temporary) Accounts. 2. LeadsGen (Permanent) Accounts. 3. Manually configuring SFTP Clients (WinSCP & FileZilla). 4. Uploading files into SFTP server. 5. Frequently

More information

EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING

EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING Agustín Sabater, Carlos Guerrero, Isaac Lera, Carlos Juiz Computer Science Department, University of the Balearic Islands, SPAIN pinyeiro@gmail.com, carlos.guerrero@uib.es,

More information

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER OVERVIEW OF OPEN VIRTUAL DESKTOP Mathieu SCHIRES Version: 1.0.2 Published April 9, 2015 http://www.inuvika.com Contents 1 Introduction 2 2 Terminology and

More information

A Monitored Student Testing Application Using Cloud Computing

A Monitored Student Testing Application Using Cloud Computing A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA r.mullapudi@spartans.nsu.edu, ghsieh@nsu.edu

More information

deskspace responsive web builder: Instructions

deskspace responsive web builder: Instructions deskspace responsive web builder: Instructions Site Manager Editor Viewer Settings Features The Free & Personal Licenses cover these features. The Pro Licenses add these additional features. Pro screen

More information

IBM RATIONAL PERFORMANCE TESTER

IBM RATIONAL PERFORMANCE TESTER IBM RATIONAL PERFORMANCE TESTER Today, a major portion of newly developed enterprise applications is based on Internet connectivity of a geographically distributed work force that all need on-line access

More information

Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop

Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop Kanchan A. Khedikar Department of Computer Science & Engineering Walchand Institute of Technoloy, Solapur, Maharashtra,

More information

SharePoint Integration Framework Developers Cookbook

SharePoint Integration Framework Developers Cookbook Sitecore CMS 6.3 to 6.6 and SIP 3.2 SharePoint Integration Framework Developers Cookbook Rev: 2013-11-28 Sitecore CMS 6.3 to 6.6 and SIP 3.2 SharePoint Integration Framework Developers Cookbook A Guide

More information

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.

More information

Linstantiation of applications. Docker accelerate

Linstantiation of applications. Docker accelerate Industrial Science Impact Factor : 1.5015(UIF) ISSN 2347-5420 Volume - 1 Issue - 12 Aug - 2015 DOCKER CONTAINER 1 2 3 Sawale Bharati Shankar, Dhoble Manoj Ramchandra and Sawale Nitin Shankar images. ABSTRACT

More information

FTP Service Reference

FTP Service Reference IceWarp Server FTP Service Reference Version 10 Printed on 12 August, 2009 i Contents FTP Service 1 V10 New Features... 2 FTP Access Mode... 2 FTP Synchronization... 2 FTP Service Node... 3 FTP Service

More information

Weebly Step-by-Step Instructions

Weebly Step-by-Step Instructions Weebly Step-by-Step Instructions Go to http://weebly.com/ Follow instructions to create site. Write your username, password, email address, and website URL down and send this information to yourself in

More information

cbox YOUR FILES GO MOBILE! FOR MAC OSX CLIENT USER MANUAL

cbox YOUR FILES GO MOBILE! FOR MAC OSX CLIENT USER MANUAL cbox YOUR FILES GO MOBILE! FOR MAC OSX CLIENT USER MANUAL Introduction cbox is a software that you can easily install on your computer. Once done, an online storage drive cbox appears in the file tree

More information

Experiments in Collaborative Cloud-based Distance Learning

Experiments in Collaborative Cloud-based Distance Learning Experiments in Collaborative Cloud-based Distance Learning Aleksandar Karadimce, Danco Davcev Faculty of Computer Science and Engineering, University Ss Cyril and Methodius Skopje, R. Macedonia akaradimce@ieee.org,

More information

WELCOME TO CITUS CLOUD LOAD TEST

WELCOME TO CITUS CLOUD LOAD TEST USER S GUIDE CONTENTS Contents... 2 Chapter 1: Welcome to Citus Cloud Load Test... 3 1. What is Citus Cloud Load Test?... 3 2. Why Citus Cloud Load Test?... 3 3. Before using this guide... 3 Chapter 2:

More information

Marcum LLP MFT Guide

Marcum LLP MFT Guide MFT Guide Contents 1. Logging In...3 2. Installing the Upload Wizard...4 3. Uploading Files Using the Upload Wizard...5 4. Downloading Files Using the Upload Wizard...8 5. Frequently Asked Questions...9

More information

Comparison of Moodle and ATutor LMSs

Comparison of Moodle and ATutor LMSs Comparison of Moodle and ATutor LMSs Péter Lengyel - Miklós Herdon - Róbert Szilágyi University of Debrecen CAS-FAERD Contents Introduction (Moodle, ATutor) Evaluation aspects Technical flexibility Learning

More information

Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan

Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan WWW.JOURNALOFCOMPUTING.ORG 85 New Quantitative Study for Dissertations Repository System Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan Abstract In the age of technology,

More information