Tizen Ver2.2 - HTML5 Web Storage

Size: px
Start display at page:

Download "Tizen Ver2.2 - HTML5 Web Storage"

Transcription

1 Tizen Ver2.2 - HTML5 Web Storage

2 Contents Web Storage API local storage session storage Tutorial demo code analysis

3 Web Storage Session Storage, Local Storage

4 Web Storage Tizen supports the W3C Web Storage API. A Web storage stores data in the key-value format. This process is similar to existing cookies, but by using it, structured objects can be stored the storage capacity increased to 5MB per domain no server request is needed (server traffic is significantly reduced) Two storage types exist: scope duration Local storage stores data to be used in multiple windows, beyond the current session, with no expiration data. he stored data is not deleted when the browser window is closed Session storage only a single session. The data stored in a temporary storage can be shared in all browser windows within the same domain once the browser window is closed, data is deleted.

5 Web Storage the name of the nth key the number of key/value pairs represents the set of storage areas <<Interface>> Storage readonly attribute unsigned long length; DOMString? key(unsigned long index); getter DOMString getitem(domstring key); setter creator void setitem(domstring key, DOMString value); deleter void removeitem(domstring key); void clear(); emptied of all key/value pairs the key/value pair with the given key to be removed <<Interface>> WindowSessionStorage readonly attribute Storage sessionstorage; <<Interface>> WindowLocalStorage readonly attribute Storage localstorage; a set of local storage areas

6 Tutorial demo, code analysis

7 Tutorial Go to Tizen Dev Guide page. click the web storage tutorial code link

8 Tutorial This tutorial page shows how to save, remove, and clear data in a local storage and a session storage.

9 Tutorial When you clicked the save button, data is added to local and session storage

10 Tutorial 1. Get out the page 2. Open tutorial page again Local storage data remained Session storage data is deleted.

11 Tutorial Code Analysis Web storage tutorial page initially loads local and session storage data It enables remaining storage data when the page is refreshed

12 Tutorial Code Analysis Call addstorage() Call removestorage() Call clearstorage()

13 Tutorial Code Analysis addstorage() Get key and value data what you wrote Add key and value to the local storage list Add key and value to the session storage list

14 Tutorial Code Analysis removestorage() Get key data what you wrote Remove key and value which is same with input key data in the local storage list Remove key and value which is same with input key data in the session storage list

15 Tutorial Code Analysis clearstorage() Remove all key/value pairs in the local storage list Remove all key/value pairs in the session storage list

16 Reference Dev Guide Web storage tutorial torage_session_storage.htm

[MS-WEBSTG]: Internet Explorer Web Storage Standards Support Document

[MS-WEBSTG]: Internet Explorer Web Storage Standards Support Document [MS-WEBSTG]: Internet Explorer Web Storage Standards Support Document Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Using HTML5 Offline Storage. Brady Eidson Safari and WebKit Engineer

Using HTML5 Offline Storage. Brady Eidson Safari and WebKit Engineer Using HTML5 Offline Storage Brady Eidson Safari and WebKit Engineer 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 So what can I do without the cloud? 22 What You ll Learn Make apps accessible offline

More information

Introduction. Server-side Techniques. Introduction. 2 modes in the PHP processor:

Introduction. Server-side Techniques. Introduction. 2 modes in the PHP processor: Introduction Server-side Techniques PHP Hypertext Processor A very popular server side language on web Code embedded directly into HTML documents http://hk2.php.net/downloads.php Features Free, open source

More information

Beyond Cookies: Persistent Storage for Web Applications. Brad Neuberg Google

Beyond Cookies: Persistent Storage for Web Applications. Brad Neuberg Google Beyond Cookies: Persistent Storage for Web Applications Brad Neuberg Google What? What? 4K What? 4K 100K What? 4K 100K 500K What? 4K 100K 500K >1 MB What? Name/Value Storage Database Static Files Why?

More information

The Future of the Web: HTML 5, WebSockets, Comet and Server Sent Events

The Future of the Web: HTML 5, WebSockets, Comet and Server Sent Events The Future of the Web: HTML 5, WebSockets, Comet and Server Sent Events Sidda Eraiah Director of Management Services Kaazing Corporation Agenda Web Applications, where are they going? Real time data for

More information

}w!"#$%&'()+,-./012345<ya

}w!#$%&'()+,-./012345<ya MASARYK UNIVERSITY FACULTY OF INFORMATICS }w!"#$%&'()+,-./012345

More information

WebSTAR Cache Information

WebSTAR Cache Information Internet Explorer WebSTAR Cache Information Internet Explorer is the supported browser for logging in, navigating, entering and accessing data, and other tasks in PeopleSoft. There may occur a time when

More information

IMMDongleGenerator / IMMDongleGeneratorLight

IMMDongleGenerator / IMMDongleGeneratorLight IMMDongleGenerator / IMMDongleGeneratorLight V1.00.01 January 18, 2010 Requirements 2 Files 2 System 2 Installation 2 Memo 2 Application overview 2 Tutorial 2 First time update 2 Start Page (Wizard) 4

More information

5/19/2015. Objectives. JavaScript, Sixth Edition. Saving State Information with Query Strings. Understanding State Information

5/19/2015. Objectives. JavaScript, Sixth Edition. Saving State Information with Query Strings. Understanding State Information Objectives JavaScript, Sixth Edition When you complete this chapter, you will be able to: Save state information with query strings, hidden form fields, and cookies Describe JavaScript security issues

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins Web Development & Design Foundations with HTML5 Ninth Edition Chapter 11 Web Multimedia and Interactivity Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

JavaScript: The Definitive Guide

JavaScript: The Definitive Guide T "T~ :15 FLA HO H' 15 SIXTH EDITION JavaScript: The Definitive Guide David Flanagan O'REILLY Beijing Cambridge Farnham Ktiln Sebastopol Tokyo Table of Contents Preface....................................................................

More information

Persistence. SWE 432, Fall 2017 Design and Implementation of Software for the Web

Persistence. SWE 432, Fall 2017 Design and Implementation of Software for the Web Persistence SWE 432, Fall 2017 Design and Implementation of Software for the Web Today Demo: Promises and Timers What is state in a web application? How do we store it, and how do we choose where to store

More information

Session 20 Data Sharing Session 20 Data Sharing & Cookies

Session 20 Data Sharing Session 20 Data Sharing & Cookies Session 20 Data Sharing & Cookies 1 Reading Shared scopes Java EE 7 Tutorial Section 17.3 Reference http state management www.ietf.org/rfc/rfc2965.txt Cookies Reading & Reference en.wikipedia.org/wiki/http_cookie

More information

(12) Patent Application Publication (10) Pub. No.: US 2016/ A1

(12) Patent Application Publication (10) Pub. No.: US 2016/ A1 (19) United States US 201603143 03A1 (12) Patent Application Publication (10) Pub. No.: US 2016/0314303 A1 Johns et al. (43) Pub. Date: (54) TRANSPARENT NAMESPACE-AWARE (52) U.S. Cl. MECHANISM FORENCRYPTED

More information

[MS-EME]: Microsoft Edge Encrypted Media Extensions Standards Support Document

[MS-EME]: Microsoft Edge Encrypted Media Extensions Standards Support Document [MS-EME]: Microsoft Edge Encrypted Media Extensions Standards Support Document Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

More information

Current Trends in Native and Cross-Platform Mobile Application Development

Current Trends in Native and Cross-Platform Mobile Application Development Current Trends in Native and Cross-Platform Mobile Application Development Ala Al-Fuqaha, Ph.D. Associate Professor and Director, NEST Research Lab College of Engineering & Applied Sciences Computer Science

More information

Support Offline Mobile Web Apps with HTML5 API's

Support Offline Mobile Web Apps with HTML5 API's Support Offline Mobile Web Apps with HTML5 API's Kim Dalsgaard @kimdalsgaard Application Cache Local Storage Web SQL Database Indexed Database Application Cache Offline Web applications From the specification

More information

website_ctr:link_click unique_link_clicks_ctr video_avg_sec_watched_actions video_avg_pct_watched_actions

website_ctr:link_click unique_link_clicks_ctr video_avg_sec_watched_actions video_avg_pct_watched_actions Existing Name New Name as of Name in Ad Insights API (reference) pre 3/14 3/14/2017 1 Existing Name New Name Ad Insights API Field Name (as reference) 2 Account Account Name /act_?fields=name

More information

Oracle Coherence and WebLogic 12c Delivering Real Time Push at Scale Steve Millidge

Oracle Coherence and WebLogic 12c Delivering Real Time Push at Scale Steve Millidge Oracle Coherence and WebLogic 12c Delivering Real Time Push at Scale Steve Millidge About Me Founder of C2B2 Leading Independent Middleware Experts Non-functional Experts Vendor Neutral Red Hat (JBoss),

More information

Java Puzzle Ball Nick Ristuccia

Java Puzzle Ball Nick Ristuccia Java Puzzle Ball Nick Ristuccia Lesson 4-3 Editing Java Code Lab 4: Finish the Banking GUI Application The Lab Instructions are available on the Lesson 4 page of the MOOC. This is an enhanced version of

More information

Device Recognition Best Practices Guide

Device Recognition Best Practices Guide Copyright Information 2017. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions, are copyrighted products of SecureAuth Corporation.

More information

Speed up Your Web Applications with HTML5 WebSockets. Yakov Fain, Farata Systems, USA

Speed up Your Web Applications with HTML5 WebSockets. Yakov Fain, Farata Systems, USA Speed up Your Web Applications with HTML5 WebSockets Yakov Fain, Farata Systems, USA The Plan - HTTP request-response - Demo - Server-Sent Events - Demo - WebSocket - Demo What Do You See? HTTP Hacks

More information

Sessions. Mendel Rosenblum. CS142 Lecture Notes - Sessions

Sessions. Mendel Rosenblum. CS142 Lecture Notes - Sessions Sessions Mendel Rosenblum How do we know what user sent request? Would like to authenticate user and have that information available each time we process a request. More generally web apps would like to

More information

Managing State. Chapter 13

Managing State. Chapter 13 Managing State Chapter 13 Textbook to be published by Pearson Ed 2015 in early Pearson 2014 Fundamentals of Web http://www.funwebdev.com Development Section 1 of 8 THE PROBLEM OF STATE IN WEB APPLICATIONS

More information

A JavaBean is a class file that stores Java code for a JSP

A JavaBean is a class file that stores Java code for a JSP CREATE A JAVABEAN A JavaBean is a class file that stores Java code for a JSP page. Although you can use a scriptlet to place Java code directly into a JSP page, it is considered better programming practice

More information

Authentication and Password CS166 Introduction to Computer Security 2/11/18 CS166 1

Authentication and Password CS166 Introduction to Computer Security 2/11/18 CS166 1 Authentication and Password CS166 Introduction to Computer Security 2/11/18 CS166 1 CIA Triad Confidentiality Prevent disclosure of information to unauthorized parties Integrity Detect data tampering Availability

More information

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile. Introduction This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.! If you have received an e-mail from Turnitin with a temporary

More information

HTML5 and CSS3: New Markup & Styles for the Emerging Web. Jason Clark Head of Digital Access & Web Services Montana State University Library

HTML5 and CSS3: New Markup & Styles for the Emerging Web. Jason Clark Head of Digital Access & Web Services Montana State University Library HTML5 and CSS3: New Markup & Styles for the Emerging Web Jason Clark Head of Digital Access & Web Services Montana State University Library Overview Revolution or Evolution? New Features and Functions

More information

CSE 154 LECTURE 13: SESSIONS

CSE 154 LECTURE 13: SESSIONS CSE 154 LECTURE 13: SESSIONS Expiration / persistent cookies setcookie("name", "value", expiration); $expiretime = time() + 60*60*24*7; # 1 week from now setcookie("couponnumber", "389752", $expiretime);

More information

Session 9. Data Sharing & Cookies. Reading & Reference. Reading. Reference http state management. Session 9 Data Sharing

Session 9. Data Sharing & Cookies. Reading & Reference. Reading. Reference http state management. Session 9 Data Sharing Session 9 Data Sharing & Cookies 1 Reading Reading & Reference Chapter 5, pages 185-204 Reference http state management www.ietf.org/rfc/rfc2109.txt?number=2109 2 3/1/2010 1 Lecture Objectives Understand

More information

Configuring RADIUS Clients

Configuring RADIUS Clients CHAPTER 8 This chapter describes the following: Overview Adding RADIUS Clients Editing RADIUS Clients Deleting RADIUS Clients Overview Remote Authentication Dial In User Service (RADIUS) is an AAA (authentication,

More information

CPET 499/ITC 250 Web Systems. Topics

CPET 499/ITC 250 Web Systems. Topics CPET 499/ITC 250 Web Systems Chapter 13 Managing State Text Book: * Fundamentals of Web Development, 2015, by Randy Connolly and Ricardo Hoar, published by Pearson Paul I-Hai, Professor http://www.etcs.ipfw.edu/~lin

More information

ENGLISH TRANSLATION MULTIMEDIA CODING SPECIFICATION FOR DIGITAL BROADCASTING (SECOND GENERATION) ARIB STANDARD. ARIB STD-B62 Version 1.

ENGLISH TRANSLATION MULTIMEDIA CODING SPECIFICATION FOR DIGITAL BROADCASTING (SECOND GENERATION) ARIB STANDARD. ARIB STD-B62 Version 1. ARIB STD-B62 ENGLISH TRANSLATION MULTIMEDIA CODING SPECIFICATION FOR DIGITAL BROADCASTING (SECOND GENERATION) ARIB STANDARD ARIB STD-B62 Version 1.0 (Fascicle 2) Version 1.0 July 31, 2014 Association of

More information

Advanced JavaScript. Gary Sheppard & James Tedrick

Advanced JavaScript. Gary Sheppard & James Tedrick Advanced JavaScript Gary Sheppard & James Tedrick HTML 5 Working with jquery Modules, Dijits & AMD Cross-Domain Video Playback Canvas (2D graphics) Geolocation API Web Storage Drag & Drop Web Workers ApplicationCache

More information

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p. Preface p. xiii Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p. 5 Client-Side JavaScript: Executable Content

More information

Requirements from the Application Software Extended Package for Web Browsers

Requirements from the Application Software Extended Package for Web Browsers Requirements from the Application Software Extended Package for Web Browsers Version: 2.0 2015-06-16 National Information Assurance Partnership Revision History Version Date Comment v 2.0 2015-06-16 Application

More information

Head First HTML 5 Programming: Chapter 3: Events, Handlers, and all that Jazz.

Head First HTML 5 Programming: Chapter 3: Events, Handlers, and all that Jazz. Mobile Application and Web Design: HTML and JavaScript Project 03: Events, Handlers and Interaction Marist School Description: In this project you will implement a playlist webpage that features a text

More information

Platform. Custom Embedded Tabs. Custom Embedded Tab Definitions. Custom Embedded Tabs, page 1

Platform. Custom Embedded Tabs. Custom Embedded Tab Definitions. Custom Embedded Tabs, page 1 Custom Embedded Tabs, page 1 Custom Embedded Tabs Applies to Cisco Jabber for desktop and mobile clients. Custom embedded tabs display HTML content in the client interface. Learn how to create custom embedded

More information

Ajax- XMLHttpResponse. Returns a value such as ArrayBuffer, Blob, Document, JavaScript object, or a DOMString, based on the value of

Ajax- XMLHttpResponse. Returns a value such as ArrayBuffer, Blob, Document, JavaScript object, or a DOMString, based on the value of Ajax- XMLHttpResponse XMLHttpResponse - A Read only field Returns a value such as ArrayBuffer, Blob, Document, JavaScript object, or a DOMString, based on the value of XMLHttpRequest.responseType. This

More information

Offline-first PWA con Firebase y Vue.js

Offline-first PWA con Firebase y Vue.js Offline-first PWA con Firebase y Vue.js About me Kike Navalon, engineer Currently working at BICG playing with data You can find me at @garcianavalon 2 We live in a disconnected & battery powered world,

More information

Offline First. HTML5 technologies for a faster, smarter, more engaging web. draft John Allsopp, Web Directions

Offline First. HTML5 technologies for a faster, smarter, more engaging web. draft John Allsopp, Web Directions Offline First HTML5 technologies for a faster, smarter, more engaging web 2014 John Allsopp, Web Directions draft 1 intro-1 Offline Apps with HTML5 What if I told you that you don t have to be online to

More information

BizViz How-to-Guide. Business Story. Copyright All rights reserved. No part of this publication may be. Release : 2.0. Date : Feb.

BizViz How-to-Guide. Business Story. Copyright All rights reserved. No part of this publication may be. Release : 2.0. Date : Feb. BizViz How-to-Guide Business Story Release : 2.0 Date : Feb. 25, 2016 Copyright 2016. All rights reserved. No part of this publication may be reproduced or copied in any form or for any purpose without

More information

Tizen Overview (Tizen Ver. 2.3)

Tizen Overview (Tizen Ver. 2.3) Tizen Overview (Tizen Ver. 2.3) Spring 2015 Soo Dong Kim, Ph.D. Professor, Department of Computer Science Software Engineering Laboratory Soongsil University Office 02-820-0909 Mobile 010-7392-2220 sdkim777@gmail.com

More information

Creating and Viewing My Favorites

Creating and Viewing My Favorites Creating and Managing My Favorites This tutorial will guide you through the steps required to create and share My Favorites files. My Favorites allows users to select and save items while viewing collections.

More information

High Performance HTML5

High Performance HTML5 High Performance HTML5 stevesouders.com/docs/velocity-html5-20111207.pptx Disclaimer: This content does not necessarily reflect the opinions of my employer. flickr.com/photos/djbiesack/85833076/ High Performance

More information

Mobile Site Development

Mobile Site Development Mobile Site Development HTML Basics What is HTML? Editors Elements Block Elements Attributes Make a new line using HTML Headers & Paragraphs Creating hyperlinks Using images Text Formatting Inline styling

More information

dox42 Azure Active Directory Integration

dox42 Azure Active Directory Integration dox4 Azure Active Directory Integration Fabian Huber Documentation Summary In this document an instruction will be provided how to configure Azure Active Directory (ADD) with dox4, the Server Web and how

More information

Persistence & State. SWE 432, Fall 2016 Design and Implementation of Software for the Web

Persistence & State. SWE 432, Fall 2016 Design and Implementation of Software for the Web Persistence & State SWE 432, Fall 2016 Design and Implementation of Software for the Web Today What s state for our web apps? How do we store it, where do we store it, and why there? For further reading:

More information

********************************************************************

******************************************************************** ******************************************************************** www.techfaq360.com SCWCD Mock Questions : Servlet ******************************************************************** Question No :1

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

APPLICATION ADMINISTRATOR GUIDE

APPLICATION ADMINISTRATOR GUIDE APPLICATION ADMINISTRATOR GUIDE BrightSign Network Enterprise Edition Version 4.2 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction

More information

Creating Extensions for Safari

Creating Extensions for Safari Creating Extensions for Safari Part One Timothy Hatcher Safari and WebKit Engineer 2 3 HTML5 CSS3 JavaScript Native Code 4 Cross Platform Secure Crashes 5 What You ll Learn When to make a Safari Extension

More information

Adept 2018 PREP GUIDE

Adept 2018 PREP GUIDE Adept 2018 PREP GUIDE WHY WE WROTE THIS GUIDE We developed the Adept 2018 Prep Guide to make you aware of some important changes to Adept 2018 suite of products that you need to consider when you upgrade

More information

Portlets and Ajax: Building More Dynamic Web Apps

Portlets and Ajax: Building More Dynamic Web Apps Portlets and Ajax: Building More Dynamic Web Apps Subbu Allamaraju Senior Staff Engineer BEA Systems, Inc. TS-4003 2007 JavaOne SM Conference Session TS-4003 Goals Goals of the of Session the Session Learn

More information

Chat-Related and -Related Tasks

Chat-Related and  -Related Tasks Chat and Email Control Gadget, page 1 Manage Chat and Email Gadget, page 3 Chat and Email Control Gadget The Chat and Email Control gadget provides the following functionality: Chat and Email state: The

More information

[MS-INDEXDB]: Microsoft Edge / Internet Explorer Indexed Database API Standards Support Document

[MS-INDEXDB]: Microsoft Edge / Internet Explorer Indexed Database API Standards Support Document [MS-INDEXDB]: Microsoft Edge / Internet Explorer Indexed Database API Standards Support Document Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft

More information

Xerox Connect App for Blackboard

Xerox Connect App for Blackboard Xerox Connect App for Blackboard Information Assurance Disclosure Additional information, if needed, on one or more lines Month 00, 0000 2018 Xerox Corporation. All rights reserved. Xerox,

More information

JSF Tags. This tutorial will cover a number of useful JSF tags. For a complete listing of available JSF tags consult the Oracle documentation at:

JSF Tags. This tutorial will cover a number of useful JSF tags. For a complete listing of available JSF tags consult the Oracle documentation at: Overview @author R.L. Martinez, Ph.D. Java EE 7 provides a comprehensive list of JSF tags to support JSF web development. The tags are represented in XHTML format on the server and are converted into HTML

More information

Please post bugs on our forum on or us on

Please post bugs on our forum on  or  us on Login One! authentication and user plug-in for Joomla! 3.x Trial Edition 2011-2018 INNATO BV - www.innato.nl - All rights reserved **************************************************************************

More information

Mobile Application Programming. Objective-C Classes

Mobile Application Programming. Objective-C Classes Mobile Application Programming Objective-C Classes Custom Classes @interface Car : NSObject #import Car.h + (int) viper; - (id) initwithmodel:(int)m; @implementation Car Point position; float velocity;

More information

FDD Process #1: Develop an Overall Model

FDD Process #1: Develop an Overall Model FDD Process #1: Develop an Overall Model A initial project-wide activity with domain and development members under the guidance of an experienced object modeller in the role of Chief Architect. A high-level

More information

Assembling a Three-Tier Web Form Application

Assembling a Three-Tier Web Form Application Chapter 16 Objectives Assembling a Three-Tier Application In this chapter, you will: Understand the concept of state for Web applications Create an ASP.NET user control Use data binding technology Develop

More information

ACCESS NetFront TM Browser

ACCESS NetFront TM Browser Security for Access to Device APIs from the Web - W3C Workshop 10-11 December 2008, London ACCESS NetFront TM Browser Marcin Hanclik, R&D, ACCESS CO., LTD. Widgets NetFront Browser Widgets (hereafter NFBW)

More information

Array Elements as Function Parameters

Array Elements as Function Parameters Arrays Class 26 Array Elements as Function Parameters we have seen that array elements are simple variables they can be used anywhere a normal variable can unsigned values [] {10, 15, 20}; unsigned quotient;

More information

Rich User Experience through Multiple Screen Collaboration

Rich User Experience through Multiple Screen Collaboration Copyright c 2011 KIITC, All Rights Reserved Second W3C Web and TV Workshop, Berlin Rich User Experience through Multiple Screen Collaboration 2011. 02. 08 Jaejeung Kim, Howon Lee Email: {jjkim, hwlee}@itc.kaist.ac.kr

More information

Classes and Objects 3/28/2017. How can multiple methods within a Java class read and write the same variable?

Classes and Objects 3/28/2017. How can multiple methods within a Java class read and write the same variable? Peer Instruction 8 Classes and Objects How can multiple methods within a Java class read and write the same variable? A. Allow one method to reference a local variable of the other B. Declare a variable

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

HTMLandXHTML 5th Edition

HTMLandXHTML 5th Edition NEW PERSPECTIVES HTMLandXHTML 5th Edition Patrick Carey The New Perspectives Series' critical-thinking, problem-solving approach is the ideal way to prepare students to transcend point-and-click skills

More information

HTML5 - INTERVIEW QUESTIONS

HTML5 - INTERVIEW QUESTIONS HTML5 - INTERVIEW QUESTIONS http://www.tutorialspoint.com/html5/html5_interview_questions.htm Copyright tutorialspoint.com Dear readers, these HTML5 Interview Questions have been designed specially to

More information

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group 2008 IBM Corporation Agenda XPage overview From palette to properties: Controls, Ajax

More information

Aruba Central APIs. Adolfo Bolivar April 2018

Aruba Central APIs. Adolfo Bolivar April 2018 Aruba Central APIs Adolfo Bolivar April 2018 Agenda Why APIs? Enabling Aruba Central to support APIs Getting the Access token and refresh token via APIs Aruba Central APIs Demos: 1. Proactive notifications

More information

Custom Embedded Tabs, on page 1 Configure Cisco Jabber for Android on Chromebook, on page 8 Cisco Jabber Mobile App Promotion, on page 9

Custom Embedded Tabs, on page 1 Configure Cisco Jabber for Android on Chromebook, on page 8 Cisco Jabber Mobile App Promotion, on page 9 Custom Embedded Tabs, on page 1 Configure Cisco Jabber for Android on Chromebook, on page 8 Cisco Jabber Mobile App Promotion, on page 9 Custom Embedded Tabs Applies to Cisco Jabber for desktop and mobile

More information

SAS VISUAL ANALYTICS SAS VISUAL STATISTICS 7.2, 7.3 AND BEYOND

SAS VISUAL ANALYTICS SAS VISUAL STATISTICS 7.2, 7.3 AND BEYOND SAS VISUAL ANALYTICS SAS VISUAL STATISTICS 7.2, 7.3 AND BEYOND C op yr i g h t 2 0 1 5, S A S I n s t i t u t e I n c. A l l r i g h t s r es er v e d. VA 7.2 (MAY 2015) KEY ENHANCEMENTS IN VA 7.2 Administration

More information

Vitacress Group Cookie Policy

Vitacress Group Cookie Policy Vitacress Group Cookie Policy COOKIE POLICY WHAT ARE COOKIES? Cookies are small files which are stored on your computer. They are designed to hold a modest amount of data specific to your website visit

More information

Performance and security enhancements on the Blaise IS standard stylesheet

Performance and security enhancements on the Blaise IS standard stylesheet Performance and security enhancements on the Blaise IS standard stylesheet Arnaud Wijnant, Edwin de Vet CentERdata, Tilburg University, The Netherlands 1 Abstract CentERdata has several years of experience

More information

The Web of Things. Breakout session on service descriptions. Dave Raggett, W3C 1/27

The Web of Things. Breakout session on service descriptions. Dave Raggett, W3C 1/27 The Web of Things Breakout session on service descriptions Dave Raggett, W3C 1/27 The Web of Things A huge variety of potential application domains including... 2/27 Perils of Fragmentation Advances in

More information

Inline HTML Editor does not load preventing typing in text field

Inline HTML Editor does not load preventing typing in text field Inline HTML Editor does not load preventing typing in text field Date Published: Oct 04,2013 Category: Product:ANGEL; Version:ANGEL_8_0 Article No.: 000034456 Product: ANGEL Issue Description: The Inline

More information

EasyCrypt passes an independent security audit

EasyCrypt passes an independent security audit July 24, 2017 EasyCrypt passes an independent security audit EasyCrypt, a Swiss-based email encryption and privacy service, announced that it has passed an independent security audit. The audit was sponsored

More information

SeU Certified Selenium Engineer (CSE) Syllabus

SeU Certified Selenium Engineer (CSE) Syllabus SeU Certified Selenium Engineer (CSE) Syllabus Released Version 2018 Selenium United Version 2018, released 23.08.2018 Page 1 of 16 Copyright Notice This document may be copied in its entirety, or extracts

More information

SeU Certified Selenium Engineer (CSE) Syllabus

SeU Certified Selenium Engineer (CSE) Syllabus SeU Certified Selenium Engineer (CSE) Syllabus Released Version 2018 Selenium United Version 2018, released 23.08.2018 Page 1 of 16 Copyright Notice This document may be copied in its entirety, or extracts

More information

Java Server Pages. JSP Part II

Java Server Pages. JSP Part II Java Server Pages JSP Part II Agenda Actions Beans JSP & JDBC MVC 2 Components Scripting Elements Directives Implicit Objects Actions 3 Actions Actions are XML-syntax tags used to control the servlet engine

More information

Using the Console System

Using the Console System CHAPTER 2 This chapter describes the console system of the bridge. This system contains all commands necessary to configure and monitor the operation of the bridge. Here s what you ll find in this chapter:

More information

Android Studio is google's official IDE(Integrated Development Environment) for Android Developers.

Android Studio is google's official IDE(Integrated Development Environment) for Android Developers. Android Studio - Hello World Objectives: In this tutorial you will learn how to create your first mobile app using Android Studio. At the end of this session you will be able to: Create Android Project.

More information

Business Card Ordering Instructions

Business Card Ordering Instructions Business Card Ordering Instructions 1. Step by step to order a business card 1.1. Select a business card Select the category of product you would like to order. Click once or click on the white arrow next

More information

Search Engine Optimization Miniseries: Rich Website, Poor Website - A Website Visibility Battle of Epic Proportions

Search Engine Optimization Miniseries: Rich Website, Poor Website - A Website Visibility Battle of Epic Proportions Search Engine Optimization Miniseries: Rich Website, Poor Website - A Website Visibility Battle of Epic Proportions Part Two: Tracking Website Performance July 1, 2007 By Bill Schwartz EBIZ Machine 1115

More information

ASP.NET State Management Techniques

ASP.NET State Management Techniques ASP.NET State Management Techniques This article is for complete beginners who are new to ASP.NET and want to get some good knowledge about ASP.NET State Management. What is the need of State Management?

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Open Web Application Security Project (OWASP)

Open Web Application Security Project (OWASP) Open Web Application Security Project (OWASP) WebScarab Training notes, 28th May 2010 Colin Watson colinwatson(at)owasporg WebScarab is a tool that allows you to record, inspect, modify and build requests

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

CINAHL Basic and Advanced Searching

CINAHL Basic and Advanced Searching CINAHL Basic and Advanced Searching Tutorial support.ebsco.com Welcome to EBSCO s CINAHL Basic and Advanced searching tutorial. In this tutorial, you will learn how conduct searches on both the Basic and

More information

Screening Information System SIS. Login user manual

Screening Information System SIS. Login user manual Screening Information System SIS Login user manual 1 Email Encryption Instructions IMPORTANT *** Web email does not work when receiving encrypted messages from CDPH*** 1) Step one is receiving the email

More information

[MS-DOM2CE]: Internet Explorer Extensions to the Document Object Model (DOM) Level 2 Core Specification

[MS-DOM2CE]: Internet Explorer Extensions to the Document Object Model (DOM) Level 2 Core Specification [MS-DOM2CE]: Internet Explorer Extensions to the Document Object Model (DOM) Level 2 Core Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation.

More information

Zero Latency HTTP The comet Technique

Zero Latency HTTP The comet Technique Zero Latency HTTP The comet Technique Filip Hanik SpringSource Inc Keystone, Colorado, 2008 Slide 1 Who am I bla bla fhanik@apache.org Tomcat Committer / ASF member Co-designed the Comet implementation

More information

CIFE Interactive Workspace: Vision, Goals, and Results to Date

CIFE Interactive Workspace: Vision, Goals, and Results to Date CIFE Interactive : Vision, Goals, and Results to Date Kathleen Liston Martin Fischer Research Motivation Project does not support decisionmaking tasks Relationships are not communicated 4D visualization

More information

Modeling an Impulse in Simulink

Modeling an Impulse in Simulink INTRODUCTION Often a dynamic system is subject to an impulsive load, such as a blow from a hammer. It is important to be able to model such systems to understand what the response will be. This tutorial

More information

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript PHP Curriculum Module: HTML5, CSS3 & JavaScript Introduction to the Web o Explain the evolution of HTML o Explain the page structure used by HTML o List the drawbacks in HTML 4 and XHTML o List the new

More information

Index LICENSED PRODUCT NOT FOR RESALE

Index LICENSED PRODUCT NOT FOR RESALE Index LICENSED PRODUCT NOT FOR RESALE A Absolute positioning, 100 102 with multi-columns, 101 Accelerometer, 263 Access data, 225 227 Adding elements, 209 211 to display, 210 Animated boxes creation using

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 000-289 Title : IBM WebSphere DataPower SOA Appln. Firmware V3.6.1 Vendors

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

PyBossa.JS JavaScript library for PyBossa

PyBossa.JS JavaScript library for PyBossa PyBossa.JS JavaScript library for PyBossa Release 0.1 Citizen Cyberscience Centre and Open Knowledge Foundation Feb 26, 2018 Contents 1 User Guide 3 1.1 Useful Links...............................................

More information