Size: px
Start display at page:

Download ""

Transcription

1

2 flexbox

3 float float:left

4 float

5 float

6 float

7 float Dificultad para organizar El posicionamiento visual depende del markup No puedes centrar No controlas las alturas en sistemas de columnas

8 table display:table display:table-cell display:table-row display:table-caption

9 display:table-cell

10 display:table-cell

11 flexbox

12 flexbox display:flex

13 flexbox display:-ms-flexbox; display:flex

14 flexbox display:-moz-flex; display:-ms-flexbox; display:flex

15 flexbox display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:flex

16 flexbox display:-webkit-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:flex

17 caniuse.com

18

19 flexbox display:-webkit-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; flexbox;

20 flexbox Provee una forma más eficiente de maquetar cubriendo espacios disponibles expandiendo elementos o encogiéndolos.

21 .container { display: flex;

22 eje horizontal

23 .container { display: flex; justify-content: flex-start;.item {

24 justify-content: flex-start

25 .container { display: flex; justify-content: flex-end;.item {

26 justify-content: flex-end

27 .container { display: flex; justify-content: center;.item {

28 justify-content: center

29 .container { display: flex; justify-content: space-between;.item {

30 justify-content: space-between

31 .container { display: flex; justify-content: space-around;.item {

32 justify-content: space-around

33 justify-content justify-content: flex-start justify-content: flex-end justify-content: center justify-content: space-between justify-content: space-around

34 .container { display: flex; justify-content: space-around; flex-wrap: wrap;.item { width: 200px;

35 flex-wrap

36 flex-wrap

37 eje vertical

38 .container { display: flex; justify-content: flex-end; align-items: flex-start; // default.item {

39 align-items: flex-start El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. Wakkos I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry.

40 .container { display: flex; justify-content: flex-end; align-items: flex-end;.item {

41 align-items: flex-end Wakkos El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry.

42 .container { display: flex; justify-content: flex-end; align-items: center;.item {

43 align-items: center El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. Wakkos I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry.

44 .container { display: flex; justify-content: flex-end; align-items: stretch;.item {

45 align-items: stretch El Mariachi Wakkos El Padrino José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry.

46 propiedades de hijos.item { width: 200px;

47 .container { display: flex;.item { width: 200px; order: 0; flex-grow: 0; flex-shrink: 0; align-self: auto; flex-basis: auto;

48 .container { display: flex;.mariachi { width: 200px; order: 1; flex-grow: 0; flex-shrink: 0; align-self: auto; flex-basis: auto;

49 flex children markup order: 2 markup order: 3 markup order: 1 Wakkos I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry. El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. order: 1;

50 flex children markup order: 2 markup order: 1 markup order: 3 Wakkos I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry. order: -1;

51 .container { display: flex;.mariachi { width: 200px; order: 0; flex-grow: 2; flex-shrink: 0; align-self: auto; flex-basis: auto;

52 flex children El Mariachi Wakkos El Padrino José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. flex-grow: 2; I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry.

53 .container { display: flex;.mariachi { width: 200px; order: 0; flex-grow: 0; flex-shrink: 0; align-self: flex-end; flex-basis: auto;

54 flex children align-self: flex-end; El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. Wakkos I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry.

55 flex children El Mariachi José Dimas es fundador de Ockham Ti, empresa de desarrollo de software, app móviles, videojuegos y cursos. Profesor de universidad. Ha trabajado en varias universidades de El Caribe, México y de EscuelaIT. Wakkos I create scalable and robust CSS, focusing in maintainability. I Apply DRY rules and some OOCSS (Not every time, CSS is still cascade) and I always comment my CSS with BEM comments. I usually attach myself to these rules and guidelines when coding CSS. I use CSS frameworks, (not design frameworks like Bootstrap/Foundation or similar). I believe a framework should do your work easier, it is not meant to do ALL the work: Every project evolves in a different way and depending on its path. El Padrino I work with various technology companies as a consultant, trainer and developer. In computer engineering emphasizes my passion for mobile applications across platforms, but with special emphasis on training, where implement my own method: LEX, by which several startups have been able to begin to take their first steps into the applications sector. Over 25 years of commitment to the industry. align-self: stretch;

56 .form { display: flex; input[type=text] { width: 100%; input[type=submit] { flex-basis: 100px;

57 <form action="" class="form"> <input type="text" /> <input type="submit" /> </form>

58 submit

59 submit

60

61

LINIO COLOMBIA. Starting-Up & Leading E-Commerce. www.linio.com.co. Luca Ranaldi, CEO. Pedro Freire, VP Marketing and Business Development

LINIO COLOMBIA. Starting-Up & Leading E-Commerce. www.linio.com.co. Luca Ranaldi, CEO. Pedro Freire, VP Marketing and Business Development LINIO COLOMBIA Starting-Up & Leading E-Commerce Luca Ranaldi, CEO Pedro Freire, VP Marketing and Business Development 22 de Agosto 2013 www.linio.com.co QUÉ ES LINIO? Linio es la tienda online #1 en Colombia

More information

Organizational agility through project portfolio management. Dr Catherine P Killen University of Technology, Sydney (UTS)

Organizational agility through project portfolio management. Dr Catherine P Killen University of Technology, Sydney (UTS) Organizational agility through project portfolio management Dr Catherine P Killen University of Technology, Sydney (UTS) Acerca del Autor Catherine Killen es profesor en la Universidad Tecnología de Sídney

More information

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Academic Visual Studio Library Curso Nombre del curso Idioma 2263 Clinic 2263: Exam Preparation for

More information

AULA EUROPEA DE EMPRESA

AULA EUROPEA DE EMPRESA AULA EUROPEA DE EMPRESA AULA EUROPEA DE EMPRESA Formación Microsoft Primer Cuatrimestre 2014 C/ Méndez Álvaro 56, 28045-Madrid www.aedeibs.com MOC: MICROSOFT OFFICIAL CURRICULUM... 1 Cloud Computing...

More information

Passionate about Entrepreneurship, Javascript addict, and CSS lover! I also design mobile applications and enjoy work in UX.

Passionate about Entrepreneurship, Javascript addict, and CSS lover! I also design mobile applications and enjoy work in UX. Daniel Muela Campos Passionate about Entrepreneurship, Javascript addict, and CSS lover! I also design mobile applications and enjoy work in UX. muela.daniel@outlook.com (044) 614 217-9318 dmuela.com Skills

More information

LBWN ALQUILAR CON OPCIÓN A COMPRAR

LBWN ALQUILAR CON OPCIÓN A COMPRAR LBWN ALQUILAR CON OPCIÓN A COMPRAR BENEFICIOS PARA LA COMUNIDAD LBWN Alquilar con Opción a Comprar es una iniciativa de desarrollo de $5.8 millones que convertirá 24 foreclosures en viviendas unifamiliares

More information

Note: This App is under development and available for testing on request. Note: This App is under development and available for testing on request. Note: This App is under development and available for

More information

Cambridge IGCSE. www.cie.org.uk

Cambridge IGCSE. www.cie.org.uk Cambridge IGCSE About University of Cambridge International Examinations (CIE) Acerca de la Universidad de Cambridge Exámenes Internacionales. CIE examinations are taken in over 150 different countries

More information

Green Corridors and TEN-T Policy Planning Sara Fozza Project Manager - Sustainable Logistics - D'Appolonia S.p.A Humberto Moyano Director de I+D Autoridad Portuaria de Gijón. Content of the presentation

More information

MESSAGE FROM OUR CHAIR

MESSAGE FROM OUR CHAIR Another academic year just started and HETS wishes you success in all your endeavors during this year. This is the time for all our resolutions to take place in producing results for our learners. We have

More information

BDL4681XU BDL4675XU. Video Wall Installation Guide

BDL4681XU BDL4675XU. Video Wall Installation Guide BDL4681XU BDL4675XU Video Wall Installation Guide Video walls can create a stunning visual effect, attracting attention and audiences to view your messages and other video content. To ensure optimal performance

More information

Dave Rojas. Summary. Experience. Software Engineer - Web Developer & Web Designer davejrojas@gmail.com

Dave Rojas. Summary. Experience. Software Engineer - Web Developer & Web Designer davejrojas@gmail.com Dave Rojas Software Engineer - Web Developer & Web Designer davejrojas@gmail.com Summary Software Engineer with humanistic tendencies. Passionated about Web development and Web design with a critical and

More information

OFERTAS DE TRABAJO (Agosto de 2.007) Answare es una empresa española independiente y de capital privado que se constituyo en el año 2002.

OFERTAS DE TRABAJO (Agosto de 2.007) Answare es una empresa española independiente y de capital privado que se constituyo en el año 2002. OFERTAS DE TRABAJO (Agosto de 2.007) Answare es una empresa española independiente y de capital privado que se constituyo en el año 2002. Proporcionamos servicios de consultoría y desarrollo de proyectos

More information

Curriculum Vitae Lic. José Rafael Pino Rusconi Chio +52 (998) 119 40 78 http://www.joserafaelpinorusconichio.com/ rpino67@hotmail.

Curriculum Vitae Lic. José Rafael Pino Rusconi Chio +52 (998) 119 40 78 http://www.joserafaelpinorusconichio.com/ rpino67@hotmail. Curriculum Vitae Lic. José Rafael Pino Rusconi Chio +52 (998) 119 40 78 http://www.joserafaelpinorusconichio.com/ rpino67@hotmail.com Content 1) Professional summary... 1 2) Professional Experience....

More information

Memorias del XI Encuentro Nacional de Estudios en Lenguas (2010) ISBN: 978-607-7698-32-6 JCLIC A PLATFORM TO DEVELOP MULTIMEDIA MATERIAL

Memorias del XI Encuentro Nacional de Estudios en Lenguas (2010) ISBN: 978-607-7698-32-6 JCLIC A PLATFORM TO DEVELOP MULTIMEDIA MATERIAL JCLIC A PLATFORM TO DEVELOP MULTIMEDIA MATERIAL Abstract Bianca Socorro García Mendoza Eduardo Almeida del Castillo Tecnológico de Estudios Superiores de Ecatepec Facultad de Estudios Superiores Acatlàn,

More information

Cursos Generales Complementarios. Universidad del TURABO. Escuela: Ingeniería Grado: Bachillerato

Cursos Generales Complementarios. Universidad del TURABO. Escuela: Ingeniería Grado: Bachillerato Escuela: Ingeniería Grado: Bachillerato CURRÍCULO Créditos: 129 Programa (Título): Ingeniería Industrial y de Gerencia Descripción breve del programa: La ingeniería industrial y de gerencia se enfoca en

More information

Equity and Fixed Income

Equity and Fixed Income Equity and Fixed Income MÁSTER UNIVERSITARIO EN BANCA Y FINANZAS (Finance & Banking) Universidad de Alcalá Curso Académico 2015/16 GUÍA DOCENTE Nombre de la asignatura: Equity and Fixed Income Código:

More information

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design Principles of Web Design 6 th Edition Chapter 12 Responsive Web Design Objectives Recognize the need for responsive web design Use media queries to apply conditional styles Build a basic media query Create

More information

Rodrigo Nicolas Carreras

Rodrigo Nicolas Carreras Rodrigo Nicolas Carreras Software Development en Comparaencasa.com carrerasrodrigo@gmail.com Summary * Worked programing in diferents languajes like: C, C#.NET, VB.NET, ASP.NET, PHP5, SQL Trans, VB 6 and

More information

Título del curso Créditos Pre-requisitos

Título del curso Créditos Pre-requisitos Escuela: Ingeniería Grado: Bachillerato CURRÍCULO 201401 Créditos: 129 Programa (Título): Ingeniería Industrial y de Gerencia Descripción breve del programa: La ingeniería industrial y de gerencia se enfoca

More information

Valther Galván Ponce de León. V. Galván Ponce de León. Universidad Iberoamericana

Valther Galván Ponce de León. V. Galván Ponce de León. Universidad Iberoamericana Success case - reinventing communications through the implementation of cisco unified communications in a bank of niche. Innovative response to the growing demand for communications, offering corporate

More information

How To Learn To Be A Vested Worker

How To Learn To Be A Vested Worker Vested Outsourcing The University of Tennessee The College of Business Administration Ubicada en Knoxville-Tennessee, fue fundada en el año 1792. Knoxville es famosa por la música country, hermosos lagos

More information

PROJECT MANAGEMENT TEACHING IN ENGINEERING HIGHER EDUCATION: A NEW PERSPECTIVE FOR DEVELOPING COMPETENCIES

PROJECT MANAGEMENT TEACHING IN ENGINEERING HIGHER EDUCATION: A NEW PERSPECTIVE FOR DEVELOPING COMPETENCIES PROJECT MANAGEMENT TEACHING IN ENGINEERING HIGHER EDUCATION: A NEW PERSPECTIVE FOR DEVELOPING COMPETENCIES De los Ríos, I. Ortíz, I. Díaz-Puente, J.M. Universidad Politecnica de Madrid Abstract This paper

More information

240EO031 - Supply Chain Design

240EO031 - Supply Chain Design Coordinating unit: 240 - ETSEIB - Barcelona School of Industrial Engineering Teaching unit: 732 - OE - Department of Management Academic year: Degree: 2015 MASTER'S DEGREE IN MANAGEMENT ENGINEERING (Syllabus

More information

Digital Signage: An Experience of Innovation in Higher Education

Digital Signage: An Experience of Innovation in Higher Education Digital Signage: An Experience of Innovation in Higher Education Vanessa Roger-Monzó *, María Guijarro-García, Myriam Martí-Sánchez Dpto. de Comunicación. ESIC Business & Marketing School, Blasco Ibáñez,

More information

Speech understanding in dialogue systems

Speech understanding in dialogue systems Speech understanding in dialogue systems Sergio Grau Puerto sgrau@dsic.upv.es Departament de Sistemes Informàtics i Computació Universitat Politècnica de València Sergio Grau Puerto. Carnegie Mellon: June

More information

Discover Natural Science for ESO 1 and 2

Discover Natural Science for ESO 1 and 2 Get to know Natural Science Introduction to the unit Each unit opens with dynamic images that illustrate the key themes of the unit. Presentation of contents The unit follows an easy-to-use format with

More information

Domina Google Con Video Marketing 2.0 -> Click Here

Domina Google Con Video Marketing 2.0 -> Click Here Online video marketing wikipedia, marketing video production software, video marketing 3.0, software generador de trafico web, promociona tu negocio letsbonus. Domina Google Con Video Marketing 2.0 ->

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

New publications of the Centre for Sociological Research, 15.30 to 16.00 (Centro de Investigaciones Sociológicas, CIS)

New publications of the Centre for Sociological Research, 15.30 to 16.00 (Centro de Investigaciones Sociológicas, CIS) MESA HISPANA The Development of Social Network Analysis in Latin America 1st European Social Networks Conference (EUSN) http://jornades.uab.cat/eusn/ Universitat Autònoma de Barcelona, 1 de julio de 2014

More information

Assessing the impacts of implementing lean construction. Evaluando los impactos de la implementación de lean construction

Assessing the impacts of implementing lean construction. Evaluando los impactos de la implementación de lean construction Assessing the impacts of implementing lean construction Assessing the impacts of implementing lean construction Evaluando los impactos de la implementación de lean construction Luis F. Alarcón* 1, Sven

More information

Propiedades del esquema del Documento XML de envío:

Propiedades del esquema del Documento XML de envío: Web Services Envio y Respuesta DIPS Courier Tipo Operación: 122-DIPS CURRIER/NORMAL 123-DIPS CURRIER/ANTICIP Los datos a considerar para el Servicio Web DIN que se encuentra en aduana son los siguientes:

More information

Como sabemos que lo funcional y lo estético son importantes para ti, te ofrecemos diferentes acabados y colores.

Como sabemos que lo funcional y lo estético son importantes para ti, te ofrecemos diferentes acabados y colores. A En Rejiplas fabricamos y comercializamos organizadores y soluciones de espacio para el hogar. Hacemos realidad tus proyectos e ideas optimizando todos los ambientes. Nuestros herrajes y soluciones están

More information

How To Teach A Security Manager

How To Teach A Security Manager ISACA: Certified Information Security Manager Certification Training Certified Information Security Manager (CISM) DESCRIPCIÓN: El programa de certificación CISM (Certified Information Security Manager)

More information

File types There are certain image file types that can be used in a web page. They are:

File types There are certain image file types that can be used in a web page. They are: Using Images in web design (Dreamweaver CC) In this document: Image file types for web pages Inserting an image Resizing an image in Dreamweaver CSS properties for image alignment and responsiveness nigelbuckner

More information

UNIVERSIDAD PONTIFICIA COMILLAS FACULTY OF ECONOMICS AND BUSINESS ADMINISTRATION

UNIVERSIDAD PONTIFICIA COMILLAS FACULTY OF ECONOMICS AND BUSINESS ADMINISTRATION UNIVERSIDAD PONTIFICIA COMILLAS FACULTY OF ECONOMICS AND BUSINESS ADMINISTRATION List of Subjects by Department 15-16 DEPARTAMENTO DE ECONOMÍA - DEPARTMENT OF ECONOMICS Análisis de la Coyuntura Analysis

More information

Sustainable Balanced Scorecard: Practical Application to a Services Company

Sustainable Balanced Scorecard: Practical Application to a Services Company Sustainable Balanced Scorecard: Practical Application to a Services Company Redondo A 1, Pascual J.A 2, Gento A 3, Muñoz J 4 Abstract We have developed, in partnership with a consulting firm, a tool that

More information

features características wall mount cabinets PRESTO range has been developed for networking solutions. Its

features características wall mount cabinets PRESTO range has been developed for networking solutions. Its presto wall mount cabinets PRESTO range has been developed for networking solutions. Its smart design allows an easy installation of equipment, and a fast and simple wall mounting. La gama de murales PRESTO

More information

GUL-UC3M Jornadas Técnicas

GUL-UC3M Jornadas Técnicas GUL-UC3M Jornadas Técnicas Global Open Source Enterprises My experience in Openbravo 14 de Noviembre de 2008 Agenda Introduction to Openbravo Dynamics of Open Source Openbravo Community Services My takeaways

More information

IBM PureSystems: Familia de Sistemas Expertos Integrados

IBM PureSystems: Familia de Sistemas Expertos Integrados IBM PureSystems: Familia de Sistemas Expertos Integrados Carlos Etchart Sales Support Specialist IBM Está IT listo para el Cambio? New server spending Power & cooling costs Server mgmt & admin costs 2013

More information

Patricio Cornejo A. Summary. Experience. Entrepreneur. Developer. Inventor hi@patcornejo.com

Patricio Cornejo A. Summary. Experience. Entrepreneur. Developer. Inventor hi@patcornejo.com Patricio Cornejo A. Entrepreneur. Developer. Inventor hi@patcornejo.com Summary Currently I work as Programming Consultant. Companies or clients hire me to lead specific digital projects, games, applications

More information

Alessandro Comai. Ph.D. Candidate ESADE Business School, University Ramon Lull. Updated the 11of May 2005

Alessandro Comai. Ph.D. Candidate ESADE Business School, University Ramon Lull. Updated the 11of May 2005 Alessandro Comai Ph.D. Candidate ESADE Business School, University Ramon Lull Updated the 11of May 2005 Alessandro Comai. Licenciado en Ingeniería Industrial (BSc.Honor), MBA por la Universidad Pompeu

More information

Curriculum Reform in Computing in Spain

Curriculum Reform in Computing in Spain Curriculum Reform in Computing in Spain Sergio Luján Mora Deparment of Software and Computing Systems Content Introduction Computing Disciplines i Computer Engineering Computer Science Information Systems

More information

Por qué ExecuTrain? Por qué ExecuTrain? Modalidad de servicio

Por qué ExecuTrain? Por qué ExecuTrain? Modalidad de servicio Por qué ExecuTrain? ExecuTrain es un proveedor de entrenamiento corporativo a nivel internacional y líder mundial en la capacitación empresarial. Contamos con 22 años y más de 62 mil personas capacitadas

More information

ASP. NET. programación avanzada. Interfaz de Usuario

ASP. NET. programación avanzada. Interfaz de Usuario ASP. NET. programación avanzada Interfaz de Usuario Interfaz de Usuario Unificar formato. Imagen corporativa Campus Virtual Aplicación independiente Web No preocuparnos del formato Gestión global del aspecto

More information

Chapter 1 Introduction to web development and PHP

Chapter 1 Introduction to web development and PHP Chapter 1 Introduction to web development and PHP Murach's PHP and MySQL, C1 2010, Mike Murach & Associates, Inc. Slide 1 Objectives Applied 1. Use the XAMPP control panel to start or stop Apache or MySQL

More information

Programa de Cursos Intensivos de Inglés (CIDI) Verano 2015

Programa de Cursos Intensivos de Inglés (CIDI) Verano 2015 Programa de Cursos Intensivos de Inglés (CIDI) Verano 2015 Listado de seleccionados para participar en el Programa de Cursos Intensivos de Inglés (CIDI) Verano 2015 y universidades destino. Código Universidad

More information

Curriculum Vitae Dr. Juan Otero Serrano Assistant Professor / Dean

Curriculum Vitae Dr. Juan Otero Serrano Assistant Professor / Dean Curriculum Vitae Dr. Juan Otero Serrano Assistant Professor / Dean Metropolitan University School of Business Administration 1399 Ave. Ana G. Méndez San Juan, Puerto Rico 00926-2602 (787) 766-1717 ext.

More information

General Report SASE2014

General Report SASE2014 General Report SASE2014 The fifth edition of the Argentine Symposium on Embedded Systems, SASE2014, was held with great success from August 13th to August 15th, 2014 in Buenos Aires, Argentina, on the

More information

VI Simposio Internacional sobre Energía y Foro de Innovación y Emprendimiento. Por: Bartolomé Gamundi Cestero

VI Simposio Internacional sobre Energía y Foro de Innovación y Emprendimiento. Por: Bartolomé Gamundi Cestero VI Simposio Internacional sobre Energía y Foro de Innovación y Emprendimiento Por: Bartolomé Gamundi Cestero El empresarismo es convertir ideas en oportunidades Bartolomé Gamundi Cestero EL PROCESO DEL

More information

Movilidad, Seguridad y Alta Disponibilidad en la Entrega de Aplicaciones. Evento de Virtualización ONGEI 2009. Pedro Elera M.

Movilidad, Seguridad y Alta Disponibilidad en la Entrega de Aplicaciones. Evento de Virtualización ONGEI 2009. Pedro Elera M. Movilidad, Seguridad y Alta Disponibilidad en la Entrega de Aplicaciones. Evento de Virtualización ONGEI 2009 Pedro Elera M. Agenda: Introducción Entrega de aplicaciones y Alta Disponibilidad Movilidad

More information

Horizon 2020 Y emprendedores en la red

Horizon 2020 Y emprendedores en la red Horizon 2020 Y emprendedores en la red 29 November 2011 Oportunidad para el ABI Horizon es el nuevo programa de la UE para la investigación y la innovación con llamadas desde el 2013 EL ABi debe empezar

More information

UNIVERSIDAD TÉCNICA DEL NORTE ARTÍCULO CIENTÍFICO (INGLÉS)

UNIVERSIDAD TÉCNICA DEL NORTE ARTÍCULO CIENTÍFICO (INGLÉS) UNIVERSIDAD TÉCNICA DEL NORTE FACULTAD DE INGENIERÍA EN CIENCIAS APLICADAS CARRERA DE INGENIERÍA EN SISTEMAS COMPUTACIONALES TRABAJO DE GRADO PREVIO A LA OBTENCIÓN DEL TÍTULO DE INGENIERO EN SISTEMAS COMPUTACIONALES

More information

www.uv.es/diremp www.uv.es/economia

www.uv.es/diremp www.uv.es/economia LICENCIATURA /DIPLOMATURA EN: Tourism PROGRAM OF THE SUBJECT Tourist Business Starting-Up ACADEMIC YEAR 2009-10 SUBJECT: YEAR: OPTIONAL THIRD 1.- INITIAL DATA OF IDENTIFICATION Subject Character Degree

More information

Creation of Computer Aided Manufacturing software from Computer Aided Design software in the milling process

Creation of Computer Aided Manufacturing software from Computer Aided Design software in the milling process Creation of Computer Aided Manufacturing software from Computer Aided Design software in the milling process JUAN CARLOS CARRASCO GARCÍA * Abstract The purpose of this paper is to describe a new Graphical

More information

Zurich, 3-4 December 2010 ERES Education Seminar AUDIO-VISUAL TECHNIQUES APPLIED DISCIPLINE OF REAL

Zurich, 3-4 December 2010 ERES Education Seminar AUDIO-VISUAL TECHNIQUES APPLIED DISCIPLINE OF REAL Zurich, 3-4 December 2010 AUDIO-VISUAL TECHNIQUES APPLIED TO THE TEACHING DISCIPLINE OF REAL ESTATE APPRAISAL S. Spairani, i J. Roca Whatever you tell me, I will forget it, whatever you teach me, I will

More information

Presence Suite helps Arriva Medical Triple their Contact Center Productivity

Presence Suite helps Arriva Medical Triple their Contact Center Productivity Presence Suite helps Arriva Medical Triple their Contact Center Productivity Executive summary Customer name: Arriva Medical Industry: Business Services Location: United State of America Key Facts for

More information

Implementation of kalman filter for the indoor location system of a lego nxt mobile robot. Abstract

Implementation of kalman filter for the indoor location system of a lego nxt mobile robot. Abstract Implementation of kalman filter for the indoor location system of a lego nxt mobile robot Leidy López Osorio * Giovanni Bermúdez Bohórquez ** Miguel Pérez Pereira *** submitted date: March 2013 received

More information

How to communicate research for policy influence

How to communicate research for policy influence How to communicate research for policy influence Toolkit Nº2 Policy briefs This toolkit is part of a series addressing different aspects and tools on research communication for policy influence. What is

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

Entry to Year 7 - Information for Parents

Entry to Year 7 - Information for Parents Entry to Year 7 - Information for Parents Key Names: Mrs Elizabeth Batchelor - Head of the Secondary School Mr Darren Roth - Head of Key Stage Three Miss Karen Britcliffe - Head of Pastoral Care Groupings

More information

Spanish 8695/S Paper 3 Speaking Test Teacher s Booklet Time allowed Instructions one not not Information exactly as they are printed not 8695/S

Spanish 8695/S Paper 3 Speaking Test Teacher s Booklet Time allowed Instructions one not not Information exactly as they are printed not 8695/S AQA Level 1/2 Certificate June 2014 Spanish 8695/S Paper 3 Speaking Test Teacher s Booklet To be conducted by the teacher-examiner between 24 April and 15 May 2014 Time allowed: 11 minutes (including 2

More information

Gustavo García-Mansilla

Gustavo García-Mansilla Gustavo García-Mansilla Director - Executive Media MBA - Universidad de Navarra gmansilla@intermediamanagement.es Summary Generalist senior manager with special skills in teams management, internationalization,

More information

WIN TIPS #1. Cómo asegurar el éxito de tu startup

WIN TIPS #1. Cómo asegurar el éxito de tu startup WIN TIPS #1 Cómo asegurar el éxito de tu startup AUTORES: Magdalena Peyroux is la actual CMO de GanaClientes.com. Cuenta con una dilatada experiencia como inbound marketer y ha dirigido las operaciones

More information

Manuel Calvo Castro. Idiomas. Extracto. Especialidades. Experiencia. Web Developer - Internet Solutions ak.abaddon@gmail.com.

Manuel Calvo Castro. Idiomas. Extracto. Especialidades. Experiencia. Web Developer - Internet Solutions ak.abaddon@gmail.com. Manuel Calvo Castro Web Developer - Internet Solutions ak.abaddon@gmail.com Idiomas English Extracto My work experience includes working in both areas of the creation and maintenance of websites. In my

More information

La Fiesta de la Hispanidad

La Fiesta de la Hispanidad DDCES 10/8/2015 & Invite you to celebrate Te invitan a celebrar La Fiesta de la Hispanidad Wednesday, October 14, 2015 Miércoles, 14 de octubre, 2015 7pm - 9pm Centro Cultural Español 1490 Biscayne Boulevard

More information

Universidad Americana Facultad de Ciencias Económicas y Administrativas Maestría en Administración de Empresas Segundo Semestre del 2008

Universidad Americana Facultad de Ciencias Económicas y Administrativas Maestría en Administración de Empresas Segundo Semestre del 2008 Universidad Americana Facultad de Ciencias Económicas y Administrativas Maestría en Administración de Empresas Segundo Semestre del 2008 Parte 09: Integrando Cadenas de Oferta y Marketing Globales Asunción,

More information

CLIPPING SELECTION RED- AEDE 2013. FELICES COMMUNICOLOGY & PR Paseo de Gracia 2, 2-2 Barcelona info@communicology.es

CLIPPING SELECTION RED- AEDE 2013. FELICES COMMUNICOLOGY & PR Paseo de Gracia 2, 2-2 Barcelona info@communicology.es CLIPPING SELECTION RED- AEDE 2013 FELICES COMMUNICOLOGY & PR h"p://www.red- aede.es/en FELICES COMMUNICOLOGY & PR h"p://www.red- aede.es/es/blog/rojo- vincon FELICES COMMUNICOLOGY & PR h"p://www.red- aede.es/es/blog/web-

More information

UNIVERSIDAD FRANCISCO DE PAULA SANTANDER DOMINIOS DE COLISION, SEGMENTACION Y VLAN. Academia Local. Ing. José Martín Calixto Cely

UNIVERSIDAD FRANCISCO DE PAULA SANTANDER DOMINIOS DE COLISION, SEGMENTACION Y VLAN. Academia Local. Ing. José Martín Calixto Cely UNIVERSIDAD FRANCISCO DE PAULA SANTANDER DOMINIOS DE COLISION, SEGMENTACION Y VLAN Academia Local Ing. José Martín Calixto Cely COLLISIONS AND COLLISION DOMAINS Types of Networks Shared media environment

More information

the multiplicative products between the distribution (P ± i0) λ and the operators L r {δ} and K r {δ}

the multiplicative products between the distribution (P ± i0) λ and the operators L r {δ} and K r {δ} Revista de Matemática: Teoría y Aplicaciones 31: 1 6 1996 the multiplicative products between the distribution P ± i0 λ and the operators L r {δ} and K r {δ} Manuel A. Aguirre 1 Abstract In this note we

More information

Preguntas + frecuentes sobre Embarcadero Delphi Prism XE

Preguntas + frecuentes sobre Embarcadero Delphi Prism XE Preguntas + frecuentes sobre Embarcadero Delphi Prism XE Danysoft Representante exclusivo en la península ibérica What is Delphi Prism XE? Embarcadero Delphi Prism XE provides a cross platform development

More information

Additional information >>> HERE <<<

Additional information >>> HERE <<< Additional information >>> HERE http://urlzz.org/videomarke/pdx/fph1 Tags:

More information

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia POSADA, ENRIQUE Rational energy use and waste minimization goals based on the use of production data Dyna, vol. 75, núm.

More information

Website review paginaswebmadrid.info

Website review paginaswebmadrid.info Website review paginaswebmadrid.info Generated on December 10 2015 05:09 AM The score is 54/100 SEO Content Title Páginas Web Madrid Length : 18 Perfect, your title contains between 10 and 70 characters.

More information

www.revistadyo.com Roberto Alcalde-Delgado, Miguel Á. Manzanedo-Del Campo, Lourdes Sáiz Bárcena, María Alonso-Manzanedo and Ricardo del Olmo-Martínez

www.revistadyo.com Roberto Alcalde-Delgado, Miguel Á. Manzanedo-Del Campo, Lourdes Sáiz Bárcena, María Alonso-Manzanedo and Ricardo del Olmo-Martínez Dirección y Organización 48 (2012) 41-45 41 www.revistadyo.com Design and Implementation of Manufacturing Execution System with open hardware Diseño y aplicación de un sistema de ejecución de fabricación

More information

CIFAL GLOBAL NETWORK. 2015 Training Calendar. www.unitar.org/dcp. Global Network

CIFAL GLOBAL NETWORK. 2015 Training Calendar. www.unitar.org/dcp. Global Network CIFAL GLOBAL NETWORK 2015 Training Calendar www.unitar.org/dcp Global Network 11 Jan - 13 Jan The Role of Municipalities in the Post-2015 Hyogo Framework for Action Workshop Santa Tecla, El Salvador 29

More information

Coding Standards for Web Development

Coding Standards for Web Development DotNetDaily.net Coding Standards for Web Development This document was downloaded from http://www.dotnetdaily.net/ You are permitted to use and distribute this document for any noncommercial purpose as

More information

A mathematical model for fixed-end moments for two types of loads for a parabolic shaped variable rectangular cross section

A mathematical model for fixed-end moments for two types of loads for a parabolic shaped variable rectangular cross section INGENIERÍA E INVESTIGACIÓN VO. 4 No., AUGUST - 4 (7-) A mathematical model for fixed-end moments for two types of loads for a parabolic shaped variable rectangular cross section Un modelo matemático para

More information

Schema XML_PGE.xsd. element GrupoInformes. attribute GrupoInformes/@version. XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap.

Schema XML_PGE.xsd. element GrupoInformes. attribute GrupoInformes/@version. XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap. Schema XML_PGE.xsd schema location: attribute form default: element form default: targetnamespace: XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap.es/xmlpge element GrupoInformes children Informe

More information

Natalie Kimball. Professional Employment 2013-2014 Visiting Assistant Professor, Colgate University.

Natalie Kimball. Professional Employment 2013-2014 Visiting Assistant Professor, Colgate University. Natalie Kimball Professional Employment 2013-2014 Visiting Assistant Professor, Colgate University. Education 2013 PhD, History, University of Pittsburgh. Dissertation: An Open Secret: The Hidden History

More information

Dictionary (catálogo)

Dictionary (catálogo) Catálogo Oracle Catálogo Esquema: un conjunto de estructuras de datos lógicas (objetos del esquema), propiedad de un usuario Un esquema contiene, entre otros, los objetos siguientes: tablas vistas índices

More information

A comparative study of two models for the seismic analysis of buildings

A comparative study of two models for the seismic analysis of buildings INGENIERÍA E INVESTIGACIÓN VOL. No., DECEMBER 0 (-) A comparative study of two models for the seismic analysis of buildings Estudio comparativo de dos modelos para análisis sísmico de edificios A. Luévanos

More information

CHILD CARE 2016 SUMMER CREDENTIAL COURSES NEW YORK

CHILD CARE 2016 SUMMER CREDENTIAL COURSES NEW YORK CHILD CARE 2016 SUMMER CREDENTIAL COURSES NEW YORK 100% online Convenient, evening classes Caring instructors with field experience Scholarships available We are proud to offer you the fully accredited

More information

Object-Oriented Programming in C# (VS 2010)

Object-Oriented Programming in C# (VS 2010) Object-Oriented Programming in C# (VS 2010) Description: This thorough and comprehensive five-day course is a practical introduction to programming in C#, utilizing the services provided by.net. This course

More information

New Server Installation. Revisión: 13/10/2014

New Server Installation. Revisión: 13/10/2014 Revisión: 13/10/2014 I Contenido Parte I Introduction 1 Parte II Opening Ports 3 1 Access to the... 3 Advanced Security Firewall 2 Opening ports... 5 Parte III Create & Share Repositorio folder 8 1 Create

More information

Global Network. 16 Mar Climate resilience for BAME Communities Seminar Glasgow, Scotland

Global Network. 16 Mar Climate resilience for BAME Communities Seminar Glasgow, Scotland Global Network 11 Jan - 13 Jan The Role of Municipalities in the Post-2015 Hyogo Framework for Action Workshop Santa Tecla, El Salvador 29 Jan - 30 Jan Sustainable Settlements Alumni Seminar and Ecofair

More information

Sympa, un gestor de listas de distribución para las universidades

Sympa, un gestor de listas de distribución para las universidades Sympa, un gestor de listas de distribución para las universidades PONENCIAS Sympa, a mailing list software for universities S. Aumont y O. Salaün Resumen Este artículo describe las funcionalidades de Sympa,

More information

DOCUMENT RESUME ED 318 301 FL 800 119 AUTHOR EDRS PRICE DESCRIPTORS

DOCUMENT RESUME ED 318 301 FL 800 119 AUTHOR EDRS PRICE DESCRIPTORS DOCUMENT RESUME ED 318 301 FL 800 119 AUTHOR Spener, David TITLE Setting an Agenda for Study in Home-Based ESL r.lasses with Native Speakers of Spanish. PUB DATE 90 NOTE 7p. PUB TYPE Guides - Classroom

More information

Guatemala s Entrepreneurship Ecosystem. August 2015

Guatemala s Entrepreneurship Ecosystem. August 2015 Guatemala s Entrepreneurship Ecosystem August 2015 About the study Guatemala is seeing an important rise in entrepreneurship throughout the country. However, according to data from the Global Entrepreneurship

More information

IN SEARCH OF ELEMENTS FOR A COMPETENCE MODEL IN SOLID GEOMETRY TEACHING. ESTABLISHMENT OF RELATIONSHIPS

IN SEARCH OF ELEMENTS FOR A COMPETENCE MODEL IN SOLID GEOMETRY TEACHING. ESTABLISHMENT OF RELATIONSHIPS IN SEARCH OF ELEMENTS FOR A COMPETENCE MODEL IN SOLID GEOMETRY TEACHING. ESTABLISHMENT OF RELATIONSHIPS Edna González; Gregoria Guillén Departamento de Didáctica de la Matemática. Universitat de València.

More information

MATHEMATICS KNOWLEDGE FOR TEACHING WITHIN A FUNCTIONAL PERSPECTIVE OF PRESERVICE TEACHER TRAINING

MATHEMATICS KNOWLEDGE FOR TEACHING WITHIN A FUNCTIONAL PERSPECTIVE OF PRESERVICE TEACHER TRAINING MATHEMATICS KNOWLEDGE FOR TEACHING WITHIN A FUNCTIONAL PERSPECTIVE OF PRESERVICE TEACHER TRAINING Pedro Gómez Universidad de Granada C/. Alisios 17, Albolote 18820, Spain Phone/Fax: (34)958537304 pgomez@valnet.es

More information

Memorial Health Care System Catholic Health Initiatives Financial Assistance Application Form

Memorial Health Care System Catholic Health Initiatives Financial Assistance Application Form B Please note - Memorial Hospital may access external validation resources to assist in determining whether a full application for assistance is required. Financial Assistance Application 1) Patient Name

More information

50399AE Diseño de soluciones Business Intelligence con Microsoft SQL Server 2008

50399AE Diseño de soluciones Business Intelligence con Microsoft SQL Server 2008 50399AE Diseño de soluciones Business Intelligence con Microsoft SQL Server 2008 Fabricante: Indra Grupo: Inteligencia de Negocios Subgrupo: SQL Server 2008 - ETL - AS - RS Formación: Indra Horas: 25 Introducción

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

Come to London, divorce capital of the world

Come to London, divorce capital of the world Examen 2014-15 Plan: [G25] ACCESO A GRADO PARA MAYORES DE 25 Asignatura: [538] Inglés Profesor: María Davinia Sánchez García Fecha: 23/04/2015 Horario peninsular 13:30-14:30 Pegatina del Estudiante Espacio

More information

Tema: Encriptación por Transposición

Tema: Encriptación por Transposición import java.awt.*; import java.awt.event.*; import javax.swing.*; public class PrincipalSO extends JApplet implements ActionListener { // Declaración global JLabel lblclave, lblencriptar, lblencriptado,

More information

an example from Catalonia 5 th 6 th September 2013

an example from Catalonia 5 th 6 th September 2013 Implementation of Leader programme and Local Action Groups: Implementation of Leader programme and Local Action Groups: an example from Catalonia 5 th 6 th September 2013 Summary 1. Geographical situation

More information

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 This document includes best practices around responsive web design (RWD) when developing hybrid applications. Details on each checklist

More information