How To Write A Programaci\U00F3N I.O.Com.Io.Io (Programaci\U00F3N)

Size: px
Start display at page:

Download "How To Write A Programaci\U00F3N I.O.Com.Io.Io (Programaci\U00F3N)"

Transcription

1 EJEMPLOS DEL MANUAL ejemplo.html <title>otro</title> window.open(" "","width=550,height=420,menubar=no") He abierto la ventana secundaria! ejemplo.html <title>otro</title> Ha salido el mensaje? window.alert("bienvenido a mi sitio web. Estoy muy contento de tenerte allí.") ejemplo.html <title>otro</title> Ha salido la fecha de hoy y la hora? document.write(new Date()) document.write(document.lastmodified) <input type=button value=atras onclick="history.go(-1)"> ejemplo.html <title>otro</title> Ha salido la fecha de hoy y la hora? document.write(new Date()) document.write(document.lastmodified) ejemplo.html <title>otro</title> <span class=codigo> <input type=button value=atrás onclick="history.go(-1)"> </span> <form>el botón sería parecido al siguiente. Podemos pulsarlo para ver su funcionamiento (debería llevarnos a la página anterior) Ejemplos.doc Página 1 de 5

2 <input type=button value=atrás onclick="history.go(-1)"> </form> ejemplo.html <title>ejemplo bucle FOR</title> for (i=1;i<=6;i++) { document.write("<h" + i + ">Encabezado de nivel " + i + "</H" + i + ">") ejemplo.html <title></title> <h1>ejemplo de WHILE</h1> var suma = 0 while (suma < 1000){ suma += parseint(math.random() * 100) document.write (suma + "") ejemplo.html <title>ejemplo break</title> for (i=0;i<=1000;i++){ document.write(i + "") if (i==333) break; ejemplo.html <title>tablas de multiplicar</title> <h1>tablas de multiplicar</h1> Ejemplos.doc Página 2 de 5

3 for (i=1;i<10;i++){ document.write("la tabla del " + i + ":") for (j=1;j<10;j++) { document.write(i + " x " + j + ": ") document.write(i*j) document.write("") ejemplo.html <title>ejemplo de utilización de arrays</title> var miarray = new Array(3) miarray[0] = 155 miarray[1] = 4 miarray[2] = 499 for (i=0;i<3;i++){ document.write("posición " + i + " del array: " + miarray[i]) document.write("") ejemplo.html <title>ejemplo de recorrido de arrays con length</title> var miarray = new Array(2) miarray[0] = "Colombia" miarray[1] = "Estados Unidos" miarray[5] = "Brasil" for (i=0;i<miarray.length;i++){ document.write("posición " + i + " del array: " + miarray[i]) document.write("") ejemplo.html <title>ejemplo de utilización de un array multidimensional</title> var temperaturas_medias_ciudad0 = new Array(3) temperaturas_medias_ciudad0[0] = 12 temperaturas_medias_ciudad0[1] = Ejemplos.doc Página 3 de 5

4 temperaturas_medias_ciudad0[2] = 11 var temperaturas_medias_ciudad1 = new Array (3) temperaturas_medias_ciudad1[0] = 5 temperaturas_medias_ciudad1[1] = 0 temperaturas_medias_ciudad1[2] = 2 var temperaturas_medias_ciudad2 = new Array (3) temperaturas_medias_ciudad2[0] = 10 temperaturas_medias_ciudad2[1] = 8 temperaturas_medias_ciudad2[2] = 10 var temperaturas_cuidades = new Array (3) temperaturas_cuidades[0] = temperaturas_medias_ciudad0 temperaturas_cuidades[1] = temperaturas_medias_ciudad1 temperaturas_cuidades[2] = temperaturas_medias_ciudad2 document.write("<table width=200 border=1 cellpadding=1 cellspacing=1>"); for (i=0;i<temperaturas_cuidades.length;i++){ document.write("<tr>") document.write("<td><b>ciudad " + i + "</b></td>") for (j=0;j<temperaturas_cuidades[i].length;j++){ document.write("<td>" + temperaturas_cuidades[i][j] + "</td>") document.write("</tr>") document.write("</table>") <script language="javascript"> var temperaturas_medias_ciudad0 = new Array(3) temperaturas_medias_ciudad0[0] = 12 temperaturas_medias_ciudad0[1] = 10 temperaturas_medias_ciudad0[2] = 11 var temperaturas_medias_ciudad1 = new Array (3) temperaturas_medias_ciudad1[0] = 5 temperaturas_medias_ciudad1[1] = 0 temperaturas_medias_ciudad1[2] = 2 var temperaturas_medias_ciudad2 = new Array (3) temperaturas_medias_ciudad2[0] = 10 temperaturas_medias_ciudad2[1] = 8 temperaturas_medias_ciudad2[2] = 10 var temperaturas_cuidades = new Array (3) temperaturas_cuidades[0] = temperaturas_medias_ciudad0 temperaturas_cuidades[1] = temperaturas_medias_ciudad1 temperaturas_cuidades[2] = temperaturas_medias_ciudad2 document.write("<table width=200 border=1 cellpadding=1 cellspacing=1>"); Ejemplos.doc Página 4 de 5

5 for (i=0;i<temperaturas_cuidades.length;i++){ document.write("<tr>") document.write("<td><b>ciudad " + i + "</b></td>") for (j=0;j<temperaturas_cuidades[i].length;j++){ document.write("<td>" + temperaturas_cuidades[i][j] + "</td>") document.write("</tr>") document.write("</table>") </script> Ejemplos.doc Página 5 de 5

TabCaratteri="0123456789abcdefghijklmnopqrstuvwxyz._~ABCDEFGHIJKLMNOPQRSTUVWXYZ";

TabCaratteri=0123456789abcdefghijklmnopqrstuvwxyz._~ABCDEFGHIJKLMNOPQRSTUVWXYZ; Script / Utlity www.dominioweb.org Crea menu laterale a scomparsa Creare una pagina protetta da password. Lo script in questione permette di proteggere in modo abbastanza efficace, quelle pagine che ritenete

More information

Estructura de aplicación en PHP para System i

Estructura de aplicación en PHP para System i Estructura de aplicación en PHP para System i La aplicación esta diseñada para IBM DB2 en System i, UNIX y Windows. Se trata de la gestión de una entidad deportiva. A modo de ejemplo de como está desarrollada

More information

ACTIVITY # Dear Parent, Carta a los Padres. pbskids.org

ACTIVITY # Dear Parent, Carta a los Padres. pbskids.org Dear Parent, Today was the 100th Day of School, and what better way to celebrate than with activities all about the number 100? With the help of Peg and Cat the problem-solving, math-loving duo from PBS

More information

Secure Testing Service

Secure Testing Service Secure Testing Service Overview and pre-release use Authors: Andrej Sokoll Matthew Loewengart Revisions: 2011 Version 1.0 Page 2 Contents Overview... 3 Background... 3 How does the secure testing service

More information

Sales Management Main Features

Sales Management Main Features Sales Management Main Features Optional Subject (4 th Businesss Administration) Second Semester 4,5 ECTS Language: English Professor: Noelia Sánchez Casado e-mail: noelia.sanchez@upct.es Objectives Description

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

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

HTML Lesson 7. Your assignment:

HTML Lesson 7. Your assignment: HTML Lesson 7 Tables are one of the biggest tools Web developers use to present data wherever they want data to go on the page. Like spreadsheets, rows go across (left to right) and columns go up and down.

More information

FOR TEACHERS ONLY The University of the State of New York

FOR TEACHERS ONLY The University of the State of New York FOR TEACHERS ONLY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION S COMPREHENSIVE EXAMINATION IN SPANISH Wednesday, January 24, 2007 9:15 a.m. to 12:15 p.m., only SCORING KEY Updated

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

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

General Certificate of Education Advanced Level Examination June 2014

General Certificate of Education Advanced Level Examination June 2014 General Certificate of Education Advanced Level Examination June 2014 Spanish Unit 4 Speaking Test Candidate s Material To be conducted by the teacher examiner between 7 March and 15 May 2014 (SPA4T) To

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

Tax Court of New Jersey

Tax Court of New Jersey Tax Court of New Jersey Real Property Tax Small Claims Case Handbook This Real Property Tax Small Claims handbook was developed as an information guide to assist you in filing an appeal with the Tax Court

More information

Sub OPT() j = 1 k = 1 m = 1 n = 1 o = 1 g = 1 h = 1

Sub OPT() j = 1 k = 1 m = 1 n = 1 o = 1 g = 1 h = 1 Module1-1 j = 1 k = 1 m = 1 n = 1 o = 1 g = 1 h = 1 Sub OPT() Dim minpc As Integer Dim max(100) As Double Dim row_max, fday, lday As Integer Dim aux, aux2 As String Dim frow(1000) As Double Dim lrow(1000)

More information

1. DESCRIPCIÓN DE WEB SERVICES DE INTERCAMBIO DE DATOS CON NOTARIOS

1. DESCRIPCIÓN DE WEB SERVICES DE INTERCAMBIO DE DATOS CON NOTARIOS 1. DESCRIPCIÓN DE WEB SERVICES DE INTERCAMBIO DE DATOS CON NOTARIOS 1.1 Solicitud certificado:

More information

Benedictine College Financial Aid

Benedictine College Financial Aid 2015 2016 Institutional Verification Document V4 Dependent Your 2015 2016 Free Application for Federal Student Aid (FAFSA) was selected for review in a process called verification. The law says that before

More information

Plan for: Preliminary Lessons Spanish Señora Franco

Plan for: Preliminary Lessons Spanish Señora Franco Plan for: Preliminary Lessons Spanish Señora Franco Pass Communication Standard 1.1: Interpersonal, 1.2: Interpretive, 1.3: Presentational Culture Standard 2.1, 2.2 Connection Standard 3.1, 3.2 Comparison

More information

PATIENT'S INFORMATION REGISTRATION SHEET / INFORMACION DEL PACIENTE

PATIENT'S INFORMATION REGISTRATION SHEET / INFORMACION DEL PACIENTE DAN S. COHEN, M.D PATIENT'S INFORMATION REGISTRATION SHEET / INFORMACION DEL PACIENTE PLEASE PRINT CLEARLY / POR FAVOR ESCRIBA LEGIBLEMENTE TODAY S DATE / FECHA DE HOY: PATIENT'S NAME/NOMBRE DEL PACIENTE:

More information

Public Sector Enterprises (Combined Use of IPSAS and IFRS) Marcia Maurer August 2, 2013

Public Sector Enterprises (Combined Use of IPSAS and IFRS) Marcia Maurer August 2, 2013 Public Sector Enterprises (Combined Use of IPSAS and IFRS) Marcia Maurer August 2, 2013 PFM in Guatemala Changes in public expectations and pressures triggered the beginning of PFM reform in Guatemala.

More information

ECCAIRS 5 Instalación

ECCAIRS 5 Instalación ECCAIRS 5 Instalación Paso a paso Preparado por: Arturo Martínez Oficina Regional Sudamericana Uniendo a la Aviación en Seguridad Operacional Seguridad Medioambiente Instalación Paso a paso Escenario Windows

More information

In this chapter, you will learn how to...

In this chapter, you will learn how to... LEARNING OUTCOMES In this chapter, you will learn how to... Create a table on a web page Apply attributes to format tables, table rows, and table cells Increase the accessibility of a table Style an HTML

More information

DIPLOMADO DE JAVA - OCA

DIPLOMADO DE JAVA - OCA DIPLOMADO DE JAVA - OCA TABLA DE CONTENIDO INTRODUCCION... 3 ESTRUCTURA DEL DIPLOMADO... 4 Nivel I:... 4 Fundamentals of the Java Programming Language Java SE 7... 4 Introducing the Java Technology...

More information

CHALLENGE TO INSTRUCTIONAL AND LIBRARY MATERIAL

CHALLENGE TO INSTRUCTIONAL AND LIBRARY MATERIAL CHALLENGE TO INSTRUCTIONAL AND LIBRARY MATERIAL The final decision for instructional and library materials rests with the School Board. The following procedures will be used for challenges to Instructional

More information

Bucle for_in. Sintaxis: Bucles for_in con listas. def assessment(grade_list): """ Computes the average of a list of grades

Bucle for_in. Sintaxis: Bucles for_in con listas. def assessment(grade_list):  Computes the average of a list of grades Bucle for_in Sintaxis: for in : Bucles for_in con listas In [38]: def assessment(grade_list): Computes the average of a list of grades @type grades: [float]

More information

Additional information >>> HERE <<<

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

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

Unit 6 - A Place to Live

Unit 6 - A Place to Live Unit 6 - A Place to Live So You Want a Roommate? Renting an apartment Martín está buscando un compañero de cuarto. Lea el diálogo que está a continuación. Tim: Hi, I m Tim. I m here to see the apartment.

More information

Digital Fundamentals

Digital Fundamentals igital Fundamentals with PL Programming Floyd Chapter 9 Floyd, igital Fundamentals, 10 th ed, Upper Saddle River, NJ 07458. All Rights Reserved Summary Latches (biestables) A latch is a temporary storage

More information

POLICY BULLETIN #06-95-ELI

POLICY BULLETIN #06-95-ELI \FAMILY INDEPENDENCE ADMINISTRATION Seth W. Diamond, Executive Deputy Commissioner James K. Whelan, Deputy Commissioner Policy, Procedures and Training Lisa C. Fitzpatrick, Assistant Deputy Commissioner

More information

Tax Court of New Jersey. Small Claims Case Handbook LOCAL PROPERTY TAX

Tax Court of New Jersey. Small Claims Case Handbook LOCAL PROPERTY TAX Tax Court of New Jersey Small Claims Case Handbook LOCAL PROPERTY TAX Tax Court Management Office Richard J. Hughes Justice Complex 7th floor - North Wing 25 Market Street P. O. Box 972 Trenton, N.J. 08625-0972

More information

Tengo el agrado de enviar adjunto la descripción de funciones para el cargo de:

Tengo el agrado de enviar adjunto la descripción de funciones para el cargo de: 1/11.14) U NODC Oficina de las Naciones Unidas contra la Droga y el Delito Colombia Para: Todos los interesados De: Asunto: Bo Mathiasenoll Representan e Anuncio de vacante Fecha: 10 de noviembre de 2014

More information

Scholarship Guidelines THEDREAM.US A NATIONAL SCHOLARSHIP FUND FOR DREAMers January 27, 2014

Scholarship Guidelines THEDREAM.US A NATIONAL SCHOLARSHIP FUND FOR DREAMers January 27, 2014 Scholarship Guidelines THEDREAM.US A NATIONAL SCHOLARSHIP FUND FOR DREAMers January 27, 2014 THEDREAM.US is a national scholarship fund for DREAMers 1 established by Graham Holdings Company. We provide

More information

OFFICE OF COMMON INTEREST COMMUNITY OMBUDSMAN CIC#: DEPARTMENT OF JUSTICE

OFFICE OF COMMON INTEREST COMMUNITY OMBUDSMAN CIC#: DEPARTMENT OF JUSTICE RETURN THIS FORM TO: FOR OFFICIAL USE: (Devuelva Este Formulario a): (Para Uso Oficial) OFFICE OF COMMON INTEREST COMMUNITY OMBUDSMAN CIC#: DEPARTMENT OF JUSTICE (Caso No) STATE OF DELAWARE Investigator:

More information

Link. Links. Links. Links. Network. Links. Currículum - Portafolio. Content. Community. Community. Online. Feedback. Feedback. Twitter.

Link. Links. Links. Links. Network. Links. Currículum - Portafolio. Content. Community. Community. Online. Feedback. Feedback. Twitter. Username manager Facebook Currículum - Portafolio manager Facebook Comunication CV Username manager Facebook manager Facebook Comunication Facebook Comunication Información Personal Soy Periodista y Comunicador

More information

1 Objetivos didácticos_unit 1 2 Objetivos didácticos_unit 2

1 Objetivos didácticos_unit 1 2 Objetivos didácticos_unit 2 1 Objetivos didácticos_unit 1 1.1 Listado de fórmulas de saludo y de presentación 1.2 Formar sustantivos para hablar de profesiones 1.3 Hablar de profesiones 1.4 Formar adjetivos de nacionalidad 1.5 Adjetivos

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

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information /

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information / STATE OF CALIFORNIA BUSINESS, TRANSPORTATION AND HOUSING AGENCY DEPARTMENT OF FINANCIAL INSTITUTIONS WILLIAM S. HARAF, Commissioner of Financial Institutions www.dfi.ca.gov COMPLAINT REGARDING AN UNLICENSED

More information

90 HOURS PROGRAMME LEVEL A1

90 HOURS PROGRAMME LEVEL A1 90 HOURS PROGRAMME LEVEL A1 GENERAL AIMS On completing this course, students should be able to: be familiar with the Spanish alphabet letters and signs and relate them to the corresponding sounds. recognise

More information

Explorando Oportunidades Juntos Juntos

Explorando Oportunidades Juntos Juntos Nelson H. Balido, Chairman and CEO Infocast - Houston November 2014 The Energy Council of the Americas (ECOTA) is the leading bi-national nonprofit organization comprised of public and private entities

More information

SPANISH 2 WORKBOOK ANSWERS UNIDAD 4

SPANISH 2 WORKBOOK ANSWERS UNIDAD 4 SPANISH 2 WORKBOOK ANSWERS UNIDAD 4 So may advice to users is read before you purchase if you can find a free trail version to test prior to deciding to pay then you will have much better idea recommendations

More information

Escenarios de VoIP con Routers Cisco

Escenarios de VoIP con Routers Cisco Escenarios de VoIP con Routers Cisco Edgar Velarde edgar.velarde@pucp.edu.pe Escenario 1 3020 3030 101 FXS1 FXS2 Central FXo1 201 (2) R1700 2FXS+ 2FXO R1 R2 R3 R4 Fa0 Fa0 Fa1 Fa0 Fa1 Fa0 10.10.10.0/30

More information

History of Algorithms: An e-learning free election subjet, in a classical university E-MATH 2011. a(*) Rosa M. Pinero Puerto Ramírez

History of Algorithms: An e-learning free election subjet, in a classical university E-MATH 2011. a(*) Rosa M. Pinero Puerto Ramírez History of Algorithms: An e-learning free election subjet, in a classical university Alfonsa García(*) a(*) Rosa M. Pinero Puerto Ramírez (*) UPM Educative Innovation Group GIEMATIC Overview Introduction

More information

Marketing segmentation video download, video game marketing agency, promociona tu negocio en internet, como promocionar un negocio de cupcakes.

Marketing segmentation video download, video game marketing agency, promociona tu negocio en internet, como promocionar un negocio de cupcakes. Marketing segmentation video download, video game marketing agency, promociona tu negocio en internet, como promocionar un negocio de cupcakes. > CHECK HERE < Wistia video marketing 101 product details

More information

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information /

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information / STATE OF CALIFORNIA BUSINESS, TRANSPORTATION AND HOUSING AGENCY DEPARTMENT OF FINANCIAL INSTITUTIONS WILLIAM S. HARAF, Commissioner of Financial Institutions www.dfi.ca.gov COMPLAINT REGARDING AN UNLICENSED

More information

Special Programs. Extended Day/Week Tutorial Program Guidelines

Special Programs. Extended Day/Week Tutorial Program Guidelines 2013 2014 Special Programs Extended Day/Week Tutorial Program Guidelines In Brownsville ISD, every opportunity is extended to help our lowest achieving students become academically successful. In support

More information

105-01 Compliance with the National Voter Registration Act of 1993

105-01 Compliance with the National Voter Registration Act of 1993 Connecticut WIC Program Manual Federal Fiscal Year 2016 Section: Voter Registration 105-01 Compliance with the National Voter Registration Act of 1993 Connecticut WIC Program Manual WIC 105-01 SECTION:

More information

Inteligencia Artificial Representación del conocimiento a través de restricciones (continuación)

Inteligencia Artificial Representación del conocimiento a través de restricciones (continuación) Inteligencia Artificial Representación del conocimiento a través de restricciones (continuación) Gloria Inés Alvarez V. Pontifica Universidad Javeriana Cali Periodo 2014-2 Material de David L. Poole and

More information

Tema 7 GOING TO. Subject+ to be + ( going to ) + (verb) + (object )+ ( place ) + ( time ) Pronoun

Tema 7 GOING TO. Subject+ to be + ( going to ) + (verb) + (object )+ ( place ) + ( time ) Pronoun Tema 7 GOING TO Going to se usa para expresar planes a futuro. La fórmula para construir oraciones afirmativas usando going to en forma afirmativa es como sigue: Subject+ to be + ( going to ) + (verb)

More information

SAMPLE EXAMEN DE LECTURA IPT READING. Grades K-1. Spanish PROFICIENCY TESTS IDEA

SAMPLE EXAMEN DE LECTURA IPT READING. Grades K-1. Spanish PROFICIENCY TESTS IDEA IDEA PROFICIENCY TESTS EXAMEN DE LECTURA IPT READING Grades K-1 Spanish N o de identificación.......................................... Nombre / apellido.......................................... Maestra

More information

THE CAMBRIDGE PROGRAM POTOMAC SENIOR HIGH SCHOOL CENTER FOR MATH AND PHYSICAL SCIENCES

THE CAMBRIDGE PROGRAM POTOMAC SENIOR HIGH SCHOOL CENTER FOR MATH AND PHYSICAL SCIENCES CENTER FOR MATH AND PHYSICAL SCIENCES Application Checklist : Student s Name: (print) 1. Complete the two-page application form and make sure that the student and parent/guardian both sign and date the

More information

Shipping your pet to Spain

Shipping your pet to Spain Shipping your pet to Spain Spanish Removals also specialise in shipping pets to Spain. For most people their pet is far more precious than anything in their house. We have over 20 years experience of shipping

More information

Open-Ended Responses. Parent Survey for schools. Question 1. What do you like best about our school? Response. Survey Open-Ended Responses.

Open-Ended Responses. Parent Survey for schools. Question 1. What do you like best about our school? Response. Survey Open-Ended Responses. Survey Open-Ended s Open-Ended s Parent Survey for schools Question 1. What do you like best about our school? s. The learning enviroment and the individual care for each child needs IB program the good

More information

How To Improve Health Care Through Cell Phone Technology

How To Improve Health Care Through Cell Phone Technology CLOUD COMPUTING FOR IMPLEMENTING M HEALTH IN LOW INCOME COUNTRIES John D. Piette, Ph.D., Director Program on Quality Improvement for Complex Chronic Conditions Associate Director for Global Health Communications

More information

Ranking de Universidades de Grupo of Eight (Go8)

Ranking de Universidades de Grupo of Eight (Go8) En consecuencia con el objetivo del programa Becas Chile el cual busca a través de la excelencia de las instituciones y programas académicos de destino cerciorar que los becarios estudien en las mejores

More information

Project AGUA Survey Results

Project AGUA Survey Results Project AGUA Survey Results Project AGUA (Arid Garden Underground Aquifer) This survey was conducted after the AGUA Presentation on August 6, 2015 at the Santa Ana Public Library to analyze the public

More information

SHERMAN CREEK. PUBLIC CHARRETTE Saturday, March 20, 2010 2:00 pm to 5:00 pm Auditorium at Manhattan Christian Academy

SHERMAN CREEK. PUBLIC CHARRETTE Saturday, March 20, 2010 2:00 pm to 5:00 pm Auditorium at Manhattan Christian Academy PUBLIC CHARRETTE Saturday, March 20, 2010 2:00 pm to 5:00 pm Auditorium at Manhattan Christian Academy Taller Público Sábado, 20 de marzo de 2010 2:00 p.m. a 5:00 p.m. Auditorio de Manhattan Christian

More information

AP SPANISH LANGUAGE 2011 PRESENTATIONAL WRITING SCORING GUIDELINES

AP SPANISH LANGUAGE 2011 PRESENTATIONAL WRITING SCORING GUIDELINES AP SPANISH LANGUAGE 2011 PRESENTATIONAL WRITING SCORING GUIDELINES SCORE DESCRIPTION TASK COMPLETION TOPIC DEVELOPMENT LANGUAGE USE 5 Demonstrates excellence 4 Demonstrates command 3 Demonstrates competence

More information

Exemplar for Internal Achievement Standard. Spanish Level 1

Exemplar for Internal Achievement Standard. Spanish Level 1 Exemplar for Internal Achievement Standard Spanish Level 1 This exemplar supports assessment against: Achievement Standard 90910 Interact using spoken Spanish to communicate personal information, ideas

More information

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information /

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information / STATE OF CALIFORNIA BUSINESS, TRANSPORTATION AND HOUSING AGENCY DEPARTMENT OF FINANCIAL INSTITUTIONS WILLIAM S. HARAF, Commissioner of Financial Institutions www.dfi.ca.gov COMPLAINT REGARDING AN UNLICENSED

More information

Global Art: A Sense of Caring Nos Preocupamos por los Demas

Global Art: A Sense of Caring Nos Preocupamos por los Demas Project Starter Kit for Online Collaborations Submitted by Jennifer Geist Bridges to Understanding Seattle, WA December 2006 Global Art: A Sense of Caring Nos Preocupamos por los Demas A Starter Kit for

More information

CITY OF LAREDO Application for Certification of Compliance for Utility Connection ($ 50.00 Application Fee Ordinance No.

CITY OF LAREDO Application for Certification of Compliance for Utility Connection ($ 50.00 Application Fee Ordinance No. CITY OF LAREDO Application for Certification of Compliance for Utility Connection ($ 50.00 Application Fee Ordinance No. 2012-O-158) Date of application: Applicant Address Telephone Cellular E-Mail Address

More information

Copyright 2016-123TeachMe.com 46904 1

Copyright 2016-123TeachMe.com 46904 1 Sentence Match Quiz for Category: travel_1 1) Ofrecen algún descuento por estancia prolongada? - A: Do you offer an extended stay discount? - B: Is there a free map of the museum? - C: Is there a free

More information

FOR TEACHERS ONLY The University of the State of New York

FOR TEACHERS ONLY The University of the State of New York FOR TEACHERS ONLY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION S COMPREHENSIVE EXAMINATION IN SPANISH Tuesday, June 22, 2010 1:15 to 4:15 p.m., only SCORING KEY Updated information

More information

BALANCE DUE 10/25/2007 $500.00 STATEMENT DATE BALANCE DUE $500.00 PLEASE DETACH AND RETURN TOP PORTION WITH YOUR PAYMENT

BALANCE DUE 10/25/2007 $500.00 STATEMENT DATE BALANCE DUE $500.00 PLEASE DETACH AND RETURN TOP PORTION WITH YOUR PAYMENT R E M I T T O : IF PAYING BY MASTERCARD, DISCOVER, VISA, OR AMERICAN EXPRESS, FILL OUT BELOW: XYZ Orthopaedics STATEMENT DATE BALANCE DUE 10/25/2007 $500.00 BALANCE DUE $500.00 ACCOUNT NUMBER 1111122222

More information

Web Application Report

Web Application Report Web Application Report Security Report This report was created by IBM Rational AppScan 7.8.0.0 2/11/2009 5:25:03 PM 2/11/2009 5:25:03 PM 1/28 Copyright IBM Corp. 2000, 2009. All Rights Reserved. Report

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

New words to remember

New words to remember Finanza Toolbox Materials When you open a checking account you put money in the bank. Then you buy a book of checks from the bank. Using checks keeps you from having to carry cash with you. You can use

More information

INFORMATIONAL NOTICE

INFORMATIONAL NOTICE Rod R. Blagojevich, Governor Barry S. Maram, Director 201 South Grand Avenue East Telephone: (217) 782-3303 Springfield, Illinois 62763-0002 TTY: (800) 526-5812 DATE: March 4, 2008 INFORMATIONAL NOTICE

More information

Fortigate SSL VPN 3.x With PINsafe Installation Notes

Fortigate SSL VPN 3.x With PINsafe Installation Notes Fortigate SSL VPN 3.x With PINsafe Installation Notes Table of Contents Fortigate SSL VPN 3.x With PINsafe Installation Notes... 1 1. Introduction... 2 2. Overview... 2 2.1. Prerequisites... 2 2.2. Baseline...

More information

Creating web pages Chapter 3. HTML Basic Concepts

Creating web pages Chapter 3. HTML Basic Concepts ESCUELA TÉCNICA SUPERIOR DE INGENIERÍA ICAI Chapter 3. HTML Basic Concepts Cristina Puente, Rafael Palacios 2009-2010 HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup

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

GREPECAS Project G3. Implementation of the Quality Management System in AIM units. (Presented by the Secretariat) SUMMARY

GREPECAS Project G3. Implementation of the Quality Management System in AIM units. (Presented by the Secretariat) SUMMARY International Civil Aviation Organization SAM/AIM/7-WP/05 South American Regional Office 05/02/15 Seventh Multilateral Meeting of the SAM Región for the transition from AIS to AIM (SAM/AIM/7) Lima,, 23

More information

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information /

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information / STATE OF CALIFORNIA BUSINESS, TRANSPORTATION AND HOUSING AGENCY DEPARTMENT OF FINANCIAL INSTITUTIONS WILLIAM S. HARAF, Commissioner of Financial Institutions www.dfi.ca.gov COMPLAINT REGARDING AN UNLICENSED

More information

Cata de Vinos en America del Sur

Cata de Vinos en America del Sur Crédito Fotográfico: https://www.flickr.com/photos/annamagal/ page 1 of 22 https://www.flickr.com/photos/shepaused4thought/ page 2 of 22 https://www.flickr.com/photos/madanelu/ page 3 of 22 https://www.flickr.com/photos/travelwayoflife/

More information

Financial Aid Information

Financial Aid Information Financial Aid Financial aid refers to any grant, scholarship, loan or paid employment offered to help a student meet his/ her college expenses. These monies can be meritbased and/or need-based. Merit-based

More information

Información On Demand Podemos predecir lo que sucederá?

Información On Demand Podemos predecir lo que sucederá? Información On Demand Podemos predecir lo que sucederá? Jeffrey Haggott IBM Corporation Americas Data Warehouse Business Unit Latin America Sales Leader jhaggot@us.ibm.com Temas de Nuestra Charla Gestión

More information

Fortigate SSL VPN 4 With PINsafe Installation Notes

Fortigate SSL VPN 4 With PINsafe Installation Notes Fortigate SSL VPN 4 With PINsafe Installation Notes Table of Contents Fortigate SSL VPN 4 With PINsafe Installation Notes... 1 1. Introduction... 2 2. Overview... 2 2.1. Prerequisites... 2 2.2. Baseline...

More information

Inscribase en Internet Nuestros productos de Seguros para estudiantes protegen a miles de nioos de los golpes y moretones de la infancia.

Inscribase en Internet Nuestros productos de Seguros para estudiantes protegen a miles de nioos de los golpes y moretones de la infancia. Enroll Online Our Student Insurance products protect thousands of kids from the bumps and bruises of growing up. K12 Accident and Health Plans available through your school: Injury and Sickness (available

More information

CUSTOMER ENGAGEMENT & COMMERCE PORQUE EL CAMINO & EL RESULTADO IMPORTAN

CUSTOMER ENGAGEMENT & COMMERCE PORQUE EL CAMINO & EL RESULTADO IMPORTAN CUSTOMER ENGAGEMENT & COMMERCE PORQUE EL CAMINO & EL RESULTADO IMPORTAN NAME TITLE 2011 SAP AG. All rights reserved. 1 QUÉ SIGNIFICA CUSTOMER ENGAGEMENT AND COMMERCE? RELACIONARNOS CON NUESTROS CLIENTES

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

Presente Continuo con idea de futuro

Presente Continuo con idea de futuro Tema 10 Presente Continuo con idea de futuro Usaremos el presente continuo con valor de futuro para planes que ya se han organizado o planes fijos. Esto es muy importante para que puedas distinguirlo del

More information

LEARNING MASTERS. Explore the Northeast

LEARNING MASTERS. Explore the Northeast LEARNING MASTERS Explore the Northeast Explore the Northeast BUILD BACKGROUND Reading Expeditions: Language, Literacy & Vocabulary Five Regions Map Use the information on page 4 of Explore the Northeast

More information

MASTER ADVANCED SCIENCES OF MODERN TELECOMMUNICATIONS

MASTER ADVANCED SCIENCES OF MODERN TELECOMMUNICATIONS MASTER ADVANCED SCIENCES OF MODERN TELECOMMUNICATIONS http://www.uv.es/mscasmt/ mscasmt-info@uv.es Baltasar Beferull Lozano (UV) UNIVERSITAT DE VALÈNCIA Baltasar Beferull Lozano - Master Advanced Sciences

More information

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information /

Information Regarding / Información acerca de Unlicensed Money Transmitter / Your Personal Information / STATE OF CALIFORNIA BUSINESS, TRANSPORTATION AND HOUSING AGENCY DEPARTMENT OF FINANCIAL INSTITUTIONS WILLIAM S. HARAF, Commissioner of Financial Institutions www.dfi.ca.gov COMPLAINT REGARDING AN UNLICENSED

More information

Ecuador Official visa Application

Ecuador Official visa Application Ecuador Official visa Application Please enter your contact information Name: Email: Tel: Mobile: The latest date you need your passport returned in time for your travel: Ecuador official visa checklist

More information

Sample Letters, Presentation Scripts and Helpful Ideas

Sample Letters, Presentation Scripts and Helpful Ideas Sample Letters, Presentation Scripts and Helpful Ideas In-Church and/or Direct Mail Methods Sample Advance Letter Sent by Parish Leader Diocesan Stewardship Appeal (first and last name) Street address

More information

INFORMATION DOSSIER WORK EXPERIENCE EUROPEAN SCHOOL ALICANTE

INFORMATION DOSSIER WORK EXPERIENCE EUROPEAN SCHOOL ALICANTE INFORMATION DOSSIER WORK EXPERIENCE EUROPEAN SCHOOL ALICANTE YEAR 2015-2016 INDEX 1. GENERAL 2. INTRODUCTORY LETTER 3. GUIDE FOR BUSINESSES / GUÍA PARA LAS EMPRESAS. 4. CONFIRMATION FORM / CARTA DE CONFIRMACIÓN.

More information

New words to remember

New words to remember Finanza Toolbox Materials Your Budget A budget is a plan that helps to match your expenses to your income. Expenses are the amount of money you spend. Income is the amount of money you earn. Making a budget

More information

EUROCALCULADORA. Option Compare Database. Private Sub Comando4_Click() [pesetas] = [euros] * 166.386 End Sub

EUROCALCULADORA. Option Compare Database. Private Sub Comando4_Click() [pesetas] = [euros] * 166.386 End Sub PROGRAMACIÓN ACCESS 1 EUROCALCULADORA Private Sub Comando4_Click() [pesetas] = [euros] * 166.386 Private Sub Comando5_Click() [euros] = [pesetas] / 166.386 Private Sub GENERA_Click() intentos = 0 Randomize

More information

Please note that the print size cannot be smaller than the text in the document.

Please note that the print size cannot be smaller than the text in the document. Clarification for Civil Rights Non-Discrimination Statement There have been several questions about using the short version of the USDA nondiscrimination statement on NSLP and SBP menus. It is acceptable

More information

PATIENT INFORMATION. Patient Name/Nombre

PATIENT INFORMATION. Patient Name/Nombre Patient Information Cont d PATIENT INFORMATION Patient Name/Nombre Birth date/fecha de Nacimeinto Age/Edad Sex/Sexo How do you prefer to be addressed by our physicians and staff? Como prefiere que le llamen

More information

Voices of Recent Latina Immigrants and Refugees:Effects of Budget Cuts on Their Settlement Experiences

Voices of Recent Latina Immigrants and Refugees:Effects of Budget Cuts on Their Settlement Experiences Voices of Recent Latina Immigrants and Refugees:Effects of Budget Cuts on Their Settlement Experiences by Neita Kay Israelite, Faculty of Education, York University Arlene Herman, Department of Sociology,

More information

Monterey County Behavioral Health Policy and Procedure

Monterey County Behavioral Health Policy and Procedure Monterey County Behavioral Health Policy and Procedure 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Policy Number 144 Policy Title Disclosure of Unlicensed Status for License

More information

Contact: Facebook/ Skype: senoraperez / www.senoraperez.blogspot.com Email: pereza@fultonschools.org

Contact: Facebook/ Skype: senoraperez / www.senoraperez.blogspot.com Email: pereza@fultonschools.org Rationale for Summer Assignments Students enrolled in Advanced Placement Spanish are required to complete the summer assignment prior to the start of class in September. The assignments integrate the use

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

ARSMA-II-Scala 1. 1. Yo hablo Español. (1) (2) (3) (4) (5) 3. Me gusta hablar en Español.. (1) (2) (3) (4) (5)

ARSMA-II-Scala 1. 1. Yo hablo Español. (1) (2) (3) (4) (5) 3. Me gusta hablar en Español.. (1) (2) (3) (4) (5) ARSMA-II-Scala 1 1 (5) Muchísimo o casi todo el tiempo (4) Mucho o muy frequente (3) Moderado (2) Un poquito o a veces (1) Nada 1. Yo hablo Español. (1) (2) (3) (4) (5) 2. Yo hablo Inglés (1) (2) (3) (4)

More information

Enrollment Forms Packet (EFP)

Enrollment Forms Packet (EFP) Enrollment Forms Packet (EFP) Please review the information below. Based on your student(s) grade and applicable circumstances, you are required to submit documentation in order to complete this step in

More information