Café Soylent Green Chapter 12

Similar documents
CAL 9-2: Café Soylent Green Chapter 12

Café Soylent Green Chapter 12

Café Soylent Green Chapter 1

Café Soylent Green Chapters 4

Dreamweaver: Web Forms

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Surveyor Getting Started Guide

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Adobe Dreamweaver CS5 Tutorial

ADOBE DREAMWEAVER CS4 BASICS

Adobe Dreamweaver CC 17 Tutorial

Table of contents. DMXzone Ajax Form Manual DMXzone

Creating and Publishing Faculty Webpages

Table Basics. The structure of an table

Dreamweaver Publishing and Editing Files. Outline

Book IX. Developing Applications Rapidly

Using Respondus with D2L

Picasa Photo Album using Feed Ticker Patrick Julicher Picasa Photo Album using Feed Ticker

How to lay out a web page with CSS

Dreamweaver CS3. Chapter 1. Creating a Dreamweaver Web Page and Local Site. Part 1

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Table of contents. DMXzoneUniformManual DMXzone

How to set up a local root folder and site structure

Authoring World Wide Web Pages with Dreamweaver

PBWORKS - Student User Guide

Information Technology Applications Training & Support. Google Forms Create Forms and Capture Response Data

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Introduction to Dreamweaver

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

Introduction to Dreamweaver CS3

Lab 5: Dreamweaver CS5, Uploading your Web site

Taking Fireworks Template and Applying it to Dreamweaver

Creating your first website Part 4: Formatting your page with CSS

The Dreamweaver Interface

Getting Started with Universal

USING DRUPAL. Hampshire College Website Editors Guide

Submitting Assignments

How to lay out a web page with CSS

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Web Publishing Basics II

Dreamweaver CS5 Lab 4: Sprys

Dreamweaver MX The Basics

File Cabinet Manager

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any

WebPrint Quick Start User Guide

Administrative Training Mura CMS Version 5.6

OU EDUCATE TRAINING MANUAL

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

Installing Dolphin on Your PC

Getting Started with Digital File Pro 2

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

How to Control and Override CSS by Including a CSS Link

ORB Education Quality Teaching Resources

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

m ac romed ia D r e a mw e av e r Curriculum Guide

Managing Bancserv Transactions in SoftPro 360

Using Dreamweaver. 5 More Page Editing. Bulleted and Numbered Lists

6/21/12 Procedure to use Track-It (TI) Self Service version 10 and later

Section 6: Dreamweaver

Using Dreamweaver CS6

The figure below shows the Dreamweaver Interface.

Campus Solutions Faculty Guide Section 2 - Faculty Center

P.E.O. STAR Scholarship Online Recommendation Instructions

Dreamweaver Forms Outline

How to make a Work Profile for Windows 10

Dreamweaver 8. Project 5. Templates and Style Sheets

D2L Version 9.0 NavBar Editing for Instructors Customize your Course Navbar

Content Collection. How to Access Content Collection. From the homepage: From a course:

Dreamweaver Basics Workshop

Design Gallery User Guide

Objective % Select and utilize tools to design and develop websites.

Building TPS Web Pages with Dreamweaver

Figure 1 Properties panel, HTML mode

A Quick-Reference Guide. To access reddot:

Dreamweaver Template Tutorial - How to create a website from a template

Introduction to Qualtrics ITSC

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

The first step you should take in order to be able to use the system is accessing our web page. Follow these steps to gain access to the system:

BOULDER IRB era InfoEd Amendments

Publishing with Adobe Presenter 10 (Detailed)

FileLoader for SharePoint

UNIVERSITY OF NORTH TEXAS DEPARTMENT OF LEARNING TECHNOLOGIES SPRING

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

Flickr Photo Album using Feed Ticker Patrick Julicher Flickr Photo Album using Feed Ticker

The Official E-Portfolio Tutorial Guide

Microsoft Expression Web Quickstart Guide

Table of contents. Zip Processor 3.0 DMXzone.com

Ektron Advanced. Learning Objectives. Getting Started

CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session

IT153 Midterm Study Guide

How to Export a Report in Cognos Analytics

Outline Definition of Dreamweaver Site... 1 Setup of a Faculty/Staff Website... 2

Parent Portal User Guide

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Classroom Blogging. Training wiki:

Layout with Layers and CSS

Title and Modify Page Properties

Title and Modify Page Properties

Transcription:

Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CS6. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping quite a few sections, so be sure to follow the instructions below closely. You will need to be at a computer that is connected to the Internet. Dreamweaver CS6 should be installed. Complete the Forms Tutorial Start on page 612 and follow the instructions in the text with the following exceptions: 1. Site Setup (pg. 612) Be sure to set up a new site prior to beginning this tutorial. The instructions are in the text prior to step 1, but they can easily be overlooked. After setting up your site, you may get a message that looks something like this: This is a result of this new local site pointing to a folder inside the CAS111d folder which you set up as the local root folder for your CAS111d Remote site. THIS IS OK! Click the OK button on the above message and proceed with the rest of the assignment. If you don t get this message, continue as usual. 2. Complete Steps 1-11 on pgs 612-616. After completing these steps, you should have 2 form fields one for name and one for email. DO NOT complete Steps 1-22 on pgs. 616-622. You will NOT be adding Spry Validation to your form. Complete the steps on the following pages instead: HTML5 has the ability to perform certain types of form validation. You will be adding some code to perform the following validation: Require that the Name field be filled out before submission Require that the email address is in valid email address format CAS111d: CAL9-2 CS6 (1/14) Page 1 of 7

3. In Code View, add the required attribute to the name field. Use the following code as an example: 4. Change the type of the email field to email. Use the following code as an example: 5. In Design View, click to the right of the email address field and press Enter (Return) to create a new, empty paragraph. 6. In the Insert panel s Form category, click Select (List/Menu). 7. In the Input Tag Accessibility Attributes dialog box, enter diners in the ID field, and Number in party for the label field. Click OK. 8. Select the newly created drop-down field by clicking on it, or click select#diners using the Tag Selector. 9. Click the List Values button in the Property Inspector. (If you don t see this, you did not first select the drop down) 10. Click inside the field under Item Label and type Number of diners--, press the TAB key, and then type -1 in the Value field. 11. Click the + sign button. Under Item Label, type the number 1. Repeat that step to add the numbers 2 through 7 as labels. (Leave the values blank). Then, instead of typing the number 8, type 8+. 12. Click OK. 13. Click to the right of the Number in party field and press Enter (Return). CAS111d: CAL9-2 CS6 (1/14) Page 2 of 7

14. Click Text Field in the Form category of the Insert panel. 15. Type date for the ID, and Date for the label. Click OK. 16. Click to the right of the Date field and press Enter (Return). 17. Click Text Field in the Form category of the Insert panel. 18. Type time for the ID, and Time for the label. Click OK. 19. Click to the right of the Time field and press Enter (Return). 20. Type Location preference: 21. In the Insert panel s Forms category, click the Radio Button icon. 22. Type anywhere in the ID field, Anywhere is fine for the label, and click the OK button. 23. Click the radio button to select it and in the Property Inspector type location in the Radio button name field, and check the Checked button as shown below: 24. Click to the right of the Anywhere is fine label, and click the Radio Button icon. 25. Type bar in the ID field, At the bar for the label, and click the OK button. 26. Click the radio button to select it and in the Property Inspector type location in the Radio button name field, and check the Unchecked button 27. Click to the right of the At the bar label, and click the Radio Button icon. 28. Type corner in the ID field, Corner table for the label, and click the OK button. 29. Click the radio button to select it and in the Property Inspector type location in the Radio button name field, and check the Unchecked button. 30. Click to the right of the Corner table label for the last radio button. Hit Enter (Return) to create a new paragraph and then click the TextArea field from the Insert>Forms panel. 31. Type comments for the ID, and Any comments or requests? for the label. Click OK to insert the field. CAS111d: CAL9-2 CS6 (1/14) Page 3 of 7

32. Select the Text Area field, then type 50 in the Property Inspector s Char width box and type 4 in the Num Lines box. 33. Click to the right of the text area and press Enter (Return) to create a new paragraph. 34. Choose InsertFormButton or, on the Insert panel, click the Button icon. Click CANCEL when the Input Tag Accessibility window appears. (We don t need a label since the button has a label on it!) 35. Click on the button to select it. Change the ID to submit. 36. Click to the right of the Submit button, and repeat the above steps to insert a 2 nd button. 37. In the Property Inspector, change the name to reset. Change the value to Reset. Select Reset Form as the Action for the button. 38. Complete steps 1-7 on pgs. 627-630 to style your labels. 39. Complete steps 12-14 on pg. 631 to style your buttons. 40. Save all files and preview the form in your browser. If you click the Submit button, you should see an error message if the Name field was not filled out. Compare your form to the following: When you are finished, upload your files to the SWS. Be sure to upload the entire textbook_calisthenics folder. Refer to the instructions on the following pages if you need a refresher on uploading. CAS111d: CAL9-2 CS6 (1/14) Page 4 of 7

Create a Class Site Definition with Remote Server If you have already set up a CAS111d site, you can skip to page 7. If you have not yet set up a CAS111d site, complete the following: 1. Choose Site New Site. 2. Enter the following information: Type CAS 111d as the Site Name (no quotes) Click the Browse button and navigate to your cas111d folder that you created during Week 1. This should be on your USB drive, or on your hard drive. 3. Click the Servers option in the list on the left-side of your screen. 4. Click the + button. CAS111d: CAL9-2 CS6 (1/14) Page 5 of 7

5. Enter the information for the SWS as shown in the image below: IMPORTANT: Be sure to replace the information in the image above with your specific class and student information as shown here: Server Name: SWS Connect using: Make sure you select SFTP and use Port 22 as shown above SFTP Address: sws.pcc.edu Username: Your MyPCC username. Example: sallysmith14 Password: Your PCC G number. Example: G0283748 Root Directory: student/cas111d_xxxxxx_xxxxx/yourusername/ Example: student/cas111d_amy.clubb_11059/sallysmith14/ The Root Directory should be the path to your directory on your SWS account. The best way to enter this long path is to use your browser to go to sws.pcc.edu and navigate to your directory in this class. Then copy and paste the path from the browser's address bar. Remember: your path will be different than this based on your course section number and name. The Web URL is not required and you can ignore it. The case and slashes are very important so be precise. 6. Click the TEST button to verify your connection. If you entered everything correctly, you should see a message that says, Dreamweaver Connected to your Web Server Successfully 7. Click SAVE. 8. Click SAVE again. You are now ready to upload your files to the SWS. CAS111d: CAL9-2 CS6 (1/14) Page 6 of 7

Upload your Website: You will use the Files Panel within Dreamweaver to upload your files. Make sure that you are viewing the CAS111d class site. You will know if you are by looking in the site dropdown list in the Files Panel. 1. Click the textbook_calisthenics folder in the Files panel to select it. Second: Click the PUT button FIRST: Click on the name of the folder you want to upload 2. Click the Put button (the upward pointing arrow) When you click the Put button, Dreamweaver will connect to the site that was set up in the Remote Site Definition. If this was not done correctly, it may have trouble connecting. 3. You may see a dialog box with a confirmation about Dependent Files. It doesn t matter if you click Yes or No in this case because there are no dependent files. MOST IMPORTANT STEP: 4. Verify that your files went where you think they went!!! Using your browser, navigate to your directory in our classes SWS directory. Then navigate to your /textbook_calisthenics/chapter01 directory. When you click this directory, your Café Soylent home page should magically appear on your screen. (Well, not magic actually it appears because you named this file index.html which is how home pages should always be named!) 5. If everything looks good, go back to D2L and continue working on this weeks assignments. CAS111d: CAL9-2 CS6 (1/14) Page 7 of 7