Visual Web Development

Size: px
Start display at page:

Download "Visual Web Development"

Transcription

1 Martin Rowe, Terry Marris October 2007 Visual Web Development 7 Contact We see how users may us without exposing our address to spiders and robots that crawl through the web looking for addresses to add to spammer's lists. We use your computer as a relay that hands s on to a server. 7.1 Contact Form The user is invited to provide their address, name and a comment. They then click either the send button to submit the form, or the clear button to clear the form. 1

2 7.2 Installing the SMTP Service To send from an ASP.NET application you must have the Simple Mail Transfer Protocol (SMTP) service of the Internet Information Services (IIS) installed and configured. This may already be done at college. But at home installing ASP.NET directly from Microsoft does not automatically install SMTP. The details shown below may differ slightly depending on whether you are using Windows XP with the Classic Windows layout scheme. You will need Administrator rights. Installing SMTP Service 1. Start, Settings, Control Panel, Add or Remove Programs, Add/Remove Windows Components 2. Internet Information Services (IIS), Details, SMTP Service, OK 3. Next. Insert Windows XP disk if requested and follow instructions 4. Finish 2

3 Configuring SMTP Service 1. Start, Run, inetmgr, OK 2. Expand local computer 3. Right-click Default STMP Virtual Server, Properties 4. Access, Relay 5. Select Only the list below 6. Add, Single Computer 7. IP address: OK 3

4 7.2 The Code Behind the Send Button The code shown below sends an from your web page. Protected Sub btnsend_click(byval sender As Object, ByVal e As System.EventArgs) Handles btnsend.click Dim strfrom As String = txt .text Dim strname As String = txtname.text Details from the client Dim strmessage As String = txtmessage.text Dim strsubject As String = "Enquiry" Dim strto As String = "tmarris@lec.ac.uk" Replace my with your address Dim strhost As String = "localhost" Dim intport As Integer = 25 Your computer forwards the Dim server As New System.Net.Mail.SmtpClient(strHost, intport) Dim As New System.Net.Mail.MailMessage(strFrom, strto, strsubject, strmessage) server.send( ) End Sub We: collect the input from the user specify the subject and delivery address specify that it is our own computer that relays the create a SmtpClient object from the given relay computer details create a MailMessage object send a Send( ) message to the server object: server. Send ( ) the receiver the message The object receiving the message looks down its list of methods: if it finds one that corresponds with the message, it performs its task. If the receiver does not find a corresponding method, it complains. 4

5 7.3 Use Case Use Case Contact Goal to send the contents of a form completed by the user as an to the owner of the web page Pre-condition Post-condition Initiating Actor the user Main Success Scenario 1 system displays prompts 2 user enters their address, name and message 3 system sends the message to the owner of the web page 4 exit success The pre- and post- conditions, and exceptions, are left as an exercise for you to complete. 7.4 Layout, Properties and Values 5

6 Control Property Value Form File Name Contact.aspx Title Contact Document Title Contact Label ID lbltitle Text Contact Us Font Size xx-large ForeColor blue Label ID lbl Text Your ? Text Box ID txt Label ID lblname Text Your name? Text Box ID txtname Label ID lblmessage Text Your message? Text Box ID txtmessage Rows 5 Text Mode Multiline Button ID btnsend Text Send Button ID btnclear Text Clear Notice: the font is specified to be Arial throughout. Arial (or Verdana) is the font of choice because it is the easiest to read on a screen. What fonts do Google and Microsoft use for their screen displays? the text box ID = txtmessage is a multi-line text box allowing the user to enter more than one line of text as a single item. 6

7 7.5 Exercise 1. Implement the program, shown above, that sends an to you at your e- mail address 2. Investigate any exceptions that might occur and update the use case table shown above 3. Modify the program you wrote for Exercise 1 above so that control is maintained in the event of any possible errors. 7

Wyo VB Lecture Notes - Objects, Methods, & Properties

Wyo VB Lecture Notes - Objects, Methods, & Properties Wyo VB Lecture Notes - Objects, Methods, & Properties Objective #1: Use forms appropriately. A form is a basic building block of a Visual Basic project. Eventually, you'll be creating projects that consist

More information

Chapter. Web Applications

Chapter. Web Applications Chapter Web Applications 144 Essential Visual Basic.NET fast Introduction Earlier versions of Visual Basic were excellent for creating applications which ran on a Windows PC, but increasingly there is

More information

IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants

IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants These notes are available on the IMS1906 Web site http://www.sims.monash.edu.au Tutorial Sheet 4/Week 5 Please

More information

COOKBOOK Sending an in Response to Actions

COOKBOOK Sending an  in Response to Actions 2011 COOKBOOK Sending an Email in Response to Actions Send an Email Let s expand the capabilities of the context menu in Customers grid view. We will add a new option, seen below, which will execute a

More information

IT3101 -Rapid Application Development Second Year- First Semester. Practical 01. Visual Basic.NET Environment.

IT3101 -Rapid Application Development Second Year- First Semester. Practical 01. Visual Basic.NET Environment. IT3101 -Rapid Application Development Second Year- First Semester Practical 01 Visual Basic.NET Environment. Main Area Menu bar Tool bar Run button Solution Explorer Toolbox Properties Window Q1) Creating

More information

Setting up an Sender

Setting up an  Sender Setting up an E-Mail Sender There are two different types of mail senders available in the Rock digitizers. There are E mail messages senders and E mail file senders. The file senders are used to send

More information

1. Create your First VB.Net Program Hello World

1. Create your First VB.Net Program Hello World 1. Create your First VB.Net Program Hello World 1. Open Microsoft Visual Studio and start a new project by select File New Project. 2. Select Windows Forms Application and name it as HelloWorld. Copyright

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Collaborative Authoring Tool

Collaborative Authoring Tool Collaborative Authoring Tool 1.0 Registering with Google This tool allows multiple users to edit a document at the same time and from different locations allowing version control to be managed. The tool

More information

To enter the number in decimals Label 1 To show total. Text:...

To enter the number in decimals Label 1 To show total. Text:... Visual Basic tutorial - currency converter We will use visual studio to create a currency converter where we can convert a UK currency pound to other currencies. This is the interface for the application.

More information

More Skills 11 Format and Position Report Controls

More Skills 11 Format and Position Report Controls = CHAPTER 5 Access More Skills 11 Format and Position Report Controls Controls can be aligned using buttons on the Ribbon. Using the Ribbon s alignment tools can be quicker and more accurate than positioning

More information

Year 12 : Visual Basic Tutorial.

Year 12 : Visual Basic Tutorial. Year 12 : Visual Basic Tutorial. STUDY THIS Input and Output (Text Boxes) The three stages of a computer process Input Processing Output Data is usually input using TextBoxes. [1] Create a new Windows

More information

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Velocity@ocbc Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Version 1.0 1 of 18 Step 1: Check your browser version 1. Type www.whatismybrowser.com at the address bar and press

More information

Outlook 2010 Setup Guide (POP3 Transmailaccess)

Outlook 2010 Setup Guide (POP3 Transmailaccess) Versions Addressed: Microsoft Office Outlook 2010 Document Updated: 7 /22/2013 Copyright 2012 Smarsh, Inc. All rights reserved. Purpose: This document will assist the end user in configuring Outlook 2010

More information

Integrating Cisco Unified MeetingPlace Express With Microsoft Outlook

Integrating Cisco Unified MeetingPlace Express With Microsoft Outlook APPENDIX B Integrating Cisco Unified MeetingPlace Express With Microsoft Outlook Revised: October 18, 2006, Topics in this section include: Restrictions for Microsoft Outlook Integration, page B-1 Information

More information

You 2 Software

You 2 Software PrismaCards Enter text for languages with exotic fonts You 2 Software http://www.you2.de info@you2.de Introduction To work in PrismaCards and other programs with complex fonts for different languages you

More information

TRAINING GUIDE FOR OPC SYSTEMS.NET. Simple steps to successful development and deployment. Step by Step Guide

TRAINING GUIDE FOR OPC SYSTEMS.NET. Simple steps to successful development and deployment. Step by Step Guide TRAINING GUIDE FOR OPC SYSTEMS.NET Simple steps to successful development and deployment. Step by Step Guide SOFTWARE DEVELOPMENT TRAINING OPC Systems.NET Training Guide Open Automation Software Evergreen,

More information

EM L23 - Implementing Client and Server Management with Site Services Hands-On Lab

EM L23 - Implementing Client and Server Management with Site Services Hands-On Lab EM L23 - Implementing Client and Server Management with Site Services Hands-On Lab Description If you are new to the Symantec Management Technologies or are just looking to reinforce your existing knowledge

More information

Unit Search for Retail Registration: Search

Unit Search for Retail Registration: Search Unit Search for Retail Registration: Search can be made by both Serial and VIN (VIN or OEM VIN) of a unit. A user can enter a full or partial Serial/VIN to perform a search by clicking the Search link.

More information

Switchboard. Creating and Running a Navigation Form

Switchboard. Creating and Running a Navigation Form Switchboard A Switchboard is a type of form that displays a menu of items that a user can click on to launch data entry forms, reports, queries and other actions in the database. A switchboard is typically

More information

To get started with Visual Basic 2005, I recommend that you jump right in

To get started with Visual Basic 2005, I recommend that you jump right in In This Chapter Chapter 1 Wading into Visual Basic Seeing where VB fits in with.net Writing your first Visual Basic 2005 program Exploiting the newfound power of VB To get started with Visual Basic 2005,

More information

County of Sacramento Instructions for filling out an online Tree Permit

County of Sacramento Instructions for filling out an online Tree Permit To start your permit 1. Create an account or log in if you already have an account. https://actonline.saccounty.net 2. Click on Apply for a Tree Permit Or in you already have a tree permit you can search

More information

Herefordshire College of Technology Centre Edexcel BTEC Level 3 Extended Diploma in Information Technology (Assignment 1 of 3)

Herefordshire College of Technology Centre Edexcel BTEC Level 3 Extended Diploma in Information Technology (Assignment 1 of 3) Student: Candidate Number: Assessor: Len Shand Herefordshire College of Technology Centre 24150 Edexcel BTEC Level 3 Extended Diploma in Information Technology (Assignment 1 of 3) Course: Unit: Title:

More information

Defender Desktop Login GrIDsure Token User Guide

Defender Desktop Login GrIDsure Token User Guide Desktop Login GrIDsure Token User Guide Introduction This guide describes what the user will see when using Desktop Login with GrIDsure tokens. The logon procedure will vary slightly depending on the platform

More information

Employee Web Services. Installation Guide

Employee Web Services. Installation Guide Employee Web Services This is a publication of Abila, Inc. Version 2017.x 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information

Google Forms for Online Lessons, Assessment & More Class Notes

Google Forms for Online Lessons, Assessment & More Class Notes Google Forms for Online Lessons, Assessment & More Class Notes 1. Creating a new form: A. Go to Google Drive and click New>>More>>Google Forms. B. Rename the form in the top left and click the Change theme

More information

Instruction for installing DCMSecure on Windows 7 and Higher 64 Bit Systems

Instruction for installing DCMSecure on Windows 7 and Higher 64 Bit Systems Instruction for installing DCMSecure on Windows 7 and Higher 64 Bit Systems Sam Shen, October 29, 2014 Aili Maki, October 08, 2015 System Requirement: The DCMSecure_x64 service has to run on a host computer

More information

Learning VB.Net. Tutorial 17 Classes

Learning VB.Net. Tutorial 17 Classes Learning VB.Net Tutorial 17 Classes Hello everyone welcome to vb.net tutorials. These are going to be very basic tutorials about using the language to create simple applications, hope you enjoy it. If

More information

Thermacam Reporter 2000 Professional Template Building Tutorial

Thermacam Reporter 2000 Professional Template Building Tutorial Introduction: This tutorial will guide you step-by-step through the process of creating a new template using Thermacam Reporter 2000 Professional. The template consists of an item page with an IR image

More information

Fast Food Store Group Boxes and Other User Controls

Fast Food Store Group Boxes and Other User Controls VISUAL BASIC Fast Food Store Group Boxes and Other User Controls Copyright 2014 Dan McElroy Sample Program Execution The customer receipt is updated each time another selection is made and the Enter button

More information

How to Render Architectural Desktop 2005 Objects

How to Render Architectural Desktop 2005 Objects How to Render Architectural Desktop 2005 Objects The procedure for assigning AccuRender materials to Architectural Desktop objects and layers is nearly identical to that of AutoCAD. The difference in assigning

More information

MS Word Exercises. Exercise 1

MS Word Exercises. Exercise 1 Exercise 1 MS Word Exercises 1. Type the document given below in Microsoft Word. The document contains five paragraphs. a. The first four paragraphs are aligned in the way described within the paragraph.

More information

Form Adapter Example. DRAFT Document ID : Form_Adapter.PDF Author : Michele Harris Version : 1.1 Date :

Form Adapter Example. DRAFT Document ID : Form_Adapter.PDF Author : Michele Harris Version : 1.1 Date : Form Adapter Example DRAFT Document ID : Form_Adapter.PDF Author : Michele Harris Version : 1.1 Date : 2009-06-19 Form_Adapter.doc DRAFT page 1 Table of Contents Creating Form_Adapter.vb... 2 Adding the

More information

How to Configure SMTP. To clearly document how to configure SMTP to send s from Eclipse.net

How to Configure SMTP. To clearly document how to configure SMTP to send  s from Eclipse.net Purpose: To clearly document how to configure SMTP to send emails from Eclipse.net Contents Windows Server 2003 - SMTP Installation... 2 Windows Server 2008 SMTP Installation... 5 Windows Server 2003/Windows

More information

Introduction & Navigation

Introduction & Navigation Introduction & Navigation Logging In to Marketing Cloud 1. Open a tab in either the Chrome or Firefox web browser. 2. Place your cursor in the URL bar then type mc.exacttarget.com. 3. Strike the Enter

More information

San Diego Elementary PowerTeacher: Seating Charts Quick Reference Card

San Diego Elementary PowerTeacher: Seating Charts Quick Reference Card Quick Reference Card PowerTeacher: Seating Charts Use PowerTeacher seating charts to help manage your classroom, take attendance, and select students randomly to promote class participation. Create as

More information

Google Sites 101. Mrs. Wilson

Google Sites 101. Mrs. Wilson Google Sites 101 Mrs. Wilson Google Sites 101 Create a site 1. Go to http://sites.google.com/ 2. Login with your Google Account [or Google Apps account] email address and password You can create a Google

More information

NEC UC Desktop R6 UI Customizations. NEC Desktop R6.5

NEC UC Desktop R6 UI Customizations. NEC Desktop R6.5 NEC UC Desktop R6 UI Customizations NEC Desktop R6.5 Contents 1. Overview... 3 2. Licensing... 3 3. System Requirements... 3 4. Profile View... 4 4.1 BLF Appearance Selection... 4 4.1.1 UC Desktop Selection...

More information

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016 Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Set up presentations for delivery. View and change slide masters. Add WordArt text. Create hyperlinks.

More information

Microsoft Entourage 2008

Microsoft Entourage 2008 Microsoft Entourage 2008 Prepared by Computing Services at the Eastman School of Music May 2008 1 Table of Contents Appearance of Microsoft Entourage... 4 Email... 4 Reading New Email... 4 Sending a New

More information

Creating a Brochure in Publisher

Creating a Brochure in Publisher Creating a Brochure in Publisher If you closed the Flyer, as indicated above, you will see the Microsoft Publisher Task Pane on the left side of your screen. Click the Brochures selection in the Publication

More information

More Skills 11 Draw Tables and Convert Tables to Text. To complete this document, you will need the following file:

More Skills 11 Draw Tables and Convert Tables to Text. To complete this document, you will need the following file: CHAPTER 5 Word More Skills 11 Draw Tables and Convert Tables to Text Tables can be drawn or inserted into documents. As tables are created and modified, the size of the columns may need to be adjusted

More information

Research Management Information System (RIMS) Human Ethics - User Guide

Research Management Information System (RIMS) Human Ethics - User Guide Research Management Information System (RIMS) Human Ethics - User Guide Contents How to create an Initial Application to the HREC... 2 Step 1: Create a new protocol... 2 Step 2: Title... 3 Step 3: Chief

More information

Fields and Templates. Objectives. Chapter 10

Fields and Templates. Objectives. Chapter 10 Chapter Fields can be inserted into documents enabling you to automatically update specific information such as dates, time and document information. This feature is particularly handy when creating documents

More information

Version of 22 OCBC Bank. All Rights Reserved

Version of 22 OCBC Bank. All Rights Reserved Velocity@ocbc Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Version 2.0 1 of 22 Step 1: Check your browser version 1. Type www.whatismybrowser.com at the address bar and press

More information

Aloaha FindMail.

Aloaha FindMail. Aloaha FindMail.eMail Aloaha FindMail.eMail is an email archiving solution that can archive inbound-, internal and outbound emails directly and transparently into a central mailstore. Additionally emails

More information

Opendiem Training Addendum IIS

Opendiem Training Addendum IIS Opendiem Training Addendum IIS Opendiem-TRN-000-IIS Revision 5.0.0 Status Initials Date Comment Released RAC 11/12/2010 Updated format and content 5.0.1 RAC 11/22/2010 Windows 7 Settings 5.0.1 RAC 3/13/2011

More information

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses.

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses. IS 320 Spring 96 Page 1 Please use your own paper to answer the following questions. Point values are shown in parentheses. 1. (10) Consider the following segment of code: If txtansicode.text < "0" Or

More information

How to Set Up Outlook Express for Railwells

How to Set Up Outlook Express for Railwells Internet Explorer Home > Using Internet Explorer > E-mail and Newsgroup Reader How to Set Up Outlook Express for Railwells email For help call Peter Bowen 01749-671448 Before you can use Outlook Express

More information

Intermediate Word for Windows

Intermediate Word for Windows Intermediate Word for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Word for Windows In the PC labs, click

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.  Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 70-515-VB Title : Web Applications Development with Microsoft VB.NET Framework 4 Practice Test Vendors

More information

Instructions for writing Web Services using Microsoft.NET:

Instructions for writing Web Services using Microsoft.NET: Instructions for writing Web Services using Microsoft.NET: Pre-requisites: Operating System: Microsoft Windows XP Professional / Microsoft Windows 2000 Professional / Microsoft Windows 2003 Server.NET

More information

OpenText RightFax 10.6

OpenText RightFax 10.6 OpenText RightFax 10.6 Connector for Konica Minolta MFPs Administrator Guide Edition OpenText RightFax 10.6 Connector for Konica Minolta MFPs Thursday, July 31, 2014 Trademarks OpenText is a registered

More information

5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP

5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP 5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP Introduction Print and complete this lab. In this lab, you will use administrative tools to monitor system resources. You will also

More information

Microsoft Office Outlook 2010

Microsoft Office Outlook 2010 Starting Microsoft Outlook 2010 with XP Click on Start, E-mail Microsoft Outlook or Start, All Programs, Microsoft Office, Microsoft Outlook. Starting Microsoft Outlook 2010 with Windows 7 Click on the

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

Lab 3 The High-Low Game

Lab 3 The High-Low Game Lab 3 The High-Low Game LAB GOALS To develop a simple windows-based game named High-Low using VB.Net. You will use: Buttons, Textboxes, Labels, Dim, integer, arithmetic operations, conditionals [if-then-else],

More information

Lab 6 Insert controls in web form

Lab 6 Insert controls in web form Lab 6 Insert controls in web form Objective: These exercises will guide you through the procedure of inserting controls in web form Equipment: 1. PCs with Windows 10 and above 2. Internet Explorer/Chrome

More information

Customizing Report Options

Customizing Report Options Customizing Report Options This document provides instructions for customizing report display options in ACI. Report Options 1 Global Options... 1 Photo Options... 2 Data Fonts... 2 Firm Information...

More information

User can apply COD/COV by the following three instruction methods:

User can apply COD/COV by the following three instruction methods: 1. COD/COV 1.1 Instruction > COD/COV User can apply COD/COV by the following three instruction methods: Voyage (Batch Assign) an instruction method designed to simplify the procedure by voyage level instruction.

More information

Step 3: Type the data in to the cell

Step 3: Type the data in to the cell Simple Instructions for using Microsoft Excel The goal of these instructions is to familiarize the user with the basics of Excel. These directions will cover data entry, formatting, formulas and functions,

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: CHAPTER 2 Access More Skills 13 Create a Multiple Items Form A multiple items form displays records in rows and columns in the same manner as a datasheet. A multiple items form provides more formatting

More information

Unit VIII. Chapter 9. Link Analysis

Unit VIII. Chapter 9. Link Analysis Unit VIII Link Analysis: Page Ranking in web search engines, Efficient Computation of Page Rank using Map-Reduce and other approaches, Topic-Sensitive Page Rank, Link Spam, Hubs and Authorities (Text Book:2

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Sides Colour Coding. Applies to both Xp and Windows 7. Applies to Xp only. Applies to Vista and Windows 7 only

Sides Colour Coding. Applies to both Xp and Windows 7. Applies to Xp only. Applies to Vista and Windows 7 only GUIDE TO INSTALLING IQCARE This is a visual guide, it does not explicitly explain each and every detail. It also assumes you have a basic degree of technical knowledge Xp Vista Windows 7 Wamathaga Kamau

More information

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Welcome to KnoxPlans The City of Knoxville recommends that KnoxPlans (aka ProjectDox ) run on PC operating systems up to and including Windows 7 32-bit (Windows XP, Windows Vista,

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

MapBasic Release Notes

MapBasic Release Notes MapBasic 11.5.1 Release Notes This document provides information on new and enhanced features that have been introduced into MapBasic since version 11.5. It also contains sections on resolved customer

More information

Learning VB.Net. Tutorial 19 Classes and Inheritance

Learning VB.Net. Tutorial 19 Classes and Inheritance Learning VB.Net Tutorial 19 Classes and Inheritance Hello everyone welcome to vb.net tutorials. These are going to be very basic tutorials about using the language to create simple applications, hope you

More information

FormMail for ASP.NET

FormMail for ASP.NET FormMail for ASP.NET Alex Gust CPET 499 Web Systems October 31, 2014 Background A form mail application can be used alongside static web sites or sites with client-side logic only to allow forms to be

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

Agentilo Mobile Version 1.4 Visualization Server

Agentilo Mobile Version 1.4 Visualization Server Content: Agentilo Mobile Version 1.4 Visualization Server 1 TECHNICAL REQUIREMENTS...2 1.1 HARDWARE...2 1.2 OPERATING SYSTEMS...2 1.3 RECOMMENDED BROWSERS...2 1.4 CLIENT/BROWSER SETTINGS...2 2 FIRST RUN...3

More information

Quick Reference Guide: Genesis 2

Quick Reference Guide: Genesis 2 : Genesis 2 TABLE OF CONTENTS REGISTRATION...2 LAUNCH GENESIS 2 WIZARD...4 MANAGE MY PROFILE...33 CONFIGURE MY WEBSITE...34 REPORTS...35 1 REGISTRATION Before you can access the administration section

More information

Skills Funding Agency

Skills Funding Agency Provider Data Self-Assessment Toolkit (PDSAT) v17 User Guide Contents Introduction... 2 Compatibility and prerequisites... 2 1. Installing PDSAT... 3 2. Opening PDSAT... 6 2.1 Opening Screen... 6 2.2 Updates...

More information

How to Make a Contact Us PAGE in Dreamweaver

How to Make a Contact Us PAGE in Dreamweaver We found a great website on the net called http://dreamweaverspot.com and we have basically followed their tutorial for creating Contact Forms. We also checked out a few other tutorials we found by Googling,

More information

P2: Collaborations. CSE 335, Spring 2009

P2: Collaborations. CSE 335, Spring 2009 P2: Collaborations CSE 335, Spring 2009 Milestone #1 due by Thursday, March 19 at 11:59 p.m. Completed project due by Thursday, April 2 at 11:59 p.m. Objectives Develop an application with a graphical

More information

elg e oo Slides G Driv

elg e oo Slides G Driv Google Drive Slides Go to drive.google.com Google Drive Select Create an account Enter in your information Google Drive Google Slides Create and share your work online and access your documents from anywhere

More information

Quick Start Guide AUTODOC HSE

Quick Start Guide AUTODOC HSE AUTODOC HSE Quick Start Guide Table of Contents Step 1: What do you want to do?... 4 AutoDoc HSE s core functions... 5 Choose your outcome... 5 What next?... 6 Step 2: Installing AutoDoc HSE... 7 Before

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

More information

Activating AspxCodeGen 4.0

Activating AspxCodeGen 4.0 Activating AspxCodeGen 4.0 The first time you open AspxCodeGen 4 Professional Plus edition you will be presented with an activation form as shown in Figure 1. You will not be shown the activation form

More information

Scanner setup procedure for Kyocera MFP devices on Windows

Scanner setup procedure for Kyocera MFP devices on Windows Scanner setup procedure for Kyocera MFP devices on Windows 2000,XP, 2003 RGO recommends using scan to pc method first for reliable document scanning. End users are exponentially scanning larger and larger

More information

Creating Web Applications Using ASP.NET 2.0

Creating Web Applications Using ASP.NET 2.0 12 Creating Web Applications Using ASP.NET 2.0 12 Chapter CXXXX 39147 Page 1 07/14/06--JHR After studying Chapter 12, you should be able to: Define the terms used when talking about the Web Create a Web

More information

UAccess ANALYTICS Working with Agents: Delivering Data to Your Desktop

UAccess ANALYTICS Working with Agents: Delivering Data to Your Desktop UAccess ANALYTICS : Delivering Data to Your Desktop Arizona Board of Regents, 2015 THE UNIVERSITY OF ARIZONA updated 08.20.2015 v.3.00 For information and permission to use our PDF manuals, please contact

More information

Updated: Saturday, November 29, 2014 Page 1

Updated: Saturday, November 29, 2014 Page 1 ' Copyright 2013 Safe T Services - All Rights Reserved '=========================================================================================== 'Changed by Change Date Change Tag ' Description of Change

More information

Step by Step: Create a Table of Contents USE the First Ladies Research with Endnotes that is open from the previous exercise.

Step by Step: Create a Table of Contents USE the First Ladies Research with Endnotes that is open from the previous exercise. Step by Step: Create a Table of Contents USE the First Ladies Research with Endnotes that is open from the previous exercise. 1. Position the insertion point at the beginning of the document. Add a next

More information

Tutorial 03 understanding controls : buttons, text boxes

Tutorial 03 understanding controls : buttons, text boxes Learning VB.Net Tutorial 03 understanding controls : buttons, text boxes Hello everyone welcome to vb.net tutorials. These are going to be very basic tutorials about using the language to create simple

More information

Deploying WinLIMS Web v7.36+ to a Windows 2008 x64 box with SQL Server 2008.doc

Deploying WinLIMS Web v7.36+ to a Windows 2008 x64 box with SQL Server 2008.doc Deploying WinLIMS Web v7.36+ to a Windows 2008 x64 box with SQL Server 2008 Table of Contents Deploying WinLIMS Web v7.36+ to a Windows 2008 x64 box with SQL Server 2008... 1 Pre-requisites... 2 Deprecated

More information

Using Styles In Microsoft Word 2002

Using Styles In Microsoft Word 2002 INFORMATION SYSTEMS SERVICES Using Styles In Microsoft Word 2002 This document contains a series of exercises in the use of styles in the Microsoft Word 2002 word processing software. AUTHOR: Information

More information

MIS 216 SPRING 2018 PROJECT 4

MIS 216 SPRING 2018 PROJECT 4 MIS 216 SPRING 2018 PROJECT 4 Subs / Functions Arrays / Classes 1. Start a new project a. Create a folder on your desktop name it yourinitialsproject3 as in tnjproject3. b. FILE NEW PROJECT c. Change the

More information

Applications with Multiple Forms

Applications with Multiple Forms Applications with Multiple Forms APPENDIX D After studying Appendix D, you should be able to: Explain the difference between SDI, MDI, and TDI applications Create an SDI application that contains more

More information

Lesson 14: Graph of a Linear Equation Horizontal and Vertical Lines

Lesson 14: Graph of a Linear Equation Horizontal and Vertical Lines Lesson 14: Graph of a Linear Equation Horizontal and Vertical Lines Student Outcomes Students graph linear equations in standard form, 0), that produce a horizontal or a vertical line. Lesson Notes The

More information

Here is a complete outline of the entire course as it is currently planned (contents approximate):

Here is a complete outline of the entire course as it is currently planned (contents approximate): Getting Started With The CHT Web Group Server A User s Guide INSTALLATION Installing this CHT Web Group Server software is your first step into the future of desktop web serving. Although the Web Group

More information

C4.3, 4 Lab: Conditionals - Select Statement and Additional Input Controls Solutions

C4.3, 4 Lab: Conditionals - Select Statement and Additional Input Controls Solutions C4.3, 4 Lab: Conditionals - Select Statement and Additional Input Controls Solutions Between the comments included with the code and the code itself, you shouldn t have any problems understanding what

More information

Revision for Final Examination (Second Semester) Grade 9

Revision for Final Examination (Second Semester) Grade 9 Revision for Final Examination (Second Semester) Grade 9 Name: Date: Part 1: Answer the questions given below based on your knowledge about Visual Basic 2008: Question 1 What is the benefit of using Visual

More information

Upgrading from Call Center Reporting to

Upgrading from Call Center Reporting to Upgrading from Call Center Reporting to Reporting for Call Center Upgrade Document Reporting for Call Center Release 2.2.1xx Document Number: 200-0400-110 Document Status: Standard Document Version: 3.02

More information

Troubleshooting Notification Devices

Troubleshooting Notification Devices , on page 1 Overview Cisco Unity Connection can be configured to call a phone or pager or send text or SMS messages to notify users of new messages and calendar events. See the following sections for information

More information

Tutorial Given By: CAREER SERVICES

Tutorial Given By: CAREER SERVICES Tutorial Given By: CAREER SERVICES Welcome! This resume tutorial is designed to walk you through the process of developing a resume: step-by-step You will learn why a resume is so important and tips for

More information

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Version 9.1, October 2018 Contents KNOXPLANS for New Users... 1 Welcome to KnoxPlans, Version 9.1... 2 Recommended Client Hardware and O/S Specifications... 2 Browser Requirements...

More information

For DX100 for Industrial Robot MOTOMAN Ladder Editing Software for Personal Computers Ladder Editor 32 for DX100 Operator s Manual

For DX100 for Industrial Robot MOTOMAN Ladder Editing Software for Personal Computers Ladder Editor 32 for DX100 Operator s Manual YASKAWA For DX100 for Industrial Robot MOTOMAN Ladder Editing Software for Personal Computers Ladder Editor 32 for DX100 Operator s Manual Upon receipt of the product and prior to initial operation, read

More information