Ing. Javier Calvo Moreno

Size: px
Start display at page:

Download "Ing. Javier Calvo Moreno"

Transcription

1 CODIGOS PARA HACER UN BLOCK DE NOTAS CON LAS FUNCIONES: Nuevo, Abrir, Guardar, Guardar Como, Imprimir, Formato fuente, Salir. Ing. Javier Calvo Moreno Nota: Son las opciones básicas, ustedes pueden agregar otras

2 Nuevo if (rtbdoc.modified == true) System.Windows.Forms.DialogResult answer; answer = MessageBox.Show("Save current document before creating new document?", "Unsaved Document", MessageBoxButtons.YesNo, MessageBoxIcon.Question); if (answer == System.Windows.Forms.DialogResult.No) currentfile = ""; this.text = "NotePad 2008: New Document"; rtbdoc.clear(); SaveToolStripMenuItem_Click(this, new EventArgs()); rtbdoc.clear(); currentfile = ""; this.text = "NotePad 2008: New Document"; currentfile = ""; this.text = "NotePad 2008: New Document"; rtbdoc.clear(); 2

3 Abrir if (rtbdoc.modified == true) System.Windows.Forms.DialogResult answer; answer = MessageBox.Show("Save current file before opening another document?", "Unsaved Document", MessageBoxButtons.YesNo, MessageBoxIcon.Question); if (answer == System.Windows.Forms.DialogResult.No) OpenFile(); SaveToolStripMenuItem_Click(this, new EventArgs()); OpenFile(); OpenFile(); Guardar if (currentfile == string.empty) SaveAsToolStripMenuItem_Click(this, e); string strext; strext = System.IO.Path.GetExtension(currentFile); strext = strext.toupper(); if (strext == ".RTF") rtbdoc.savefile(currentfile);

4 System.IO.StreamWriter txtwriter; txtwriter = new System.IO.StreamWriter(currentFile); txtwriter.write(rtbdoc.text); txtwriter.close(); txtwriter = null; rtbdoc.selectionstart = 0; rtbdoc.selectionlength = 0; this.text = "NotePad 2008: " + currentfile.tostring(); MessageBox.Show(ex.Message.ToString(), "File Save Error"); Guardar Como SaveFileDialog1.Title = "RTE - Save File"; SaveFileDialog1.DefaultExt = "rtf"; SaveFileDialog1.Filter = "Rich Text Files *.rtf Text Files *.txt HTML Files *.htm All Files *.*"; SaveFileDialog1.FilterIndex = 1; 4 if (SaveFileDialog1.ShowDialog() == DialogResult.OK) if (SaveFileDialog1.FileName == "") string strext; strext = System.IO.Path.GetExtension(SaveFileDialog1.FileName); strext = strext.toupper(); if (strext == ".RTF") rtbdoc.savefile(savefiledialog1.filename, RichTextBoxStreamType.RichText); System.IO.StreamWriter txtwriter; txtwriter = new System.IO.StreamWriter(SaveFileDialog1.FileName);

5 txtwriter.write(rtbdoc.text); txtwriter.close(); txtwriter = null; rtbdoc.selectionstart = 0; rtbdoc.selectionlength = 0; currentfile = SaveFileDialog1.FileName; this.text = "NotePad 2008: " + currentfile.tostring(); MessageBox.Show(currentFile.ToString() + " saved.", "File Save"); MessageBox.Show("Save File request cancelled by user.", "Cancelled"); imprimir PrintDialog1.Document = PrintDocument1; if (PrintDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK) PrintDocument1.Print(); fuente if (!(rtbdoc.selectionfont == null)) FontDialog1.Font = rtbdoc.selectionfont;

6 FontDialog1.Font = null; FontDialog1.ShowApply = true; if (FontDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK) rtbdoc.selectionfont = FontDialog1.Font; 6

I A Form és a párbeszédablakok I.1. MessageBox osztály MessageBox.Show(szöveg[,cím[,gombok[,ikon[,defaultbutton]]]]);

I A Form és a párbeszédablakok I.1. MessageBox osztály MessageBox.Show(szöveg[,cím[,gombok[,ikon[,defaultbutton]]]]); I A Form és a párbeszédablakok I.1. MessageBox osztály MessageBox.Show(szöveg[,cím[,gombok[,ikon[,defaultbutton]]]]); szöveg, cím gomb ikon defaultbutton String - MessageBoxButtons.OK - MessageBoxIcon.Asterix.Error.OKCancel.Question

More information

{ oledbdataadapter1.updatecommand.commandtext = "update personel set ad='" + textbox2.text + "' where id=" + textbox1.text; oledbconnection1.

{ oledbdataadapter1.updatecommand.commandtext = update personel set ad=' + textbox2.text + ' where id= + textbox1.text; oledbconnection1. private void Form1_Load(object sender, EventArgs e) oledbdataadapter1.fill(dataset11); private void button1_click(object sender, EventArgs e) oledbdataadapter1.update(dataset11); private void Form1_Load(object

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

Apéndice C: Código Fuente del Programa DBConnection.java

Apéndice C: Código Fuente del Programa DBConnection.java Apéndice C: Código Fuente del Programa DBConnection.java import java.sql.*; import java.io.*; import java.*; import java.util.*; import java.net.*; public class DBConnection Connection pgsqlconn = null;

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

Home vol.3 - Bathrooms - Scenes & Shapes

Home vol.3 - Bathrooms - Scenes & Shapes Baños-1 Bathrooms-1 modelos 3D para usuarios Strata 3D models for Strata users Manual de referencia Reference manual Escenas y shapes listos para usar con alto nivel de detalle Scenes & Shapes ready to

More information

TABLECLOTHS TEMPLATES

TABLECLOTHS TEMPLATES Hemmed Edges Bords Ourlés / Dobladillo TABLECLOTHS TEMPLATES PLANTILLAS PARA MANTELES / MODÉLES POUR NAPPES 4ft / 1.21m Economy Table Throw Totale de zone Graphique: 103" x 57.5" / 261.6cm x 146 cm Avant

More information

COMPUTACIÓN ORIENTADA A SERVICIOS (PRÁCTICA) Dr. Mauricio Arroqui EXA-UNICEN

COMPUTACIÓN ORIENTADA A SERVICIOS (PRÁCTICA) Dr. Mauricio Arroqui EXA-UNICEN COMPUTACIÓN ORIENTADA A SERVICIOS (PRÁCTICA) Dr. Mauricio Arroqui EXA-UNICEN Actividad Crear un servicio REST y un cliente para el mismo ejercicio realizado durante la práctica para SOAP. Se requiere la

More information

Instituto Cervantes - London

Instituto Cervantes - London Instituto Cervantes - London Would you like to learn Spanish in a Spanish environment? The Instituto Cervantes is the official place to learn Spanish in the world. In London we offer daytime and evening

More information

Module Title: Spanish 2.2

Module Title: Spanish 2.2 CORK INSTITUTE OF TECHNOLOGY INSTITIÚID TEICNEOLAÍOCHTA CHORCAÍ Autumn Examinations 2011 Module Title: Spanish 2.2 Module Code: LANG 6030 School: Business & Humanities Programme Title(s): Bachelor of Business

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

learning science through inquiry in primary classroom Overview of workshop

learning science through inquiry in primary classroom Overview of workshop Indicators of teaching and learning science through inquiry in primary classroom Wynne Harlen UK Overview of workshop Part 1: Why IBSE? What do we want to achieve through it? Part 2: Thinking about how

More information

ONLINE APPLICATION FOR ERASMUS STUDENTS

ONLINE APPLICATION FOR ERASMUS STUDENTS Vicerrectorado de Relaciones Internacionales Oficina de Relaciones Internacionales ONLINE APPLICATION FOR ERASMUS STUDENTS Calendar and Process Flow Diagram Dates Stages Who 9 Nov 8 Dic ONLINE APPLICATION

More information

Verbs + INFINITIVE (to + verb) Verb + noun/pronoun + Infinitive

Verbs + INFINITIVE (to + verb) Verb + noun/pronoun + Infinitive Verbs + INFINITIVE (to + verb) I. Advise Beg Encourage Invite Persuade Remind Volunteer Afford Care Expect Learn Plan See Wait Agree Choose Fail Manage Prepare Struggle Want Appear Claim Help Mean Pretend

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

GENERATING SQL SCRIPTS FOR STORED PROCEDURES, FUNCTIONS, VIEWS & TRIGGERS

GENERATING SQL SCRIPTS FOR STORED PROCEDURES, FUNCTIONS, VIEWS & TRIGGERS GENERATING SQL SCRIPTS FOR STORED PROCEDURES, FUNCTIONS, VIEWS & TRIGGERS April 2011 Level: By : Feri Djuandi Beginner Intermediate Expert Platform : MS SQL Server 2008, Visual C# 2010 Pre requisites:

More information

Spanish 1512.253 (TR 9:30 10:50) Course Calendar Spring 2015

Spanish 1512.253 (TR 9:30 10:50) Course Calendar Spring 2015 1 Spanish 1512.253 (TR 9:30 10:50) Course Calendar Spring 2015 U: Unidos etext: Electronic Textbook (See MySpanishLab at http://myspanishlab.com/) Audio for the activities in the hardcopy of the Classroom

More information

Response Area 3 - Community Meeting

Response Area 3 - Community Meeting September 2010 Greetings, Welcome to the Independence Division, Response Area 3 monthly community letter. Please check the Independence Division Response Area map at www.cmpd.org/patrol to see which area

More information

Curso SQL Server 2008 for Developers

Curso SQL Server 2008 for Developers Curso SQL Server 2008 for Developers Objetivos: Aprenderás a crear joins interiores y exteriores complejos, consultas agrupadas, y subconsultas Aprenderás a manejar los diferentes tipos de datos y sabrás

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

HPN Product Tools. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

HPN Product Tools. Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HPN Product Tools Requerimiento: Conozco el numero de parte (3Com,H3C,Procurve) Solución : El lookup Tool 1 Permite convertir el número de parte de un equipo proveniente de 3Com, H3C o Procurve para obtener

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

Teacher: Course Name: Spanish I Year. World Language Department Saugus High School Saugus Public Schools

Teacher: Course Name: Spanish I Year. World Language Department Saugus High School Saugus Public Schools Week 1 Week 2 Capítulo Preliminar 1. Intro to Spanish speaking world/nombres en Espanol 2. Frases útiles/ los cognados 3. El Alfabeto 4. Los Colores 5. Los números (0-30) and 1.3 Students present information,

More information

RISC Processor Simulator (SRC) INEL 4215: Computer Architecture and Organization September 22, 2004

RISC Processor Simulator (SRC) INEL 4215: Computer Architecture and Organization September 22, 2004 General Project Description RISC Processor Simulator (SRC) INEL 4215: Computer Architecture and Organization September 22, 2004 In the textbook, Computer Systems Design and Architecture by Heuring, we

More information

Incoming 6 th Grade. Welcome to Oak Valley Middle School. Your registration day is Wednesday, August 14, 2013.

Incoming 6 th Grade. Welcome to Oak Valley Middle School. Your registration day is Wednesday, August 14, 2013. Incoming 6 th Grade Welcome to Oak Valley Middle School. Your registration day is Wednesday, August 14, 2013. Time Last Name begins with 8:00 a.m. 9:00 a.m. A G 9:00 a.m. 10:00 a.m. H - N 10:00 a.m. 11:00

More information

Summer Reading and Class Assignments 2014-2015 Rising Seniors

Summer Reading and Class Assignments 2014-2015 Rising Seniors Student Name: Summer Reading and Class Assignments 2014-2015 Rising Seniors JIMMY CARTER EARLY COLLEGE HIGH SCHOOL LA JOYA INDEPENDENT SCHOOL DISTRICT To the Class of 2015: Jimmy Carter Early College High

More information

Problem 1 (1.5 points)

Problem 1 (1.5 points) Leganés, June 17th, 2014 Time: 120 min Systems Programming Extraordinary Call (Problems) Grade: 5 points out of 10 from the exam Problem 1 (1.5 points) City councils apply two types of municipal taxes

More information

EE 1130 Freshman Eng. Design for Electrical and Computer Eng.

EE 1130 Freshman Eng. Design for Electrical and Computer Eng. EE 1130 Freshman Eng. Design for Electrical and Computer Eng. Signal Processing Module (DSP). Module Project. Class 5 C2. Use knowledge, methods, processes and tools to create a design. I1. Identify and

More information

Creating Blackboard Test Imports with Respondus

Creating Blackboard Test Imports with Respondus Creating Blackboard Test Imports with Respondus You will need your assessment in 1 of 6 formats: 1. Plain Text (.txt) 2. Rich Text (.rtf) 3. Word document (.doc) 4. 2007 Word document (.docx) *recommended

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

ipod 5 owners manual ipod 5 owners manual

ipod 5 owners manual ipod 5 owners manual ipod 5 owners manual Our nationwide network of ipod 5 owners manual is devoted to offering you the absolute best service. With this kind of manual to use, you'll have the ability to develop a solution

More information

WIN A PIANO!! Enter our raffle for a chance to win this beautiful piano. Buy your raffle tickets today! $5 a ticket

WIN A PIANO!! Enter our raffle for a chance to win this beautiful piano. Buy your raffle tickets today! $5 a ticket WIN A PIANO!! Enter our raffle for a chance to win this beautiful piano. Buy your raffle tickets today! $5 a ticket The winner will be announced on Saturday, August 16th Dance Classes Creative Dance Class

More information

EasyMaint CMMS-EAM SOFTWARE

EasyMaint CMMS-EAM SOFTWARE CMMS-EAM Software 1 2 EasyMaint CMMS-EAM SOFTWARE EASYMAINT CMMS-EAM SOFTWARE General Description EasyMaint is an EAM (Enterprise Asset Management) and a CMMS (Computerized Maintenance Management System).

More information

6 Th INNOVATION CONTEST Innovation Contest s Guide

6 Th INNOVATION CONTEST Innovation Contest s Guide 6 Th INNOVATION CONTEST Innovation Contest s Guide Dear applicant: This manual is intended to guide you through the application process in the 6 th Innovation Contest. Please read these instructions before

More information

Quick Start Guide. Managing the Service. Converting Files and Folders

Quick Start Guide. Managing the Service. Converting Files and Folders PEERNET has been successfully installed as a Windows service on your computer. The mini-tutorials below are designed to get you converting files as soon as possible. Converting Files and Folders Convert

More information

J.5-11- 2015 Intercultural communica0on, mee0ngs and nego0a0ons Seminars and case studies

J.5-11- 2015 Intercultural communica0on, mee0ngs and nego0a0ons Seminars and case studies I"nerario Profesional Primer semestre L.28-09- 2015 Interna0onal marke0ng Business trips and socializing M.29-09- 2015 Interna0onal Business Management Business correspondence X.30-09- 2015 Using Documents

More information

Systems Programming & Scripting

Systems Programming & Scripting Systems Programming & Scripting Lecture 6: C# GUI Development Systems Prog. & Script. - Heriot Watt Univ 1 Blank Form Systems Prog. & Script. - Heriot Watt Univ 2 First Form Code using System; using System.Drawing;

More information

Client Side Binding of Dynamic Drop Downs

Client Side Binding of Dynamic Drop Downs International Journal of Scientific and Research Publications, Volume 5, Issue 9, September 2015 1 Client Side Binding of Dynamic Drop Downs Tanuj Joshi R&D Department, Syscom Corporation Limited Abstract-

More information

Univision s Es El Momento Campaign

Univision s Es El Momento Campaign Univision s Es El Momento Campaign NALEO National Summit on the State of Latino Education Luncheon Keynote Address Tuesday, October 1, 2013 Ivelisse Estrada, Senior Vice President of Corporate and Community

More information

ATLANTA INTERNATIONAL PHYSICAL THERAPY, INC.

ATLANTA INTERNATIONAL PHYSICAL THERAPY, INC. .Specwtlfczlkuj Ut Pedlfltric. physical, occ.upflt«>ithl, Speech Therapy sen/tees PATIENT INFORMATION Patient Name (Nombre del paciente] Date of Birth (Fecha de nacimiento] Address (Direccion] City [Cuidad]

More information

ISSAI 1220. Control de calidad en una auditoría de estados financieros. Directriz de auditoría financiera

ISSAI 1220. Control de calidad en una auditoría de estados financieros. Directriz de auditoría financiera Las Normas Internacionales de las Entidades Fiscalizadoras Superiores (ISSAI) son emitidas por la Organización Internacional de Entidades Fiscalizadoras Superiores (INTOSAI). Para más información visite

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

AV-002: Professional Web Component Development with Java

AV-002: Professional Web Component Development with Java AV-002: Professional Web Component Development with Java Certificación Relacionada: Oracle Certified Web Component Developer Detalles de la Carrera: Duración: 120 horas. Introducción: Java es un lenguaje

More information

Verbos modales. In this class we look at modal verbs, which can be a tricky feature of English grammar.

Verbos modales. In this class we look at modal verbs, which can be a tricky feature of English grammar. Verbos modales In this class we look at modal verbs, which can be a tricky feature of English grammar. We use Modal verbs in English to show: Probability,Possibility, Capability, Permission, ObligaCon,

More information

Click Here -> Multinivel - Cómo afiliar de 5 a 20 nuevos socios al mes en tu multinivel

Click Here -> Multinivel - Cómo afiliar de 5 a 20 nuevos socios al mes en tu multinivel Empresas que trabalham com marketing multinivel no brasil, empresas marketing multinivel gratis, social media marketing plan strategy. Click Here -> Multinivel - Cómo afiliar de 5 a 20 nuevos socios al

More information

Motorcycle Riders Course

Motorcycle Riders Course Motorcycle Riders Course Prerequisite: Student must have a valid driver s license or instructional permit. Students must be able to ride a bicycle. Note: Motorcycle and helmet for class will be provided.

More information

ALOJAMIENTO / ACCOMODATION

ALOJAMIENTO / ACCOMODATION ALOJAMIENTO / ACCOMODATION HOSTALES EN PUERTO WILLIAMS / HOSTELS IN PUERTO WILLIAMS Puerto Williams is a very small town and is easily walkable. The hostels are all approximately the same distance from

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

Enter Here -> Fernando DLn Posicionamiento Web Mercado De Afiliados - User Experience > Click Now <

Enter Here -> Fernando DLn Posicionamiento Web Mercado De Afiliados - User Experience > Click Now < Posicionamiento web blogger, good affiliate marketing books, manual de posicionamiento web seo, can i do affiliate marketing on facebook, posicionar tu web en google. Enter Here -> Fernando DLn Posicionamiento

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

CALENDARIO CURSOS ENERO / MARZO 2013

CALENDARIO CURSOS ENERO / MARZO 2013 MTA IT Infrastructure Track EX 98-349 40033A Windows Operating System and 40 HRS 32UF Windows Server Fundamentals. 40349A Windows Operating System Fundamentals. 24 HRS 22UF EX 98-365 40033A Windows Operating

More information

bei ZetaProducerPublishing.Runtime.Protocols.FtpProtocol.FtpEngine.<>c DisplayClass14.<DoSendFile> b 10()

bei ZetaProducerPublishing.Runtime.Protocols.FtpProtocol.FtpEngine.<>c DisplayClass14.<DoSendFile> b 10() Rebex.Net.FtpException Failed to establish connection (425). Rebex.Net.Ftp.TL(IAsyncResult A, Ftp B, String C, Enum[] D) Rebex.Net.Ftp.HT(IAsyncResult A) ZetaProducerPublishing.Runtime.Protocols.FtpProtocol.FtpEngine.c

More information

MyMobileAPI. mymobileapi.com. Email to SMS

MyMobileAPI. mymobileapi.com. Email to SMS MyMobileAPI mymobileapi.com TABLE OF CONTENTS Introduction... 3 Single SMS - How to send... 3 Single SMS - Example of ing... 4 Bulk SMS - How to... 5 Bulk SMS - Example of ing... 6 page 3/6 INTRODUCTION

More information

Youngstown City Schools Escuelas de la Ciudad de Youngstown

Youngstown City Schools Escuelas de la Ciudad de Youngstown REVITALIZACIÓN II Youngstown City Schools Escuelas de la Ciudad de Youngstown March 6, 2013 / Marzo 6,2013 Connie Hathorn, Ph.D. Superintendent /Superintendente INTRODUCTION / INTRODUCCIÓN: YCSD must address

More information

It has a parameter list Account(String n, double b) in the creation of an instance of this class.

It has a parameter list Account(String n, double b) in the creation of an instance of this class. Lecture 10 Private Variables Let us start with some code for a class: String name; double balance; // end Account // end class Account The class we are building here will be a template for an account at

More information

Citrix User Profile Manager - Citrix UPM

Citrix User Profile Manager - Citrix UPM 1 de 15 10/09/2008 13:56 Citrix User Profile Manager - Citrix UPM Uso de Citrix User Profile Manager, Citrix User Profile Manager es un nuevo producto de Citrix que esperemos nos sirva para quitarnos un

More information

Installation operation

Installation operation Restmoment digital conference system RX-3500 SERIES Installation operation RESTMOMENT ELECTRONIC CO.,LTD CONTENTS RESTMOMENT DIGITAL CONFERENCE SYSTEM... 0 RX-3500 SERIES... 0 PART 1 SAFETY OPERATION...

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

Control of a variety of structures and idioms; occasional errors may occur, but

Control of a variety of structures and idioms; occasional errors may occur, but AP SPANISH LANGUAGE 2012 PRESENTATIONAL WRITING SCORING GUIDELINES SCORE DESCRIPTION TASK COMPLETION TOPIC DEVELOPMENT LANGUAGE USE 5 Demonstrates excellence 4 Demonstrates command 3 Demonstrates competence

More information

Fernando DLn Posicionamiento Web Mercado De Afiliados - User Review --->>> Click Here > Click Now <

Fernando DLn Posicionamiento Web Mercado De Afiliados - User Review --->>> Click Here > Click Now < Example of a affiliate marketing website, matt's affiliate marketing blog, affiliate marketing dead 2014. Fernando DLn Posicionamiento Web Mercado De Afiliados - User Review --->>> Click Here > Click Now

More information

Mobile Solutions for Data Collection. Sarah Croft and Laura Pierik

Mobile Solutions for Data Collection. Sarah Croft and Laura Pierik Mobile Solutions for Data Collection Sarah Croft and Laura Pierik Presentation Overview Project Overview Benefits of using Mobile Technology Mobile Solutions- two different approaches Results and Recommendations

More information

EMC Documentum Application Connectors Software Development Kit

EMC Documentum Application Connectors Software Development Kit EMC Documentum Application Connectors Software Development Kit Version 6.8 Development Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright

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

Ask your child what he or she is learning to say in Spanish at school. Encourage your child to act as if he or she is your teacher.

Ask your child what he or she is learning to say in Spanish at school. Encourage your child to act as if he or she is your teacher. Welcome to Descubre el español con Santillana! This year, your child will be learning Spanish by exploring the culture of eight Spanish-speaking countries. Please join us as we travel through each of the

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

User s Manual Customer Service Website

User s Manual Customer Service Website User s Manual Customer Service Website Seres 2013 Pág. 2 Introduction Introducción The solution presented is the only point of contact between the customer and the ticket management tool. The customer

More information

DAILY TIGER ANNOUNCEMENTS. Finals Schedule. 4th Period Final 8:00-9:30. Break 9:30-9:45. TEAM/Study Hall/book return 9:45-10:23

DAILY TIGER ANNOUNCEMENTS. Finals Schedule. 4th Period Final 8:00-9:30. Break 9:30-9:45. TEAM/Study Hall/book return 9:45-10:23 DAILY TIGER ANNOUNCEMENTS Junction City High School 1135 W. 6th Ave * Junction City * OR * 97448 Main office: 541-998-2343 * Attendance: 541-998-8617 Counseling Center: 541-998-5955 * Athletics: 541-998-3521

More information

New words to remember

New words to remember Finanza Toolbox Materials Credit Cards, Debit Cards and ATM Cards New words to remember charging minimum payment credit limit interest PIN check register What is a Credit Card? A credit card is a thin

More information

Enter Here ->> Superar la depresionantidepresivos

Enter Here ->> Superar la depresionantidepresivos Medicamentos para la depresion de venta libre, sin farmacos. Enter Here ->> Superar la depresionantidepresivos naturales-medicamentos > Click Now < SOME TAGS: Que pastillas me recomiendan para la depresion,

More information

CC68J APLICACIONES EMPRESARIALES CON JEE JSF. Profesores: Andrés Farías

CC68J APLICACIONES EMPRESARIALES CON JEE JSF. Profesores: Andrés Farías CC68J APLICACIONES EMPRESARIALES CON JEE JSF Profesores: Andrés Farías Objetivos: aprender a REVISITANDO EL PATRÓN MVC INTRODUCCIÓN A JSF Java Server Faces Introducción

More information

Regulamos la luz, creas el ambiente. We dim the light, you create atmosphere Nous régulons l éclairage, vous créez l ambiance. 164 www.indeluz.

Regulamos la luz, creas el ambiente. We dim the light, you create atmosphere Nous régulons l éclairage, vous créez l ambiance. 164 www.indeluz. Regulamos la luz, creas el ambiente We dim the light, you create atmosphere Nous régulons l éclairage, vous créez l ambiance 164 www.indeluz.es REGULACIÓN DIGITAL DIGITAL REGULATION REGULATION DIGITALE

More information

C COMO PROGRAMAR DEITEL PDF

C COMO PROGRAMAR DEITEL PDF C COMO PROGRAMAR DEITEL PDF ==> Download: C COMO PROGRAMAR DEITEL PDF C COMO PROGRAMAR DEITEL PDF - Are you searching for C Como Programar Deitel Books? Now, you will be happy that at this time C Como

More information

Reverse Proxy Caching

Reverse Proxy Caching CHAPTER 7 This chapter explains reverse proxy caching and shows configuration examples relevant to the Content Engine. This chapter contains the following sections: Overview, page 7-1 Configuring Reverse

More information

Databases and Information Systems II

Databases and Information Systems II Databases and Information Systems II Performance evaluation Profiling Performance evaluation New compression approach must be competible in terms of Compression ratio Compression time Decompression time

More information

Referencias. Vol. 5 Nº 1

Referencias. Vol. 5 Nº 1 149 2012 Vol. 5 Nº 1 OPINION / OPINIÓN Los emigrantes colombianos como herramienta para apalancar el desarrollo nacional Sandra Milena SANTAMARÍA ÁLVAREZ ISSN: 2027 2340 Las empresas privadas también podrían

More information

Práctica Configuración Routing / resumen comandos

Práctica Configuración Routing / resumen comandos Práctica Configuración Routing / resumen comandos Comandos Cisco (v1.7) Para entrar en modo configuration: #conf t (config)# Para guardar configuración: # write mem o # copy running-config startup-config

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

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

POLICE REFORM AND INNOVATION IN LATIN AMERICA. AN ASSESSMENT. Hugo Frühling Centro de Estudios en Seguridad Ciudadana - Universidad de Chile

POLICE REFORM AND INNOVATION IN LATIN AMERICA. AN ASSESSMENT. Hugo Frühling Centro de Estudios en Seguridad Ciudadana - Universidad de Chile POLICE REFORM AND INNOVATION IN LATIN AMERICA. AN ASSESSMENT Hugo Frühling Centro de Estudios en Seguridad Ciudadana - Universidad de Chile Content: I. The concept of democratic policing II. Changes in

More information

<option> eggs </option> <option> cheese </option> </select> </p> </form>

<option> eggs </option> <option> cheese </option> </select> </p> </form> FORMS IN HTML A form is the usual way information is gotten from a browser to a server HTML has tags to create a collection of objects that implement this information gathering The objects are called widgets

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

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

2013 ASIS PUERTO RICO CHAPTER Inc. PRESENTS: 2013 SECURITY PROGRAM DESIGN 2-Day Program

2013 ASIS PUERTO RICO CHAPTER Inc. PRESENTS: 2013 SECURITY PROGRAM DESIGN 2-Day Program 2013 ASIS PUERTO RICO CHAPTER Inc. PRESENTS: 2013 SECURITY PROGRAM DESIGN 2-Day Program WHERE: CENTRO EUROPA-Banco Popular de PR TRAINING CENTER (Frente Centro Bellas Artes, Ave Ponce De León, Santurce

More information

SPAN 2113 Intermediate Spanish Schedule

SPAN 2113 Intermediate Spanish Schedule August September 1 st nd 3rd week 4 6 31 SPAN 113 Intermediate Spanish Schedule The University of Oklahoma Department of Modern Languages, Literatures, and Linguistics Fall 015 MW PM Class Abbreviations:

More information

Form Tasarımı - 5. Veri Tabanı Veri tabanı ismi; m Tablo ismi; mt

Form Tasarımı - 5. Veri Tabanı Veri tabanı ismi; m Tablo ismi; mt Form Tasarımı - 5 Veri Tabanı Veri tabanı ismi; m Tablo ismi; mt Kodlar Imports System.Data Imports System.Data.OleDb Imports System.Xml Imports System.IO Public Class Form5 Dim yeni As OleDbConnection

More information

Control de calidad. Felipe de Mendiburu. Second sample Calibration data in D[trial] New data in D[!trial] First samples UCL. Group summary statistics

Control de calidad. Felipe de Mendiburu. Second sample Calibration data in D[trial] New data in D[!trial] First samples UCL. Group summary statistics Control de calidad con First samples Second sample Calibration data in D[trial] New data in D[!trial] summary statistics 0.0 0.1 0.2 0.3 0.4 0.5 Felipe de Mendiburu 1 4 7 11 15 19 23 27 31 39 47 55 63

More information

FAMILY INDEPENDENCE ADMINISTRATION Seth W. Diamond, Executive Deputy Commissioner

FAMILY INDEPENDENCE ADMINISTRATION Seth W. Diamond, Executive Deputy Commissioner 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

Un entorno de test colaborativo en JavaScript para Siette. A collaborative testing environment in JavaScript for Siette

Un entorno de test colaborativo en JavaScript para Siette. A collaborative testing environment in JavaScript for Siette ESCUELA TÉCNICA SUPERIOR DE INGENIERÍA INFORMÁTICA GRADO EN INGENIERÍA INFORMÁTICA Un entorno de test colaborativo en JavaScript para Siette A collaborative testing environment in JavaScript for Siette

More information

A. Before you read the text, answer the following question: What should a family do before starting to look for a new home?

A. Before you read the text, answer the following question: What should a family do before starting to look for a new home? UNIT 1: A PLAN FOR BUYING English for Real Estate Materials A. Before you read the text, answer the following question: What should a family do before starting to look for a new home? Read the following

More information

PA (Process. Areas) Ex - KPAs

PA (Process. Areas) Ex - KPAs PA (Process Areas) Ex - KPAs CMMI Content: : Representación n etapas Level 5 Optimizing Focus Continuous Process Improvement Process Areas Organizational Innovation and Deployment Causal Analysis and Resolution

More information

Spanish II Summer Assignment

Spanish II Summer Assignment Spanish II Summer Assignment Práctica Español durante el verano! Disfrútalo, mejóralo, y documéntalo! Exposure to foreign language outside of the classroom is critical. The purpose of this assignment is

More information

EAST NEW YORK COMMUNITY PLAN ZONING PROPOSAL

EAST NEW YORK COMMUNITY PLAN ZONING PROPOSAL EAST NEW YORK COMMUNITY PLAN ZONING PROPOSAL PROPUESTA DE ZONIFICACION DEPARTMENT OF CITY PLANNING Plans for a mix of LAND USES across the city and neighborhoods Planifica para una mezcla de USOS DE SUELOS

More information

Additional information >>> HERE <<<

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

More information

Update a MS2.2 20060817

Update a MS2.2 20060817 Los cambios a realizar en la base de datos son los siguientes. Se ejecutarán en el phpmyadmin del servidor. A ser posible sobre una base de datos replicada, por si hay algún error. Si no se trata de una

More information

Chapter 12 Intellectual Development from One One to Three to Three

Chapter 12 Intellectual Development from One One to Three to Three Chapter 12 Chapter 12 Intellectual Development from One One to Three to Three Contents Section 12.1 Brain Development from One to Three Section 12.2 Encouraging Learning from One to Three 1 Section 12.1

More information

Aucune validation n a été faite sur l exemple.

Aucune validation n a été faite sur l exemple. Cet exemple illustre l utilisation du Type BLOB dans la BD. Aucune validation n a été faite sur l exemple. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

More information

UNITED STATES DEPARTMENT OF AGRICULTURE FOOD SAFETY AND QUALITY SERVICE WASHINGTON, DC

UNITED STATES DEPARTMENT OF AGRICULTURE FOOD SAFETY AND QUALITY SERVICE WASHINGTON, DC UNITED STATES DEPARTMENT OF AGRICULTURE FOOD SAFETY AND QUALITY SERVICE WASHINGTON, DC FSQS DIRECTIVE 3530.1 11/29/79 PREPARATION OF TIME AND ATTENDANCE REPORTS FOR INTERMITTENT EMPLOYEES I. PURPOSE This

More information

Migración y Coexistencia desde Notes a Exchange Server 2007

Migración y Coexistencia desde Notes a Exchange Server 2007 Migración y Coexistencia desde Notes a Exchange Server 2007 Mauro Tartaglia Miembro de GLUE Consultor de Mensajería Carlos Dinapoli Miembro de GLUE Microsoft Exchange MVP Overview of a transition using

More information

PROCEDURE INSERTION(NUM IN EMPLOYES.NUMEMP%TYPE, NOM VARCHAR2, PRENOM IN VARCHAR2, PPHOTO IN BLOB, SALAIRE IN NUMBER);

PROCEDURE INSERTION(NUM IN EMPLOYES.NUMEMP%TYPE, NOM VARCHAR2, PRENOM IN VARCHAR2, PPHOTO IN BLOB, SALAIRE IN NUMBER); Le Package CREATE OR REPLACE PACKAGE GESTIONEMPLOYES AS DECLARATION DE LA VARIABLE DE TYPE REF CURSOR DECLARATION DES PROCÉDURES ET FONCTIONS TYPE EMPRESULTAT IS REF CURSOR; PROCEDURE INSERTION(NUM IN

More information

230108 - CRS - Remote Control Systems

230108 - CRS - Remote Control Systems Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2015 710 - EEL - Department of Electronic Engineering 739 - TSC - Department of Signal Theory and Communications BACHELOR'S DEGREE

More information