MIS & CS -WORKING TOGETHER TO DEVELOP MOBILE APPS

Size: px
Start display at page:

Download "MIS & CS -WORKING TOGETHER TO DEVELOP MOBILE APPS"

Transcription

1 MIS & CS -WORKING TOGETHER TO DEVELOP MOBILE APPS Gita Williams Phelps Information Systems & Computer Science Georgia College & State University Milledgeville, GA ABSTRACT Management Information Systems (MIS) and Computer Science (CS) courses have been designed to provide the training the students need to make them marketable when they graduate. MIS students take core business courses to learn how businesses work and how to use information systems to improve organizations. In contrast, mathematics is very crucial for computer science theory. CS students are trained to take on challenging programming jobs and are concerned with problem solving and algorithm analysis. A growing area for software development is focused on mobile application development. This paper describes how MIS and CS students worked together to develop mobile apps for our university. INTRODUCTION Management Information Systems (MIS) and Computer Science (CS) are two majors available in the College of Business at our university. MIS students take core business courses, including marketing, management, accounting and finance. Understanding the organizational and behavioral aspects of information systems enable professionals to serve as a bridge between the technical and management levels within an organization. MIS professionals may often employ off-the-self products to solve organizational problems and improve the way an organization works. Computer Science students learn how to design and build software and create efficient solutions for real-world problems. Mathematics is very crucial for Computer Science theory. CS students are trained to take on challenging programming jobs and focus on developing problem solving and algorithm analysis skills. They must determine the best way to solve a problem in the most efficient manner possible. CS students often work in a laboratory and invent new software to be used in various fields including health, education, robotics and digital forensics. As more and more software development focuses on development for mobile devices, business are finding ways to integrate mobile devices into their organization. Mobile apps can be used to help people stay connected with customers and employees, stay informed, and stay productive. There are apps available to meet nearly every business need, from word processing to remote access, so employees can continue doing the job at hand. Mobile and web-based distributed technologies provide the infrastructure for many organizations. The CS curriculum should reflect today s reality and cover mobile and web-based

2 application development [2]. Business schools can foster innovation and provide an integration between the school and the community [3]. MIS & CS students at our university worked together to develop mobile apps for our university s career center and campus police department. This paper will highlight some of the courses MIS & CS students take that helped them to work together to develop mobile apps. PROJECTS GC Career is a mobile app developed for our university s Career Center. It provides Bobcat Tracks, a checklist of tasks students need to complete in order to stay on the right path to graduate (Figure 1a). There are tasks for all students from freshmen to seniors. This app is designed to keep students up-to-date and connected with the Career Center and even syncs career related events with user s Gmail calendar. GC Career is available in both Apple and Android app stores. In addition, an administration module was developed to allow an administrator to post updates to the checklist. a) b) Figure 1: a) GC Career includes a checklist of tasks, links to articles and calendar of events. b) GC SNAP is used to request a Student Night Auxiliary Patrol (SNAP) safety escort GC SNAP is a software suite developed for our university s campus police safety escort service. On nights and weekends, students can contact campus police to request a Student Night Auxiliary Patrol (SNAP) officer to escort them to locations on campus. GC SNAP was developed to enable seamless communication between students, the dispatcher and officers. Five modules were developed and work as one: The GC SNAP app (Figure 1b) is the module visible by student users; it was designed as a web app to allow students with various phones including Android, Blackberry and iphone to connect using their web browser.

3 The Dispatcher module (Figure 2) receives requests from student using the app and allows manual entry of requests that are phoned-in. The Officer module enables officers to process all SNAP requests from their vehicles. They are able to filter requests to show their active requests and shift history. The Administration module is needed to produce reports, add officers and locations to the system, and update emergency numbers stored in the student s app. The Map module is visible to the dispatcher and officers and shows the location on a map of all active requests. Figure 2: The Dispatcher module of the SNAP suite allows the police dispatcher to see status of all requests and officers. MANAGEMENT INFORMATION SYSTEMS Management Information Systems specialists help people when selecting products to fit their organization and managing deployment of the products. There were two MIS students working on this project. One student was responsible for graphic design and documentation, and the other student was responsible for setting up the initial development environment. In CBIS 3219 Web Development, topics include HTML, CSS and how to use Dreamweaver and Fireworks. During the initial phase of gathering the client s requirements, Dreamweaver was used to draw a rough draft of screen layouts. These layouts were modified and adjusted as the requirements were gathered. The final version was given to the CS developers and used as a starting point for the code. Developing mobile apps is image intensive. Icons, splash pages, marketing images, and graphics in the app need to be custom creations. iphone, ipad and Android devices have different image standards. In fact, there should be three versions of each graphic for android devices alone.

4 There were images needed for the home pages, users guides, and specification documentation. The MIS student s knowledge of Photoshop was invaluable. MIS courses provide experience needed to create professional user guides for training when the application was deployed. In addition to BCOM 2285 Business Communication & Reports required for the MIS major, our student also minored in Marketing and completed MKTG 3162 Consumer Behavior and MKTG 4166 Advertising & Promotion. These courses emphasized that well written content paired with impeccable presentation is very important and is a good way to set your project apart from others. An MIS student also takes CBIS 3212 Introduction to Programming & CBIS 4210 Advanced Programming. Even though the programming languages used for developing GC Career and GC SNAP are not covered in these classes, students learn about the process of development and how to test and try to break applications. Our development team was small so everyone was required to work together to test the code. The second MIS student on the team was our IT person. He used the knowledge gained in CBIS 4225 System Administration to create users on the department s web server and establish a test environment for the CS developers. When the applications were deployed, MIS and CS faculty worked with the clients. We walked the GC SNAP administrators through the process of establishing a secure Yahoo webhosted service. For the GC Career App, the requirements of the webserver and database were given to the university s technical support and they established the required campus accounts. COMPUTER SCIENCE Computer Scientists may develop all types of software from operating systems, communication programs to web browsers and search engines. There were three (3) CS undergraduate developers for these projects. The students were chosen for their skills in Android, IOS and Internet programming. Our school recognizes the growing need for mobile and web-based programming courses and offers electives to fit this need. Computer Science students often take an elective course, CSCI 4950 Internet Programming to learn how to develop web applications using HTML, CSS, JavaScript, PHP as well as creating and accessing online databases. In this course, students are exposed to a variety of web authoring tools such as Dreamweaver and content management software such as Drupal. For the GC Career and GC SNAP software, websites were created using PHP and JSON for server-side programming and JavaScript and JQuery for client-side programming. In CSCI 4710 Databases, students master SQL and learn how to develop new database software. Some CS graduates use their knowledge of database software design to work as a database administrator for a company. For these projects, CS students were able to create and query the databases stored both online and in local storage on the smart phones. CSCI 4320 Software Engineering provides an overview of the software development life cycle. Students gain experience working on a programming team, meet with clients to gather

5 requirements and develop software for a client. The requirements often change during the design phase and implementation phase either due to the client requests or technical difficulty. GC Career grew from providing a checklist for graduation to incorporating facebook, twitter and WordPress blogs. Students learn ways to deal with change and stay organized. They learn their goal is to develop software that meets the client s needs, is fault-free, delivered on time, delivered within budget and is easy to modify. CS students take a variety of programming courses which enable them to easily learn new languages. All of the CS students completed an elective, CSCI 3950 iphone Application Development and learned how to develop native iphone apps using Objective-C. Their exposure to IOS programming was beneficial when configuring and uploading the app to the app store. However, for this project, an Android version was also needed. The CS student in charge of Android development was responsible for learning Android development on his own. CONCULSION The students were given 3 months to complete the projects. The software was developed on time; however, Apple took over a month to add the GC Career app to the Apple App store. The apps the students developed can be accessed by all of the students on campus. Within the first month of installing the software, over 1,700 requests were processed using the GC SNAP software suite. This paper lists just a few of the courses MIS and CS students took that helped them to work together to develop the mobile apps. Computer scientists may develop all types of software from system infrastructure to application technologies. Management Information Systems specialists help people when selecting products to fit their organization and managing deployment of the products. There are potentially rich opportunities for cooperation between MIS and CS majors. REFERENCES [1] Joint Task Force for Computing Curricula Computing Curricula 2005: The Overview Report Covering Undergraduate Degree Programs In Computer Engineering, Computer Science, Information Systems, Information Technology And Software Engineering September ( March06Final.pdf ) [2] Mahmoud, Q. H., "Integrating Mobile Devices into the Computer Science Curriculum." Proceedings of the Frontiers in Education Conference (FIE 2008), Saratoga Springs, NY, USA, pp. S3E-17- S3E-22. ( [3] AACSB International Task Force on Business Schools and Innovation Business Schools on an Innovation Mission ( business-schools-on-an-innovation-mission.pdf)

Mobile App Design for Academics and Business

Mobile App Design for Academics and Business Mobile App Design for Academics and Business Jonathan A Agresta, M.Ed. DeVry University Jonathan A Agresta, M.Ed. DeVry University - Associate Professor - Department Chairman of Web Graphic Design/Multimedia

More information

StableFlow is a software development company, focused on software outsourcing services to companies ranging from startups to large enterprise.

StableFlow is a software development company, focused on software outsourcing services to companies ranging from startups to large enterprise. ABOUT StableFlow is a software development company, focused on software outsourcing services to companies ranging from startups to large enterprise. WHAT WE DO StableFlow manages the processes of business

More information

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs A Course of Study for COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require core

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs A Course of Study f COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require ce

More information

DEVELOP ROBOTS DEVELOPROBOTS. We Innovate Your Business

DEVELOP ROBOTS DEVELOPROBOTS. We Innovate Your Business DEVELOP ROBOTS DEVELOPROBOTS We Innovate Your Business Security & Encryption Develop Robots has helped banks, real estate companies, law firms and many other businesses to secure and encrypt their database

More information

IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design,

IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design, IGW+ Certificate I d e a l G r o u p i n W e b International professional web design, Programming, CRM, online office automation, complete security, Secured Ecommerce and web site maintenance educational

More information

About Blue Sky Sessions

About Blue Sky Sessions Web Technologies Agenda About Blue Sky Sessions What We Do Web Development Application Development Search Engine Marketing Social Media Strategy Trends in Web Questions? About Blue Sky Sessions What We

More information

ios SDK possibilities & limitations

ios SDK possibilities & limitations ios SDK possibilities & limitations Licensing Licensing Registered as an Apple Developer (free) Access to XCode3 and ios SDK ios, Mac and Safari Dev Center Resources No possibility of distribution of developed

More information

Cross Platform Applications with IBM Worklight

Cross Platform Applications with IBM Worklight IJCSNS International Journal of Computer Science and Network Security, VOL.15 No.11, November 2015 101 Cross Platform Applications with IBM Worklight P.S.S.Vara Prasad and Mrs.S.Durga Devi Dept. of IT

More information

my website using software that I wrote.

my website using software that I wrote. Martin Andersson 485 Catesby Ln Williamsburg, VA 23185 USA Telephone: 1 (757) 604 3929 Mail: webmaster@martinandersson.com Please go to www.martinandersson.com for the latest of the greatest! You can have

More information

1 INTRO. ONE COMPLETE SOLUTION FOR ESTATE AGENTS, LETTING AGENTS & PROPERTY MANAGERS ALIKE.

1 INTRO. ONE COMPLETE SOLUTION FOR ESTATE AGENTS, LETTING AGENTS & PROPERTY MANAGERS ALIKE. 1 INTRO. ONE COMPLETE SOLUTION FOR ESTATE AGENTS, LETTING AGENTS & PROPERTY MANAGERS ALIKE. Random Estate is the ideal solution for independent estate agents, lettings agents and property manager s who

More information

Open Source Enterprise Mobile Campus Solution. September 30, 2011

Open Source Enterprise Mobile Campus Solution. September 30, 2011 Open Source Enterprise Mobile Campus Solution September 30, 2011 umobile is a Jasig Project Sponsor open source software projects for higher education. Non-profit membership organization. Provides: Community,

More information

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum Republic Polytechnic School of Infocomm C308 Web Framework Module Curriculum This document addresses the content related abilities, with reference to the module. Abilities of thinking, learning, problem

More information

Print to Interactive Roadmap. with Patrick McNeil

Print to Interactive Roadmap. with Patrick McNeil Print to Interactive Roadmap with Patrick McNeil Spoiler alert: Print to web doesn t mean what it used to The agenda The agenda The problem Industry overview User centered design process End goals Skills

More information

www.denisefarmer.com www.linkedin.com/in/denisemfarmer dfarmer@ameritech.net 248-429-7262

www.denisefarmer.com www.linkedin.com/in/denisemfarmer dfarmer@ameritech.net 248-429-7262 Denise Farmer www.denisefarmer.com www.linkedin.com/in/denisemfarmer dfarmer@ameritech.net 248-429-7262 EDUCATION Master of Information & Communications Technology in Web Development and Graduate Certificate

More information

Your events are about to get smarter

Your events are about to get smarter Your events are about to get smarter CrowdCompass mobile event apps leverage smart content to make your event more relevant, more social, and more personalized than ever before. It s simple content is

More information

Introduction to IBM Worklight Mobile Platform

Introduction to IBM Worklight Mobile Platform Introduction to IBM Worklight Mobile Platform The Worklight Mobile Platform The Worklight Mobile Platform is an open, complete and advanced mobile application platform for HTML5, hybrid and native apps.

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

Human Resources Department. hr@mcnewton.org

Human Resources Department. hr@mcnewton.org McNewton Solutions Private Limited Plot No. J-7 2nd Floor, FCS Building Chandigarh Information Technology Park, INDIA P: +91 172 456 7842 E: info@mcnewton.org W: www.mcnewton.org Touch Human Resources

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? Moreandmoreofyourtargetaudienceis viewingwebsitesusingsmartphonesand tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business, brand, products

More information

W3Blender Overview Custom Application & Web Development Services

W3Blender Overview Custom Application & Web Development Services W3Blender Overview Custom Application & Web Development Services 2014 w3blender.com A Division of MediaWorks 7, LLC A Little About Us w3blender, a division of MediaWorks 7, LLC, is a full service interactive

More information

CAREER OPPORTUNITIES

CAREER OPPORTUNITIES CAREER OPPORTUNITIES After the graduation, students can select three different paths. Students should have at least GPA 2.7 to get into the first two types of job. To apply for academic positions in the

More information

Mobile Responsive Web Design

Mobile Responsive Web Design Mobile Responsive Web Design By InternetMarketingDirect Mike Mckay mikem@imarkdirect.com http://imarkdirect.com 1 Recommended Resources Social Media Marketing Done For You! SocialGratification.com You

More information

ANDROID APPLICATION DEVELOPER RESUME

ANDROID APPLICATION DEVELOPER RESUME 1 of 5 03/01/2015 20:09 ANDROID APPLICATION DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on

More information

Mobile Applications Developer. MAIN PURPOSE OF JOB To lead the design, development and maintenance of Android, iphone and ipad applications.

Mobile Applications Developer. MAIN PURPOSE OF JOB To lead the design, development and maintenance of Android, iphone and ipad applications. Mobile Applications Developer MAIN PURPOSE OF JOB To lead the design, development and maintenance of Android, iphone and ipad applications. The developer will lead the entire application lifecycle right

More information

Using Agile to Develop Mobile Apps

Using Agile to Develop Mobile Apps Using Agile to Develop Mobile Apps Xelaration IBM Rational Seminar May 29, 2013 1 Agenda Agile From waterfall to agile Agile properties Traditional versus agile Agile for mobile apps, why not! Mobile apps

More information

Mobile Solutions in ArcGIS. Justin Fan

Mobile Solutions in ArcGIS. Justin Fan Mobile Solutions in ArcGIS Justin Fan Agenda Introducing Mobile GIS Esri Mobile GIS solutions Selecting the right Mobile GIS solution Resources Q&A Introducing Mobile GIS What is Mobile GIS? Extends the

More information

How To Get A Computer Science Degree At Coastal Carolina University

How To Get A Computer Science Degree At Coastal Carolina University New Degree Program in Information Technology Mike Murphy, Ph.D., Assistant Professor, Department of Computing Sciences Will Jones, Ph.D., Associate Professor and Chair, Department of Computing Sciences

More information

Syllabus INFO-GB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-GB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Spring 2015 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

Mobile Apps, Mobile Web, and Other Cool Tools. Thursday, November 9, 2012 3:00pm 4:00pm Michael Hostad and Scott Owczarek

Mobile Apps, Mobile Web, and Other Cool Tools. Thursday, November 9, 2012 3:00pm 4:00pm Michael Hostad and Scott Owczarek Mobile Apps, Mobile Web, and Other Cool Tools Thursday, November 9, 2012 3:00pm 4:00pm Michael Hostad and Scott Owczarek Overview Trends in mobile Different mobile strategies UW-Madison mobile approach

More information

THERE S AN APP FOR THAT: USING SMARTPHONES IN EDUCATION. Najib Manea

THERE S AN APP FOR THAT: USING SMARTPHONES IN EDUCATION. Najib Manea THERE S AN APP FOR THAT: USING SMARTPHONES IN EDUCATION Najib Manea Agenda Introduction Key Trends What is Phone Apps & Web Apps Devices Smartphones &Feature Phones Statistics Pedagogy Summary of some

More information

Gabriel Iuga. London, United Kingdom Tel: 0747 856 2661; Email: gabi@gabriel-iuga.com Website: www.gabriel-iuga.com

Gabriel Iuga. London, United Kingdom Tel: 0747 856 2661; Email: gabi@gabriel-iuga.com Website: www.gabriel-iuga.com Employment History: Gabriel Iuga London, United Kingdom Tel: 0747 856 2661; Email: gabi@gabriel-iuga.com Website: www.gabriel-iuga.com November 2014 Present November 2015 to Present November 2014 to November

More information

BRIAN RUSSEL DAVIS. New Media Programming, Design & Concept Development. Summary

BRIAN RUSSEL DAVIS. New Media Programming, Design & Concept Development. Summary BRIAN RUSSEL DAVIS New Media Programming, Design & Concept Development 106 K Street, Suite 34, Sacramento, CA 95814 T: (916) 226-1256 E: brdavis@brianrusseldavis.com Summary New Media Professional with

More information

Syllabus INFO-UB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-UB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-UB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2014 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

DRUPAL WEBMASTER-ONLINE SERVICES COORDINATOR

DRUPAL WEBMASTER-ONLINE SERVICES COORDINATOR Boston Neighborhood Network 3025 Washington Street Boston, MA 02119 617-708-3200 bnntv.org Job Title: Drupal Webmaster Dept.: Operations Hours per week: PTE (20-25 hrs/wk) BNN JOB DESCRIPTION July 2010

More information

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

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

More information

INTERNSHIP OPPORTUNITIES AT AGV SPORT INC.

INTERNSHIP OPPORTUNITIES AT AGV SPORT INC. INTERNSHIP OPPORTUNITIES AT AGV SPORT INC. AGV Sport offers different intern programs with variable benefits and workloads. FASHION DESIGN/ GRAPHIC ARTS/ INFORMATION TECHNOLOGY/ INTERN COORDINATOR/ INTERNATIONAL

More information

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers SPECIAL ADMINISTRATIVE BOARD OF THE TRANSITIONAL SCHOOL DISTRICT OF THE CITY OF ST. LOUIS Purchasing Department 801 North 11th Street Saint Louis, Missouri 63101 RFP# 027-1516 Website and Mobile App Development

More information

Cross Platform Mobile Application Development

Cross Platform Mobile Application Development Cross Platform Mobile Application Development Mrs. V.C. Kulloli #1, Ashish Pohare #2, Sujit Raskar #2, Tania Bhattacharyya #2, Shashikant Bhure #2 #1 Lecturer of Departmentof Information Technology, PuneUniversityPimpri

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver

More information

Smart and Innovative Web Solutions. Just One Click Away

Smart and Innovative Web Solutions. Just One Click Away Smart and Innovative Web Solutions Just One Click Away Company Profile Zara Web solutions is a Digital Marketing Service Provider which was started with an intention to offer quality based web based solutions

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Software Development & Education Center PHP 5

Software Development & Education Center PHP 5 Software Development & Education Center PHP 5 (ADVANCE) Detailed Curriculum Advance PHP JQuery Basics Of JQuery Including the JQuery Library Code in an HTML Page JQuery Utilities Faster, Simpler, More

More information

Platform Independent Mobile Application Development

Platform Independent Mobile Application Development International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 5 (2014), pp. 527-532 International Research Publications House http://www. irphouse.com /ijict.htm Platform

More information

Design ï Development ï Digital Marketing ï Content

Design ï Development ï Digital Marketing ï Content Design ï Development ï Digital Marketing ï Content About Us We are a digital agency with a fresh and unique approach. We believe in working as strategic partners and not as vendors. We decide on the platforms

More information

Exchange ActiveSync (EAS)

Exchange ActiveSync (EAS) Exchange ActiveSync (EAS) EAS allows for the synchronization of email, contacts, calendar, tasks and notes from an Exchange email server to a mobile device. Configuring and Connecting ios devices (iphone,

More information

This manual will help you get started with the new Blackboard apps for the ipad and iphone

This manual will help you get started with the new Blackboard apps for the ipad and iphone How to Use the Blackboard Mobile Learn Apps This manual will help you get started with the new Blackboard apps for the ipad and iphone WILLIAM DE WYSOCKIE JUNE, 2010 This section introduces you to the

More information

What is a Mobile Responsive

What is a Mobile Responsive y and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business, brand, products and services. It involves the planning and execution of many

More information

Creativity. Technology. Results.

Creativity. Technology. Results. TM Creativity. Technology. Results. www.webmasterstudio.com Introduction Webmaster Studio is a New York City firm dedicated to excellence in web design and online marketing. For over a decade, we have

More information

REGISTRATION CENTRE FOR VOCATIONAL SKILLS CERTIFICATION

REGISTRATION CENTRE FOR VOCATIONAL SKILLS CERTIFICATION REGISTRATION CENTRE FOR VOCATIONAL SKILLS CERTIFICATION Contact No- 011-22540056/57, 9899410424, 8506060512/16 ABOUT VOCATIONAL SKILL CERTIFICATION A government promoted initiative to bridge the employability

More information

Web Design and Development Certificate Program

Web Design and Development Certificate Program Information Technologies Programs Web Design and Development Certificate Program Accelerate Your Career extension.uci.edu/webdesign University of California, Irvine Extension's professional certificate

More information

Southwestern Baptist Theological Seminary TRAINING SERIES. This manual will help you get started with the new Blackboard apps for the ipad and iphone

Southwestern Baptist Theological Seminary TRAINING SERIES. This manual will help you get started with the new Blackboard apps for the ipad and iphone Southwestern Baptist Theological Seminary TRAINING SERIES How to Use the Blackboard Mobile Learn Apps This manual will help you get started with the new Blackboard apps for the ipad and iphone WILLIAM

More information

Assembling Mobile Experiences with Drupal

Assembling Mobile Experiences with Drupal Assembling Mobile Experiences with Drupal Drupal provides unparalleled capabilities for assembling mobile experiences. With Drupal as a publishing platform, it s easy for magazines and news organizations

More information

Palomar College Certificate of Achievement - Web Development New Program Career Technical Education (CTE)

Palomar College Certificate of Achievement - Web Development New Program Career Technical Education (CTE) Palomar College Certificate of Achievement - Web Development New Program Career Technical Education (CTE) 1. Program Goals and Objectives Web Development provides a background in the field of computer

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

CMS, CRM, shopping carts, Web applications

CMS, CRM, shopping carts, Web applications CMS, CRM, shopping carts, Web applications Applications in PHP, open source, Add-ins, templates, modules on demand Mobile applications jquery Mobile + PhoneGap Several platforms in one price in JavaScript!

More information

Web and Mobile development Engineer

Web and Mobile development Engineer amanikon@gmail.com December 2015 Candidate file Web and Mobile development Engineer Adrien Manikon-Mounoussamy Rue de Montreux, 1 68300 Saint-Louis, France Tel : + 336 95900710 26 years old 1 Table of

More information

DIABLO VALLEY COLLEGE CATALOG 2015-2016

DIABLO VALLEY COLLEGE CATALOG 2015-2016 COMPUTER INFORMATION SYSTEMS CIS Kathleen Costa, Dean San Ramon Campus Division San Ramon Campus Possible career opportunities Training in computer information systems prepares students for a broad range

More information

Issues in Information Systems

Issues in Information Systems A FRAMEWORK FOR AN INTERACTIVE WEB-BASED APPLICATION COURSE Paul J. Kovacs, Robert Morris University, kovacs@rmu.edu John J. Scarpino, Robert Morris University, scarpino@rmu.edu Wenli Wang, Robert Morris

More information

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Jeff Linwood 1st Chapter, Early Release Introduction... 3 Prerequisites... 3 Introduction to Mobile Apps...

More information

Christopher Zavatchen

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

More information

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,

More information

EMPLOYEE LOCATION TRACKING SERVICE

EMPLOYEE LOCATION TRACKING SERVICE WES T ST R EET AWE SOM E STR EET EMPLOYEE LOCATION TRACKING SERVICE Web & Android OVERVIEW GPS fleet tracking services have been on the market for some years now but with the explosion of smartphone usage,

More information

Development of Engineering Economics Career Mobile App

Development of Engineering Economics Career Mobile App Paper ID #11134 Development of Engineering Economics Career Mobile App Prof. Weihang Zhu, Lamar University Weihang Zhu is an Associate Professor of Industrial Engineering, Lamar University, USA since 2005.

More information

Cross Platform Applications with IBM Worklight

Cross Platform Applications with IBM Worklight Cross Platform Applications with IBM Worklight P.S.S.Vara Prasad M.TECH(CNIS),Dept. of IT Sreenidhi Institute of Science & Technology Hyderabad, Telangana, India Varam1919@gmail.com Mrs. S.Durga Devi Asst.

More information

GLEN RIDGE PUBLIC SCHOOLS MATHEMATICS MISSION STATEMENT AND GOALS

GLEN RIDGE PUBLIC SCHOOLS MATHEMATICS MISSION STATEMENT AND GOALS Course Title: Advanced Web Design Subject: Mathematics / Computer Science Grade Level: 9-12 Duration: 0.5 year Number of Credits: 2.5 Prerequisite: Grade of A or higher in Web Design Elective or Required:

More information

Company Profile. Nohitatu Technologies Private limited.

Company Profile. Nohitatu Technologies Private limited. Company Profile Nohitatu Technologies Private limited. Company overview Software development services Portfolio How we work Company Overview Quick facts A team of senior experts. Working experience of

More information

Your Information Technology Partner. Company Overview. Copyright Mantra IS LLC. All rights reserved.

Your Information Technology Partner. Company Overview. Copyright Mantra IS LLC. All rights reserved. Your Information Technology Partner Company Overview Company Overview Who We Are Mantra Information Services is a Microsoft Gold Certified custom software development and IT consulting company. We help

More information

HTML5 the new. standard for Interactive Web

HTML5 the new. standard for Interactive Web WHITE PAPER HTML the new standard for Interactive Web by Gokul Seenivasan, Aspire Systems HTML is everywhere these days. Whether desktop or mobile, windows or Mac, or just about any other modern form factor

More information

ASSOCIATE IN ARTS DEGREE-60 UNITS

ASSOCIATE IN ARTS DEGREE-60 UNITS + A Course of Study for a Major in Computer Science A.A. Degree & Certificate Programs The field of computer science leads to a variety of careers that all require core computer science skills. These skills

More information

INFORMATION TECHNOLOGY and COMPUTER SCIENCE (CS)

INFORMATION TECHNOLOGY and COMPUTER SCIENCE (CS) INFORMATION TECHNOLOGY and COMPUTER SCIENCE (CS) Curriculum Guide for Academic Year 2012-201 Table of Contents Associate in Arts Degree, p. 1 Track 1: Microcomputer Help-Desk Technician, p. 1 Track 2:

More information

Q. I use a MAC How do I change my password so I can send and receive my email?

Q. I use a MAC How do I change my password so I can send and receive my email? Password Change FAQ Q. I use a MAC How do I change my password so I can send and receive my email? A. First point a browser to http://www.redlands.edu/passwordmanager and change your password. Afterward,

More information

IT Solutions (P) Ltd. Designer s Folio

IT Solutions (P) Ltd. Designer s Folio Designer s Folio Designer s Folio SBRP Med Online store for all Medical equepment. Developed on Magento framework. HTML + CSS + jquery www.sbrpmed.com Designer s Folio Voice Recognition Buy Voice Recognition

More information

Diploma of Website Development

Diploma of Website Development Diploma of Website Development Program Description The BHCK Diploma of Website Development provides the skills and knowledge for a graduate to design, build and manage websites as an independent web developer

More information

DYNAMIC TECHNOLOGIES ON THE WEB: EDUCATION ADMINISTRATION APPLICATIONS. Doug Martin, Ph.D. University of Cincinnati

DYNAMIC TECHNOLOGIES ON THE WEB: EDUCATION ADMINISTRATION APPLICATIONS. Doug Martin, Ph.D. University of Cincinnati 119 DYNAMIC TECHNOLOGIES ON THE WEB: EDUCATION ADMINISTRATION APPLICATIONS Doug Martin, Ph.D. University of Cincinnati While it is somewhat trite sounding at this point, it is, nonetheless, appropriate

More information

Dasharatham Bitla (Dash) dash@bitlasoft.com http://mobilog.bitlasoft.com www.bitlasoft.com

Dasharatham Bitla (Dash) dash@bitlasoft.com http://mobilog.bitlasoft.com www.bitlasoft.com Building Mobile (Smartphone) Apps with Ruby & HTML An introduction to Rhodes Dasharatham Bitla (Dash) dash@bitlasoft.com http://mobilog.bitlasoft.com www.bitlasoft.com Smartphones Market Smartphones sales

More information

Sage is #1 Worldwide*

Sage is #1 Worldwide* September 2011 Sage is #1 Worldwide* A global publicly traded company Over 13,000 employees Over 6 million customers Over 25 years of experience Source: *IDC #220937, Worldwide ERP 2008 Vendor Analysis,

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql 1 About WEB DEVELOPMENT Among web professionals, "web development" refers to the design aspects of building web sites. Web development

More information

GAPS IN THE COMPUTER SCIENCE CURRICULUM: AN EXPLORATORY STUDY OF INDUSTRY PROFESSIONALS

GAPS IN THE COMPUTER SCIENCE CURRICULUM: AN EXPLORATORY STUDY OF INDUSTRY PROFESSIONALS GAPS IN THE COMPUTER SCIENCE CURRICULUM: AN EXPLORATORY STUDY OF INDUSTRY PROFESSIONALS Chris B. Simmons Department of Computer Science University of Memphis Memphis, TN 38152 901-678-5465 cbsmmons@memphis.edu

More information

Adobe Creative Suite 4 Web Standard

Adobe Creative Suite 4 Web Standard Channel Copy Adobe Creative Suite 4 Web Standard The following copy blocks can be used in web pages, catalogs, print ads, or other promotional materials for Adobe Creative Suite 4 Web Standard software.

More information

Mobile Application Design

Mobile Application Design Mobile Application Design Lecturer/Convenor: Richard Boateng, PhD. Email: richard@pearlrichards.org Office: UGBS RT18 (rooftop) What Matters? Photo Illustrations from Getty Images www.gettyimages.com 1

More information

Digital Agency Presentation

Digital Agency Presentation Digital Agency Presentation Content Mission Process 1. Study of the Market 2. Branding 3. Ideas and creativity 4. Development 5. Implementation 6. Marketing 7. Effective Results Consultancy Portfolio Support

More information

Education. Relevant Courses

Education. Relevant Courses and s and s COMM/CS GPA: topsecret Developed application and designed logo: https://play.google.com/- store/apps/details?id=com.teamhex. colorbird Permanent Address 759 East 221 Street Apt. Website: 1B

More information

CASE STUDY. Enhancing the Patient Experience Harris Mobile Patient Engagement Platform

CASE STUDY. Enhancing the Patient Experience Harris Mobile Patient Engagement Platform CASE STUDY Enhancing the Patient Experience Harris Mobile Patient Engagement Platform As a patient, when health issues start cropping up, you sit up and take notice. You get proactive about researching,

More information

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Djoni Haryadi Setiabudi, Lady Joanne Tjahyana,Winsen Informatics Department Petra

More information

INTERACTIVE SERVICES CAPABILITIES PRESENTATION

INTERACTIVE SERVICES CAPABILITIES PRESENTATION Title here INTERACTIVE SERVICES CAPABILITIES PRESENTATION 1 There is no Community, without Communication. There is no Society, without Social Interaction. We are thought leaders in the interactive space,

More information

DEPARTMENT of DIGITAL MEDIA / INTERNET SERVICES:

DEPARTMENT of DIGITAL MEDIA / INTERNET SERVICES: WEST VALLEY COLLEGE DEPARTMENT of DIGITAL MEDIA / INTERNET SERVICES: Curricular Profile & Program Information The following degree and certificate programs are expected to be state approved in 2015. All

More information

IT Training. Spring 2016 Schedule - Online. Simplifying technology, enhancing productivity and skills

IT Training. Spring 2016 Schedule - Online. Simplifying technology, enhancing productivity and skills IT Training Spring 2016 Schedule - Online Simplifying technology, enhancing productivity and skills IT Training Grow your skills in everything from Microsoft Office to Adobe Creative Suite and more with

More information

How to Build a Mobile Site with Drupal. Andrew Berry, Lullabot Harris Rashid, Chapter Three

How to Build a Mobile Site with Drupal. Andrew Berry, Lullabot Harris Rashid, Chapter Three How to Build a Mobile Site with Drupal Andrew Berry, Lullabot Harris Rashid, Chapter Three About Us BADCAMP11 $20 off 1st month, good until October 28 We're still figuring out how to "do mobile" https://secure.flickr.com/photos/3059349393/3786855827/in/photostream/

More information

Open Source Content Management System for content development: a comparative study

Open Source Content Management System for content development: a comparative study Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela dptnitrkl@gmail.com Designing dynamic and

More information

www.expaway.com Offerte del 13 giugno 2014

www.expaway.com Offerte del 13 giugno 2014 www.expaway.com Offerte del 13 giugno 2014 TR1414A - SOFTWARE DEVELOPER/ ARCHITECT (GERLINGEN) Location: Gerlingen (9 km west of Stuttgart) Field of operation: Consumer Services Founded: 2011 and German

More information

Position: Academic Advisor Gwynedd-Mercy College, Philadelphia, PA

Position: Academic Advisor Gwynedd-Mercy College, Philadelphia, PA Ministry Openings Position: Academic Advisor Gwynedd-Mercy College, Philadelphia, PA Seeking a full-time academic advisor for Gwynedd-Mercy College who will serve as a liaison between the student and the

More information

Booth Gmail Configuration

Booth Gmail Configuration Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile

More information

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE TITLE: CS 103 - WEB DEVELOPMENT AND PROGRAMMING FUNDAMENTALS

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE TITLE: CS 103 - WEB DEVELOPMENT AND PROGRAMMING FUNDAMENTALS ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE TITLE: CS 103 - WEB DEVELOPMENT AND PROGRAMMING FUNDAMENTALS B. CURRICULUM: Mathematics / Computer Science Unit Offering C. CATALOG DESCRIPTION: (N,C,S)

More information

MOBILE TECHNOLOGIES SMARTER.. FASTER..

MOBILE TECHNOLOGIES SMARTER.. FASTER.. MOBILE TECHNOLOGIES SMARTER.. FASTER.. www.primesoftinc.com SMART SOLUTIONS Primesoft delivers intuitive user experiences with trendy and comprehensive solutions and explore technologies to enhance your

More information

Copyright 2011 Center for Innovation in Teaching and Research 1

Copyright 2011 Center for Innovation in Teaching and Research 1 Mobile Websites with Dreamweaver CS5.5 Center for Innovation in Teaching and Research Presenter: Chad Dennis Instructional Technology Systems Manager ce-dennis@wiu.edu Copyright 2011 Center for Innovation

More information