Lesson 4 Creating a page with Web Matrix

Slides:



Advertisements
Similar presentations
When you right click on the Interwrite icon, you can choose between the interactive, office, or one of the other options.
Advertisements

Microsoft Office 2007: Introductory Computer Applications 11.
Word Lesson 8 Increasing Efficiency Using Word
Table of Contents II: Customize your TOC Change the appearance of your TOC You’ve created an automatic table of contents, but now you feel like making.
Student Presentations. Overview Introduction Prepping Zipping Uploading unZipping Viewing.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Pasewark & Pasewark 1 Word Lesson 8 Increasing Efficiency Using Word Microsoft Office 2007: Introductory.
Getting on the Web CCSD Technology Team. Post a page to the Web using a simple file transfer process Goal: Process: Create a Web page using Microsoft.
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
Mastering Your Word Processing Skills
Changes in WebCT Vista Version 8 (AKA CourseDen) UWG Distance & Distributed Ed Center (adapted from Kings College, UK) October 2008.
© 2012 Boise State University1 WordPress Training February 14, 2013.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
NetTech Solutions Working with Web Elements Lesson 6.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Web Feature Data Access Pages.
Making a Game Linking Slides. To link slides: 1.Prepare your storyboard 2.Complete all slides 3.Link the slides.
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
CSCI 6962: Server-side Design and Programming Introduction to Active Server Pages.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Microsoft ® Office OneNote ® 2003 Training Get to know OneNote CGI presents:
Functional English Week of
Presented by Graduate Design Group 2 Meredith, Jennifer, Cammay and Diane.
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
Lesson 12 Adding Validation To The Movie Database.
Next “How to Add Information to The Header & Footer in Microsoft Excel” Presented by: Carmen Alexander – Student, University of Phoenix Online - 05/2005.
1 Hyperlinks and Action Buttons This PowerPoint document will help you learn about ______ and __________ buttons.
Level 1 Tutorial Project How to put a movie player on your Weebly website using an HTML code.
Videos. Adding Videos to a Web Page Videos can make our pages more interesting and engaging. Most video-hosting services, such as YouTube, will provide.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word.
Creating a Dynamic Web Page Template Module 5: Beyond the Basics with Expression Web LESSON 10.
Teacher Web Page Creation Eileen Musselman. Log on to Muhlenberg’s Intranet Click Submit button.
Before you begin this section on creating a document, be sure you have considered the suggestions in the previous sections on planning your project. Important.
Module 4: Creating a Web Application with Web Forms
USING JAVASCRIPT TO SHOW AN ALERT Web Design Sec 6-2 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Introduction to Dreamweaver. What is it?  An Adobe program to graphically create and manage Web sites. It often referred to as a GUI ---Graphical User.
CHOOSE 1 OF THESE.
Getting Started Of course the first step in accessing MBC is logging in. Once on the internet type in MBC web address:
WORDLE in your Classroom By: Krista Hansen Click on Clipboard for transcript of presentation.
What Is Firefox? __________ is a Web ___________ that you use to search for and view Web pages, save pages for use in the future, and maintain a list.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
This demonstration will familiarize you with the current version of Blackboard used on the Waldorf College campus.
Weebly is Your Friend. * To Enhance And Promote Your Curriculum * To Provide A Student Resource * Add Efficiency to Your Planning * Informational * Promote.
Levitra 20 mg Getting started with Firefox New to Firefox? Well you’ve come to the right place. This article covers all the basics and will get you up.
Microsoft Excel Illustrated Introductory Workbooks and Preparing them for the Web Managing.
C# Programming: From Problem Analysis to Program Design1 Visual Studio Configuration C# Programming: From Problem Analysis to Program Design 4th Edition.
Installing Cygwin from
Installing Analysis Tool Pak
Using JavaScript to Show an Alert
How to create a web page using word …
JavaScript “Hello World” in Microsoft Visual Studio 2013
Computer Software: Programming
Videos.
Getting Started with R.
Using the HTML and CSS Validation Services
Working with your database
© 2016, Mike Murach & Associates, Inc.
How to Halogen: Attaching Documents to your employee's
Introduction of FrontPage
Understanding the Visual IDE
Installing Analysis Tool Pak
Consult America Technology Consulting Services
Presentation title here
Videos.
Searching Your Database
Working with your database
Presentation transcript:

Lesson 4 Creating a page with Web Matrix Reviewing commands to use in Web Matrix

Let’s create web applications… Load Web Matrix after you install

Creating a new web application file

ASP.NET Page Select ASP.NET Page Choose a location of where you want your file to go. Choose a file name with the .aspx extention Click ok

Reviewing a Web Matrix screen Workspace area

Working with the Toolbox On the left, are the tools you will be using to create your page. You have 4 options on the toolbox to use.

HTML ELEMENT Typical HTML commands that you want to place on your page are found in the HTML ELEMENT TOOLBOX

Web Controls Similar HTML commands are found on the Web Controls tab The big difference is that there are server based controls located here

Custom controls Right click over Custom controls and you can get Online tools created by third parties that help in your page development

My Snippets Cute title eh? Here is where you can drag code that you think is reuseable and place it in My Snippets to be used later Web developers love this feature