| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Noah Weinstock

Page history last edited by noweinstock 10 years, 4 months ago

Week #11:

This entry explains how to insert and use Image Placeholders in Dreamweaver.

http://www.youtube.com/watch?v=1CGAwpMHlU4

Image Placeholders are used to hold the place for an image in Dreamweaver. This allows for the user to save the place for an image without actually having the image. Doing this creates the layout of the site without having all of the images needed to actually set up the site.

The first step in doing this is to decide where you want the image placeholder to be on the page.

Once this is decided, place your cursor at this certain place.

Go up to Insert => Image Object => Image Placeholder

This will bring up a window with options to name the box, change the width and height, change the color, and create an alternative text for the placeholder.

Press Ok and the placeholder will be created.

Week #10:

This entry explains how to embed an audio clip into a website using dreamweaver.

http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7c96a.html

 

The first step is to download the audio clip onto your computer and save it into your root folder.

Next in dreamweaver, draw a div where you want the audio clip to be.

Go up to Insert, Media, Plugin

Browse for the audio clip and click Ok

Enter the correct width and height of the clip.

Week #9:

This entry shows how to embed a youtube video into a website.

http://www.thesitewizard.com/faqs/youtube-video-dreamweaver.shtml

First, find the Youtube video that you want to embed

Next, select the share button under the video and then embed

Then, copy the code given and paste it into dreamweaver in the code section

Make sure that you are pasting it into the div section that you want the video to be in

 

 

Week #8:

This entry shows how to create a pop-up window in Dreamweaver.

http://www.smartwebby.com/web_site_design/pop_up_windows.asp#

First create the link

Then open the behaviors panel

Next click the Add button and select "Open Browser Window"

Select the browser URL, and set the window properties

 

Week #7:

Exit slip an Wiki blog skip week

Week #6:

This entry shows how to add rollover images to a site in Dreamweaver.

First design the rollover images in a graphic editor, then export them to your sites images folder in the root folder. 

Next, open DreamWeaver then go to Insert=>Image Object=>Rollover Image

Fill in the information in the pop up window so that you can locate the images.

http://www.smartwebby.com/web_site_design/rollover_images.asp

 

Week #5:

This entry shows how to make a boarder on an image.

http://www.scrapjazz.com/topics/Computer_Center/Software/852.php

 

First, with the layer selected, do Select =>All

Then do Select => Modify => Border, and choose the number of pixels you want the boarder to be.

Next, use a brush to create a border, use different brushes to create different textures for the border.

 

 

Week #4:

This entry shows how to get the background out of a picture using photoshop.

In Photoshop, open the quick select tool and choose the right size tool depending on what the picture is.

Keep clicking in different parts of the original image that you want to keep until the entire object is selected.

Then copy and paste it into a new file which will get rid of the background.

Before:

After:


Week #3:

This entry shows how to change a photo from color to black and white in Photoshop.

First rasterize the image so that you can edit it.

Then go up to Adjustments and then to Black and White.

This is what the photo will look like when it is done.

http://photo.tutsplus.com/tutorials/post-processing/7-black-and-white-photoshop-conversion-techniques/

 

Week #2:

This is the code to get text to bounce back and forth across your website.

<marquee behavior="alternate">Your bouncing text goes here</marquee>

http://www.quackit.com/html/codes/html_marquee_code.cfm

 

 

Week #1:

This is the code to make a text box that has a scroll bar on a website. This means that there will be a scrolling bar next to the image so that you can scroll through the text in the box but not scroll through the web page.

http://voices.yahoo.com/how-add-scrolling-flashing-text-website-170031.html

 

<div style="height:120px;width:120px;border:1px solid #ccc;font:16px/26px Georgia, Garamond, Serif;overflow:auto;"> text in the box.....</div>

 

 

 

Comments (8)

Lori said

at 10:23 am on Sep 19, 2013

Entry #1: 4/4, All required elements are provided. This is a very practical and useful post. Be sure that this code works in all Web browsers before applying it to a Website.

Lori said

at 10:05 am on Sep 27, 2013

Entry #2: 4/4. All required elements are provided. In the future try to post on more advance skills.

Lori said

at 10:10 am on Oct 9, 2013

Entry #3 & #4: 3/4 on both entries. Be sure to include a resource link on entry #4. Try to post on more advance skills in entry #3- that is a skill you learned in Intro.

Lori said

at 10:53 am on Oct 28, 2013

Post #5 & #6: 4/4. All required elements are provided and both posts are very practical and will be used often to create an attractive Web site. The rollover post is a little elementary but I will take it for now.

Lori said

at 11:49 am on Nov 18, 2013

Post #7 & #8: 4/4. #8 All required elements are provided but be sure to post images so that you can read the text.

bebaptiste said

at 12:16 pm on Jan 10, 2014

Week #9 - This post is very influential, I can use this code to help me embed a video into my website. Thanks!

vltrofimov said

at 12:17 pm on Jan 10, 2014

Great entry on the audio, is there a way to make it autoplay?

Lori said

at 6:25 pm on Jan 12, 2014

Post #9: 3/4. You provided great directions with useful visuals but this is a basic skill which you learned in Intro. Web Design. Try to post on skills which you discover on your own!
Post #10: 4/4. All required elements are provided. Be sure to include what type of audio to include (.mp3, .mp4)

You don't have permission to comment on this page.