• Title/Summary/Keyword: JavaScript API

Search Result 21, Processing Time 0.028 seconds

Mobile Art Park Guidance Application using Mobile MAP Open API

  • Jwa, Jeong-Woo;Ko, Sang-Bo;Lee, Deuk-Woo
    • International Journal of Contents
    • /
    • v.7 no.2
    • /
    • pp.11-16
    • /
    • 2011
  • In this paper, we develop a mobile MAP open API using HTML5 local storage and the W3C geolocation API. The mobile MAP open API consists of the basic JavaScript MAP API, offline navigation API, and multimedia POI (mPOI) API. The basic JavaScript MAP API creates a map and controls, rotates, and overlays data on the map. The offline navigation API is developed using HTML5 local storage and web storage. The mobile web application downloads and stores mPOIs of works of art to local storage or web storage from a web server. The mPOI API is developed using HTML5 video and audio APIs. We develop a mobile art park guidance application using the developed mobile MAP open API.

JsSandbox: A Framework for Analyzing the Behavior of Malicious JavaScript Code using Internal Function Hooking

  • Kim, Hyoung-Chun;Choi, Young-Han;Lee, Dong-Hoon
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.6 no.2
    • /
    • pp.766-783
    • /
    • 2012
  • Recently, many malicious users have attacked web browsers using JavaScript code that can execute dynamic actions within the browsers. By forcing the browser to execute malicious JavaScript code, the attackers can steal personal information stored in the system, allow malware program downloads in the client's system, and so on. In order to reduce damage, malicious web pages must be located prior to general users accessing the infected pages. In this paper, a novel framework (JsSandbox) that can monitor and analyze the behavior of malicious JavaScript code using internal function hooking (IFH) is proposed. IFH is defined as the hooking of all functions in the modules using the debug information and extracting the parameter values. The use of IFH enables the monitoring of functions that API hooking cannot. JsSandbox was implemented based on a debugger engine, and some features were applied to detect and analyze malicious JavaScript code: detection of obfuscation, deobfuscation of the obfuscated string, detection of URLs related to redirection, and detection of exploit codes. Then, the proposed framework was analyzed for specific features, and the results demonstrate that JsSandbox can be applied to the analysis of the behavior of malicious web pages.

Hybrid Web-Based Real-Time Video Communication System (하이브리드 웹 기반의 실시간 화상통신 시스템)

  • Ban, Tae-Hak;Cho, Tae-Bum;Jung, Hoe-Kyung
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.5
    • /
    • pp.1113-1118
    • /
    • 2013
  • Real-time video communication technology of hybrid Web-based using JavaScript and HTML5 today is on the rise. Therefore, in this paper, we have studied the real-time videoo communication technology using a Web browser that supports HTML5. It has been designed and implemented a system based on HTML5 and JavaScript, allowing for video communication of real-time, such as you would using the HTTP/WebSockets and RTC API through the Web servers in the Web browser between different each other, utilizing a Web browser was. It is available in a usable terminal equipment of a Web browser PC or notebook, smart pad, such as a smart phone, which is available without installation, such as a plug-in register or another. In all environments the network is connected, it is available in all terminals use the Web browser is enabled, which will be utilized in the field of video communication in a restricted environment.

The Characteristic of Web Map Service Using RIA Technologies (RIA기술을 적용한 웹 지도 서비스의 특징 연구)

  • Kim, Moon-Gie;Koh, June-Hwan
    • Spatial Information Research
    • /
    • v.20 no.2
    • /
    • pp.35-44
    • /
    • 2012
  • Recently, Web map service is actively accomplished in both private companies and public offices. As a platform, it exists variously from desktop to smartphone. The technology being used has a trend to develop continuously. Also, Web map system provides various open API for people who use geospatial service and data mashup. In this paper, RIA technology which is popularly used recently in web map service w ill be applied to introduce the functions different language map services are mostly using. Based on users' feeling about different web browser's speed, test and analysis have been accomplished. The result is that there are different characteristics according to different functions such as JavaScript, Silverlight, Flex. Actual test has been personally carried out on map service in Seoul GIS portal system. The comprehensive conclusion is that Silverlight has more outstanding function compared with other RIA techniques under the test environment.

Building Open API Ontologies based (ll Semantics for Smart Mashup (스마트 매쉬업을 위한 시맨틱 기반 Open API 온톨로지 구축 기법)

  • Lee, Yong Ju
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.7 no.3
    • /
    • pp.11-23
    • /
    • 2011
  • Recently, Open APIs are getting attention with the advent of Web 2.0. Open APIs are used to combine services and generate new services by Mashup. However, the growing number of available Open APIs raises a challenging issue how to locate the desired APIs. We automatically build ontologies from WSDL, WADL, HTML, and their underlying semantics. The key ingredient of our method is a technique that clusters input/output parameters in the collection of API methods into semantically meaningful concepts, and captures the hierarchical relationships between the terms contained in a parameter. These semantic ontologies allow search engines to support a similarity search for Open APIs based on various protocols such as SOAP, REST, JavaScript, and XML-RPC, and significantly improve the quality of APIs matching by the clustering and hierarchical relationships mechanism.

A Study of Developing a Musician Retrieval System Using Topic Maps (토픽맵기반의 뮤지션 검색시스템 구축)

  • Kwon, Jin-Man;Chung, Myung-Bum;Sung, Bo-Kyung;Kim, Jung-Soo;Ko, Il-Ju
    • 한국HCI학회:학술대회논문집
    • /
    • 2008.02a
    • /
    • pp.760-765
    • /
    • 2008
  • The purpose of this paper is to propose a powerful alternative in designing knowledge portals using Topic Maps(TM). All information is processing for one topic, about each topics define to association and composite flow of information. and all topics about add occurrence to use in the OpenAPI. Also represent to UI of graphic for intuitional representation, and using JavaScript for Cross-Browsing. so that not using XTM of a standard Topic Maps(TM) and using JSON for a simple represent to data. The results made for intuitional process UI and extensive limits to display for new information before until now musician search system. In future positive to musician search for music.

  • PDF

Implementation of R-language-based REST API and Solution for Security Issues (R 언어 기반의 REST API 구현 및 보안문제의 해결 방안)

  • Kang, DongHoon;Oh, Sejong
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.9 no.1
    • /
    • pp.387-394
    • /
    • 2019
  • Recently, the importance of big data has been increased, and demand for data analysis for the big data is also increased. R language is developed for data analysis, and users are analyzing data by using algorithms of various statistics, machine learning and data mining packages in R language. However, it is difficult to develop an application using R. Early study proposed a method to call R script through another language such as PHP, Java, and so on. However, it is troublesome to write such a development method in addition to R in combination with other languages. In this study, we introduce how to write API using only R language without using another language by using Plumber package. We also propose a solution for security issues related with R API. If we use propose technology for developing web application, we can expect high productivity, easy of use, and easy of maintenance.

Study Group Recruitment, Study Cafe Location Information Service Web Page (스터디 그룹 모집, 스터디 카페 위치 정보 서비스 웹페이지)

  • Sung Jin Kim;Sung Woo Cho;Soo Min Park;Ga In Seo;Hyun Ah Kim
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.07a
    • /
    • pp.249-250
    • /
    • 2023
  • 본 논문은 HTML과 CSS를 사용하여 기본적인 웹페이지를 작성하고, 카카오 지도 API를 활용하여 주변 스터디 룸 위치를 입력할 수 있는 기능을 구현한다. 카카오 개발자 웹사이트에서 API 키를 발급받아야 하며, 이를 사용하여 JavaScript 코드를 작성하고 웹페이지에 추가하여 지도와 위치 입력 기능을 구현한다. 또한, 회원가입 및 로그인 기능을 구현하기 위해 Node. JS를 사용하며, 사용자의 회원가입 정보를 입력받아 DB에 저장하고 로그인 시 DB와 비교하여 인증하는 기능을 포함합니다. MySQL을 사용하여 DB 테이블을 생성하고 연동하는 작업을 수행한다.

  • PDF

Design and Implementation of Hybrid Mobile App Framework (하이브리드 모바일 앱 프레임워크 설계 및 구현)

  • Jung, Woo-Jin;Oh, Jang-Hoon;Yoon, Dong-Weon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.16 no.9
    • /
    • pp.1990-1996
    • /
    • 2012
  • In this paper, in order to improve the execution performance and serviceability of cross-platform applications frameworks based on the existing web applications, we design and implement a new hybrid application framework named as WApplE.js, which enables direct control of native UI(User Interface) of mobile operating systems and various resources via JavaScript. We first present the design results for the overall software structure and the configuration of every layer of WApplE.js, and then analyze the processes for calling and handling APIs in the implemented hybrid application framework. In addition, the results of comparison of features to the existing frameworks are presented.

The Comparative Research On 2D Web Mapping Open API for Designing Geo-Spatial Open Platform (공간정보 오픈플랫폼 설계를 위한 2D Web Mapping Open API 비교 연구)

  • Choi, Won Geun;Kim, Min Soo;Jang, In Sung;Chang, Yoon-Seop
    • Spatial Information Research
    • /
    • v.22 no.5
    • /
    • pp.87-98
    • /
    • 2014
  • Google Maps have changed the response time of Web-GIS using AJAX technologies. In addition, Google released the Open API named Google Maps API(Application Programming Interface) and it lead to the big paradigm on the Open API, where the SDK(Software Development Kit) and ASP(Application Service Provider) had ruled at the related map market. In short, the Open API has been paradigm-shifting for the web mapping. After this, government, many companies and open source foundations have guided Web-GIS market's growth through releasing the relevant Open APIs. So many comparative analysis on web-mapping API carried out by many researches. However there were no researches that can be applied to our current domestic environments. This paper investigates components of web-mapping API. Then we compare how many components supported and enumerate features for each of those APIs. Finally this paper presents direction of future development of Web Mapping API.