Applying Interoperability in Serious Games Environments

Size: px
Start display at page:

Download "Applying Interoperability in Serious Games Environments"

Transcription

1 Applying Interoperability in Serious Games Environments Antoniu Ştefan 1, Ioana Andreea Stănescu 1, Ion Roceanu 2, Theo Lim 3 (1) Advanced Technology Systems - ATS, 222 Calea Domnească, Târgovişte, ROMANIA, ioana.stanescu@ats.com.ro; antoniu.stefan@ats.com.ro (2) Carol I National Defence University, Panduri Street, Bucharest, ROMANIA, iroceanu@adlunap.ro (3) Heriot-Watt University, EH14 4AS, Edinburgh, SCOTLAND, t.lim@hw.ac.uk Abstract Standards have been subject of discussion in education environments for many years and their significance has been revealed by many researches and practitioners. As serious games emerge as a new opportunity for learning, standardisation and interoperability have become key interest points. Educational technology standards have tried to provide optimization patterns, but failed to reach their full potential, mainly because they have addressed particular issues and not an integrated perspective. To achieve success in SG interoperability it is important to consider the entirety of a SG Project development. This paper addresses the strengths and weaknesses related to the implementation of interoperability in serious games environments, with focus on development platforms, programming languages and target platforms. Keywords: Standards, Interoperability, Serious Games, 1. Introduction Building Serious Games (SG) is a challenging experience. It relies on highly creative processes that are immersive and consuming (Feil & Scattergood, 2005), and therefore standard-compliance does not seem to be a compatible approach to take when developing a SG Project. Considering the fact that even in companies with sufficient staff for programming, art and animation, game design, audio, and production, there is constant pressure to do more with less (Bergeron, 2006), standardization emerges as a necessary option to consider (Stănescu, Ştefan, & Roceanu, 2011). Interoperability, the ability of computers and applications to communicate and share resources in a heterogeneous environment, is dependable on standards. Optimizing requirements of accessibility, interoperability, durability, and reusability for maximizing cost efficiency starts with a proper understanding and integration of standards., or Sharable Content Object Reference Model, enables the sharing of distributed learning content across Learning Management Systems (LMS) that conform to (Robson Robby, 2010). Its development and implementation was clearly a vital first step in achieving the long-term vision of providing high quality training and education on demand (Gallagher, 2010). has become an international de facto standard in large measure because the goal was the establishment of a consensually negotiated foundation for a community to come together to address community goals: accessible, interoperable, durable, reusable content for learning and performance aiding (Roberts & Gallagher, 2010). To set a reference point for the evaluation of interoperability standards, a Serious Games Matrix (SGM) has been developed to compare key parameters of development platforms: strengths and weaknesses, targeted platforms, graphics, audio, sensors and other hardware, communication, as well as if a certain development platform is interoperable with the LMS using.

2 94 University of Bucharest and "Transilvania" University of Brasov The SGM has been applied for several SG development platforms with the purpose of highlighting the key elements that enable the development of interoperable SG solutions based on. This paper details the findings of the analyses conducted on four development platforms: C, C++; Java,.NET Framework; and Mono. This research was funded under the European Community Seventh Framework Programme (FP7/ ), Grant Agreement nr Serious Games Matrix The SGM has been developed to enable the analysis of applicability from the point of view of different development platforms and provide guidelines to SG developers. Linux (desktop distributions such as Ubuntu, Debian, Redhat, etc.) Native code C, C++ Widely used programming language. Low memory footprint. Direct access to hardware and high level of control over resource utilization. Various licensing options available depending on development environment and libraries used. Source level compatibility across a wide range of target platforms from handhelds to game consoles and embedded systems. A superset of C++ called Objective-C is the main development language for ios It's important to note that such a low level programming language is very limited in the number of libraries and APIs that are inherently included. Developers have the option of building everything from scratch for complete control or to integrate additional libraries and frameworks. While there is a very high degree of source code compatibility, it is up to the developer to build interfaces that map platform specific structures and APIs in an abstract manner, and each external library/framework used must also be portable. Compared to regular Windows based development, additional restrictions apply because the Win32 APIs are not available for ARM processors and games developed for Windows RT can only be developed using the WinRT APIs and the Metro style interface No. Unless the code is packaged as a plugin which is installed and hosted in the web page, in which case the plugin must be independently ported for each operating system and browser plugin architecture (ActiveX, NPAPI). Google Chrome offers a partial solution to this problem using the NaCl (Native Client) platform Limited source level compatibility. Code can be ported and reused as a library through the NDK (Native development kit) but it has to be integrated into a Java based application. Current devices all use the ARM architecture but with the emergence of devices based on Intel processors, native code must be ported between the two processor architectures No limitations, but support must either be coded from scratch,

3 The 7 th International Conference on Virtual Learning ICVL provided by the target platform (DirectX, OpenGL) or through additional libraries Interoperable with the LMS No. See description for targeting deployment using Table 1. : C, C++ Java Java High level programming language with built in garbage collector. Compiles into platform independent byte-code allowing the same binary to server multiple operating systems and architectures. It is also the main developing language for. Requires more resource than games developed using native code. In terms of actual game development it is still very low level compared to dedicated game engines., binary level compatibility, except Java Native Interface No Linux (desktop distributions such as Ubuntu, Debian, Redhat, etc.), binary level compatibility, except Java Native Interface, binary level compatibility, except Java Native Interface (Windows, OS X, Linux). Requires the Java Runtime Environment browser plugin No. APIs and implementation differ from Java SE but there is a high degree of code reusability No limitations. 2D and 3D acceleration provided. Additional features through libraries No limitations. Some basic formats and support provided. Effects and hardware acceleration can be implemented through additional libraries No limitations. Implemented through additional libraries or native code calls Table nr. 3. : Java No limitations. Full IP support built-in. Same requirements as for deployment

4 96 University of Bucharest and "Transilvania" University of Brasov.NET Framework C#, VB.NET High level managed programming language with built-in garbage collector. Source code can be partially reused in Mono based projects Requires more resource than games developed using native code. Code targeting.net is only suitable for deployment on Windows. In terms of actual game development it is still very low level compared to dedicated game engines, except code that uses P/Invoke. Also, games need to be built for the new Metro style interface Linux (desktop distributions such as Ubuntu, Debian, Redhat, etc.) No. Some parts of code can potentially be ported using Mono No. Some parts of code can potentially be ported using Mono No. Partial source code reusability in Silverlight projects No. Some parts of code can potentially be ported using MonoTouch No. Some parts of code can potentially be ported using Mono for Table 3..NET Framework No limitations. 2D and 3D acceleration provided. Additional features through libraries No limitations. Some basic formats and support provided. Effects and hardware acceleration can be implemented through additional libraries No limitations. Implemented through additional libraries or native code No limitations. Full IP support built-in No. See description for targeting deployment HTML5 / CSS / JavaScript JavaScript Platform independent development with support for any modern web browser. No royalties or fees required to develop and distribute games

5 The 7 th International Conference on Virtual Learning ICVL Linux (desktop distributions such as Ubuntu, Debian, Redhat, etc.) Limited in processing power (no multi-threading) and hardware interfaces available. Code runs sandboxed and cannot access native code or hardware interfaces. Apps built on HTML + JavaScript are not features on mobile app stores, so they are subjects to less exposure to end-users Limited. acceleration is available only in some browsers. Video format support depends on browser: M, H.264 and/or Ogg Theora Limited. format support depends on browser: Wav, Mp3, Ogg Limited. Various implementations exist, but highly dependent on browser / platform Limited. Supports only HTTP(S) requests using AJAX Table 4. : HTML5/ CSS/ JavaScript Linux (desktop distributions such as Ubuntu, Debian, Redhat, etc.) Adobe Flash ActionScript Platform independent development with support for a great number of devices. Built around web technologies and uses a scripting engine similar to JavaScript Limited processing power compared to native code or managed code. Code executes in a sandbox and cannot be elevated to access native code or hardware devices. Authoring tools are not free. Vendor lock-in. No. However, Adobe announced that it will stop producing new versions of the NPAPI Flash plugin for Linux. This currently leaves Google Chrome as the only browser with support for future versions of Flash, and possibly other browsers if they implement the PPAPI interfaces developed by Google

6 98 University of Bucharest and "Transilvania" University of Brasov (Windows, OS X, Linux). Requires plugin. Experimental support for converting to HTML5 + JavaScript. Flash projects need to converted specifically for ios. Requires plugin, which is rather resource intensive for mobile devices Limited. 2D and 3D acceleration provided. Compatible with H.264 and some other proprietary formats Limited. Basic support provided. Compatible with MP3 and AAC formats Limited. Accelerometer support included Limited. Partial TCP/IP support included. Same requirements as for deployment Table 5. : Adobe Flash The analyses carried out using the SGM have shown that there is no one-size-fits-all approach when choosing a serious game development platform. Although at first glance, web-based open standards seem to cover a wide range of use cases and deployment scenarios, there is still a long way to go before these technologies mature enough to be comparable in performance with native code development. More and more developers (e.g. Facebook) are scaling back web based development for mobile platforms in exchange for native apps which perform better and are better integrated into the overall mobile ecosystem. 3. Conclusions Interoperability standards impact the design and development of serious games. Some standards are overlapping, while others are independent. Some standards complicate the development of serious games, yet the lack of a universal interoperability standard often hampers development. The SGM has been developed in order to establish a reference point for evaluation and facilitate the development of punctual recommendations and interventions that enhance SG interoperability. The authors analyse five development platforms using the SGM, to identify their strengths and weaknesses, as well as their interoperability potential in SG ecosystems. Future research will focus on applying the SGM to other development platforms, in order to support the development of sustainable SG interoperability solutions. The SGM will be extended in order to assist those SG Projects were the development model cannot be applied, and provide alternative options, such as IMS LTI or TinCanAPI.

7 The 7 th International Conference on Virtual Learning ICVL References Feil, J., & Scattergood, M. (2005). Beginning Game Level Design. Boston, MA: Course Technology PTR. Bergeron, B. (2006). Developing Serious Games. Cengage Learning. Stănescu, I., Ştefan, A., & Roceanu, I. (2011). Interoperability in Serious Games. In R. Ion (Ed.), else - elearning and Software for Education. 1, pp Bucharest: Edituta Universitara. Robson Robby, R. T. (2010). Standards The Agony and the Ecstasy of ADL. In J. P. Wisher R., Learning on Demand: ADL and the Future of e-learning. Alexandria, VA: Advanced Distributed Learning. Gallagher, P. (2010). The Development of. In J. P. Wisher R., Learning on Demand: ADL and the Future of e-learning. Alexandria, VA: Advanced Distributed Learning. Roberts, E., & Gallagher, P. (2010). Challenges to. In J. P. Wisher R., Learning on Demand: ADL and the Future of e-learning. Alexandria, VA.: Advanced Distributed Learning.

WebGL Meetup GDC Copyright Khronos Group, Page 1

WebGL Meetup GDC Copyright Khronos Group, Page 1 WebGL Meetup GDC 2012 Copyright Khronos Group, 2012 - Page 1 Copyright Khronos Group, 2012 - Page 2 Khronos API Ecosystem Trends Neil Trevett Vice President Mobile Content, NVIDIA President, The Khronos

More information

Developing Ajax Web Apps with GWT. Session I

Developing Ajax Web Apps with GWT. Session I Developing Ajax Web Apps with GWT Session I Contents Introduction Traditional Web RIAs Emergence of Ajax Ajax ( GWT ) Google Web Toolkit Installing and Setting up GWT in Eclipse The Project Structure Running

More information

HTML5 Evolution and Development. Matt Spencer UI & Browser Marketing Manager

HTML5 Evolution and Development. Matt Spencer UI & Browser Marketing Manager HTML5 Evolution and Development Matt Spencer UI & Browser Marketing Manager 1 HTML5 Ratified. finally! After 7 years of development, the HTML5 specification was ratified on 28 th October 14 urce>

More information

Mobile AR Hardware Futures

Mobile AR Hardware Futures Copyright Khronos Group, 2010 - Page 1 Mobile AR Hardware Futures Neil Trevett Vice President Mobile Content, NVIDIA President, The Khronos Group Two Perspectives NVIDIA - Tegra 2 mobile processor Khronos

More information

GRITS AJAX & GWT. Trey Roby. GRITS 5/14/09 Roby - 1

GRITS AJAX & GWT. Trey Roby. GRITS 5/14/09 Roby - 1 AJAX & GWT Trey Roby GRITS 5/14/09 Roby - 1 1 Change The Web is Changing Things we never imagined Central to people s lives Great Opportunity GRITS 5/14/09 Roby - 2 2 A Very Brief History of Computing

More information

AR Standards Update Austin, March 2012

AR Standards Update Austin, March 2012 AR Standards Update Austin, March 2012 Neil Trevett President, The Khronos Group Vice President Mobile Content, NVIDIA Copyright Khronos Group, 2012 - Page 1 Topics Very brief overview of Khronos Update

More information

Khronos and the Mobile Ecosystem

Khronos and the Mobile Ecosystem Copyright Khronos Group, 2011 - Page 1 Khronos and the Mobile Ecosystem Neil Trevett VP Mobile Content, NVIDIA President, Khronos Copyright Khronos Group, 2011 - Page 2 Topics It s not just about individual

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

<Insert Picture Here> JavaFX 2.0

<Insert Picture Here> JavaFX 2.0 1 JavaFX 2.0 Dr. Stefan Schneider Chief Technologist ISV Engineering The following is intended to outline our general product direction. It is intended for information purposes only,

More information

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments. Web Development WEB101: Web Development Fundamentals using HTML, CSS and JavaScript $2,495.00 5 Days Replay Class Recordings included with this course Upcoming Dates Course Description This 5-day instructor-led

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

RAD Studio XE Datasheet

RAD Studio XE Datasheet RAD Studio XE Datasheet DATASHEET Embarcadero RAD Studio XE Complete solution for Windows,.NET, PHP and Web application development Embarcadero RAD Studio XE is a comprehensive rapid application development

More information

Java FX 2.0. Dr. Stefan Schneider Oracle Deutschland Walldorf-Baden

Java FX 2.0. Dr. Stefan Schneider Oracle Deutschland Walldorf-Baden Java FX 2.0 Dr. Stefan Schneider Oracle Deutschland Walldorf-Baden Keywords: JavaFX, Rich, GUI, Road map. Introduction This presentation gives an introduction into JavaFX. It introduces the key features

More information

Next Generation OpenGL Neil Trevett Khronos President NVIDIA VP Mobile Copyright Khronos Group Page 1

Next Generation OpenGL Neil Trevett Khronos President NVIDIA VP Mobile Copyright Khronos Group Page 1 Next Generation OpenGL Neil Trevett Khronos President NVIDIA VP Mobile Ecosystem @neilt3d Copyright Khronos Group 2015 - Page 1 Copyright Khronos Group 2015 - Page 2 Khronos Connects Software to Silicon

More information

WHAT S NEW WITH FLASH PLAYER 11.2 & ADOBE AIR 3.2. Joseph Labrecque. Hawaii Flash User Group May 10 th 2012

WHAT S NEW WITH FLASH PLAYER 11.2 & ADOBE AIR 3.2. Joseph Labrecque. Hawaii Flash User Group May 10 th 2012 WHAT S NEW WITH FLASH PLAYER 11.2 & ADOBE AIR 3.2 Joseph Labrecque Hawaii Flash User Group May 10 th 2012 Joseph Labrecque, MA University of Denver - OTL Senior Interactive Software Engineer Adjunct Faculty

More information

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen

ArcGIS Runtime: Building Cross-Platform Apps. Rex Hansen Mark Baird Michael Tims Morten Nielsen ArcGIS Runtime: Building Cross-Platform Apps Rex Hansen Mark Baird Michael Tims Morten Nielsen Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET ArcGIS Runtime: Building

More information

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle Embracing HTML5 AJAX CSS JS javascript A Piece of the Document Viewing Puzzle Embracing HTML5: A Piece of the Document Viewing Puzzle For businesses and organizations across the globe, being able to

More information

The goal of this book is to teach you how to use Adobe Integrated

The goal of this book is to teach you how to use Adobe Integrated Clearing the AIR The goal of this book is to teach you how to use Adobe Integrated Runtime (AIR) to create desktop applications. You can use JavaScript or ActionScript to develop AIR applications, and

More information

Css Pdf Reader Software For Pc Windows Xp

Css Pdf Reader Software For Pc Windows Xp Css Pdf Reader Software For Pc Windows Xp Professional Free PDF Reader, free and safe download. Free PDF Reader 1.1.3: Fast and free PDF reader. pdf reader 10 full version windows 7 free download. We're

More information

Mitchell Bosecke, Greg Burlet, David Dietrich, Peter Lorimer, Robin Miller

Mitchell Bosecke, Greg Burlet, David Dietrich, Peter Lorimer, Robin Miller Mitchell Bosecke, Greg Burlet, David Dietrich, Peter Lorimer, Robin Miller 0 Introduction 0 ASP.NET 0 Web Services and Communication 0 Microsoft Visual Studio 2010 0 Mono 0 Support and Usage Metrics .NET

More information

ArcGIS Runtime: Building Cross-Platform Apps. Mike Branscomb Michael Tims Tyler Schiewe

ArcGIS Runtime: Building Cross-Platform Apps. Mike Branscomb Michael Tims Tyler Schiewe ArcGIS Runtime: Building Cross-Platform Apps Mike Branscomb Michael Tims Tyler Schiewe Agenda Cross-platform review ArcGIS Runtime cross-platform options - Java - Qt -.NET Native vs Web Native strategies

More information

Adobe Flash Player Manual Firefox Mozilla Opera Chrome) 64-bit

Adobe Flash Player Manual Firefox Mozilla Opera Chrome) 64-bit Adobe Flash Player Manual Firefox Mozilla Opera Chrome) 64-bit Non-IE: Mozilla Firefox, Safari, Opera and Chrome. Adobe Flash player 32-bit is available for Windows 32-bit and 64-bit. You can also download

More information

Nokia for developers. Alexey Kokin. Developer Relations

Nokia for developers. Alexey Kokin. Developer Relations Nokia for developers Alexey Kokin Developer Relations alexey.kokin@nokia.com Agenda Nokia Platforms and changes due to MSFT deal WP7 Symbian Meego S40 Qt update Ovi Store update 2 Strategy shift in brief

More information

JUGAT Adobe Technology Platform for Rich Internet Applications

JUGAT Adobe Technology Platform for Rich Internet Applications JUGAT Adobe Technology Platform for Rich Internet Applications Dieter Hovorka Sr.Systems Engineer Technical Sales dieter.hovorka@adobe.com May 2008 2006 Adobe Systems Incorporated. All Rights Reserved.

More information

Firefox Manually Update Linux Install Java Plugin Windows Xp

Firefox Manually Update Linux Install Java Plugin Windows Xp Firefox Manually Update Linux Install Java Plugin Windows Xp If you are not able to uninstall a plugin, see Manually uninstalling a plugin. Note: You may need to specify the Firefox installation path (e.g.

More information

HTML5 Mobile App Development

HTML5 Mobile App Development HTML5 Mobile App Development Carl Stehle Appception, Inc. carl@appception.com 650.938.8046 April, 2013 Market Mobile App Market August 2010: Research2guidance: 1.7B (2009), 2.2B (1 st half 2010) April

More information

Lecture 1 Introduction to Android. App Development for Mobile Devices. App Development for Mobile Devices. Announcement.

Lecture 1 Introduction to Android. App Development for Mobile Devices. App Development for Mobile Devices. Announcement. CSCE 315: Android Lectures (1/2) Dr. Jaerock Kwon App Development for Mobile Devices Jaerock Kwon, Ph.D. Assistant Professor in Computer Engineering App Development for Mobile Devices Jaerock Kwon, Ph.D.

More information

An overview of mobile and embedded platforms

An overview of mobile and embedded platforms ES3 Lecture 2 An overview of mobile and embedded platforms Basic Classes Embedded devices: These are in toasters, cars, mice, etc. Usually very real-time focused (us accuracy) Very small memory, not usually

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-132 ARROW BRAINSTORMING APPLICATION C t lin CHI U, Sabin MARCU Nicolae

More information

Integrated Software Environment. Part 2

Integrated Software Environment. Part 2 Integrated Software Environment Part 2 Operating Systems An operating system is the most important software that runs on a computer. It manages the computer's memory, processes, and all of its software

More information

Google chrome plugins update

Google chrome plugins update Google chrome plugins update Apr 19, 2017. Google has made yet another change to Chrome's under the hood settings with the removal of the chrome://plugins page in version 57,. Dec 20, 2017. A shortcut

More information

Exploring Chrome Internals. Darin Fisher May 28, 2009

Exploring Chrome Internals. Darin Fisher May 28, 2009 Exploring Chrome Internals Darin Fisher May 28, 2009 Simple interface, powerful core Modern browsers resemble the cooperatively multi-tasked operating systems of the past. Guiding sentiment, 2006 Goals

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

Adobe Flash Player Manual Firefox Mozilla Opera Chrome) 32-bit

Adobe Flash Player Manual Firefox Mozilla Opera Chrome) 32-bit Adobe Flash Player Manual Firefox Mozilla Opera Chrome) 32-bit Adobe Flash Player is a multimedia software that lets users view flash movies Internet browsers such as Mozilla Firefox, Internet Explorer,

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Building a Browser for Automotive: Alternatives, Challenges and Recommendations

Building a Browser for Automotive: Alternatives, Challenges and Recommendations Building a Browser for Automotive: Alternatives, Challenges and Recommendations Igalia and Webkit/Chromium Open source consultancy founded in 2001 Igalia is Top 5 contributor to upstream WebKit/Chromium

More information

HTML5 for mobile development.

HTML5 for mobile development. HTML5 for mobile development Txus Ordorika @txusinho @ludei HTML5 for development (I) HTML5 to be the silver bullet of development Low entrance - barrier Runs over VM (write once, run everywhere) ECMA-262

More information

Open Standards for Today s Gaming Industry

Open Standards for Today s Gaming Industry Copyright Khronos Group 2013 - Page 1 Open Standards for Today s Gaming Industry Erik Noreke VP of Business Development, Khronos Group Gaming Evolution Copyright Khronos Group 2013 - Page 3 DESKTOP MOBILE

More information

Windows 8 Release Preview. Product Guide for Developers. preview.windows.com

Windows 8 Release Preview. Product Guide for Developers. preview.windows.com Windows 8 Release Preview Product Guide for Developers I Table of Contents Introduction 3 Apps take center stage 4 Fast and fluid 6 Versatile input methods 7 Tailored experiences 7 Tiles are connected

More information

Interactive webmaps with ArcGIS. Kristel Meikas, AlphaGIS

Interactive webmaps with ArcGIS. Kristel Meikas, AlphaGIS Interactive webmaps with ArcGIS Kristel Meikas, AlphaGIS Agenda Overview of ArcGIS tools and resources Introduction to ArcGIS APIs In depth with Flex maps In depth with JavaScript maps ArcGIS Server Publish

More information

Design and Implementation of HTML5 based SVM for Integrating Runtime of Smart Devices and Web Environments

Design and Implementation of HTML5 based SVM for Integrating Runtime of Smart Devices and Web Environments Vol.8, No.3 (2014), pp.223-234 http://dx.doi.org/10.14257/ijsh.2014.8.3.21 Design and Implementation of HTML5 based SVM for Integrating Runtime of Smart Devices and Web Environments Yunsik Son 1, Seman

More information

IGME-330. Rich Media Web Application Development I Week 1

IGME-330. Rich Media Web Application Development I Week 1 IGME-330 Rich Media Web Application Development I Week 1 Developing Rich Media Apps Today s topics Tools we ll use what s the IDE we ll be using? (hint: none) This class is about Rich Media we ll need

More information

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites A. Pre-Production of Webpage 1. Determine the specific software needed WYSIWYG- design software that manipulates components of the web page without the user writing or editing code Uses graphical layout

More information

Competence. e-learning. Patrick Krekelberg, Allen Interactions.

Competence. e-learning. Patrick Krekelberg, Allen Interactions. 710 711 The Apple Training iphone Excellence Practical Uses Starts with in Corporate Training Competence e-learning Patrick Krekelberg, Allen Interactions www.elearningguild.com iphone and elearning Patrick

More information

Sutter Beta Release Notes

Sutter Beta Release Notes Sutter Beta Release Notes 21 and 21 Release Notes Welcome to Adobe Flash Player 21 and Adobe 21! For 22 Release Notes Click Here Last Updated: April 20, 2016 Welcome to the latest Flash Runtime version

More information

City of Mobile GIS Web Mapping Applications: New Technology, New Expectations

City of Mobile GIS Web Mapping Applications: New Technology, New Expectations City of Mobile GIS Web Mapping Applications: New Technology, New Expectations Presenters : Scott Kearney GIS Manager Patricia Creamer GIS Analyst Background: GIS Department Developing web mapping apps

More information

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Download Windows 8 code samples and applications. NET, JavaScript, and C++ so check back often. Programming language code examples created

More information

HTML version of slides:

HTML version of slides: HTML version of slides: http://people.mozilla.org/~bbirtles/pres/graphical-web-2014/ Animations can be used for more than just cat gifs. They can be used to tell stories too. Animation is essentially

More information

Enterprise Software Architecture & Design

Enterprise Software Architecture & Design Enterprise Software Architecture & Design Characteristics Servers application server, web server, proxy servers etc. Clients heterogeneous users, business partners (B2B) scale large number of clients distributed

More information

More performance options

More performance options More performance options OpenCL, streaming media, and native coding options with INDE April 8, 2014 2014, Intel Corporation. All rights reserved. Intel, the Intel logo, Intel Inside, Intel Xeon, and Intel

More information

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang HTML5 Applications Made Easy on Tizen IVI Brian Jones / Jimmy Huang Obstacles IVI Developers Face Today Lots of hardware variety. Multiple operating systems Different input devices Software development

More information

PLATO Learning Environment System and Configuration Requirements

PLATO Learning Environment System and Configuration Requirements PLATO Learning Environment System and Configuration Requirements For Workstations December 13, 2010 1 Content About This Document... 3 Document Change Log... 4 System & Configuration Requirements... 5

More information

Manual Update Java 7 25 Mac Windows 7 64 Bit

Manual Update Java 7 25 Mac Windows 7 64 Bit Manual Update Java 7 25 Mac Windows 7 64 Bit Oracle's Java Runtime Environment (JRE) for 64-bit Windows PCs contains the Java Virtual Machine, Suggested Searches. Search Within: All Software Windows Mac

More information

Traditional Ajax vs. New business targeted Ajax

Traditional Ajax vs. New business targeted Ajax Traditional Ajax vs. New business targeted Ajax By Itzik Spitzen Introduction This article compares between the traditional Ajax represented by ASP.NET to that of the new Ajax approach represented by Visual

More information

Copyright Khronos Group Page 1. Vulkan Overview. June 2015

Copyright Khronos Group Page 1. Vulkan Overview. June 2015 Copyright Khronos Group 2015 - Page 1 Vulkan Overview June 2015 Copyright Khronos Group 2015 - Page 2 Khronos Connects Software to Silicon Open Consortium creating OPEN STANDARD APIs for hardware acceleration

More information

ITM DEVELOPMENT (ITMD)

ITM DEVELOPMENT (ITMD) ITM Development (ITMD) 1 ITM DEVELOPMENT (ITMD) ITMD 361 Fundamentals of Web Development This course will cover the creation of Web pages and sites using HTML, CSS, Javascript, jquery, and graphical applications

More information

Related Solution(s) Note: Standard Ad Solution. KBB.com Advertising Specifications Medium Rectangle (MREC) Ad Unit

Related Solution(s) Note: Standard Ad Solution. KBB.com Advertising Specifications Medium Rectangle (MREC) Ad Unit KBB.com s Advertising Specifications Medium Rectangle HTML5 Note: Standard Ad Solution Related Solution(s) Retention/Conquest Package Native Sponsored Content Package New Car Spotlight Package New Car

More information

Chrome Version Flash Player Adobe Gratis Para Windows 7 64 Bits

Chrome Version Flash Player Adobe Gratis Para Windows 7 64 Bits Chrome Version Flash Player Adobe Gratis Para Windows 7 64 Bits 11.2.202.183 Beta 4 (64-bit) Languages: en,es,it,fr,de,pt,ar,fi,ru,nl,no,ja,da,ko,zh,el,pl,sv Adobe Flash Player (Firefox, Chrome & Opera)

More information

3D in the ArcGIS Platform. Chris Andrews

3D in the ArcGIS Platform. Chris Andrews 3D in the ArcGIS Platform Chris Andrews Geospatial 3D is already all around us 3D is expanding the GIS community s opportunity to provide value 3D City & Infrastructure Models Generated 3D features Photogrammetrc

More information

PLATO Learning Environment (v2.0) System and Configuration Requirements

PLATO Learning Environment (v2.0) System and Configuration Requirements PLATO Learning Environment (v2.0) System and Configuration Requirements For Workstations July 30, 2010 Windows XP Home and Professional (SP3) Windows Vista Home/Premium/Business/Ultimate Windows 7 Home/Premium/Business/Ultimate

More information

Embedded Linux UI Comparison. Tim Bird Senior Staff Software Engineer Sony Electronics

Embedded Linux UI Comparison. Tim Bird Senior Staff Software Engineer Sony Electronics Embedded Linux UI Comparison Tim Bird Senior Staff Software Engineer Sony Electronics 1 yyyy-mm-dd Agenda Embedded Linux UI options Comparison points Presence at ELC Evaluations

More information

Problem Installing Adobe Flash Player Mozilla Firefox Portable

Problem Installing Adobe Flash Player Mozilla Firefox Portable Problem Installing Adobe Flash Player Mozilla Firefox Portable The Adobe Flash Player plugin lets you view video and animated content in Note: The Firefox Software Update feature does not update installed

More information

But before understanding the Selenium WebDriver concept, we need to know about the Selenium first.

But before understanding the Selenium WebDriver concept, we need to know about the Selenium first. As per the today s scenario, companies not only desire to test software adequately, but they also want to get the work done as quickly and thoroughly as possible. To accomplish this goal, organizations

More information

SIGGRAPH Briefing August 2014

SIGGRAPH Briefing August 2014 Copyright Khronos Group 2014 - Page 1 SIGGRAPH Briefing August 2014 Neil Trevett VP Mobile Ecosystem, NVIDIA President, Khronos Copyright Khronos Group 2014 - Page 2 Significant Khronos API Ecosystem Advances

More information

Honours/Master/PhD Thesis Projects Supervised by Dr. Yulei Sui

Honours/Master/PhD Thesis Projects Supervised by Dr. Yulei Sui Honours/Master/PhD Thesis Projects Supervised by Dr. Yulei Sui Projects 1 Information flow analysis for mobile applications 2 2 Machine-learning-guide typestate analysis for UAF vulnerabilities 3 3 Preventing

More information

Adobe Flash Player Bit Windows 7 Google Chrome

Adobe Flash Player Bit Windows 7 Google Chrome Adobe Flash Player 11 64 Bit Windows 7 Google Chrome or later, Latest versions of Safari, Mozilla Firefox, Google Chrome, and Opera, 512MB of RAM, 128MB of graphics memory Note: Flash Player 11.2 is the

More information

ADOBE AND IRON ADOBE AND IRON PDF PDF READER, PDF VIEWER ADOBE ACROBAT READER DC HOW TO CREATE PDF, PDF CREATOR ADOBE ACROBAT DC

ADOBE AND IRON ADOBE AND IRON PDF PDF READER, PDF VIEWER ADOBE ACROBAT READER DC HOW TO CREATE PDF, PDF CREATOR ADOBE ACROBAT DC PDF PDF READER, PDF VIEWER ADOBE ACROBAT READER DC HOW TO CREATE PDF, PDF CREATOR ADOBE ACROBAT DC 1 / 5 2 / 5 3 / 5 adobe and iron pdf Only with Adobe Acrobat Reader you can view, sign, comment on, and

More information

Java Embedded on ARM

Java Embedded on ARM Java Embedded on ARM The Embedded Market Evolving Rapidly Internet of Things 2.3B Internet Users Cloud for Embedded Devices Med-Large Embedded Multi-function Devices Enterprise Data and Applications Up

More information

ArcGIS Runtime SDK for Java: A Beginner s Guide. Mark Baird JC Malott

ArcGIS Runtime SDK for Java: A Beginner s Guide. Mark Baird JC Malott ArcGIS Runtime SDK for Java: A Beginner s Guide Mark Baird JC Malott Outline Intro to ArcGIS Runtime SDKs Get started: download and install the SDK Tour of the functionality of the API Basics of building

More information

Introducing C# and the.net Framework

Introducing C# and the.net Framework 1 Introducing C# and the.net Framework C# is a general-purpose, type-safe, object-oriented programming language. The goal of the language is programmer productivity. To this end, the language balances

More information

A NET Refresher

A NET Refresher .NET Refresher.NET is the latest version of the component-based architecture that Microsoft has been developing for a number of years to support its applications and operating systems. As the name suggests,.net

More information

Visual HTML5. Human Information Interaction for Knowledge Extraction, Interaction, Utilization, Decision making HI-I-KEIUD

Visual HTML5. Human Information Interaction for Knowledge Extraction, Interaction, Utilization, Decision making HI-I-KEIUD Visual HTML5 1 Overview HTML5 Building apps with HTML5 Visual HTML5 Canvas SVG Scalable Vector Graphics WebGL 2D + 3D libraries 2 HTML5 HTML5 to Mobile + Cloud = Java to desktop computing: cross-platform

More information

Media-rich web applications with Macromedia Flash. Darren Carlson

Media-rich web applications with Macromedia Flash. Darren Carlson Media-rich web applications with Macromedia Flash Darren Carlson Too much for 20 minutes! Topics An introduction to Macromedia Flash Overview of Flash media support Overview of Flash ActionScript 2.0 Putting

More information

Learn to develop.net applications and master related technologies.

Learn to develop.net applications and master related technologies. Courses Software Development Learn to develop.net applications and master related technologies. Software Development with Design These courses offer a great combination of both.net programming using Visual

More information

Adobe Flash Player Manual Firefox Windows 7 64 Bit Chrome

Adobe Flash Player Manual Firefox Windows 7 64 Bit Chrome Adobe Flash Player Manual Firefox Windows 7 64 Bit Chrome I am using Firefox 31 and Flash 14.0.0.179 (32 bit) running under Windows 7 Pro. I also have the 64 bit version installed for use with internet

More information

Like It Or Not Web Applications and Mashups Will Be Hot

Like It Or Not Web Applications and Mashups Will Be Hot Like It Or Not Web Applications and Mashups Will Be Hot Tommi Mikkonen Tampere University of Technology tommi.mikkonen@tut.fi Antero Taivalsaari Sun Microsystems Laboratories antero.taivalsaari@sun.com

More information

Xyleme Studio Data Sheet

Xyleme Studio Data Sheet XYLEME STUDIO DATA SHEET Xyleme Studio Data Sheet Rapid Single-Source Content Development Xyleme allows you to streamline and scale your content strategy while dramatically reducing the time to market

More information

ArcGIS for Mobile An Introduction. Bonnie Stayer

ArcGIS for Mobile An Introduction. Bonnie Stayer ArcGIS for Mobile An Introduction Bonnie Stayer Benefits of mobile GIS? Accessibility Timely Decisionmaking Efficiency and Accuracy Rapid Data Collection Types of mobile solutions? Apps & APIs Functionality

More information

OpenMAX AL, OpenSL ES

OpenMAX AL, OpenSL ES Copyright Khronos Group, 2011 - Page 1 OpenMAX AL, OpenSL ES Native Multimedia in Android Erik Noreke Chair of OpenMAX AL and OpenSL ES Working Groups Copyright Khronos Group, 2011 - Page 2 Why Create

More information

Qt for Device Creation

Qt for Device Creation Qt for Device Creation Speeding up ROI & Time-to-Market with Qt Andy Nichols Software Engineer, Qt R&D, Oslo Overview Problems facing Device Creators How Qt for Device Creation addresses those Problems

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON THE ARCHITECTURE OF ANDROID IN SMART PHONES RAVNEET KAUR T. BAGGA 1,

More information

AMT use case: Upipe + Chrome. Christophe Massiot (EBU multicast 2014)

AMT use case: Upipe + Chrome. Christophe Massiot (EBU multicast 2014) Christophe Massiot (EBU multicast 2014) Goal Display a multicast stream in a web browser, using AMT if needed Without AMT support from the OS, or from a local network equipment 2 Case 1: Direct access

More information

Technology in Action. Chapter Topics (cont.) Chapter Topics. Reasons for Software Programming. Information Systems 10/29/2010

Technology in Action. Chapter Topics (cont.) Chapter Topics. Reasons for Software Programming. Information Systems 10/29/2010 Technology in Action Chapter 10 Behind the Scenes: Building Applications 1 2 Chapter Topics System development life cycle Life cycle of a program Problem statement Algorithms Moving from algorithm to code

More information

Flash Player Manual Firefox 64 Bit Windows 8.1

Flash Player Manual Firefox 64 Bit Windows 8.1 Flash Player Manual Firefox 64 Bit Windows 8.1 I have Windows 8.1, 64 bit and had no problems until Firefox downloaded the latest Followed your instructions to download latest Adobe Flash Player. All security

More information

Kick Start your Embedded Development with Qt

Kick Start your Embedded Development with Qt Kick Start your Embedded Development with Qt Increasing Return On Investment & shortening time-to-market Nils Christian Roscher-Nielsen Product Manager, The Qt Company Overview Problems facing Device Creators

More information

SAM Assessment, Training and Projects for Microsoft Office

SAM Assessment, Training and Projects for Microsoft Office SAM Assessment, Training and Projects for Microsoft Office December 2015 System Requirements Contents Overview 2 Introduction 2 System Requirements 3 Workstation Requirements 3 Setting Up SAM Workstations

More information

When learning coding, be brave

When learning coding, be brave Who am I? Web Technology Overview with a focus on JavaScript-based technologies Lawrence Yao l.yao@unsw.edu.au Lawrence Yao UNSW casual staff Developer Analyst at YTML Consulting Email me if you need technical

More information

Developing the Roadmap - Director Next Survey

Developing the Roadmap - Director Next Survey Developing the Roadmap - Director Next Survey Section 1: How do you use Director? 1. My primary use of Director is (select one only): Desktop Application Development Rich Internet Application (RIA) Development

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Front End Development» 2018-09-23 http://www.etanova.com/technologies/front-end-development Contents HTML 5... 6 Rich Internet Applications... 6 Web Browser Hardware Acceleration...

More information

The Next Generation of Eclipse: e4. Mike Milinkovich Executive Director Eclipse Foundation

The Next Generation of Eclipse: e4. Mike Milinkovich Executive Director Eclipse Foundation The Next Generation of Eclipse: e4 Mike Milinkovich Executive Director Eclipse Foundation 1 Changing Environment New Technologies: RIA Applications and Cloud Computing AJAX, Flash, Silverlight Amazon E2

More information

Windows 10. White paper. Have you heard? IT and Instrumentation for industry. Contents. What is Windows 10?... 1 What s new in Windows 10?...

Windows 10. White paper. Have you heard? IT and Instrumentation for industry. Contents. What is Windows 10?... 1 What s new in Windows 10?... Windows 10 Have you heard? Contents What is Windows 10?... 1 What s new in Windows 10?... 2 1. New Start Menu with Live Tiles... 2 2. Multiple desktops... 3 3. DirectX 12... 3 4. Tablet and touch-screen

More information

ADOBE CAPTIVATE 8. Content Planning Guide

ADOBE CAPTIVATE 8. Content Planning Guide ADOBE CAPTIVATE 8 Content Planning Guide Summer 2014 Table of Contents Using Captivate 8 on Your OnPoint Learning Platform... 2 What are the Advantages and Disadvantages of Captivate?... 2 Use Cases for

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

Web 2.0, AJAX and RIAs

Web 2.0, AJAX and RIAs Web 2.0, AJAX and RIAs Asynchronous JavaScript and XML Rich Internet Applications Markus Angermeier November, 2005 - some of the themes of Web 2.0, with example-sites and services Web 2.0 Common usage

More information

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1 1 WHAT IS WEBKIT? WEBKIT IS AN open-source rendering engine designed to display web pages. It powers Google Chrome and Safari as well as a variety of mobile devices such as iphone, ipad, and Android phones

More information

Total Test Questions: 64 Levels: Grades 9-12 Units of Credit:.50

Total Test Questions: 64 Levels: Grades 9-12 Units of Credit:.50 DESCRIPTION The Intro to IT course is for students interested in pursuing a career in the field of Information Technology. Students will be introduced to the different aspects of information technology

More information

SECURITY TRAINING SECURITY TRAINING

SECURITY TRAINING SECURITY TRAINING SECURITY TRAINING SECURITY TRAINING Addressing software security effectively means applying a framework of focused activities throughout the software lifecycle in addition to implementing sundry security

More information

Lesson 12: JavaScript and AJAX

Lesson 12: JavaScript and AJAX Lesson 12: JavaScript and AJAX Objectives Define fundamental AJAX elements and procedures Diagram common interactions among JavaScript, XML and XHTML Identify key XML structures and restrictions in relation

More information

I m sorry but HTML5 mobile games DO work.

I m sorry but HTML5 mobile games DO work. I m sorry but HTML5 mobile games DO work. Joe Monastiero President, Ludei Ludei is pronounced Lou-day Heard This Lately? HTML5 sucks for mobile app and game development. Here s What He Said HTML5 Will

More information

Software Development Life Cycle (SDLC) Policy ( ) Checklists November 5, 2013

Software Development Life Cycle (SDLC) Policy ( ) Checklists November 5, 2013 Software Development Life Cycle (SDLC) Policy (4300-0003) Checklists November 5, 2013 Phase 4: Accessibility Checklist Reference Documentation: Applications need to be delivered and compliant with State

More information