jquery Mobile for dummies

Size: px
Start display at page:

Download "jquery Mobile for dummies"

Transcription

1 jquery Mobile for dummies (featuring AC/DC's Let there be rock) Daniel de la danimataonrails.blogspot.com camerawc.guatdefak.com yumit.com/danimata

2 In the beginning, back in nineteen fifty five Rails 3 jquery / jquery-ui Restful API Base de clientes

3 Man didn't know 'bout a rock 'n' roll show 'N all that jive mobile.facturagem.com Tecnología a elegir Interfaz móvil API demo *** 1 persona / 2 semanas *** Web vs App nativa

4 The white man had the schmaltz, The black man had the blues alternativas Spine.js / Backbone.js Sencha Touch jquery Mobile JQTouch *** Titanium PhoneGap

5 No one knew what they were gonna do but Tschaikovsky had the news entorno Windows IDE = [consola, notepad++, gimp] conocimiento previo, puesta en marcha rápida jquery / jquery UI soporte, documentación, apoyo jquerymobile.com y... no tengo que molar

6 He said... jquery and jquery UI Compatible (A, B, C) HTML5 Ligero / Modular Progressive Enhancement Ajax Navigation / One page apps ThemeRoller

7 (silence) Ejemplos Todo y más en

8 Let there be sound... <!DOCTYPE html> <html> <head> <title>este es mi título (que luego igual no se ve)</title> <meta name="viewport" content="width=device-width, initialscale=1"> <link rel="stylesheet" href=" rc.1/jquery.mobile rc.1.min.css" /> <script src=" <script src=" rc.1/jquery.mobile rc.1.min.js"></script> </head> <body>... Y este es mi contenido... </body> </html>

9 and there was sound

10 <div data-role="page"> Let there be light... <div data-role="header"> <h1>cabecera de la página</h1> </div><!-- /header --> <div data-role="content"> <p>contenido de la página</p> </div><!-- /content --> <div data-role="footer"> <h4>pie de página</h4> </div><!-- /footer --> </div><!-- /page -->

11 ...and there was light

12 Let there be drums... <div data-role="page" id="one" data-title="uno"> <div data-role="header" dataposition="fixed"> <h1>uno</h1> </div><!-- /header <div data-role="content"> <p><a href="#two">dos</a></p> <p><a href="#three">tres</a></p> </div><!-- /content <div data-role="footer" dataposition="fixed"> <h4>pie</h4> </div><!-- /footer <div data-role="page" id="two">... <p><a href="#one">volver</a></p>... <div data-role="page" id="three">... <p><a href="#jander" datarel="back"> volver</a></p>... </div><!-- /page -->

13 ...and there was drums

14 Let there be guitar... <div data-role="page" id="one" datatitle="uno"> <div data-role="header" dataposition="fixed"> <h1>uno</h1> </div><!-- /header <div data-role="content"> <p><a href="#two">dos</a></p> <p><a href="#three" onclick="$.mobile.changepage('#three'); return false;">tres</a></p> <p><a href="#pop" data-rel="dialog">pop up</a></p> </div><!-- /content <div data-role="footer" dataposition="fixed"> <h4>pie</h4> </div><!-- /footer </div><!-- /page --> <div data-role="page" id="two"...>... <p><a href="#jander" data-rel="back"> volver</a></p>... <div data-role="page" id="three"...>... <p><a href="#one" datadirection="reverse">volver</a></p>... <div data-role="page" id="pop"...>... <div data-role="content"> <p><a href="#one">volver</a></p> <p><a href="#jander" data-rel="back">volver </a></p> <p><a href="#one" data-direction="reverse"> volver</a></p> <p><a href="#klander" onclick="$('.uidialog').dialog('close'); return false;"> cerrar</a></p>... <!-- no footer -->

15 ...and there was guitar

16 Let there be Rock!

17 (guitar solo) Transiciones y modales <a href="popup.html" data-transition="pop">pop it</a> <a href="alert.html" data-rel="dialog">alert!</a> $mobile.defaultpagetransition = 'pop'; $mobile.defaultpagetransition = 'slide'; ['fade', 'pop', 'flip', 'turn', 'flow', 'slide', 'slideup', slidedown'] $.mobile.changepage('#id'); Precarga <a href="prefetchthispage.html" data-prefetch>enlace</a> $.mobile.loadpage( pageurl, { showloadmsg: false } );

18 And it came to pass that rock 'n' roll was born Botones I Tags button, input[type=button] e input[type=submit] reciben estilo automáticamente $('[type='submit']').button(); //just in case Los enlaces pueden coger el mismo estilo <a href="index.html" data-role="button">ir</a> data-corners="true false" data-inline="true false" data-shadow="true false" data-mini="true false" Algunas opciones

19 All across the land every rockin' band Botones II Iconos predefinidos y customizables <a href="index.html" data-icon="delete">ir</a> Predefinidos arrow-r, arrow-l, arrow-u, arrow-d, delete, plus, minus, check, gear, refresh, forward, back, grid, star, alert, home, search Algunas opciones data-iconpos="left right bottom top notext" data-iconshadow="true false"

20 Was blowin' up a storm Botones III Grupos <div data-role="controlgroup"> <a href="#index" data-role="button">yes</a> <a href="#index" data-role="button">no</a> <a href="#index" data-role="button">maybe</a> </div> data-type="horizontal" Horizontal

21 The guitar man got famous,the business man got rich

22 And in every bar there was a superstar Header Toolbar <div data-role="header" data-position="fixed"> <a href="#none" data-icon="back">volver</a> <h1>hader bar</h1> <a href="#none" data-icon="forward">seguir</a> </div><!-- /header --> class="ui-btn-right" Algunas opciones

23 With a seven year itch Footer Toolbar <div data-role="footer" data-position="fixed" class="ui-bar"> <a href="index.html" data-role="button" data-icon="arrowu">subir</a> <a href="index.html" data-role="button" data-icon="arrowd">bajar</a> <a href="index.html" data-role="button" data-icon="arrowl">izquierda</a> <a href="index.html" data-role="button" data-icon="arrowr">derecha</a> </div><!-- /footer --> Algunas opciones <div data-role="controlgroup" data-type="horizontal">

24 There was fifteen million fingers Navbar <div data-role="navbar"> <ul> <li><a href="#none" data-role="button" data-icon="plus" class="ui-btn-active">añadir</a></li> <li><a href="#none" data-role="button" data-icon="minus"> eliminar</a></li> <li><a href="#none" data-role="button" data-icon="check"> aceptar</a></li> </ul> </div><!-- /navbar --> Se pueden incluir en header y footer, y añadir otras opciones a los botones

25 Learnin' how to play

26 And you could hear the fingers pickin' Listas <ul data-role="listview"> <li><a href="#one">uno</a></li> <li><a href="#two">dos</a></li> <li><a href="#three">tres</a></li> </ul> Numeradas <ol data-role="listview">...</ol> Separadores <li data-role="list-divider">...</li> Filtro <ul data-role="listview" data-filter="true">...</ul>

27 And this is what they had to say

28 Let there be light Formularios I <form action="#" method="post"> <div data-role="fieldcontain" class="ui-hide-label"> <label for="login">login</label> <input type="text" name="login" id="login" value="" placeholder="login"/> </div> <div data-role="fieldcontain" class="ui-hide-label"> <label for="password">password</label> <input type="password" name="password" id="password" value="" placeholder="password"/> </div> <div data-role="fieldcontain" class="button"> <button type="submit">acceder</button> </div> </form>

29 sound Formularios II <input type="text" name="a" id="a" value="" placeholder="text input"/> <textarea name="b" id="b" value="" placeholder="text area"></textarea> <input type="search" name="c" id="c" value="" /> <input type=" " name="e" id="e" value="" placeholder=" "/> <input type="tel" name="t" id="t" value="" placeholder="teléfono"/> <select name="z" id="z"> <option value="s">pequeño</option> <option value="m">mediano</option> <option value="l">grande</option> </select>

30 drums Formularios III <select name="b" id="b" data-role="slider"> <option value="off">nole</option> <option value="on">síle</option> </select> <input type="range" name="a" id="a" value="15" min="0" max="100" step="5" data-highlight="true"/> <input type="checkbox" name="d" id="d"/> <div data-role="controlgroup"> <input type="radio" name="r1" id="c1" value="1" checked="checked" /> <label for="c1">piedra</label> <input type="radio" name="r1" id="c2" value="2" /> <label for="c2">papel</label> <input type="radio" name="r1" id="c3" value="3" /> <label for="c3">tijera</label> </div>

31 and guitar

32 Let there be Rock!

33 (guitar solo) Markup <form action="#" method="post"> <input type="hidden" name="format" id="format" value="json"/> <input type="hidden" name="api_version" id="api_version" value="1"/> <div data-role="fieldcontain" class="ui-hide-label"> <label for="login">login</label> <input type="text" name="login" id="login" value="" placeholder="login"/> </div> <div data-role="fieldcontain" class="ui-hide-label"> <label for="password">password</label> <input type="password" name="password" id="password" value="" placeholder="password"/> </div> <div data-role="fieldcontain" class="button"> <button type="submit">acceder</button> </div> </form>

34 (Angus' on the floor) $("#login-form").submit(function(event){ event.preventdefault(); $.ajax(' { type: 'POST', datatype: 'json', cache: false, data: $(this).serialize(), success: function(data) { }, error: function(){ } } ); Js

35 (Angus' flying)

36 One night in a club called the Shakin' Hand CORS cross origin resource sharing El navegador envía una petición OPTIONS (pide permiso) El servidor la recibe, toma una decisión y la envía (permisos, recursos, verbos, expiry...) Si el servidor concede permiso, el navegador vuelve a enviar a petición Respuesta headers['access-control-allow-origin'] = '*' headers['access-control-allow-methods'] = 'POST, GET, OPTIONS, DELETE, PUT' headers['access-control-allow-headers'] = '*' headers['access-control-max-age'] = ' '

37 There was a 42 decibel rockin' band json "user": { "name": "Daniel de la Mata Lara", " ": "[email protected]", "locale": "es", "api_key" : "995d79acc48864cf c5a9d0d5e97102dc8", "links": [ {"rel": "session", "uri": " "methods": "GET, POST, DESTROY"}, {"rel": "account", "uri": " daniel-de-la-mata-lara", "methods": "GET, PUT"}, {"rel": "clients", "uri": " daniel-de-la-mata-lara/clients", "methods": "GET, POST"}, {"rel": "invoices", "uri": " daniel-de-la-mata-lara/invoices", "methods": "GET, POST"},... ],... }

38 And the music was good, and the music was loud memoria success: function(data) { localstorage.setitem('user_data_api_key', data.user.api_key); localstorage.setitem('user_data_name', data.user.name); var uri = geturibyrel(data.user.links, 'session'); if(uri){ localstorage.setitem('user_data_session_url', uri); } uri = geturibyrel(data.user.links, 'account'); if(uri){ localstorage.setitem('user_data_account_url', uri); }... } acceso localstorage.user_data_api_key if(localstorage.user_data_name!= null){...} localstorage.clear();

39 And the singer turned and he said to the crowd... otras cosillas Theming Analytics Controlar eventos click PhoneGap Generación de aplicaciones nativas %20jQueryMobile

40 Let there be Rock!!!!

41 Bonus track Desconferencia 12-mayo-2012 API REST Concurso BBQ & Beer

42 Salud y rocanrol Chas Gracias

Over mij. 17 jaar 17 jaar 2 jaar. 1 week

Over mij. 17 jaar 17 jaar 2 jaar. 1 week Oracle Application Express & Christian Rokitta.nl OGh APEX Dag 26 Maart 2012 1 2 Over mij 17 jaar 17 jaar 2 jaar 1 week Agenda Waarom Waarom mobile website (vs native App)? HTML APEX Kosten voor mobile

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Application Express: Mobile User Interfaces Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle USA Inc. 520 Madison Avenue,

More information

BUILD A MOBILE APP WITH HTML5 AND JAVASCRIPT

BUILD A MOBILE APP WITH HTML5 AND JAVASCRIPT Review Article BUILD A MOBILE APP WITH HTML5 AND JAVASCRIPT Miljan Jeremić 1, Zvonko Damjanović 2, Đorđe Kostadinović 3, Dušan Jeremić 4 1 Knjževačka Gimnazija knjaževac, 2 University of Belgrade, Technical

More information

Manejo Basico del Servidor de Aplicaciones WebSphere Application Server 6.0

Manejo Basico del Servidor de Aplicaciones WebSphere Application Server 6.0 Manejo Basico del Servidor de Aplicaciones WebSphere Application Server 6.0 Ing. Juan Alfonso Salvia Arquitecto de Aplicaciones IBM Uruguay Slide 2 of 45 Slide 3 of 45 Instalacion Basica del Server La

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

Master Mobile Web Apps with jquery Mobile

Master Mobile Web Apps with jquery Mobile Quickly learn to create great mobile web apps!,. Master Mobile Web Apps with jquery Mobile Fourth Edition Matt Doyle Elated Books Master Mobile Web Apps with jquery Mobile Fourth Edition Matt Doyle Elated

More information

Making the Most of Existing Public Web Development Frameworks WEB04

Making the Most of Existing Public Web Development Frameworks WEB04 Making the Most of Existing Public Web Development Frameworks WEB04 jquery Mobile Write less, do more 2 The jquery Suite UI Overhaul Look and Feel Transitions Interactions Touch, Mouse, Keyboard Don t

More information

HTML5 & Friends. And How They Change A Developer s Life

HTML5 & Friends. And How They Change A Developer s Life HTML5 & Friends And How They Change A Developer s Life Yang Piao [email protected] 2 HTML5? 3 What is HTML5 The markup language 5 th major version of HTML successor of HTML 4.01 Or a set of cutting-edge web technologies

More information

Mobile Web Applications using HTML5. L. Cotfas 14 Dec. 2011

Mobile Web Applications using HTML5. L. Cotfas 14 Dec. 2011 Mobile Web Applications using HTML5 L. Cotfas 14 Dec. 2011 Reasons for mobile web development Many different platforms: Android, IPhone, Symbian, Windows Phone/ Mobile, MeeGo (only a few of them) Reasons

More information

Designing for the Mobile Web Lesson 3: HTML5 Web Apps

Designing for the Mobile Web Lesson 3: HTML5 Web Apps Designing for the Mobile Web Lesson 3: HTML5 Web Apps Michael Slater, CEO Andrew DesChenes, Dir. Services [email protected] 888.670.6793 www.webvanta.com Welcome! Four sessions 1: The Mobile

More information

HTML5 and CSS3. new semantic elements advanced form support CSS3 features other HTML5 features

HTML5 and CSS3. new semantic elements advanced form support CSS3 features other HTML5 features HTML5 and CSS3 new semantic elements advanced form support CSS3 features other HTML5 features fallback solutions HTML5 and CSS3 are new and evolving standards two levels of fallback different browsers

More information

BUILDING MOBILE WEB APPS WITH PHONEGAP. Matt Zukowski

BUILDING MOBILE WEB APPS WITH PHONEGAP. Matt Zukowski BUILDING MOBILE WEB APPS WITH PHONEGAP Matt Zukowski This slide deck https://slid.es/zukzuk/phonegap 1. Install Android Development Tools 2. Install Phonegap 3. Build a simple app using Phonegap 4. Build

More information

(http://jqueryui.com) François Agneray. Octobre 2012

(http://jqueryui.com) François Agneray. Octobre 2012 (http://jqueryui.com) François Agneray Octobre 2012 plan jquery UI est une surcouche de jquery qui propose des outils pour créer des interfaces graphiques interactives. Ses fonctionnalités se divisent

More information

THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC.

THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC. THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC. Copyright 2012, SAS Institute Inc. All rights reserved. Overview Mobile

More information

LAB 4 HTML TABLES AND FORMS

LAB 4 HTML TABLES AND FORMS LAB 4 HTML TABLES AND FORMS What You Will Learn How to create HTML tables How to style tables How to create HTML forms Approximate Time The exercises in this lab should take approximately 40 minutes to

More information

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum

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

More information

Beginning Android Web

Beginning Android Web Beginning Android Web Apps Development Develop for Android using HTML5, CSS3, and JavaScript Jon Westfall Rocco Augusto Grant Allen Apress* Contents Contents at a Glance About the Authors About the Technical

More information

CLASSROOM WEB DESIGNING COURSE

CLASSROOM WEB DESIGNING COURSE About Web Trainings Academy CLASSROOM WEB DESIGNING COURSE Web Trainings Academy is the Top institutes in Hyderabad for Web Technologies established in 2007 and managed by ITinfo Group (Our Registered

More information

Retool your HTML/JavaScript to go Mobile

Retool your HTML/JavaScript to go Mobile Retool your HTML/JavaScript to go Mobile @atdebonis 2008 Troy Web Consulting LLC All rights reserved 1 Overview What is PhoneGap? What is it good for? What can you use with it? Device Features Dev Tools

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Nick Ager @nickager. lunes 3 de septiembre de 12

Nick Ager @nickager. lunes 3 de septiembre de 12 Nick Ager @nickager Plan Overview of jquerymobile Seaside integration with jquerymobile Building an app with Pharo, Seaside jquerymobile Questions Installation http://jquerymobile.seasidehosting.st Follow

More information

Setup and Administration for ISVs

Setup and Administration for ISVs 17 Setup and Administration for ISVs ISV accounts for both hosted and private cloud support white labeling functionality and give you the ability to provision and manage customer tenants directly. A customer

More information

Rich-Internet Anwendungen auf Basis von ColdFusion und Ajax

Rich-Internet Anwendungen auf Basis von ColdFusion und Ajax Rich-Internet Anwendungen auf Basis von ColdFusion und Ajax Sven Ramuschkat [email protected] München & Zürich, März 2009 A bit of AJAX history XMLHttpRequest introduced in IE5 used in

More information

CREATING WEB FORMS WEB and FORMS FRAMES AND

CREATING WEB FORMS WEB and FORMS FRAMES AND CREATING CREATING WEB FORMS WEB and FORMS FRAMES AND FRAMES USING Using HTML HTML Creating Web Forms and Frames 1. What is a Web Form 2. What is a CGI Script File 3. Initiating the HTML File 4. Composing

More information

Introduction to web development and JavaScript

Introduction to web development and JavaScript Objectives Chapter 1 Introduction to web development and JavaScript Applied Load a web page from the Internet or an intranet into a web browser. View the source code for a web page in a web browser. Knowledge

More information

Mobile development with Apache OFBiz. Ean Schuessler, co-founder @ Brainfood

Mobile development with Apache OFBiz. Ean Schuessler, co-founder @ Brainfood Mobile development with Apache OFBiz Ean Schuessler, co-founder @ Brainfood Mobile development For the purposes of this talk mobile development means mobile web development The languages and APIs for native

More information

Responsive Design Best Practices

Responsive Design Best Practices Responsive Design Best Practices Heather Shore Account Director Silverpop Harlan Cayetano Sr. Email Specialist Silverpop Yin Mac Program Manager Silverpop Andrea Shyrock Production Manager Alchemy Worx

More information

Developing Mobile Websites with Responsive Web Design and jquery Mobile

Developing Mobile Websites with Responsive Web Design and jquery Mobile Developing Mobile Websites with Responsive Web Design and jquery Mobile Duration: 5 Days Price: CDN$2875 *Prices are subject to GST/HST Course Description: This hands-on course conveys the fundamental

More information

SAHARA FASHION15 RESPONSIVE MAGENTO THEME

SAHARA FASHION15 RESPONSIVE MAGENTO THEME SAHARA FASHION15 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_fashion15 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Internet Ohjelmointi 1 Examples 4

Internet Ohjelmointi 1 Examples 4 Internet Ohjelmointi 1 Example 1 4 form 5 6 7 8 Loan Amount 9 Monthly Repayment

More information

BtoB MKT Trends. El Escenario Online. Luciana Sario. Gerente de Marketing IDC Latin America 2009 IDC W W W. I D C. C O M / G M S 1

BtoB MKT Trends. El Escenario Online. Luciana Sario. Gerente de Marketing IDC Latin America 2009 IDC W W W. I D C. C O M / G M S 1 BtoB MKT Trends El Escenario Online Luciana Sario Gerente de Marketing IDC Latin America 2009 IDC W W W. I D C. C O M / G M S 1 Audio Test Estamos haciendo un Audio Test y estoy hablando en este momento

More information

PROGRESSIVE APPFICADA WEB APPS O MELHOR DA WEB,

PROGRESSIVE APPFICADA WEB APPS O MELHOR DA WEB, PROGRESSIVE WEB APPS O MELHOR DA WEB, APPFICADA sergiolopes.org @sergio_caelum WEB vs APP PROGRESSIVE WEB APPS PROGRESSIVE WEB APPS HTML semântico shopping

More information

.NET Best Practices Part 1 Master Pages Setup. Version 2.0

.NET Best Practices Part 1 Master Pages Setup. Version 2.0 .NET Best Practices Part 1 Master Pages Setup Version 2.0 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

ireview Template Manual

ireview Template Manual ireview Template Manual Contents Template Overview... 2 Main features... 2 Template Installation... 3 Installation Steps... 3 Upgrading ireview... 3 Template Parameters... 4 Module Positions... 6 Module

More information

Making Web Application using Tizen Web UI Framework. Koeun Choi

Making Web Application using Tizen Web UI Framework. Koeun Choi Making Web Application using Tizen Web UI Framework Koeun Choi Contents Overview Web Applications using Web UI Framework Tizen Web UI Framework Web UI Framework Launching Flow Web Winsets Making Web Application

More information

How To Create A Web Page On A Windows 7.1.1 (For Free) With A Notepad) On A Macintosh (For A Freebie) Or Macintosh Web Browser (For Cheap) On Your Computer Or Macbook (

How To Create A Web Page On A Windows 7.1.1 (For Free) With A Notepad) On A Macintosh (For A Freebie) Or Macintosh Web Browser (For Cheap) On Your Computer Or Macbook ( CREATING WEB PAGE WITH NOTEPAD USING HTML AND CSS The following exercises illustrate the process of creating and publishing Web pages with Notepad, which is the plain text editor that ships as part of

More information

DESIGN RESPONSIVELY 2012-08-18 DRUPAL CAMP CT RESPONSIVE WEB DESIGN AND DRUPAL PROJECT. Monday, August 27, 12

DESIGN RESPONSIVELY 2012-08-18 DRUPAL CAMP CT RESPONSIVE WEB DESIGN AND DRUPAL PROJECT. Monday, August 27, 12 PROJECT DESIGN RESPONSIVELY RESPONSIVE WEB DESIGN AND DRUPAL DATE CLIENT 2012-08-18 DRUPAL CAMP CT SHAUN GORNEAU WEB STRATEGIST WEB SITE DESIGNER + DEVELOPER DRUPAL: THEMER, ARCHITECT + DEVELOPER SHAUN

More information

Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00

Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00 Course Page - Page 1 of 12 Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00 Course Description Responsive Mobile Web Development is more

More information

IBM Script Portlet for WebSphere Portal Release 1.1

IBM Script Portlet for WebSphere Portal Release 1.1 IBM Script Portlet for WebSphere Portal Release 1.1 Topics Why script applications for WebSphere Portal The Script Portlet approach and its benefits Using Script Portlet Accessing data and services Downloadable

More information

Radian6: Reporting. The New Topic Analysis Widget compares results based off of your topic profile. It can compare results about

Radian6: Reporting. The New Topic Analysis Widget compares results based off of your topic profile. It can compare results about Contents Radian6: Reporting Topic Analysis Widget.1 Use Keywords...1 Use Topics...7 New Topic Trends Widget..14 Conversation Cloud Widget...14 New Influence Viewer...15 River of News Widget 17 Example.19

More information

LOYEX TRADING STATION

LOYEX TRADING STATION LOYAL BANK LTD LOYEX TRADING STATION USER GUIDE LOYEX TEAM 1/6/2011 Copyright All rights reserved www.myloyex.com 2 TABLE OF CONTENTS 1 Launching the LOYEX Trading Station page 3 2 The LOYEX Trading Station

More information

research: technical implemenation

research: technical implemenation research: technical implemenation topic: digital publication of the annually c/kompass information brochure on iphone/ipod touch with the target to have an advantage over the printed version possible solutions:

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just

More information

Unlocking the Java EE Platform with HTML 5

Unlocking the Java EE Platform with HTML 5 1 2 Unlocking the Java EE Platform with HTML 5 Unlocking the Java EE Platform with HTML 5 Overview HTML5 has suddenly become a hot item, even in the Java ecosystem. How do the 'old' technologies of HTML,

More information

DIPLOMADO EN BASE DE DATOS

DIPLOMADO EN BASE DE DATOS DIPLOMADO EN BASE DE DATOS OBJETIVOS Preparan al Estudiante en el uso de las tecnologías de base de datos OLTP y OLAP, con conocimientos generales en todas las bases de datos y especialización en SQL server

More information

Create interactive web graphics out of your SAS or R datasets

Create interactive web graphics out of your SAS or R datasets Paper CS07 Create interactive web graphics out of your SAS or R datasets Patrick René Warnat, HMS Analytical Software GmbH, Heidelberg, Germany ABSTRACT Several commercial software products allow the creation

More information

Developing Cross-platform Mobile and Web Apps

Developing Cross-platform Mobile and Web Apps 1 Developing Cross-platform Mobile and Web Apps Xiang Mao 1 and Jiannong Xin * 2 1 Department of Electrical and Computer Engineering, University of Florida 2 Institute of Food and Agricultural Sciences

More information

Interfaces de voz avanzadas con VoiceXML

Interfaces de voz avanzadas con VoiceXML Interfaces de voz avanzadas con VoiceXML Digital Revolution is coming Self driving cars Self voice services Autopilot for CAR Speaker Automatic Speech Recognition ASR DTMF keypad SIP / VoIP or TDM Micro

More information

UComment. UComment is a comment component for Umbraco, it makes it very easy to add comment functionality to any Umbraco content document you wish.

UComment. UComment is a comment component for Umbraco, it makes it very easy to add comment functionality to any Umbraco content document you wish. UComment UComment is a comment component for Umbraco, it makes it very easy to add comment functionality to any Umbraco content document you wish. Contents Installation... 3 Setup... 4 Prerequisites...

More information

Web - Travaux Pratiques 1

Web - Travaux Pratiques 1 Web - Travaux Pratiques 1 Pour rappel, le squelette d une page HTML5 est la suivante : Syntaxe ... ... Une fois qu une page est terminée,

More information

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application BACKBONE.JS Sencha Touch CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application A RapidValue Solutions Whitepaper Author: Pooja Prasad, Technical Lead, RapidValue Solutions Contents Executive

More information

Marathon Data Systems

Marathon Data Systems Marathon Data Systems Executive Dashboard Executive Dashboard is a powerful business intelligence tool that allows owners, managers and executives to: Easily see trends that exist within the data that

More information

Using Social Networking Sites to Support Online Individual Health Behavior Change Projects

Using Social Networking Sites to Support Online Individual Health Behavior Change Projects Using Social Networking Sites to Support Online Individual Health Behavior Change Projects Utilizando Sitios de Red Social para Apoyar los Proyectos de Cambio en el Comportamiento de Salud Individual Joshua

More information

Subject Tool Remarks What is JQuery. Slide Javascript Library

Subject Tool Remarks What is JQuery. Slide Javascript Library Subject Tool Remarks What is JQuery Slide Javascript Library Picture John Resig Tool for Searching the DOM (Document Object Model) Created by John Resig Superstar Very Small (12k) Browser Independent Not

More information

HTML5: Separating Fact and Fiction. www.wipconnector.com @caaarlo #wipjam

HTML5: Separating Fact and Fiction. www.wipconnector.com @caaarlo #wipjam HTML5: Separating Fact and Fiction www.wipconnector.com @caaarlo #wipjam Announcements What is HTML5? Agenda What can HTML5 do? What can t it do? Pure HTML5/Native vs. Hybrid approaches Guest Developer

More information

ios App Development Using Cordova

ios App Development Using Cordova ios App Development Using Cordova Created by Todd Treece Last updated on 2015-06-29 08:20:06 AM EDT Guide Contents Guide Contents Overview Installing Dependencies Creating a New App index.html index.css

More information

Salesforce Console Integration Toolkit Developer's Guide

Salesforce Console Integration Toolkit Developer's Guide Salesforce Console Integration Toolkit Developer's Guide Version 35.0, Winter 16 @salesforcedocs Last updated: December 17, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce

More information

Dynamic Web-Enabled Data Collection

Dynamic Web-Enabled Data Collection Dynamic Web-Enabled Data Collection S. David Riba, Introduction Web-based Data Collection Forms Error Trapping Server Side Validation Client Side Validation Dynamic generation of web pages with Scripting

More information

jquery Sliding Image Gallery

jquery Sliding Image Gallery jquery Sliding Image Gallery Copyright 2011 FlashBlue Website : http://www.flashdo.com Email: [email protected] Twitter: http://twitter.com/flashblue80 Directories source - Original source files

More information

Transitioning Computer Courseware to Mobile Web Apps

Transitioning Computer Courseware to Mobile Web Apps Transitioning Computer Courseware to Mobile Web Apps RE: http://vanat.cvm.umn.edu/mneuroconcepts/ Thomas F. Fletcher, DVM, PhD Synopsis: To exploit the learning potential of mobile devices, we are converting

More information

Cross-Platform Phone Apps & Sites with jquery Mobile

Cross-Platform Phone Apps & Sites with jquery Mobile Cross-Platform Phone Apps & Sites with jquery Mobile Nick Landry, MVP Senior Product Manager Infragistics Nokia Developer Champion [email protected] @ActiveNick www.activenick.net Who is ActiveNick?

More information

Cross-Platform Tools

Cross-Platform Tools Cross-Platform Tools Build once and Run Everywhere Alexey Karpik Web Platform Developer at ALTOROS Action plan Current mobile platforms overview Main groups of cross-platform tools Examples of the usage

More information

Navigating Microsoft Word 2007

Navigating Microsoft Word 2007 Navigating Microsoft Word 2007 Subject Descriptors: Microsoft Office Word 2007, Interface Application (Version): Microsoft Word 2007 for Windows Task Description: I am new to Microsoft Word 2007. How do

More information

Web Browser. Fetches/displays documents from web servers. Mosaic 1993

Web Browser. Fetches/displays documents from web servers. Mosaic 1993 HTML5 and CSS3 Web Browser Fetches/displays documents from web servers Mosaic 1993 Firefox,IE,Chrome,Safari,Opera,Lynx,Mosaic,Konqueror There are standards, but wide variation in features Desktop Browser

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. [email protected]

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. [email protected] 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved FORTIS Fully responsive flexible Magento theme by Infortis User Guide Copyright 2012-2013 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you eliminate

More information

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS RAJESH KUMAR Technical Lead, Aricent PUNEET INDER KAUR Senior Software Engineer, Aricent HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI

More information

Up and Running with LabVIEW Web Services

Up and Running with LabVIEW Web Services Up and Running with LabVIEW Web Services July 7, 2014 Jon McBee Bloomy Controls, Inc. LabVIEW Web Services were introduced in LabVIEW 8.6 and provide a standard way to interact with an application over

More information

Para perfeccionistas con deadlines

Para perfeccionistas con deadlines Para perfeccionistas con deadlines Leo Soto M. Imagemaker IT Encuentro Linux 2008 Python? Django? Python is an experiment in how much freedom programmers need... ...Too much freedom and nobody can read

More information

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework pinboard.in tag http://pinboard.in/u:jasonclark/t:amigos-jquery-mobile/ Agenda Learn what a mobile framework is. Understand

More information

YOUTUBE. Sharing Videos

YOUTUBE. Sharing Videos YOUTUBE Uploading videos on Youtube and share them into ED3P platform. YOUTUBE Sharing Videos Avda. Matta 43 Coquimbo Chile Tel/Fax (56 51) 323 800-325 488 www.ed3p.cl Youtube Manual - Pág. 1/12 MANUAL

More information

Editing the Web Template Files

Editing the Web Template Files Editing the Web Template Files This tutorial describes the process of editing the PHP files to make global changes to the layout, color, font, and text within the CONTENTdm Web templates. This documentation

More information

MetaTrader 4 for iphone Guide

MetaTrader 4 for iphone Guide MetaTrader 4 for iphone Guide Logging in When you have first downloaded and installed the app from the App Store, you will see the Metatrader 4 icon appear on your screen. Please select this icon by tapping

More information

FORMACIÓN E-LEARNING DE MICROSOFT

FORMACIÓN E-LEARNING DE MICROSOFT FORMACIÓN E-LEARNING DE MICROSOFT NANFOR IBÉRICA S.L PARTNER GLOBAL DE E-LEARNING DE MICROSOFT, único en Europa del Sur e Iberoamérica, y uno de los 9 existentes en todo el mundo. NOVEDADES EN LAS CERTIFICACIONES

More information

Building A Very Simple Website

Building A Very Simple Website Sitecore CMS 6.5 Building A Very Simple Web Site Rev 110715 Sitecore CMS 6.5 Building A Very Simple Website A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Creating

More information

Shipbeat Magento Module. Installation and user guide

Shipbeat Magento Module. Installation and user guide Shipbeat Magento Module Installation and user guide Table of contents 1. Module installation 1.1 Regular installation 1.2 Multi-store installation 1.3 Installation for SUPEE-6788 and Magento CE 1.9.2.2

More information

Copyright 2016-123TeachMe.com 242ea 1

Copyright 2016-123TeachMe.com 242ea 1 Sentence Match Quiz for Category: por_vs_para_1 1) Son las habitaciones accesibles para discapacitados? - A: Are the rooms handicapped accessible? - B: You must fill out this form in order to get work

More information

Dreamweaver CS5. Module 2: Website Modification

Dreamweaver CS5. Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,

More information