<?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>Learn HTML Code &#187; HTML Code</title>
	<atom:link href="http://www.thosecodes.com/category/html-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thosecodes.com</link>
	<description>HTML Codes and Tutorials the Easy Way</description>
	<lastBuildDate>Sun, 24 Jan 2010 22:57:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Blockquote</title>
		<link>http://www.thosecodes.com/html-blockquote/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.thosecodes.com/html-blockquote/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 17:03:15 +0000</pubDate>
		<dc:creator>Zach</dc:creator>
				<category><![CDATA[HTML Code]]></category>

		<guid isPermaLink="false">http://www.thosecodes.com/?p=226</guid>
		<description><![CDATA[An HTML Block quote tag is one way to quote text from another source.  They are usually indented by most browsers and are used to define a long quotation. This HTML tag can also contain a cite=&#8221;url&#8221;.  To insert this tag into your HTML Code use &#60;blockquote&#62; the quote &#60;/blockquote&#62;.  If you want to add the [...]]]></description>
			<content:encoded><![CDATA[<p>An HTML Block quote tag is one way to quote text from another source.  They are usually indented by most browsers and are used to define a long quotation. This HTML tag can also contain a <strong><em>cite=&#8221;url&#8221;.  </em></strong>To insert this tag into your HTML Code use <strong><em>&lt;blockquote&gt;</em></strong> <em>the quote</em> <strong><em>&lt;/blockquote&gt;</em></strong>.  If you want to add the source of your quote to the blockquote, use <em><strong>&lt;blockquote cite=&#8221;url&#8221;&gt;</strong></em> <span id="more-226"></span>as your opening for the blockquote.</p>
<p>This would be an example of a block quote:</p>
<blockquote cite="http://www.brainyquote.com/quotes/keywords/coding.html"><p>Building technical systems involves a lot of hard work and specialized knowledge:<br />
languages and protocols, coding and debugging, testing and refactoring.</p></blockquote>
<p>A block quote tag is a block level element. This means that while you are coding and declare the tag your text will jump to the next line. It will not be styled in the current sentence that you are writing, such as an italic or bold word would.  If you want to have the quote styled in your text rather then on a new line you can use the &lt;<strong>q</strong>&gt; tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thosecodes.com/html-blockquote/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Opening a New Window with Hyperlinks</title>
		<link>http://www.thosecodes.com/opening-a-new-window-with-hyperlinks/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.thosecodes.com/opening-a-new-window-with-hyperlinks/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:29:02 +0000</pubDate>
		<dc:creator>Zach</dc:creator>
				<category><![CDATA[HTML Code]]></category>

		<guid isPermaLink="false">http://www.thosecodes.com/?p=43</guid>
		<description><![CDATA[Trying to open a new page when a user clicks your link but having no luck? There are a few ways this may be done. If you want to do this with script code you can do it one of two ways. Note that these ways will not work if the person visiting your site [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to open a new page when a user clicks your link but having <del>no</del> luck? There are a few ways this may be done. If you want to do this with script code you can do it one of two ways. Note that these ways will not work if the person visiting your site does not have scripting<span id="more-43"></span> enabled.</p>
<p> </p>
<div class="code">&lt;a href=&#8221;#&#8221; onclick=&#8221;window.open(&#8230;)&#8221;&gt;Example 1&lt;/a&gt;<br />
&lt;a href=&#8221;javascript:window.open(&#8230;)&#8221;&gt;Example 2&lt;/a&gt;</div>
<p>If you are looking for a more HTML geared way of doing it you can use the <em>target=&#8221;_blank&#8221;</em> inside your a href. This way is a deprecated HTML tag.</p>
<p> </p>
<div class="code">&lt;a target=&#8221;_blank&#8221; href=&#8221;#&#8221;&gt;Example 3&lt;/a&gt;</div>
<p>Be careful when using this tag to open a new window. This could make visitors to your site not want to come back again. There is always a time and place to use this, such as opening a new window when someone clicks to download a file. However, if you are just using this tag while people navigate through your site, odds are they will not want to come back!</p>
<p> </p>
<p>The effect of these tags can be different depending on the browser. For example, when I tested the <em>target=&#8221;_blank&#8221;</em> in IE 8 it opened a new window. In IE 7 and Firefox it opened a new tab.</p>
<p> </p>
<p>If you are tracking the length of time visitors spend on your website then this could mess up your measurements. When the user opens a new window that leaves the browser window with your website up on a different page sitting idle, but still collecting data for how long that person is visiting. These are just speculations into why you may not want to use this command, there is no proof that I know of to turn these comments into facts. Who knows, maybe opening a new window for every click will be the new fad!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thosecodes.com/opening-a-new-window-with-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing underline from a Hyperlink</title>
		<link>http://www.thosecodes.com/removing-underline-from-a-hyperlink/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.thosecodes.com/removing-underline-from-a-hyperlink/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:27:38 +0000</pubDate>
		<dc:creator>Zach</dc:creator>
				<category><![CDATA[HTML Code]]></category>

		<guid isPermaLink="false">http://www.thosecodes.com/?p=33</guid>
		<description><![CDATA[Sick of seeing a blue hyperlink? Or are you just sick of having that line under your hyperlink? Well, it&#8217;s easy to get rid of. You can either inline style the code or you can place it in your css. If you inline it into your code you would add style=&#8221;text-decoration:none&#8221; to your a href.
For [...]]]></description>
			<content:encoded><![CDATA[<p>Sick of seeing a blue hyperlink? Or are you just sick of having that line under your hyperlink? Well, it&#8217;s easy to get rid of. You can either inline style the code or you can place it in your css. If you inline it into your code you would add style=&#8221;text-decoration:none&#8221; to your a <span id="more-33"></span>href.</p>
<p>For Example:</p>
<div class="code">&lt;a style=&#8221;text-decoration: none&#8221; href=&#8221;home.jpg&#8221;&gt;text&lt;/a&gt;</div>
<p>Which would give you something that looks like this:</p>
<p><a style="text-align: center;TEXT-DECORATION: none" href="##utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Example</a></p>
<p>If you want to change the color of this you would just have to add a &#8220;color: #fff&#8221; to your style tag or in your css where you put your text-decoration. An example of an inline style would be:</p>
<div class="code">&lt;a style=&#8221;text-decoration: none; color: green&#8221; href=&#8221;home.jpg&#8221;&gt;<br />
text&lt;/a&gt;</div>
<p>This would give you:</p>
<p><a style="TEXT-ALIGN: center; COLOR: green; TEXT-DECORATION: none" href="##utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thosecodes.com/removing-underline-from-a-hyperlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserting a SWF image into your website</title>
		<link>http://www.thosecodes.com/inserting-a-swf-image-into-your-website/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.thosecodes.com/inserting-a-swf-image-into-your-website/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:27:20 +0000</pubDate>
		<dc:creator>Zach</dc:creator>
				<category><![CDATA[HTML Code]]></category>

		<guid isPermaLink="false">http://www.thosecodes.com/?p=31</guid>
		<description><![CDATA[Well if you are here you are probably wondering how in the world you insert an SWF image into a html webpage using code! This way validates as proper html/css from the w3c validator. This way embeds the swf as an object into your website. If you are using this code in your website be [...]]]></description>
			<content:encoded><![CDATA[<p>Well if you are here you are probably wondering how in the world you insert an SWF image into a html webpage using code! This way validates as proper html/css from the w3c validator. This way embeds the swf as an object into your website. If you are using this code in your website be sure to change the &#8216;data=&#8217; and &#8216;value=&#8217; parameters to where your swf file is located in your folder. <span id="more-31"></span>The width and height numbers can be altered to whatever the size of your SWF is. If you do not know what the size of your SWF is you can right click the file and go to properties or you can hover your mouse over the file.</p>
<div class="code">&lt;object type=&#8221;application/x-shockwave-flash&#8221;<br />
data=&#8221;swfimg/home.swf&#8221; width=&#8221;600&#8243; height=&#8221;400&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;swfimg/home.swf&#8221;&gt;<br />
&lt;/object&gt;</div>
<p>It is very important that you change &#8220;swfimg/home.swf&#8221; under data and value to the location of your swf file in your website folder. If you do not change these then your swf image will not show up. As I said before, the height and width may be changed to whatever the size of your swf.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thosecodes.com/inserting-a-swf-image-into-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Comments to your HTML and CSS Code</title>
		<link>http://www.thosecodes.com/adding-comments-to-your-html-and-css-code/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.thosecodes.com/adding-comments-to-your-html-and-css-code/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:23:51 +0000</pubDate>
		<dc:creator>Zach</dc:creator>
				<category><![CDATA[HTML Basics (learn HTML)]]></category>
		<category><![CDATA[HTML Code]]></category>

		<guid isPermaLink="false">http://www.thosecodes.com/?p=14</guid>
		<description><![CDATA[Adding comments to your code can be a very useful tool that you may use. You may think you don&#8217;t need comments because you will always remember what you did, but what if you have 100+ pages? It can become a little hard to manage and remember why you did what you did. Comments are [...]]]></description>
			<content:encoded><![CDATA[<p>Adding comments to your code can be a very useful tool that you may use. You may think you don&#8217;t need comments because you will always remember what you did, but what if you have 100+ pages? It can become a little hard to manage and remember why you did what you did. Comments are also useful for other coders looking at your source code. It may help them find out how <span id="more-14"></span>you did something that they liked.</p>
<p> </p>
<p>To put comments in the body area of your code you need to use <em><strong>&lt;!&#8211; area you want commented starts here</strong></em> and <em><strong>end of commenting here&#8211;&gt;</strong></em>. An example of this would look like:<br />
 </p>
<div class="code">&lt;!&#8211; this code for navigation bar, do not delete! &#8211;&gt;</div>
<p>Adding comments to CSS can be very useful in troubleshooting what lines of code are doing what. You can comment out a line, see the change it does and then un-comment it. It also lets you space out the areas of your CSS so if you use a linked style sheet you know what areas apply to what pages. To do a comment in CSS you would use <em><strong>/* comments here */</strong></em>. For example:</p>
<p> </p>
<div class="code">#main {<br />
margin: 0 auto; /* Centers content in IE and FF */<br />
background-color: Silver;<br />
}</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thosecodes.com/adding-comments-to-your-html-and-css-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
