<?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; HTML</title>
	<atom:link href="http://www.donotyet.com/tag/html/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 Limit The Time Of Viewing The Web Page</title>
		<link>http://www.donotyet.com/2009/12/08/dreamweaver8-tutorial-how-to-limit-the-time-of-viewing-the-web-page/</link>
		<comments>http://www.donotyet.com/2009/12/08/dreamweaver8-tutorial-how-to-limit-the-time-of-viewing-the-web-page/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 10:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2009/12/08/dreamweaver8-tutorial-how-to-limit-the-time-of-viewing-the-web-page/</guid>
		<description><![CDATA[You know that some special effect in web pages can be achieved only by HTML code. Follow the last article, we will learn how to limit the time of viewing the web page. Sometimes we need to do this. For example, when you want to build a website for the exam online, you need to [...]]]></description>
			<content:encoded><![CDATA[<p>You know that some special effect in web pages can be achieved only by HTML code. Follow the last article, we will learn how to limit the time of viewing the web page. Sometimes we need to do this. For example, when you want to build a website for the exam online, you need to limit the time because the students should hand on the test paper on time. This special effect need the help of the HTML codes and a div tag. Now let us learn how to achieve it by HTML codes.</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-1806"></span>  </p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td valign="top" width="500"><a href="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image0021.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image002_thumb1.jpg" width="500" height="256" /></a></td>
</tr>
</tbody>
</table>
<p><strong>Step1:</strong></p>
<p>Open the web page you have built.</p>
<p><strong>Sep2:</strong></p>
<p>Set focus on the position that you want to add a Div tag. Then select the [insert]-[layout objects]-[Div tag] command. There will be a “insert div tag” dialog box appearing. In the ID textbox, input “a”. like the following picture showing:</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image0041.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image004_thumb1.jpg" width="500" height="180" /></a></p>
<p><strong>Step3:</strong></p>
<p>Change to the code view. Put the following 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: Teal;">language</span><span style="color: Gray;">=</span><span style="color: Blue;">javascript</span><span style="color: Gray;">&gt;</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">Var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">yuan</span><span style="color: Gray;">=</span><span style="color: Maroon;">9</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Teal;">Function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">timelimit</span><span style="color: Olive;">()</span></li>
<li><span style="color: Olive;">{</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">Var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">now</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></li>
<li><span style="color: Blue;">Var</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">seconds</span><span style="color: Gray;">=</span><span style="color: Blue;">now</span><span style="color: Gray;">.</span><span style="color: Teal;">getSeconds</span><span style="color: Olive;">()</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">If</span><span style="color: Olive;">(</span><span style="color: Blue;">seconds</span><span style="color: Gray;">++</span><span style="color: Olive;">)</span></li>
<li><span style="color: Olive;">{</span><span style="color: Blue;">yuan</span><span style="color: Gray;">- -</span><span style="color: Olive;">}</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Teal;">a</span><span style="color: Gray;">.</span><span style="color: Blue;">innerText</span><span style="color: Gray;">=”</span><span style="color: Blue;">you</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">have</span><span style="color: Gray;"> “+</span><span style="color: Blue;">yuan</span><span style="color: Gray;">+” </span><span style="color: Blue;">seconds</span><span style="color: Gray;"> </span><span style="color: Blue;">to</span><span style="color: Gray;"> </span><span style="color: Blue;">view</span><span style="color: Gray;">”</span></li>
<li><span style="color: Blue;">setTimeout</span><span style="color: Olive;">(</span><span style="color: Gray;">“</span><span style="color: Blue;">timelimit</span><span style="color: Olive;">()</span><span style="color: Gray;">”,</span><span style="color: Maroon;">1000</span><span style="color: Olive;">)</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Green;">if</span><span style="color: Olive;">(</span><span style="color: Blue;">yuan</span><span style="color: Gray;">=</span><span style="color: Maroon;">0</span><span style="color: Olive;">)</span></li>
<li><span style="color: Blue;">self</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: Gray;">&nbsp;</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>Maybe you have some confusion about them. Script means definite the content of program script. It is used in starting and ending to control the program. “var now” means start to time. a.innerText means the “you have “+yuan+” seconds to view” text will appear in the div tag. And self.close means the web page will close automatically on time. generally speaking, we use object. Action to express the action of objects. You can see it isn’t difficult.</p>
<p><strong>Setp4:</strong></p>
<p>Change to the spilt view. Add the code “onLoad=timelimit()” in to &lt;body&gt; sentence.</p>
<p><strong>Setp5:</strong></p>
<p>Save the document and preview it in the internet explorer. The effect is like this:</p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image006.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image006_thumb.jpg" width="500" height="189" /></a></p>
<p>Now the special of limiting the time of viewing the web page is OK. In fact, this special effect is very easy. You just need to memorize the meanings of some codes such as timelimit, timeout, self close. </p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2009/12/07/dreamweaver8-tutorial-forbid-the-viewers-to-copy-the-webpage-content-by-using-html-codes/" title="Dreamweaver 8.0 Tutorial&#8212;Forbid The Viewers To Copy The Webpage Content By Using HTML Codes">Dreamweaver 8.0 Tutorial&#8212;Forbid The Viewers To Copy The Webpage Content By Using HTML Codes</a></li>
<li><a href="http://www.donotyet.com/2009/12/15/dreamweaver-8-tutorial%e2%80%94how-to-create-the-menu-showing-effect/" title="Dreamweaver 8.0 Tutorial&mdash;How To Create The Menu Showing Effect">Dreamweaver 8.0 Tutorial&mdash;How To Create The Menu Showing Effect</a></li>
<li><a href="http://www.donotyet.com/2009/12/14/dreamweaver-8-tutorial%e2%80%94how-to-create-the-snowflake-effect-in-the-webpage/" title="Dreamweaver 8.0 Tutorial&mdash;How To Create The Snowflake Effect In The Webpage">Dreamweaver 8.0 Tutorial&mdash;How To Create The Snowflake Effect In The Webpage</a></li>
<li><a href="http://www.donotyet.com/2009/12/13/dreamweaver-8-tutorial%e2%80%94how-to-create-the-mouse-follow-effect/" title="Dreamweaver 8.0 Tutorial&mdash;How To Create The Mouse-Follow Effect">Dreamweaver 8.0 Tutorial&mdash;How To Create The Mouse-Follow Effect</a></li>
<li><a href="http://www.donotyet.com/2009/12/12/dreamweaver-8-tutorial%e2%80%94how-to-forbid-the-viewers-to-download-images/" title="Dreamweaver 8.0 Tutorial&mdash;How To Forbid The Viewers To Download Images">Dreamweaver 8.0 Tutorial&mdash;How To Forbid The Viewers To Download Images</a></li>
<li><a href="http://www.donotyet.com/2009/12/11/dreamweaver-8-tutorial-close-the-web-page-after-clicking-a-link-and-forbid-the-page-to-minimize/" title="Dreamweaver 8.0 Tutorial&#8212;Close The Web Page After Clicking A Link And Forbid The Page To Minimize">Dreamweaver 8.0 Tutorial&#8212;Close The Web Page After Clicking A Link And Forbid The Page To Minimize</a></li>
<li><a href="http://www.donotyet.com/2009/12/10/dreamweaver-8-tutorial-how-to-make-the-web-page-roll-automatically/" title="Dreamweaver 8.0 Tutorial&#8212;How To Make The Web Page Roll Automatically">Dreamweaver 8.0 Tutorial&#8212;How To Make The Web Page Roll Automatically</a></li>
<li><a href="http://www.donotyet.com/2009/12/09/dreamweaver8-tutorial-how-to-show-different-messages-in-different-time/" title="Dreamweaver 8.0 Tutorial&#8212;How To Show Different Messages In Different Time">Dreamweaver 8.0 Tutorial&#8212;How To Show Different Messages In Different Time</a></li>
<li><a href="http://www.donotyet.com/2009/11/05/dreamweaver-8-tutorial-how-to-insert-buttons-and-lists/" title="Dreamweaver 8.0 Tutorial&mdash;How to Insert Buttons and Lists">Dreamweaver 8.0 Tutorial&mdash;How to Insert Buttons and Lists</a></li>
<li><a href="http://www.donotyet.com/2009/11/04/dreamweaver-8-tutorial-how-to-add-forms-to-the-web-pages/" title="Dreamweaver8.0 Tutorial&mdash;&mdash;How to Add Forms to The Web Pages">Dreamweaver8.0 Tutorial&mdash;&mdash;How to Add Forms to The Web Pages</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2009/12/08/dreamweaver8-tutorial-how-to-limit-the-time-of-viewing-the-web-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dreamweaver 8.0 Tutorial&#8212;Forbid The Viewers To Copy The Webpage Content By Using HTML Codes</title>
		<link>http://www.donotyet.com/2009/12/07/dreamweaver8-tutorial-forbid-the-viewers-to-copy-the-webpage-content-by-using-html-codes/</link>
		<comments>http://www.donotyet.com/2009/12/07/dreamweaver8-tutorial-forbid-the-viewers-to-copy-the-webpage-content-by-using-html-codes/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 09:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2009/12/07/dreamweaver8-tutorial-forbid-the-viewers-to-copy-the-webpage-content-by-using-html-codes/</guid>
		<description><![CDATA[In the past articles, we have learned how to make dynamic webpage. But it isn’t enough. In this article we will learn some knowledge about HTML codes. HTML is short for Hyper Text Markup Language. The extended name of the document created by HTML codes is .html or .htm. In the dreamweaver8.0, even you aren’t [...]]]></description>
			<content:encoded><![CDATA[<p>In the past articles, we have learned how to make dynamic webpage. But it isn’t enough. In this article we will learn some knowledge about HTML codes. HTML is short for Hyper Text Markup Language. The extended name of the document created by HTML codes is .html or .htm. In the dreamweaver8.0, even you aren’t familiar with HTML codes; you still can make web pages. However, the most advantages just are the most disadvantages. There will be a lot of useless codes created by the way, which will reduce the speed of loading the web pages. In many case, we need to adjust the HTML codes by ourselves to achieve some special effect. Now we will learn some things about HTML codes.</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-1794"></span>  </p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td valign="top" width="500"><a href="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image002_thumb.jpg" width="500" height="267" /></a></td>
</tr>
</tbody>
</table>
<p>Sometimes, maybe you don’t want to let others copy the content in you web pages. In this case, you need the help of HTML codes. Now let us learn how to forbid the viewers to copy the content. It is very easy. Just need some HTML codes. </p>
<p><strong>Step1:</strong></p>
<p>Open a web page you have built. Show code view and add the following codes in to the section between &lt;head&gt; and &lt;head&gt;.</p>
<table border="1" cellspacing="0" cellpadding="2" width="500">
<tbody>
<tr>
<td valign="top" width="500"><a href="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image004.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.donotyet.com/wp-content/uploads/2009/12/clip_image004_thumb.jpg" width="500" height="225" /></a></td>
</tr>
</tbody>
</table>
<p></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: Blue;">javascript</span><span style="color: Gray;">&gt;</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">click</span><span style="color: Olive;">()</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span><span style="color: Gray;"> </span><span style="color: #ffa500;">// Here we definite the forbidding left-click function.</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Blue;">alert</span><span style="color: Olive;">(</span><span style="color: Gray;">’</span><span style="color: Blue;">No</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">Copy</span><span style="color: Gray;"> ‘</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">}</span><span style="color: Gray;">&nbsp; </span><span style="color: #ffa500;">// Here no copy is the content of the alert message box.</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">click1</span><span style="color: Olive;">()</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span><span style="color: Gray;"> </span><span style="color: #ffa500;">// Here we definite the forbidding right-click function.</span></li>
<li><span style="color: Green;">if</span><span style="color: Gray;">&nbsp;</span><span style="color: Olive;">(</span><span style="color: Blue;">event</span><span style="color: Gray;">.</span><span style="color: Blue;">button</span><span style="color: Gray;">==</span><span style="color: Maroon;">2</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">alert</span><span style="color: Olive;">(</span><span style="color: Gray;">’</span><span style="color: Blue;">No</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">Right</span><span style="color: Gray;"> </span><span style="color: Blue;">Click</span><span style="color: Gray;">！’</span><span style="color: Olive;">)</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Olive;">}</span><span style="color: Gray;">&nbsp; </span><span style="color: #ffa500;">//&nbsp; Here No Right Click！ is the content of the alert message box.</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Green;">function</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">CtrlKeyDown</span><span style="color: Olive;">(){</span><span style="color: Gray;">&nbsp; </span><span style="color: #ffa500;">// Here we definite the forbidding of Ctrl key down.</span></li>
<li><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;">event</span><span style="color: Gray;">.</span><span style="color: Blue;">ctrlKey</span><span style="color: Olive;">)</span><span style="color: Gray;"> </span><span style="color: Olive;">{</span></li>
<li><span style="color: Blue;">alert</span><span style="color: Olive;">(</span><span style="color: Gray;">’</span><span style="color: Blue;">improper</span><span style="color: Gray;">&nbsp;</span><span style="color: Blue;">copy</span><span style="color: Gray;"> </span><span style="color: Blue;">will</span><span style="color: Gray;"> </span><span style="color: Blue;">damage</span><span style="color: Gray;"> </span><span style="color: Blue;">your</span><span style="color: Gray;"> </span><span style="color: Blue;">system</span><span style="color: Gray;"> ‘</span><span style="color: Olive;">)</span><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Olive;">}</span></li>
<li><span style="color: Gray;">&nbsp;</span></li>
<li><span style="color: Teal;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">onkeydown</span><span style="color: Gray;">=</span><span style="color: Blue;">CtrlKeyDown</span><span style="color: Gray;">;</span></li>
<li><span style="color: Teal;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">onselectstart</span><span style="color: Gray;">=</span><span style="color: Blue;">click</span><span style="color: Gray;">;</span></li>
<li><span style="color: Teal;">document</span><span style="color: Gray;">.</span><span style="color: Blue;">onmousedown</span><span style="color: Gray;">=</span><span style="color: Blue;">click1</span><span style="color: Gray;">;</span></li>
<li><span style="color: Gray;">&nbsp;</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><strong>Step2:</strong></p>
<p>Save the web page. Preview in the explorer. When you click mouse to copy the content, you will see a message box appearing, alerting that you can’t copy.</p>
<p>Now you have successfully forbidden the viewers to copy your content. You can see that this effect can’t be achieved just by depending on the ordinary edit. Some special effect like that can only be achieved by using codes. So it is very necessary to learn about the HTML codes.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2009/12/08/dreamweaver8-tutorial-how-to-limit-the-time-of-viewing-the-web-page/" title="Dreamweaver 8.0 Tutorial&#8212;How To Limit The Time Of Viewing The Web Page">Dreamweaver 8.0 Tutorial&#8212;How To Limit The Time Of Viewing The Web Page</a></li>
<li><a href="http://www.donotyet.com/2009/12/15/dreamweaver-8-tutorial%e2%80%94how-to-create-the-menu-showing-effect/" title="Dreamweaver 8.0 Tutorial&mdash;How To Create The Menu Showing Effect">Dreamweaver 8.0 Tutorial&mdash;How To Create The Menu Showing Effect</a></li>
<li><a href="http://www.donotyet.com/2009/12/14/dreamweaver-8-tutorial%e2%80%94how-to-create-the-snowflake-effect-in-the-webpage/" title="Dreamweaver 8.0 Tutorial&mdash;How To Create The Snowflake Effect In The Webpage">Dreamweaver 8.0 Tutorial&mdash;How To Create The Snowflake Effect In The Webpage</a></li>
<li><a href="http://www.donotyet.com/2009/12/13/dreamweaver-8-tutorial%e2%80%94how-to-create-the-mouse-follow-effect/" title="Dreamweaver 8.0 Tutorial&mdash;How To Create The Mouse-Follow Effect">Dreamweaver 8.0 Tutorial&mdash;How To Create The Mouse-Follow Effect</a></li>
<li><a href="http://www.donotyet.com/2009/12/12/dreamweaver-8-tutorial%e2%80%94how-to-forbid-the-viewers-to-download-images/" title="Dreamweaver 8.0 Tutorial&mdash;How To Forbid The Viewers To Download Images">Dreamweaver 8.0 Tutorial&mdash;How To Forbid The Viewers To Download Images</a></li>
<li><a href="http://www.donotyet.com/2009/12/11/dreamweaver-8-tutorial-close-the-web-page-after-clicking-a-link-and-forbid-the-page-to-minimize/" title="Dreamweaver 8.0 Tutorial&#8212;Close The Web Page After Clicking A Link And Forbid The Page To Minimize">Dreamweaver 8.0 Tutorial&#8212;Close The Web Page After Clicking A Link And Forbid The Page To Minimize</a></li>
<li><a href="http://www.donotyet.com/2009/12/10/dreamweaver-8-tutorial-how-to-make-the-web-page-roll-automatically/" title="Dreamweaver 8.0 Tutorial&#8212;How To Make The Web Page Roll Automatically">Dreamweaver 8.0 Tutorial&#8212;How To Make The Web Page Roll Automatically</a></li>
<li><a href="http://www.donotyet.com/2009/12/09/dreamweaver8-tutorial-how-to-show-different-messages-in-different-time/" title="Dreamweaver 8.0 Tutorial&#8212;How To Show Different Messages In Different Time">Dreamweaver 8.0 Tutorial&#8212;How To Show Different Messages In Different Time</a></li>
<li><a href="http://www.donotyet.com/2009/11/05/dreamweaver-8-tutorial-how-to-insert-buttons-and-lists/" title="Dreamweaver 8.0 Tutorial&mdash;How to Insert Buttons and Lists">Dreamweaver 8.0 Tutorial&mdash;How to Insert Buttons and Lists</a></li>
<li><a href="http://www.donotyet.com/2009/11/04/dreamweaver-8-tutorial-how-to-add-forms-to-the-web-pages/" title="Dreamweaver8.0 Tutorial&mdash;&mdash;How to Add Forms to The Web Pages">Dreamweaver8.0 Tutorial&mdash;&mdash;How to Add Forms to The Web Pages</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2009/12/07/dreamweaver8-tutorial-forbid-the-viewers-to-copy-the-webpage-content-by-using-html-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Useful Tips for HTML Coding</title>
		<link>http://www.donotyet.com/2009/10/07/10-useful-tips-for-html-coding/</link>
		<comments>http://www.donotyet.com/2009/10/07/10-useful-tips-for-html-coding/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.donotyet.com/2009/10/07/10-useful-tips-for-html-coding/</guid>
		<description><![CDATA[HTML is a language for describing web pages.

HTML stands for Hyper Text Markup Language 
HTML is not a programming language, it is a markup language 
A markup language is a set of markup tags 
HTML uses markup tags to describe web pages 

In this article, 10 tips are collected together and offered for beginners, specifically [...]]]></description>
			<content:encoded><![CDATA[<p>HTML is a language for describing web pages.</p>
<ul>
<li>HTML stands for Hyper Text Markup Language </li>
<li>HTML is not a programming language, it is a markup language </li>
<li>A markup language is a set of markup tags </li>
<li>HTML uses markup tags to describe web pages </li>
</ul>
<p>In this article, 10 tips are collected together and offered for beginners, specifically for those who are just diving into web development with one year of knowledge or less. As long as bearing in mind and flexibly applying them in practical exercises, you definitely can write masterful codes and become a good programmer. </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-529"></span> </p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image0022.gif"><img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="390" alt="clip_image002" src="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image002_thumb2.gif" width="500" border="0" /></a></p>
<p>1. <b>Be Sure to Close Tags</b></p>
<p>We always see some source codes in web documents like this</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: Olive;">&lt;</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span><span style="color: Gray;">Some text here.</span></li>
<li><span style="color: Olive;">&lt;/</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span><span style="color: Gray;">Some new text here.</span></li>
<li><span style="color: Olive;">&lt;/</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span><span style="color: Gray;">You get the idea.</span></li>
<li><span style="color: Olive;">&lt;/</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>Maybe in the past we could ignore this, but in today&#8217;s standards, it should be 100% avoided. Be sure to close your tags, otherwise you’ll encounter corroboration and malfunction issues at every turn.</p>
<p>2. <b>Declare the Correct DocType</b></p>
<p>The author used to participate quite a bit in CSS forums. When a user had some questions, before we look at their situation, we suggest him that two things go first.</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;">①Validate the CSS file. Fix any necessary errors.</span></li>
<li><span style="color: Gray;">②Add a doctype.</span></li></ol></div>
<p>Only if define doctype before HTML tags begin, which tell the browser that HTML, XTHML or mixture of both consist in the page, the browser can analysis tags correctly.</p>
<p>Usually there are four doctypes to choose from.</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;">①</span><span style="color: Olive;">&lt;</span><span style="color: Gray;"> !</span><span style="color: #00008b;">DOCTYPE</span><span style="color: Gray;"> </span><span style="color: #00008b;">HTML</span><span style="color: Gray;"> </span><span style="color: #00008b;">PUBLIC</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">-//W3C//DTD HTML 4.01//EN</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">http://www.w3.org/TR/html4/strict.dtd</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Gray;">②</span><span style="color: Olive;">&lt;</span><span style="color: Gray;"> !</span><span style="color: #00008b;">DOCTYPE</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">HTML</span><span style="color: Gray;"> </span><span style="color: #00008b;">PUBLIC</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">-//W3C//DTD HTML 4.01 Transitional//EN</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">http://www.w3.org/TR/html4/loose.dtd</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Gray;">③</span><span style="color: Olive;">&lt;</span><span style="color: Gray;"> !</span><span style="color: #00008b;">DOCTYPE</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">html</span><span style="color: Gray;"> </span><span style="color: #00008b;">PUBLIC</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">-//W3C//DTD XHTML 1.0 Transitional//EN</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Gray;">④</span><span style="color: Olive;">&lt;</span><span style="color: Gray;"> !</span><span style="color: #00008b;">DOCTYPE</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">html</span><span style="color: Gray;"> </span><span style="color: #00008b;">PUBLIC</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">-//W3C//DTD XHTML 1.0 Strict//EN</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>Different opinion always exists in the discussion about what kind of declaration is correct. Most people think the most strict is the best, however researches show that many people choose using HTML 4.01 Strict because most browsers analysis this declaration in a ordinary way. But the bottom line is whether it fits you or not. Therefore you have to think over it and choose your correct one.</p>
<p>3. <b>Do Not Use Inline Styles</b></p>
<p>When you work really hard on writing codes, it can be alluring to take the easy route and sneak in a bit of styling like this</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: Olive;">&lt;</span><span style="color: Green;">p</span><span style="color: Gray;"> </span><span style="color: #00008b;">style</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">color: red;</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span><span style="color: Gray;">i want you to notice this</span><span style="color: Olive;">&lt;/</span><span style="color: Green;">p</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>It looks like convenient and no-big-deal, but troubles are brought without noticed. It is better for you to use styles after finish its structure and content. A better method is reference that P tag from your external stylesheet.</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;">someElement &gt; p {</span></li>
<li><span style="color: Gray;">color: red;</span></li>
<li><span style="color: Gray;">}</span></li></ol></div>
<p>4. <b>Place all External CSS Files within the Head Tag</b></p>
<p>Technically, you can place stylesheets wherever you want. Though, the HTML requirement recommends that they be placed within the document head tag. The primary advantage is that your pages will apparently load faster.</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: Olive;">&lt;</span><span style="color: Green;">head</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">title</span><span style="color: Olive;">&gt;</span><span style="color: Gray;">My Favorites Kinds of Corn</span><span style="color: Olive;">&lt;/</span><span style="color: Green;">title</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">link</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">rel</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">stylesheet</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">type</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">text/css</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">media</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">screen</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">href</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">path/to/file.css</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Olive;">/&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">link</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">rel</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">stylesheet</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">type</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">text/css</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">media</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">screen</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">href</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">path/to/anotherFile.css</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Olive;">/&gt;</span></li>
<li><span style="color: Olive;">&lt;/</span><span style="color: Green;">head</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>5. <b>Consider Placing Javascript Files at the Bottom</b></p>
<p>Remember a principle that we should make a page load as fast as it can. When loading a script, the page will not continue until the entire file has been loaded. It wastes a lot of time.</p>
<p>If you only want some like add a functionality after click a button, then it is a best choice to place those files at the bottom before the closing body tag. </p>
<p>For example</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: Olive;">&lt;</span><span style="color: Green;">p</span><span style="color: Olive;">&gt;</span><span style="color: Gray;">And now you know my favorite kinds of corn. </span><span style="color: Olive;">&lt;/</span><span style="color: Green;">p</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">script</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">type</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">text/javascript</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">src</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">path/to/file.js</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">script</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">script</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">type</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">text/javascript</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: #00008b;">src</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">path/to/anotherFile.js</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">script</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>6. <b>Do Not Use Inline Javascript. It&#8217;s Already 2009! </b></p>
<p>Years ago there was an ordinary way that people placed JS directly within tags, especially in simple image galleries. In essence, a “onclick” attribute was appended to the tag and its value is equal to some JS method. We should not do this. Instead, transfer this code to an external JS file and use “addEventListener/attachEvent” to “listen” for your preferred event. Or, if using a framework like jQuery, just use the “click” method.</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;">① $(’a#moreCornInfoLink’).click(function() {</span></li>
<li><span style="color: Gray;">② alert(’Want to learn more about corn?’);</span></li>
<li><span style="color: Gray;">③ });</span></li></ol></div>
<p>7. <b>Validate Continuously</b></p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image003.jpg"><img title="clip_image003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="319" alt="clip_image003" src="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image003_thumb.jpg" width="504" border="0" /></a></p>
<p>Many people don&#8217;t really understand the value of validation. In brief, validation is work for you, not against.</p>
<p>If you just started web design, I strongly recommend this web develop toolbar which called Web Developer 1.1.8. You can download it on Internet and and use the “Validate HTML” and “Validate CSS” options continuously. CSS is not only a easy language to learn, but also a hard nut to crack. You&#8217;ll find that it&#8217;s your inexact makeup that cause lots of problems. Therefore, the best way is validation, validation and validation.</p>
<p>8. <b>Use H1-H6 Tags</b></p>
<p>It is recommended to use all six of these tags in page, although most people only use the top four. There will be a lot of advantages when the maximum are used, so force yourself to replace that P tag with an H6 when appropriate.</p>
<p>9. <b>If Building a Blog, Save the H1 for the Article Title</b></p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image004.jpg"><img title="clip_image004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="215" alt="clip_image004" src="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image004_thumb.jpg" width="504" border="0" /></a></p>
<p>Though it is depend on your needs and your website, I recommend that when you build a blog, save the H1 for the article title. It really do good to SEO, so you&#8217;d better try this. </p>
<p>10. <b>Wrap Navigation with an Unordered List</b></p>
<p><a href="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image006.jpg"><img title="clip_image006" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="96" alt="clip_image006" src="http://www.donotyet.com/wp-content/uploads/2009/10/clip_image006_thumb.jpg" width="504" border="0" /></a></p>
<p>Websites usually have their navigation and you can formate it like this</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: Olive;">&lt;</span><span style="color: Green;">div</span><span style="color: Gray;"> </span><span style="color: #00008b;">id</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">nav</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">a</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">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: Olive;">&gt;</span><span style="color: Gray;">Home </span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">a</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">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: Olive;">&gt;</span><span style="color: Gray;">About </span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">a</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">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: Olive;">&gt;</span><span style="color: Gray;">Contact </span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;/</span><span style="color: Green;">div</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>But you&#8217;d better not do this if you want write much better code. UL tag is meant to contain items, so it&#8217;s better to formate it like this</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: Olive;">&lt;</span><span style="color: Green;">ul</span><span style="color: Gray;"> </span><span style="color: #00008b;">id</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">nav</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">a</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">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: Olive;">&gt;</span><span style="color: Gray;">Home</span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">a</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">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: Olive;">&gt;</span><span style="color: Gray;">About</span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">a</span><span style="color: Gray;">&nbsp;</span><span style="color: #00008b;">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: Olive;">&gt;</span><span style="color: Gray;">Contact</span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">li</span><span style="color: Olive;">&gt;</span></li>
<li><span style="color: Olive;">&lt;/</span><span style="color: Green;">ul</span><span style="color: Olive;">&gt;</span></li></ol></div>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.donotyet.com/2009/12/08/dreamweaver8-tutorial-how-to-limit-the-time-of-viewing-the-web-page/" title="Dreamweaver 8.0 Tutorial&#8212;How To Limit The Time Of Viewing The Web Page">Dreamweaver 8.0 Tutorial&#8212;How To Limit The Time Of Viewing The Web Page</a></li>
<li><a href="http://www.donotyet.com/2009/12/07/dreamweaver8-tutorial-forbid-the-viewers-to-copy-the-webpage-content-by-using-html-codes/" title="Dreamweaver 8.0 Tutorial&#8212;Forbid The Viewers To Copy The Webpage Content By Using HTML Codes">Dreamweaver 8.0 Tutorial&#8212;Forbid The Viewers To Copy The Webpage Content By Using HTML Codes</a></li>
<li><a href="http://www.donotyet.com/2009/11/08/how-to-speed-up-in-adobe-photoshop-using-27-shortcut-keys/" title="How to Speed up in Adobe PhotoShop &ndash; Using 27 Shortcut Keys">How to Speed up in Adobe PhotoShop &ndash; Using 27 Shortcut Keys</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donotyet.com/2009/10/07/10-useful-tips-for-html-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

