CSD 340 (Blum)1 Using Microsoft Visual Studio.NET Development Environment and Introducing Functions.

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
Project 8 Creating Style Sheets.
UNIT 12 LO4 BE ABLE TO CREATE WEBSITES Cambridge Technicals.
By Ed MacKeen Students will Learn: Objectives: To type a document in Microsoft Word and to save it. Use the Center button to center text. Use the Bold.
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
ETT 229 Fall 2004 Web Design Basics II. Agenda 11:00-11:05 – Quiz 14 11:05-11:50 – Web Design Lecture 11:50-12:15 – Web Design Practice 2.
ETT 429 Spring 2007 Web Design I.
1 Chapter 20 — Creating Web Projects Microsoft Visual Basic.NET, Introduction to Programming.
JavaScript “Hello World” in Microsoft Visual Studio August 2012.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Designing a Classroom Web Site Using NVU Beginning Level.
Images: HTML and CSS. The Bells page without images in Source View and Design View.
Organizing Content by Using Dreamweaver CS5 Domain 5.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
Database-Driven Web Sites, Second Edition1 Chapter 8 Processing ASP.NET Web Forms and Working With Server Controls.
Web Technologies Website Development Trade & Industrial Education
Introduction to Graphical User Interfaces. Objectives * Students should understand what a procedural program is. * Students should understand what an.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Introducing Web Controls Outline 29.1 Analyzing the.
Chapter 9 Programming with Web Forms Programming In Visual Basic.NET.
Using VNU. Getting Started Download and install KompoZer or NVU from the PortableApps web site onto your personal computer.PortableApps Versions for both.
Website Development with Dreamweaver
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
PHP Form Introduction Getting User Information Text Input.
CSD 340 (Blum)1 Using Visual Studio CSD 340 (Blum)2 Start/Microsoft Visual Studio 2005/Microsoft Visual Studio 2005.
Using an HTML image (img) element’s onclick event to change the source (src) of an iframe to an embedded youtube video.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
CSD 340 (Blum)1 Making and Reading from XML Files Chapter 14 of Beginning JavaScript (Paul Wilton)
CSD 340 (Blum)1 Starting JavaScript Homage to the Homage to the Square.
CSC 230 (Blum)1 Visual Basic 2005 Hello World Fall 2005 T. Blum.
CSC 157 (Blum)1 Hello World. CSC 157 (Blum)2 Start/Programs/Microsoft Visual Studio.NET 2003/Microsoft Visual Studio.NET 2003.
CSC 240 (Blum)1 Introduction to Access CSC 240 (Blum)2 Click on the Access desktop icon or go to Start/Programs/Microsoft Office/Microsoft Office.
CSD 340 (Blum)1 Drop-down list and timers. CSD 340 (Blum)2 Double click on the drop-down list icon to place one on the page.
Web Foundations WEDNESDAY, NOVEMBER 20, 2013 LECTURE 32: DREAMWEAVER SLIDE SHOW AND GOOGLE MAP.
Creating a Dynamic Web Page Template Module 5: Beyond the Basics with Expression Web LESSON 10.
® IBM Software Group © 2006 IBM Corporation JSF File Upload Control This Learning Module describes the use of the JSF File Upload component – for allowing.
Web Design Part I. Click Menu Site to create a new site root.
CSD 340 (Blum)1 Starting JavaScript Homage to the Homage to the Square.
JavaScript Challenges Answers for challenges
Microsoft Word Tutorials Created by L. George 2005.
Positioning Objects with CSS and Tables
CSC 230 (Blum)1 Visual Basic 2005 Hello World Fall 2005 T. Blum.
CSD 340 (Blum)1 For Loops See Beginning JavaScript (Paul Wilton) p. 87.
CSD 340 (Blum)1 Introducing Text Input elements and Ifs.
Make an HTML table using Visual Studio. Approach 1: drag table from Toolbox.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
Introduction to.
Dreamweaver – Setting up a Site and Page Layouts
Loop Lab CSD 340 (Blum).
With Microsoft FrontPage 2000
JavaScript “Hello World” in Microsoft Visual Studio 2013
Chapter Topics 15.1 Graphical User Interfaces
Positioning Objects with CSS and Tables
Intro to JavaScript CS 1150 Spring 2017.
ASP.NET Web Controls.
3.01 Apply Controls Associated With Visual Studio Form
JavaScript “Hello World” in Microsoft Visual Studio 2012
Muybridge Lab CSD 340 (Blum).
3.01 Apply Controls Associated With Visual Studio Form
Integrating JavaScript and HTML
Select tags CSD 340 (Blum).
Chapter 15: GUI Applications & Event-Driven Programming
Positioning Objects with CSS and Tables
Presentation transcript:

CSD 340 (Blum)1 Using Microsoft Visual Studio.NET Development Environment and Introducing Functions

CSD 340 (Blum)2 Go to Start/Programs/Microsoft Visual Studio.NET 2003/Microsoft Visual Studio.NET 2003

CSD 340 (Blum)3 First-time start up screen

CSD 340 (Blum)4 File/New/File

CSD 340 (Blum)5 New File dialog box: choose HTML Page, click Open button

CSD 340 (Blum)6 HTML Page in Design View

CSD 340 (Blum)7 HTML Page in HTML View

CSD 340 (Blum)8 Return to Design, place cursor over Toolbox, click on tack icon to lock in place.

CSD 340 (Blum)9 Click on the HTML button on the Toolbox

CSD 340 (Blum)10 Click on Table/Insert/Table

CSD 340 (Blum)11 Use the Insert Table Dialog box to select the number of rows, columns, etc.

CSD 340 (Blum)12 Result in Design view

CSD 340 (Blum)13 Result in HTML view

CSD 340 (Blum)14 Insert a Flow layout panel (div) in column 1 and another table (6 rows, a column) in column 2

CSD 340 (Blum)15 Result in HTML view

CSD 340 (Blum)16 Click the Save File button

CSD 340 (Blum)17 Save File As Dialog Box

CSD 340 (Blum)18 Place the cursor in the top row of the right column and the click on the Button button of the Toolbox

CSD 340 (Blum)19 Right click on the button and choose Properties.

CSD 340 (Blum)20 Change the properties of the button

CSD 340 (Blum)21 Highlight the div and click on the ellipsis next to the style

CSD 340 (Blum)22 Click on the Background button, click on the dropdown listbox next to Color

CSD 340 (Blum)23 Select black from the list of colors.

CSD 340 (Blum)24 Result of color selection

CSD 340 (Blum)25 Double click on button

CSD 340 (Blum)26 Result of double clicking: gives a boiler plate of function

CSD 340 (Blum)27 Declare some variables in the script region

CSD 340 (Blum)28 Let us define the function MakeColor()

CSD 340 (Blum)29 Function A function is a set of statements that we separate from the rest of the code and give a name. To execute the code we must “call” the function. It is possible to return a result (as the prompt function does). –One reason for doing this is if the same set of code might be used in a number of different colors.

CSD 340 (Blum)30 The butRedIncrease_onclick() function

CSD 340 (Blum)31 Events and Functions Another reason for a function is to have code that is executed when an event (such as the user clicking a button) is raised.

CSD 340 (Blum)32 Event calling function

CSD 340 (Blum)33 outerHTML code

CSD 340 (Blum)34 outerHTML versus document.write() Previously we used document.write() to add new HTML code to a page. If there is some pre-existing HTML code on the page we can change it by using the outerHTML property. –There is a similar construct known as innerHTML. The pre-existing HTML tag must have an id attribute so that we can refer to it.

CSD 340 (Blum)35 The div’s id attribute

CSD 340 (Blum)36 Add a second button.

CSD 340 (Blum)37 Click on the Style ellipsis, click on Position, set the Width property

CSD 340 (Blum)38 New Function

CSD 340 (Blum)39 The Green functions

CSD 340 (Blum)40 Result in Browser

CSD 340 (Blum)41 Result in Browser (II)

CSD 340 (Blum)42 References Beginning JavaScript, Paul Wilton –Functions: p. 92 –Buttons: p. 195 –outerHTML: p