<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DoNotYet.com &#187; Dreamweaver</title>
	<atom:link href="http://www.donotyet.com/category/dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donotyet.com</link>
	<description>Freebie Resources for Tech Users, AIR, Flex, Flash Developers and Photoshop, web Designers</description>
	<lastBuildDate>Wed, 07 Dec 2011 06:35:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Show Pop-up Windows In Appointed Size</title>
		<link>http://www.donotyet.com/2010/01/25/dreamweaver-8-0-tutorial-how-to-show-pop-up-windows-in-appointed-size/</link>
		<comments>http://www.donotyet.com/2010/01/25/dreamweaver-8-0-tutorial-how-to-show-pop-up-windows-in-appointed-size/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/25/dreamweaver-8-0-tutorial-how-to-show-pop-up-windows-in-appointed-size/</guid>
		<description><![CDATA[Sometimes we need to limit the size of the pop-up windows. Or you may have come across the pop-up windows with appointed size. But how can we limit the size of the pop-up windows? Of course, we can achieve it by the help with the JavaScript codes. However, we may be able to try another [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes we need to limit the size of the pop-up windows. Or you may have come across the pop-up windows with appointed size. But how can we limit the size of the pop-up windows? Of course, we can achieve it by the help with the JavaScript codes. However, we may be able to try another way to achieve it. Yes, we use the behaviors prosperities. The size-appointed windows are used for reminding the viewers of something. In normal case, it can be an ad, a reminder, or an image with a link. Now let us learn how to achieve this effect without the help of the codes. Follow me step by step.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2973"></span>  </p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="236" alt="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToShowPopupWindowsInAppointedSize001.jpg" width="500" border="0" /></td>
</tr>
</tbody>
</table>
<p><strong>Step1</strong></p>
<p>Open a document that you have saved. The original page is like the first image.</p>
<p><strong>Step2</strong></p>
<p>Click the &lt;body&gt; tag, beneath of the page. Then select the whole document. Like the following image.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="232" alt="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToShowPopupWindowsInAppointedSize002.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p><strong>Step3</strong></p>
<p>Press [shift+ F4] key and open the behaviors inspector. Click the add behavior button. Select the open browser window command. </p>
<p><strong>Step4</strong></p>
<p>Select a window that will pop up in the open browser window dialog box. Click OK button and the behaviors inspector is changed and there is a onLoad event waiting to be function. Like the following image.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="229" alt="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 003" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToShowPopupWindowsInAppointedSize003.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p><strong>Step5</strong></p>
<p>Save the document and press F12 to preview it in the explorer. When you load the original page, the other window will pop up in your appointed size. Like the following image.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="181" alt="Dreamweaver 8.0 Tutorial ---- How To Show Pop-up Windows In Appointed Size 004" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToShowPopupWindowsInAppointedSize004.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Now, the process is finished. And compared with designing with codes, this technique is more comprehensible. You know the code design need carefulness, but using the behaviors can save us much trouble. Besides, remember some common keyboard shortcuts can help us a lot. It is necessary for us to master alterative way to achieve the same effect. Practice it more and be sure you master it absolutely.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/25/dreamweaver-8-0-tutorial-how-to-show-pop-up-windows-in-appointed-size/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- Make The Special Effect Of Wandering Leaves</title>
		<link>http://www.donotyet.com/2010/01/23/dreamweaver-8-0-tutorial-make-the-special-effect-of-wandering-leaves/</link>
		<comments>http://www.donotyet.com/2010/01/23/dreamweaver-8-0-tutorial-make-the-special-effect-of-wandering-leaves/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Effect]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/23/dreamweaver-8-0-tutorial-make-the-special-effect-of-wandering-leaves/</guid>
		<description><![CDATA[You may remember that we have learnt how to make the floating snow flake in the past article. Yeah, it is achieved with the help with the JavaScript codes. Now we learn how to make the special effect of wandering leaves. What’s different with the floating snow flake is that we use the timeline and [...]]]></description>
			<content:encoded><![CDATA[<p>You may remember that we have learnt how to make the floating snow flake in the past article. Yeah, it is achieved with the help with the JavaScript codes. Now we learn how to make the special effect of wandering leaves. What’s different with the floating snow flake is that we use the timeline and layers to achieve the effect of wandering leaves. But if you have master the technique to make the flash of showing word one by one, you won’t feel difficult in learning this course. Now let us begin.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2967"></span></p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td width="500" valign="top"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeTheSpecialEffectOfWanderingLeaves001.jpg" border="0" alt="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 001" width="500" height="310" /></td>
</tr>
</tbody>
</table>
<p><strong>Step1</strong></p>
<p>Open a new web page in Dreamweaver8.0. Draw three layers that conclude three leaves.</p>
<p><strong>Step2</strong></p>
<p>Select one layer and right click. Select the “add to timeline” command and open the timeline inspector.</p>
<p><strong>Step3</strong></p>
<p>Drag the first layer’s timeline to the thirtieth frame in the timeline inspector. Press CTRL key and add key frame at the tenth and twentieth frame at the same time.</p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td width="500" valign="top"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeTheSpecialEffectOfWanderingLeaves002.jpg" border="0" alt="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 002" width="500" height="184" /></td>
</tr>
</tbody>
</table>
<p><strong>Step4</strong></p>
<p>Select the tenth frame of the first layer. Drag the layer with the tenth frame to the underside.</p>
<p><strong>Step5</strong></p>
<p>Select the twentieth frame of the second layer. Drag the layer to the left in the document.</p>
<p><strong>Step6</strong></p>
<p>Select the thirtieth of the third layer. Drag the layer to the underside of the document until disappearing. Then set the value of the “auto play” and “loop” as true. Like the following image.</p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td width="500" valign="top"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 003" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeTheSpecialEffectOfWanderingLeaves003.jpg" border="0" alt="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 003" width="500" height="175" /></td>
</tr>
</tbody>
</table>
<p><strong>Step7</strong></p>
<p>Set the thirtieth frame as hidden, because the leaves can not be floating from the ground to the sky. Save the document and you can see your successful work.</p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td width="500" valign="top"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 004" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeTheSpecialEffectOfWanderingLeaves004.jpg" border="0" alt="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 004" width="249" height="242" /><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 005" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeTheSpecialEffectOfWanderingLeaves005.jpg" border="0" alt="Dreamweaver 8.0 Tutorial ---- Make The Special Effect Of Wandering Leaves 005" width="250" height="242" /></td>
</tr>
</tbody>
</table>
<p>Now you have mastered the basic techniques of the flash in the dreamweaver8.0. There are three key steps. First, add the key frame. Second, set the route line of the objects. Third, set the last frame as hidden state. That is all.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
<li><a href="http://www.donotyet.com/2011/02/06/photoshop-tutorial-how-to-add-sun-light-effect-to-the-figure/" title="Photoshop Tutorial: How To Add Sun Light Effect To The Figure">Photoshop Tutorial: How To Add Sun Light Effect To The Figure</a></li>
<li><a href="http://www.donotyet.com/2011/01/30/photoshop-tutorial-how-to-adjust-bright-color-on-the-scenery-photograph/" title="Photoshop Tutorial: How To Adjust Bright Color On The Scenery Photograph">Photoshop Tutorial: How To Adjust Bright Color On The Scenery Photograph</a></li>
<li><a href="http://www.donotyet.com/2011/01/16/photoshop-tutorial-how-to-make-colorful-flowers/" title="Photoshop Tutorial: How To Make Colorful Flowers">Photoshop Tutorial: How To Make Colorful Flowers</a></li>
<li><a href="http://www.donotyet.com/2011/01/09/photoshop-tutorial-how-to-add-a-fantastic-light-beam-to-an-individual/" title="Photoshop Tutorial: How To Add a Fantastic Light Beam to an Individual">Photoshop Tutorial: How To Add a Fantastic Light Beam to an Individual</a></li>
<li><a href="http://www.donotyet.com/2011/01/02/photoshop-tutorial-how-to-add-soft-natural-light-to-the-window/" title="Photoshop Tutorial: How To Add Soft Natural Light to The Window">Photoshop Tutorial: How To Add Soft Natural Light to The Window</a></li>
<li><a href="http://www.donotyet.com/2010/12/26/photoshop-tutorial-how-to-make-clear-and-beautiful-photo-of-marriage/" title="Photoshop Tutorial: How To Make Clear and Beautiful Photo of Marriage">Photoshop Tutorial: How To Make Clear and Beautiful Photo of Marriage</a></li>
<li><a href="http://www.donotyet.com/2010/12/12/photoshop-tutorial-how-to-add-a-crepuscular-effect-to-a-scenery-picture/" title="Photoshop Tutorial: How To Add a Crepuscular Effect to a Scenery Picture">Photoshop Tutorial: How To Add a Crepuscular Effect to a Scenery Picture</a></li>
<li><a href="http://www.donotyet.com/2010/12/05/photoshop-tutorial-how-to-make-beautiful-hair-with-brush-tool/" title="Photoshop Tutorial: How To Make Beautiful Hair With Brush Tool">Photoshop Tutorial: How To Make Beautiful Hair With Brush Tool</a></li>
<li><a href="http://www.donotyet.com/2010/11/28/photoshop-tutorial-how-to-add-dynamic-effect-to-a-running-vehicle/" title="Photoshop Tutorial: How To Add Dynamic Effect to a Running Vehicle">Photoshop Tutorial: How To Add Dynamic Effect to a Running Vehicle</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/23/dreamweaver-8-0-tutorial-make-the-special-effect-of-wandering-leaves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- Make A Flash Showing Words One By One In The Web Page</title>
		<link>http://www.donotyet.com/2010/01/21/dreamweaver-8-0-tutorial-make-a-flash-showing-words-one-by-one-in-the-web-page/</link>
		<comments>http://www.donotyet.com/2010/01/21/dreamweaver-8-0-tutorial-make-a-flash-showing-words-one-by-one-in-the-web-page/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/21/dreamweaver-8-0-tutorial-make-a-flash-showing-words-one-by-one-in-the-web-page/</guid>
		<description><![CDATA[We would like to introduce the flash function in dreamweaver8.0 to you. It is common that you make the flash in the Flash8.0, but we also can achieve the flash function in Dreamweaaver8.0. We can make the simple flash by the flash function. It can save your time and energy which are spent on the [...]]]></description>
			<content:encoded><![CDATA[<p>We would like to introduce the flash function in dreamweaver8.0 to you. It is common that you make the flash in the Flash8.0, but we also can achieve the flash function in Dreamweaaver8.0. We can make the simple flash by the flash function. It can save your time and energy which are spent on the Flash software. Moreover, the complex flash will cost a lot of time to load when you view the web page. We will learn how to make a flash showing words one by one in the web page. Let us start. Follow me step by step.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2954"></span><br />
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="285" alt="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeAFlashShowingWordsOneByOneInTheWebPage0011.jpg" width="499" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step1</p>
<p>Select the document you have saved. Open the insert inspector, click the draw layer button and draw a layer in the page. </p>
<p>Step2</p>
<p>Set focus on the layer. Put an image that concludes the word. Insert the other image concluding words by the same way.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 002" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="167" alt="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeAFlashShowingWordsOneByOneInTheWebPage002.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step3</p>
<p>Select the first layer, and drag it to the timeline inspector. Release the mouse and add a moving route line for the first layer. Drag the frame to the fifteenth. Take the same action to other layers by the same way.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 003" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="122" alt="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 003" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeAFlashShowingWordsOneByOneInTheWebPage003.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step4</p>
<p>Drag the fifteenth frame to the twenty-fifth frame, applying to all the layers. Select the first frame of the first layer and open the properties inspector. Set the top as -50. Rule out the same way to other layers.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 004" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="138" alt="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 004" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeAFlashShowingWordsOneByOneInTheWebPage004.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step5</p>
<p>Move the starting of the second layer’s timeline to the fifth frame. Select the loop checkbox and auto checkbox. Like the following picture.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 005" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="124" alt="Dreamweaver 8.0 Tutorial ---- Make A Flash Showing Words One By One In The Web Page 005" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeAFlashShowingWordsOneByOneInTheWebPage005.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Save the document and press F12 to preview it in explorer. Then you will see the word following the last one and every several second there will be a word appearing. In fact, if you are interested in it, you can make more funny flash by yourself.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/21/dreamweaver-8-0-tutorial-make-a-flash-showing-words-one-by-one-in-the-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Make A Web Album</title>
		<link>http://www.donotyet.com/2010/01/19/dreamweaver-8-0-tutorial-how-to-make-a-web-album/</link>
		<comments>http://www.donotyet.com/2010/01/19/dreamweaver-8-0-tutorial-how-to-make-a-web-album/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Album]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/19/dreamweaver-8-0-tutorial-how-to-make-a-web-album/</guid>
		<description><![CDATA[We often view photos in web pages and may have own albums. When you click the photo, it will appear at a large size in another place of the web page. This special effect uses some layers, hiding or showing them. It even doesn’t need the help with JavaScript codes. You may be interested in [...]]]></description>
			<content:encoded><![CDATA[<p>We often view photos in web pages and may have own albums. When you click the photo, it will appear at a large size in another place of the web page. This special effect uses some layers, hiding or showing them. It even doesn’t need the help with JavaScript codes. You may be interested in that how we can achieve this effect. We will introduce the way to make it. It may be a boring process. Be patient with it and you will master the way to make it.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2864"></span><br />
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="324" alt="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeAWebAlbum001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step1</p>
<p>Click the table command. Insert a table with two rows and three columns. Then merge the third column.</p>
<p>Step2</p>
<p>Put four photos into the cells. </p>
<p>Step3</p>
<p>Open the insert inspector. Click the draw layer button. Then draw a new layer in the third column. Set focus on the layer and insert an image that is larger than the original one.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="188" alt="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeAWebAlbum002.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step4</p>
<p>Repeat the same action three times. Draw three layers above the first one. And put the right photo into corresponding layer. </p>
<p>Step5</p>
<p>Press F12 to open the layers inspector. Set the second layer, the third layer and the fourth layer as invisible. </p>
<p>Step6</p>
<p>Select the first image. Open the behaviors inspector and click the add button. Select the show-hide layers command and there will be a show-hide layers dialog box appearing. Select the first layers and click the show button. Set other layers as hide. Click OK.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="192" alt="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 003" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeAWebAlbum003.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="188" alt="Dreamweaver 8.0 Tutorial ---- How To Make A Web Album 004" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeAWebAlbum004.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Rule out the same action to the other images. It means when you select an image, and the image must be set as “show” state in the show-hide dialog box.</p>
<p>Now you have made an album successfully. Press F12 to preview the effect. Click the small photo and you will see the same large image appearing. This effect can apply to the web page aiming to show photos.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/19/dreamweaver-8-0-tutorial-how-to-make-a-web-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- Make A Floating Advertisement For A Web Page</title>
		<link>http://www.donotyet.com/2010/01/17/dreamweaver-8-0-tutorial-make-a-floating-advertisement-for-a-web-page/</link>
		<comments>http://www.donotyet.com/2010/01/17/dreamweaver-8-0-tutorial-make-a-floating-advertisement-for-a-web-page/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 12:16:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Advertisement]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/17/dreamweaver-8-0-tutorial-make-a-floating-advertisement-for-a-web-page/</guid>
		<description><![CDATA[We have learnt how to make a web page for trying on clothes in last article. Today we will learn how to make a floating advertisement for a web page. We can see many web sites having an ad floating in the web page. This effect can motivate the breeziness of the web page. Moreover, [...]]]></description>
			<content:encoded><![CDATA[<p>We have learnt how to make a web page for trying on clothes in last article. Today we will learn how to make a floating advertisement for a web page. We can see many web sites having an ad floating in the web page. This effect can motivate the breeziness of the web page. Moreover, you can put the most important link in the floating ad. Is it difficult to achieve? No. we just need to add a new layer into the saved web page. Besides, the timeline is necessary. The timeline is to control the time of objects’ behaviors, as you know in Flash. Now, let us start.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2755"></span><br />
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- Make A Floating Advertisement For A Web Page 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="330" alt="Dreamweaver 8.0 Tutorial ---- Make A Floating Advertisement For A Web Page 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialMakeAFloatingAdvertisementForAWebPage001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step1</p>
<p>Open the Insert inspector. Click the draw layer button to draw a new layer. Then put an image into the layer. </p>
<p>Step2</p>
<p>Select the layer and right click. Then select the Add to Timeline command. There will be a timeline inspector appearing.</p>
<p>Step3</p>
<p>Move the frame to the fifty-fifth. And add key frame to the thirty-third. After doing these things, you need to move the layer to the place you want it to go to. Like the following image show.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="CDocuments and SettingsAdministratorMy DocumentsMy Pictures20100117Dreamweaver12.17(floating ad)_files 002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="134" alt="CDocuments and SettingsAdministratorMy DocumentsMy Pictures20100117Dreamweaver12.17(floating ad)_files 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/CDocumentsandSettingsAdministratorMyDocumentsMyPictures20100117Dreamweaver12.17floatingad_files0.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step4</p>
<p>Save the document and press F12 to preview the effect in the explorer. You can see it moving along with the path you have set. </p>
<p>Finally, now you have master the technique to make a floating advertisement for a web page. We learned how to make the free-moving image in the web page in the past article, which is almost same with this article. But you can find the differences between them. One needs the help of the JAVASCRIPT codes, but the other depends on the timeline. One is wandering freely and the other is moving along with a stable path. These are their differences.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/17/dreamweaver-8-0-tutorial-make-a-floating-advertisement-for-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Try On Clothes Online</title>
		<link>http://www.donotyet.com/2010/01/15/dreamweaver-8-0-tutorial-how-to-try-on-clothes-online/</link>
		<comments>http://www.donotyet.com/2010/01/15/dreamweaver-8-0-tutorial-how-to-try-on-clothes-online/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Cloth]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/15/dreamweaver-8-0-tutorial-how-to-try-on-clothes-online/</guid>
		<description><![CDATA[When you want to buy clothes, you must try on firstly. It is same with the online clothes. You can try on clothes in some online games or online shops. But do you know how we can make a web page that allows the viewers to try on clothes they like? In fact, it is [...]]]></description>
			<content:encoded><![CDATA[<p>When you want to buy clothes, you must try on firstly. It is same with the online clothes. You can try on clothes in some online games or online shops. But do you know how we can make a web page that allows the viewers to try on clothes they like? In fact, it is very easy to achieve. Further, it is very common and funny. You will like to learn it. We just need to insert some layers and definite some behaviors. Now follow me and I will tell you how to make it.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2573"></span></p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="287" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step1</p>
<p>Open the insert inspector. Click the Draw Layout Cell button in the Insert inspector. Then draw three layers.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="218" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline002.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step2</p>
<p>Put the images into the three layers. Like the following image.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 003" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline003.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step3</p>
<p>Put the mouse on the edge of the “coat” layer. Then move the “coat” layer on the “boy” layer.</p>
<p>Step4</p>
<p>Put the trousers on the “boy” layer in the same way. The effect is like the following image showing.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="173" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 004" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline004.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step5</p>
<p>Set focus on the blank page, and open the behavior inspector. Then click the <img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 005" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="21" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 005" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline005.jpg" width="24" border="0" />&#160; button, and select “Drag Layer”. Fill the drag layer dialog box like the following image. Then click OK button. Rule out the same way to the layer3. </p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 006" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="174" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 006" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline006.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 007" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="189" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 007" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline007.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step6</p>
<p>Save the document and press F12 button to preview in the explorer.</p>
<p>Like the following image. When you click the coat, it will move on the boy’s body.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 008" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="161" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 008" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline008.jpg" width="245" border="0" /> <img title="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 009" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="187" alt="Dreamweaver 8.0 Tutorial ---- How To Try On Clothes Online 009" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToTryOnClothesOnline009.jpg" width="240" border="0" /> </td>
</tr>
</tbody>
</table>
<p>OK. The final effect is ready. Do you remember how to make it? Have you master the way to achieve this special effect? Let us look it back. Firstly, we need to insert three layers. Secondly, we put the images into the layers. Thirdly, we have to definite the behaviors of the layers in the drag layers dialog box. That is all. Practice it again. </p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/15/dreamweaver-8-0-tutorial-how-to-try-on-clothes-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Make The Image Show As Water Wave Shape</title>
		<link>http://www.donotyet.com/2010/01/13/dreamweaver-8-0-tutorial-how-to-make-the-image-show-as-water-wave-shape/</link>
		<comments>http://www.donotyet.com/2010/01/13/dreamweaver-8-0-tutorial-how-to-make-the-image-show-as-water-wave-shape/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Water Wave]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/13/dreamweaver-8-0-tutorial-how-to-make-the-image-show-as-water-wave-shape/</guid>
		<description><![CDATA[We have learnt how to set password for the web page in the last article. It needs the help of HTML codes. It is same with the ways to set password for the web page. We also need to use HTML codes to make the image show as water wave shape. 
This special effect makes [...]]]></description>
			<content:encoded><![CDATA[<p>We have learnt how to set password for the web page in the last article. It needs the help of HTML codes. It is same with the ways to set password for the web page. We also need to use HTML codes to make the image show as water wave shape. </p>
<p>This special effect makes the web page full of livingness and vitality. Besides, it can attract viewers to pay attention. Now let us learn how to make the image show as water shape. Follow me step by step. Maybe the codes are a little difficult.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2331"></span></p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 001" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="310" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheImageShowAsWaterWaveShape001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>First, open the finished web page. Or build a new blank web page.</p>
<p>Second, click the code button, and open the code view. Put the following text codes in to the section between &lt;body&gt; and &lt;/body&gt;.</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Gray;">&lt;</span><span style="color: Blue;">script</span><span style="color: Gray;"> </span><span style="color: Teal;">language</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">JavaScript</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">&gt;</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">imgsname</span><span style="color: Gray;"> = </span><span style="color: Green;">new</span><span style="color: Gray;"> </span><span style="color: Teal;">Array</span><span style="color: Olive;">()</span></li>
<li><span style="color: Blue;">imgsname</span><span style="color: Olive;">[</span><span style="color: Maroon;">0</span><span style="color: Olive;">]</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">images/fsy00966.jpg</span><span style="color: #8b0000;">&quot;</span></li>
<li><span style="color: #ffa500;">// the links of your images</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">imgsurl</span><span style="color: Gray;"> = </span><span style="color: Green;">new</span><span style="color: Gray;"> </span><span style="color: Teal;">Array</span><span style="color: Olive;">()</span></li>
<li><span style="color: Blue;">imgsurl</span><span style="color: Olive;">[</span><span style="color: Maroon;">0</span><span style="color: Olive;">]</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">http://123.com</span><span style="color: #8b0000;">&quot;</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">linktarget</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">_blank</span><span style="color: #8b0000;">&quot;</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Teal;">pause</span><span style="color: Gray;">=</span><span style="color: Maroon;">3</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">posleft</span><span style="color: Gray;">=</span><span style="color: Maroon;">305</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">postop</span><span style="color: Gray;">=</span><span style="color: Maroon;">530</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">contentimage</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;&quot;</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">i_image</span><span style="color: Gray;">=</span><span style="color: Maroon;">0</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">i_stepwave</span><span style="color: Gray;">=</span><span style="color: Maroon;">0</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">i_maxstepwave</span><span style="color: Gray;">=</span><span style="color: Maroon;">40</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">imgpreload</span><span style="color: Gray;">=</span><span style="color: Green;">new</span><span style="color: Gray;"> </span><span style="color: Teal;">Array</span><span style="color: Olive;">()</span></li>
<li><span style="color: Green;">for</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">i</span><span style="color: Gray;">=</span><span style="color: Maroon;">0</span><span style="color: Gray;">;</span><span style="color: Blue;">i</span><span style="color: Gray;">&lt; =</span><span style="color: Blue;">imgsname</span><span style="color: Gray;">.</span><span style="color: Teal;">length</span><span style="color: Gray;">-</span><span style="color: Maroon;">1</span><span style="color: Gray;">;</span><span style="color: Blue;">i</span><span style="color: Gray;">++</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">imgpreload</span><span style="color: Olive;">[</span><span style="color: Blue;">i</span><span style="color: Olive;">]</span><span style="color: Gray;">=</span><span style="color: Green;">new</span><span style="color: Gray;">&nbsp;</span><span style="color: Teal;">Image</span><span style="color: Olive;">()</span></li>
<li><span style="color: Blue;">imgpreload</span><span style="color: Olive;">[</span><span style="color: Blue;">i</span><span style="color: Olive;">]</span><span style="color: Gray;">.</span><span style="color: Blue;">src</span><span style="color: Gray;">=</span><span style="color: Blue;">imgsname</span><span style="color: Olive;">[</span><span style="color: Blue;">i</span><span style="color: Olive;">]</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Teal;">pause</span><span style="color: Gray;">=</span><span style="color: Teal;">pause</span><span style="color: Gray;">*</span><span style="color: Maroon;">1000</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">initiate</span><span style="color: Olive;">()</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">contentimage</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">&lt;a href='</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">+</span><span style="color: Blue;">imgsurl</span><span style="color: Olive;">[</span><span style="color: Blue;">i_image</span><span style="color: Olive;">]</span><span style="color: Gray;">+</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">' target='</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">+</span><span style="color: Blue;">linktarget</span><span style="color: Gray;">+</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">'&gt;&lt;img src='</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">+</span><span style="color: Blue;">imgsname</span><span style="color: Olive;">[</span><span style="color: Blue;">i_image</span><span style="color: Olive;">]</span><span style="color: Gray;">+</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">' border='0'/&gt;</span><span style="color: #8b0000;">&quot;</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">all</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Blue;">innerHTML</span><span style="color: Gray;">=</span><span style="color: Blue;">contentimage</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Blue;">style</span><span style="color: Gray;">.</span><span style="color: Blue;">posLeft</span><span style="color: Gray;">=</span><span style="color: Blue;">posleft</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Blue;">style</span><span style="color: Gray;">.</span><span style="color: Blue;">posTop</span><span style="color: Gray;">=</span><span style="color: Blue;">postop</span></li>
<li><span style="color: Blue;">enlargewave</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">layers</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">left</span><span style="color: Gray;">=</span><span style="color: Blue;">posleft</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">top</span><span style="color: Gray;">=</span><span style="color: Blue;">postop</span></li>
<li><span style="color: Blue;">changeimage</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">enlargewave</span><span style="color: Olive;">()</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">i_stepwave</span><span style="color: Gray;">&lt; =</span><span style="color: Blue;">i_maxstepwave</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Blue;">phase</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Teal;">strength</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Blue;">lightstrength</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Blue;">freq</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">i_stepwave</span><span style="color: Gray;">++</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">timer</span><span style="color: Gray;">=</span><span style="color: Blue;">setTimeout</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">enlargewave()</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">,</span><span style="color: Maroon;">50</span><span style="color: Olive;">)</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">else</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">clearTimeout</span><span style="color: Olive;">(</span><span style="color: Blue;">timer</span><span style="color: Olive;">)</span></li>
<li><span style="color: Blue;">changeimage</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">reducewave</span><span style="color: Olive;">()</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">i_stepwave</span><span style="color: Gray;">&gt;</span><span style="color: Maroon;">0</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Blue;">phase</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Teal;">strength</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Blue;">lightstrength</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Teal;">filters</span><span style="color: Gray;">.</span><span style="color: Blue;">wave</span><span style="color: Gray;">.</span><span style="color: Blue;">freq</span><span style="color: Gray;">=</span><span style="color: Blue;">i_stepwave</span></li>
<li><span style="color: Blue;">i_stepwave</span><span style="color: Gray;">--</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">timer</span><span style="color: Gray;">=</span><span style="color: Blue;">setTimeout</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">reducewave()</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">,</span><span style="color: Maroon;">50</span><span style="color: Olive;">)</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">else</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">clearTimeout</span><span style="color: Olive;">(</span><span style="color: Blue;">timer</span><span style="color: Olive;">)</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">timer</span><span style="color: Gray;">=</span><span style="color: Blue;">setTimeout</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">enlargewave()</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">,</span><span style="color: Teal;">pause</span><span style="color: Olive;">)</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">changeimage</span><span style="color: Olive;">()</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">i_image</span><span style="color: Gray;">++</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">i_image</span><span style="color: Gray;">&gt;=</span><span style="color: Blue;">imgsname</span><span style="color: Gray;">.</span><span style="color: Teal;">length</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span><span style="color: Blue;">i_image</span><span style="color: Gray;">=</span><span style="color: Maroon;">0</span><span style="color: Olive;">}</span></li>
<li><span style="color: Blue;">contentimage</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">&lt;a href='</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">+</span><span style="color: Blue;">imgsurl</span><span style="color: Olive;">[</span><span style="color: Blue;">i_image</span><span style="color: Olive;">]</span><span style="color: Gray;">+</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">' target='</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">+</span><span style="color: Blue;">linktarget</span><span style="color: Gray;">+</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">'&gt;&lt;img src='</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">+</span><span style="color: Blue;">imgsname</span><span style="color: Olive;">[</span><span style="color: Blue;">i_image</span><span style="color: Olive;">]</span><span style="color: Gray;">+</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">' border='0'/&gt;&lt;/a&gt;</span><span style="color: #8b0000;">&quot;</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">all</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Blue;">innerHTML</span><span style="color: Gray;">=</span><span style="color: Blue;">contentimage</span></li>
<li><span style="color: Blue;">reducewave</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">layers</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">write</span><span style="color: Olive;">(</span><span style="color: Blue;">contentimage</span><span style="color: Olive;">)</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">waveimage</span><span style="color: Gray;">.</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Teal;">close</span><span style="color: Olive;">()</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">timer</span><span style="color: Gray;">=</span><span style="color: Blue;">setTimeout</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">changeimage()</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">,</span><span style="color: Teal;">pause</span><span style="color: Olive;">)</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">all</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">write</span><span style="color: Olive;">(</span><span style="color: #8b0000;">'</span><span style="color: Red;">&lt;div ID=&quot;waveimage&quot; style=&quot;position:absolute; filter:wave();&quot;&gt; &lt;/div&gt;</span><span style="color: #8b0000;">'</span><span style="color: Olive;">)</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">layers</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">write</span><span style="color: Olive;">(</span><span style="color: #8b0000;">'</span><span style="color: Red;">&lt;layer NAME=&quot;waveimage&quot;&gt;&lt;/layer&gt;</span><span style="color: #8b0000;">'</span><span style="color: Olive;">)</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Teal;">close</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Blue;">window</span><span style="color: Gray;">.</span><span style="color: Blue;">onload</span><span style="color: Gray;">=</span><span style="color: Blue;">initiate</span></li>
<li><span style="color: Gray;">&lt;</span><span style="color: #8b0000;">/</span><span style="color: Red;">script&gt;</span></li></ol></div>
<p>We use the enlargewave and reducewave function to define the change of the image’s wave. And we use the time function to define the time of the wave’s circle. The layer is to insert the image with water wave effect. Then the width, height, top and left will change according to the function. At last, the image with water wave effect is OK.</p>
<p>Third, go back to the design view. Save the document and preview the web page in the Internet Explorer. The effect is like the following picture.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 002" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="145" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheImageShowAsWaterWaveShape002.jpg" width="170" border="0" /> <img title="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 003" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="140" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 003" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheImageShowAsWaterWaveShape003.jpg" width="155" border="0" /> <img title="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 004" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="142" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Image Show As Water Wave Shape 004" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheImageShowAsWaterWaveShape004.jpg" width="155" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Does it look like dynamic? However, unless you want to the viewers to pay attention this image especially, you’d better not use this effect. If your website is built for serious information such as government, hospital, the image with wave effect will destroy seriousness. Of course, the image with wave effect will be liked by children. The HTML codes are a little difficult. Don’t worry. you just need to understand the meaning of the codes instead of remembering all the codes. </p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/13/dreamweaver-8-0-tutorial-how-to-make-the-image-show-as-water-wave-shape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Set Password For The Web Page</title>
		<link>http://www.donotyet.com/2010/01/11/dreamweaver-8-0-tutorial-how-to-set-password-for-the-web-page/</link>
		<comments>http://www.donotyet.com/2010/01/11/dreamweaver-8-0-tutorial-how-to-set-password-for-the-web-page/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/11/dreamweaver-8-0-tutorial-how-to-set-password-for-the-web-page/</guid>
		<description><![CDATA[Sometimes your web pages maybe need to keep some information secret. You must want to set a password for the web page and people who know the password can view information in your web page. When you open a new web page, there will be a dialog box, asking the viewers put the right passwords. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes your web pages maybe need to keep some information secret. You must want to set a password for the web page and people who know the password can view information in your web page. When you open a new web page, there will be a dialog box, asking the viewers put the right passwords. If the pass words are right, the viewers will go to your web page. If the passwords are wrong, the viewers will see the dialog box again and it asks the viewers to input password again. </p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2324"></span>  </p>
<p>You can come across this case when you view some people’s blog, or login some university’s database. Now let us learn how to add the password for our web page. Follow me step by step.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Set Password For The Web Page 001" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="366" alt="Dreamweaver 8.0 Tutorial ---- How To Set Password For The Web Page 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToSetPasswordForTheWebPage001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>First, open the finished web page. Or build a new blank web page.</p>
<p>Second, click the code button, and open the code view. Put the following blue text codes in to the section between &lt;head&gt; and &lt;/head&gt;.</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Gray;">&lt;</span><span style="color: Blue;">script</span><span style="color: Gray;"> </span><span style="color: Teal;">language</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">JavaScript</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">&gt;&lt;!--</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">pd</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;&quot;</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">rpd</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">123</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">pd</span><span style="color: Gray;">=</span><span style="color: Teal;">prompt</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">please put your password:</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">,</span><span style="color: #8b0000;">&quot;&quot;</span><span style="color: Olive;">)</span></li>
<li><span style="color: Green;">if</span><span style="color: Olive;">(</span><span style="color: Blue;">pd</span><span style="color: Gray;">!=</span><span style="color: Blue;">rpd</span><span style="color: Olive;">){</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">alert</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">your password is wrong</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">)</span></li>
<li><span style="color: Teal;">history</span><span style="color: Gray;">.</span><span style="color: Teal;">back</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">}</span><span style="color: Green;">else</span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">alert</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">your password is right!</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">)</span></li>
<li><span style="color: Blue;">window</span><span style="color: Gray;">.</span><span style="color: Blue;">href</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">index.htm</span><span style="color: #8b0000;">&quot;</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: #ffa500;">// --&gt;&lt;/script&gt;</span></li></ol></div>
</p>
<p>In the HTML codes, we definite a variable, and set the right password to it. then we define another variable, and set the viewer’s password to it. if the second variable is same with the first variable, the window will open the index.htm. if the second variable isn’t same with another, the window will rule out the “history.back” command, going back to the history.</p>
<p>Third, go back to the design view. Save the document and preview the web page in the Internet Explorer. There will be a message box appearing at once, asking you to put the password.</p>
<p>Ok, the web page with the password is ready. Have you master the way to set the password for the webpage? Practice regularly until you are familiar with the codes.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/11/dreamweaver-8-0-tutorial-how-to-set-password-for-the-web-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Make The Web Page As The Home Page In The Explorer</title>
		<link>http://www.donotyet.com/2010/01/09/dreamweaver-8-0-tutorial-how-to-make-the-web-page-as-the-home-page-in-the-explorer/</link>
		<comments>http://www.donotyet.com/2010/01/09/dreamweaver-8-0-tutorial-how-to-make-the-web-page-as-the-home-page-in-the-explorer/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Home Page]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/09/dreamweaver-8-0-tutorial-how-to-make-the-web-page-as-the-home-page-in-the-explorer/</guid>
		<description><![CDATA[You can set any web page as your home page by setting the Internet tools. But we also can achieve this special effect in our web page. We can set a function for our web page that can let other people set our page as home page. You know if the viewers like some web [...]]]></description>
			<content:encoded><![CDATA[<p>You can set any web page as your home page by setting the Internet tools. But we also can achieve this special effect in our web page. We can set a function for our web page that can let other people set our page as home page. You know if the viewers like some web pages, they must try to look for a prompt way to find these web pages. Almost all the large websites like yahoo.com have this function. So we need to master the way to achieve this special effect. Moreover, when your web pages are set as home page, your website will have more viewers. Now pay attention, we will start learning how to make the web page as the home page in the Explorer.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2320"></span></p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page As The Home Page In The Explorer 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="263" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page As The Home Page In The Explorer 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheWebPageAsTheHomePageInTheExplorer001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Step1, open a finished web page, or you can build a new webpage. </p>
<p>Step2, put these words in your web page: “set as your home page”. Select the right position, putting the following codes.</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Gray;">&lt;</span><span style="color: Teal;">a</span><span style="color: Gray;"> </span><span style="color: Blue;">onclick</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">this.style.behavior='url(#default#homepage)';</span></li>
<li><span style="color: Red;">this.sethomepage('http://www.yahoo.com');</span><span style="color: #8b0000;">&quot;</span><span style="color: Blue;">href</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">#</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">&gt;</span><span style="color: Blue;">Set</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">As</span><span style="color: Gray;"> </span><span style="color: Blue;">Home</span><span style="color: Gray;"> </span><span style="color: Blue;">Page</span><span style="color: Gray;">&lt;</span><span style="color: #8b0000;">/</span><span style="color: Red;">a&gt;</span></li></ol></div>
<p>Step3, go back to the design view, save the document and preview in the Internet Explorer. Click the “Save As Home Page” text, and there will be a message box appearing to ask whether you want to set this page as your home page or not. </p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page As The Home Page In The Explorer 002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="256" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page As The Home Page In The Explorer 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheWebPageAsTheHomePageInTheExplorer002.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Now we have set our web page as home page successfully. We just add some HTML codes for the text. This.sethomepage is to set the http:// as the home page. You can change the address as any other links. Onclick=&#8217;url(#default#homepage)&#8217; means the link will go to the homepage dialog box when the text is clicked. After understanding the codes, you can try to remember them. They will benefit you sooner or later. Practice it again and you will master the way to make the web page as the home page in the Explorer totally.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/09/dreamweaver-8-0-tutorial-how-to-make-the-web-page-as-the-home-page-in-the-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial &#8212;- How To Make The Web Page Refresh Automatically Every Some Time</title>
		<link>http://www.donotyet.com/2010/01/07/dreamweaver-8-0-tutorial-how-to-make-the-web-page-refresh-automatically-every-some-time/</link>
		<comments>http://www.donotyet.com/2010/01/07/dreamweaver-8-0-tutorial-how-to-make-the-web-page-refresh-automatically-every-some-time/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Refresh]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2010/01/07/dreamweaver-8-0-tutorial-how-to-make-the-web-page-refresh-automatically-every-some-time/</guid>
		<description><![CDATA[When you enter your E-mail box, you will find that your e-mail box refresh every several minutes. When you log in your blog, the message box will clue on every several seconds. All these effect are achieved by the refresh automatically. The web page refurbishing automatically can save many troubles for us. For example, when [...]]]></description>
			<content:encoded><![CDATA[<p>When you enter your E-mail box, you will find that your e-mail box refresh every several minutes. When you log in your blog, the message box will clue on every several seconds. All these effect are achieved by the refresh automatically. The web page refurbishing automatically can save many troubles for us. For example, when the web page can refresh automatically, you don’t worry that you can’t accept the latest message in the blog or the E-mail box. It is so common that we also need to master the ways to achieve this special effect. Don’t worry. It is so easy. we even can achieve this special effect by two different ways. Follow me now. Just need some steps.</p>
<div style="margin: 0px 0px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-7859640280892154";
/* DoNotYet-Article-336-280-01 */
google_ad_slot = "0432827541";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><span id="more-2315"></span></p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page Refresh Automatically Every Some Time 001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="288" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page Refresh Automatically Every Some Time 001" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheWebPageRefreshAutomaticallyEverySomeTime001.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>First, open a web page you have finished in the past.</p>
<p>Second, select the [insert] – [HTML] – [head tags] – [refresh] command. There will be a dialog box appearing.</p>
<p>Third, in the dialog box, click the browse button, at the right of the go to URL textbox. There will be a select file dialog box appearing. Then select the same new web page. Set the delay as ten seconds.</p>
<table cellspacing="0" cellpadding="2" width="500" border="1">
<tbody>
<tr>
<td valign="top" width="500"><img title="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page Refresh Automatically Every Some Time 002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="188" alt="Dreamweaver 8.0 Tutorial ---- How To Make The Web Page Refresh Automatically Every Some Time 002" src="http://www.donotyet.com/wp-content/uploads/2010/01/Dreamweaver8.0TutorialHowToMakeTheWebPageRefreshAutomaticallyEverySomeTime002.jpg" width="500" border="0" /> </td>
</tr>
</tbody>
</table>
<p>Fourth, click the OK button. Save the document. Press F12 to preview its effect in Internet Explorer. </p>
<p>The effect can’t be showed in the static image. You can try it by yourself. This is an easy way to achieve the effect the refresh the web page automatically. </p>
<p>But there is the second way to achieve it. We can use the HTML codes to achieve this effect. You can put the following blue text codes into the section between &lt;head&gt; and &lt;/head&gt;.</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Gray;">&lt;</span><span style="color: Blue;">script</span><span style="color: Gray;"> </span><span style="color: Blue;">Language</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">JavaScript</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">&gt; </span></li>
<li><span style="color: Gray;">&lt;!-- </span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">today</span><span style="color: Gray;"> = </span><span style="color: Green;">new</span><span style="color: Gray;"> </span><span style="color: Blue;">Date</span><span style="color: Olive;">()</span><span style="color: Gray;">;</span></li>
<li><span style="color: Blue;">document</span><span style="color: Gray;">.</span><span style="color: Teal;">title</span><span style="color: Gray;">=</span><span style="color: Blue;">today</span><span style="color: Gray;">.</span><span style="color: Blue;">toLocaleString</span><span style="color: Olive;">()</span><span style="color: Gray;">;</span></li>
<li><span style="color: Green;">var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">timer</span><span style="color: Gray;">=</span><span style="color: Maroon;">5</span><span style="color: Gray;">;</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">beginrefresh</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">{</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">timer</span><span style="color: Gray;">==</span><span style="color: Maroon;">0</span><span style="color: Olive;">)</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">window</span><span style="color: Gray;">.</span><span style="color: Blue;">location</span><span style="color: Gray;">.</span><span style="color: Blue;">reload</span><span style="color: Olive;">()</span><span style="color: Gray;">; </span></li>
<li><span style="color: Green;">else</span></li>
<li><span style="color: Olive;">{</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">window</span><span style="color: Gray;">.</span><span style="color: Teal;">status</span><span style="color: Gray;">= </span><span style="color: Blue;">timer</span><span style="color: Gray;">+” </span><span style="color: Blue;">seconds</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">later</span><span style="color: Gray;"> </span><span style="color: Teal;">refresh</span><span style="color: Gray;"> </span><span style="color: Blue;">the</span><span style="color: Gray;"> </span><span style="color: Blue;">page</span><span style="color: Gray;"> ”</span></li>
<li><span style="color: Blue;">timer</span><span style="color: Gray;">-=</span><span style="color: Maroon;">1</span><span style="color: Gray;">;</span></li>
<li><span style="color: Blue;">setTimeout</span><span style="color: Olive;">(</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">beginrefresh()</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">,</span><span style="color: Maroon;">1000</span><span style="color: Olive;">)</span><span style="color: Gray;">; </span></li>
<li><span style="color: Olive;">}</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Olive;">}</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">beginrefresh</span><span style="color: Olive;">()</span><span style="color: Gray;">;</span></li>
<li><span style="color: #ffa500;">//--&gt; </span></li>
<li><span style="color: Gray;">&lt;</span><span style="color: #8b0000;">/</span><span style="color: Red;">script&gt;</span></li></ol></div>
<p>Then the web page will refresh automatically every five minutes. </p>
<p>So you can use the head tags and HRML codes to refresh the web page automatically. You can choose your favorite one. </p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2011/05/29/photoshop-tutorial-painting-collection/" title="Photoshop Tutorial: Painting Collection">Photoshop Tutorial: Painting Collection</a></li>
<li><a href="http://www.donotyet.com/2011/05/15/photoshop-tutorial-create-a-beautiful-fan-surrounded-by-magic-shapes-runes-and-plants/" title="Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants">Photoshop Tutorial: Create a Beautiful Fan Surrounded by Magic Shapes, Runes and Plants</a></li>
<li><a href="http://www.donotyet.com/2011/05/09/adobe-photoshop-tutorial-for-beginners-get-started-guide/" title="Adobe Photoshop Tutorial for Beginners: Get Started Guide">Adobe Photoshop Tutorial for Beginners: Get Started Guide</a></li>
<li><a href="http://www.donotyet.com/2011/04/17/photoshop-tutorial-fog-effect/" title="Photoshop Tutorial: Fog Effect">Photoshop Tutorial: Fog Effect</a></li>
<li><a href="http://www.donotyet.com/2011/03/27/photoshop-tutorial-cosmic-elements/" title="Photoshop Tutorial: Cosmic Elements">Photoshop Tutorial: Cosmic Elements</a></li>
<li><a href="http://www.donotyet.com/2011/03/20/photoshop-tutorial-alien-collection/" title="Photoshop Tutorial: Alien Collection">Photoshop Tutorial: Alien Collection</a></li>
<li><a href="http://www.donotyet.com/2011/03/13/photoshop-tutorial-universe-scene/" title="Photoshop Tutorial: Universe Scene">Photoshop Tutorial: Universe Scene</a></li>
<li><a href="http://www.donotyet.com/2011/03/06/photoshop-tutorials-for-light-effects/" title="Photoshop Tutorials for Light Effects">Photoshop Tutorials for Light Effects</a></li>
<li><a href="http://www.donotyet.com/2011/02/20/photoshop-tutorial-how-to-compose-a-simple-picture-with-a-feature-of-wash-painting-2/" title="Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting">Photoshop Tutorial: How To compose A Simple Picture With A Feature Of Wash Painting</a></li>
<li><a href="http://www.donotyet.com/2011/02/13/photoshop-tutorial-how-to-adjust-bright-green-color-to-the-scenic-figure/" title="Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure">Photoshop Tutorial: How To Adjust Bright Green Color To The Scenic Figure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2010/01/07/dreamweaver-8-0-tutorial-how-to-make-the-web-page-refresh-automatically-every-some-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

