Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Lab Assignment

Overview

Scenario/Summary

In this iLab, you will use Dreamweaver for the first time in this course. In terms of content, this iLab is similar to last week's iLab assignment in that you will once again create a simple web page that describes the website planning process and what should happen before any code is written when starting a business website development project. Your page will include links to three external websites.

What is really different about this iLab is that you will be using Dreamweaver. Dreamweaver is an advanced WYSIWYG website creation tool. Not only does Dreamweaver allow a designer to code directly in HTML, but it offers ways to create web pages without coding any HTML and also contains features for managing websites.

Dreamweaver is part of the Creative Cloud suite of products by Adobe. You will be accessing Dreamweaver not through the Citrix iLab environment but through a different interface altogether. Be sure to read through the rest of the lab for directions. You also would be well advised to connect to Dreamweaver early in the week, even if you don't complete the iLab until later in the week, in order to make sure that you don't have any connection problems.

Required Software

Access the following software in the Citrix iLab environment or from a local installation on your computer

• MS Word: Steps 1-4
• Notepad: Step 4
• Internet Explorer: Step 11
• Dreamweaver: Steps 2-10

Use a personal copy or the free Adobe Creative Cloud subscription provided by DeVry.

Adobe Creative Cloud Subscription

NOTE: once you have installed Dreamweaver on your local computer, you will access the software via the Adobe Desktop Manager on your local computer.

Lab Steps

STEP 1: Research and Writing

1. Conduct research on the website planning process.

2. Using Microsoft Word, write three to five paragraphs that clearly describe the website planning process and what should happen before any code is written when starting a business website development project. This should be in your own words. Make sure to reference three external websites, and include the site URLs at the bottom of your document.

3. Save your document as FirstnameLastnameLAB2.docx (e.g., NancyStegallLab2.docx). You will not need to submit this file with your lab, but you will need to copy text from it into your web page in a later step.

STEP 2: Startup and Setup

If you see a welcome screen like the one shown below, simply close it. Feel free to go back at another time to look it over, but you need not do so for this lab.

When the Dreamweaver main window opens, your screen will look something like this. If your screen does not look exactly like this but is close, that is fine. We will work on that in a bit.

STEP 3: Creating a New HTML Page

Create a new document by pulling down the File menu and clicking New.

In the New Document dialog that appears, select HTML under Page Type and under Layout, then click Create as shown below.

You will see a document work area window that looks something like the following image. Verify that in the Property Inspector in the lower left corner, the HTML button is highlighted and not the CSS button. Also verify that you are in the Design view.

If the Property Inspector is not visible, you can make it visible by clicking on Window in the top menu and then clicking Properties in the dropdown menu that will appear.

STEP 4: Save Your File

As you know, saving your work often is a good idea when working with any application. You should save your file now and save it again frequently as you work on the iLab.

Save your work-in Dreamweaver, that is typically done by using Ctrl + S or by going to the File menu and selecting Save or Save As.

You will need to save the file to a drive on your local computer so that you will be able to submit it to the Dropbox. Do the following in Dreamweaver: In the Save As dialog, select the location where you wish to save the file (probably Documents). Then click New Folder to create a folder named BIS325Labs. Click on the BIS325Labs folder to open it.

Name the file YourNameLab2.htm (replacing YourName with Nelson Ramos).

Image Description

STEP 5: Creating a Heading and Inserting Content

Note the Property Inspector at the bottom of the screen. Select Heading1 from the Format dropdown list on the Property Inspector as shown in the below image. Then click in the Design pane and enter the heading Your Name BIS325 Lab 2 (replacing Your Name with your name) at the top of the document. Your page so far might look like this.

STEP 6: Linking and Text Formatting

Use the Property Inspector to apply specific formatting to your content. The three types of formatting required are as follows.

1. Select a word or phrase and make it italic by clicking the I (italic) button in the Property Inspector.
2. Select a word or phrase and make it bold by clicking the B (bold) button in the Property Inspector.
3. Select a group of paragraphs and create a bullet or a numbered list by clicking the Ordered List or Unordered List button in the Property

Inspector. (Before creating the list, make sure that you have blank lines between the paragraphs.)

Troubleshooting Tip: If you selected several paragraphs but ended up with only one list item after clicking the Ordered List or Unordered List button, you may have copied and pasted several paragraphs at once into Dreamweaver, rather than doing one paragraph at a time as directed in Step 4. If this happens, press Ctrl + Z to undo the list formatting. Then place the cursor at the beginning of your second paragraph, press Backspace twice to remove the blank line and merge the first and second paragraphs, and press Enter to separate the paragraphs again. Repeat this process for each subsequent paragraph, then select all the paragraphs and apply the list format again.

Switch to Code view or Split view for a moment, and review the HTML code. Switch back to Design view, or just use the Design view pane in Split view.

You can apply any additional formatting you'd like, but remember you will be graded on the three types above, so be sure to have one of each of those types of text formatting at the very least. To apply further formatting, you may want to select all of your text and make it in the sans serif font family instead of the default serif font face, for instance, or change a color here or there. You can use the Help system in Dreamweaver to get more information about how to apply any type of formatting you want to experiment with.

STEP 7: Create Hyperlinks

At the bottom of your document, you should have URLs for three references you used in writing your document. The following image shows the references almost in APA format. The references are not shown with hanging indents. Creating hanging indents in Dreamweaver is somewhat complicated, and we will not do that in this lab. The references are to be in APA format in all other respects. Convert each URL to a hyperlink by selecting the URL in the document and copying and pasting it into the Link textbox in the Property Inspector, as shown below.

STEP 8: Preview in Browser

You should have been saving your work often throughout the lab. Whether you have or not, save the file again by pressing Ctrl-S or by clicking the diskette icon in the top Dreamweaver toolbar.

After you have saved the file, you will need to test it by clicking on the Preview icon located on the toolbar, pressing the F12 shortcut key, or by selecting Preview in Browser from the File menu. If you click the Preview icon or select Preview in Browser from the File menu, you may be asked to choose from a list of available browsers; choose IExplore for Internet Explorer, or whatever the default browser is on your computer. Does the finished page look the way you think it should?

Does the page contain any spelling errors? Go back to Dreamweaver and make any corrections. You should spell check the content of web pages you create. The spell check shortcut is Shift + F7, or you can select Check Spelling from the Commands menu. Save the file once more.

STEP 9: Code and Split Views; Add a Title

You've created an entire web page and didn't enter a single HTML tag! Dreamweaver did that for you. Take a look at the HTML code that was created by clicking on the Code icon at the top of the page. You could also look at both the Code and the Design views at the same time by clicking on the Split icon at the top of the page.

As you look at the HTML code, look for the similarities with what you created in Lab 1 using a text editor. There will probably be some HTML code above the body section with which you aren't yet familiar, but that's okay. It is still a valuable learning opportunity to look at all the code you have now for the body section of your page.

You may notice that there is no title. Add a title now by clicking between the and tags as shown below and entering the title in the text box that will appear in the Property Inspector. Use your name and the iLab number as the text content.

Attachment:- Lab_Assignment.rar

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M92306236
  • Price:- $95

Priced at Now at $95, Verified Solution

Have any Question?


Related Questions in Computer Engineering

Case description mama mias mm pizzeria offers pizzas

Case Description: Mama Mia's (MM) pizzeria offers pizzas, breadsticks, and Buffalo chicken wings for carry out customers only. Customers phone in the order and come by to pick up their order. When regular customers call ...

Suppose that you have a singly-linked list l containing the

Suppose that you have a singly-linked list L containing the sequence of numbers (1,2,3,4,5,6,7,8,9). Suppose further that you have an initially empty stack S. i) Give a pseudo-code description of a method that uses only ...

The appendix to chapter one will be very useful in

The appendix to chapter one will be very useful in answering this question, if you need a refresher or introduction to regression analysis. The following equation is the regression results of a study on infant mortality ...

Question subject digital securitywhat do you think about

Question : Subject : Digital Security What do you think about how cloud makes DLP (Data Loss Prevention) more difficult? The response must be typed, single spaced, must be in times new roman font (size 12) and must follo ...

A orange juice producer buys all of his oranges from a

A orange juice producer buys all of his oranges from a large orange orchard in Florida. Suppose that the amount of juice squeezed form each of these oranges is normally distributed with a mean of 4.70 and a standard devi ...

1 what is the purpose of exclusive gates such as the xor

1. What is the purpose of exclusive gates such as the XOR and XNOR? 2. What function do these gates perform?

Question you are responsible for managing multiple exchange

Question : You are responsible for managing multiple Exchange organizations, and you need to apply identical configurations to servers in all organizations. Since you are just starting out with Exchange Server 2013, and ...

You have a senior project you have to write 20 page long

You have a senior project You have to write 20 page long pages. You also have to make a project on a card explain what i m talkiing about. it should CIS program so utilize thre SDLC project management, databases, coding, ...

Given an undirected graph with both positive and negative

Given an undirected graph with both positive and negative edge weights, design an algorithm to find a maximum spanning forest with the largest total edge weights.

Question suppose user process application p1 of one

Question : Suppose user process (application) P1 of one computer wishes to transfer data (file) to process (application) P2 on another computer in the Internet. What addressing information about P2 is necessary for P1 to ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As