<?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>easywebtutorials.net</title>
	<atom:link href="http://easywebtutorials.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://easywebtutorials.net</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 04:56:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Coding Rules : Rule 6</title>
		<link>http://easywebtutorials.net/tutorials/html-coding-rules-rule-6/</link>
		<comments>http://easywebtutorials.net/tutorials/html-coding-rules-rule-6/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 04:56:14 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-coding-rules-rule-6/</guid>
		<description><![CDATA[
Map tag

< img src="hotdog.gif" alt="hotdog" usemap="#planetmap" />
< map name="planetmap">
	< area shape="rect" coords="0,0,118,28"
		href="a.html" alt="A" />
< /map>

If you never used map tags, then consider yourself lucky. Newer technique such as image slicing or Macromedia Flash has allowed us the flexibility of performing everything this tag has to offer. It was useful in the primitive years, but I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codeproject.com/KB/WPF/BinaryRuleSystem.aspx"><img src="/wp-content/uploads/scraped/15.jpg"/></a>
<p>Map tag</p>
<p><code><br />
< img src="hotdog.gif" alt="hotdog" usemap="#planetmap" /><br />
< map name="planetmap"><br />
	< area shape="rect" coords="0,0,118,28"<br />
		href="a.html" alt="A" /><br />
< /map><br />
</code></p>
<p>If you never used map tags, then consider yourself lucky. Newer technique such as image slicing or Macromedia Flash has allowed us the flexibility of performing everything this tag has to offer. It was useful in the primitive years, but I believe it should be in the deprecated list.</p>
<p>via [<a href="http://www.htmltree.com/articles/htmlCodingRules.php">HTMLTree</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-coding-rules-rule-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Coding Rules : Rule 5</title>
		<link>http://easywebtutorials.net/tutorials/html-coding-rules-rule-5/</link>
		<comments>http://easywebtutorials.net/tutorials/html-coding-rules-rule-5/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 04:55:28 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-coding-rules-rule-5/</guid>
		<description><![CDATA[
Frames

< frameset cols="20%, 80%">
< frame src="a.html" />
< frame src="b.html" />
< /frameset>
Yep, that&#8217;s right. I said it. If you&#8217;re implementing frames for a client, you should be shot. Frame and frameset are ugggg-ly. Maybe it&#8217;s due to their old age. If you&#8217;re using frames to avoid multiple instances of the same content, I would suggest newer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sportsmogul.com/vbulletin2/showthread.php%3Fp%3D1153805"><img src="/wp-content/uploads/scraped/14.jpg"/></a>
<p>Frames</p>
<p><code><br />
< frameset cols="20%, 80%"><br />
< frame src="a.html" /><br />
< frame src="b.html" /><br />
< /frameset></code></p>
<p>Yep, that&#8217;s right. I said it. If you&#8217;re implementing frames for a client, you should be shot. Frame and frameset are ugggg-ly. Maybe it&#8217;s due to their old age. If you&#8217;re using frames to avoid multiple instances of the same content, I would suggest newer technologies such as DHTML, ASP/JSP/PHP, Templates, SSI, etc.</p>
<p>Not all frames are designed bad. If you look at Google&#8217;s gmail web application, you&#8217;ll notice it&#8217;s all frames! Even a hidden iframe is used to persist the user&#8217;s current state.</p>
<p>So what have we learned? Use frames to persist data and perform background execution, but never as frontend. Think of it as a supporting actor/actress. Else, avoid it at all cost.</p>
<p>via [<a href="http://www.htmltree.com/articles/htmlCodingRules.php">HTMLTree</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-coding-rules-rule-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Search for Information on the Internet</title>
		<link>http://easywebtutorials.net/information/how-to-search-for-information-on-the-internet/</link>
		<comments>http://easywebtutorials.net/information/how-to-search-for-information-on-the-internet/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 11:55:29 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/?p=67</guid>
		<description><![CDATA[
There would be times that you&#8217;ll need to go to the internet and log on to a search engine to get some answers. Usually the most popular of these search engines is Google and Yahoo. However, there are other search engines out there that can better suit your searches depending on the situation.
If you need [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:XhT6ZpLqpniR4M:http://www.bcps.org/offices/lis/models/tips/images/advancesearch.jpg" alt="" /><br />
There would be times that you&#8217;ll need to go to the internet and log on to a search engine to get some answers. Usually the most popular of these search engines is Google and Yahoo. However, there are other search engines out there that can better suit your searches depending on the situation.</p>
<p>If you need to do a research on topics that needs to be recommended by experts of that field, it would be best to go straight to the Subject directories available, like: Academicinfo.us or ipl.org. If you&#8217;re looking for info stored in a database, like a directory or a phonebook, the best way to go would be to use Googlemaps. If you need to get a page translated, you go to babelfish or google translate. There&#8217;s even one that will allow you to search FTP files in sites (FTPsearchengines.com).</p>
<p>If you want to find out what search engine you&#8217;ll use <a href="http://www.internettutorials.net/choose.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/information/how-to-search-for-information-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Coding Rules : Rule 3</title>
		<link>http://easywebtutorials.net/tutorials/html-coding-rules-rule-3/</link>
		<comments>http://easywebtutorials.net/tutorials/html-coding-rules-rule-3/#comments</comments>
		<pubDate>Mon, 10 May 2010 04:41:28 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-coding-rules-rule-3/</guid>
		<description><![CDATA[
GOOGLE FRIENDLINESS 

< title> EasyWebTutorials.net < title/>
< meta name="Description" content="foo" />
< meta name="Keyword" content="bar" />

On this planet, google is king. Have you seen their stock prices lately?! If you plan on publishing your webpage on the Internet, then you must not omit the title and meta tags.
Google has a spider that crawls the Internet and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://20.targetprocess.com/2006_07_01_archive.html"><img src="/wp-content/uploads/scraped/12.jpg"/></a>
<p>GOOGLE FRIENDLINESS </p>
<p><code><br />
< title> EasyWebTutorials.net < title/><br />
< meta name="Description" content="foo" /><br />
< meta name="Keyword" content="bar" /><br />
</code></p>
<p>On this planet, google is king. Have you seen their stock prices lately?! If you plan on publishing your webpage on the Internet, then you must not omit the title and meta tags.</p>
<p>Google has a spider that crawls the Internet and indexes certain key words. If it hits your page, then it will surely look in the title and meta tags for information.</p>
<p>HTMLTree comment: On a side note, if you have images in your webpage then don&#8217;t omit the alt attribute. Not because it follows <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/">web accessibility guildelines</a>, but it helps google index your images. Why? Because the spider algorithm can only read text.</p>
<p>In case you&#8217;re wondering, google spider can be stopped. You will need to create a file, <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=40362">robot.txt</a>, and tell it what files/directories to not index. More information can be found <a href="http://www.google.com/support/webmasters/bin/topic.py?topic=8843">here</a>.</p>
<p>via [<a href="http://www.htmltree.com/articles/htmlCodingRules.php">HTMLTree</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-coding-rules-rule-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Coding Rules : Rule 2</title>
		<link>http://easywebtutorials.net/tutorials/html-coding-rules-rule-2/</link>
		<comments>http://easywebtutorials.net/tutorials/html-coding-rules-rule-2/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 04:37:13 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-coding-rules-rule-2/</guid>
		<description><![CDATA[
TAGS

< html>< head>< body>...

All tags should be lowercase. Call it the lazy man rule of coding, but I love this rule. It&#8217;s one of a handful of rules for being XHTML 1.0 compliant.
Now you&#8217;re thinking, what the heck?! HTML (w3) standards was a mess, now there&#8217;s XHTML?? Yes, a bunch of whacked out developers got [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://websphere.sys-con.com/node/43851"><img src="/wp-content/uploads/scraped/11.jpg"/></a>
<p>TAGS</p>
<p><code><br />
< html>< head>< body>...<br />
</code></p>
<p>All tags should be lowercase. Call it the lazy man rule of coding, but I love this rule. It&#8217;s one of a handful of rules for being XHTML 1.0 compliant.</p>
<p>Now you&#8217;re thinking, what the heck?! HTML (w3) standards was a mess, now there&#8217;s XHTML?? Yes, a bunch of whacked out developers got locked in a room in the year 2000 and came up with XHTML. It&#8217;s just a hybird of XML and HTML rules.</p>
<p>HTMLTree comment: Since we&#8217;re on the topic, here&#8217;s a quick rundown of other XHTML rules&#8230;</p>
<p>   1. Lowercase tag names<br />
   2. Close all tags (e.g. < br />)<br />
   3. Attribs must be in quotes (e.g. < table width="20">)<br />
   4. Attrib shortcuts for &#8217;selected&#8217; and &#8216;checked&#8217; must be defined (e.g. < input type="checkbox" checked="checked"><br />
   5. The full XHTML 1.0 list is here. Good luck reading that in one sitting!</p>
<p>via [<a href="http://www.htmltree.com/articles/htmlCodingRules.php">HTMLTree</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-coding-rules-rule-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Coding Rules : Rule 1</title>
		<link>http://easywebtutorials.net/tutorials/html-coding-rules-rule-1/</link>
		<comments>http://easywebtutorials.net/tutorials/html-coding-rules-rule-1/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:37:12 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-coding-rules-rule-1/</guid>
		<description><![CDATA[
DOCTYPE

< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"
	"http://www.w3.org/TR/html4/strict.dtd">

The DOCTYPE is used to determine how the browser will render your code. There is one standard for HTML, but not one browser. Having the DOCTYPE in the beginning of all your HTML pages helps keep the browser defined in a specific set of standards.
HTMLTree comment: Most web [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://websphere.sys-con.com/node/43851"><img src="/wp-content/uploads/scraped/10.jpg"/></a>
<p>DOCTYPE</p>
<p><code><br />
< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"<br />
	"http://www.w3.org/TR/html4/strict.dtd"></p>
<p></code></p>
<p>The DOCTYPE is used to determine how the browser will render your code. There is one standard for HTML, but not one browser. Having the DOCTYPE in the beginning of all your HTML pages helps keep the browser defined in a specific set of standards.</p>
<p>HTMLTree comment: Most web programmers would argue there exist two sets of standards. Microsoft being the latter. But with MSIE 6 or later, Mircrosoft states it will follow w3 standards if the DOCTYPE exist.</p>
<p>via [<a href="http://www.htmltree.com/articles/htmlCodingRules.php">HTMLTree</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-coding-rules-rule-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Express yourself through Web Designs</title>
		<link>http://easywebtutorials.net/tips/express-yourself-through-web-designs/</link>
		<comments>http://easywebtutorials.net/tips/express-yourself-through-web-designs/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:27:17 +0000</pubDate>
		<dc:creator>Brian Yalung</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tips/express-yourself-through-web-designs/</guid>
		<description><![CDATA[
All people have various ways of expressing themselves and normally they would be unique from others. Not many people place identity on their sites for fear of being laughed at. But on the web, anything is possible and can be done. All you have to do is make a simple design from your end which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.web-xpres.com/design.html"><img src="/wp-content/uploads/scraped/39.jpg"/></a>
<p>All people have various ways of expressing themselves and normally they would be unique from others. Not many people place identity on their sites for fear of being laughed at. But on the web, anything is possible and can be done. All you have to do is make a simple design from your end which best suits the purpose of putting up a site in the first place. </p>
<p>Designs don’t have to be exotic. You can express what you really feel suits your needs. As far as web development is concerned, it remains that web designs normally portray a person’s overall image. </p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tips/express-yourself-through-web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Useful Tips</title>
		<link>http://easywebtutorials.net/tutorials/html-useful-tips/</link>
		<comments>http://easywebtutorials.net/tutorials/html-useful-tips/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 10:00:29 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-useful-tips/</guid>
		<description><![CDATA[
When you write HTML text, you can never be sure how the text is displayed in another browser. Some people have large computer displays, some have small. The text will be reformatted every time the user resizes his window. Never try to format the text in your editor by adding empty lines and spaces to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://elanso.com/ArticleModule/UKUpVcPpHQVIUUPARbNiONIi.html"><img src="/wp-content/uploads/scraped/9.jpg"/></a>
<p>When you write HTML text, you can never be sure how the text is displayed in another browser. Some people have large computer displays, some have small. The text will be reformatted every time the user resizes his window. Never try to format the text in your editor by adding empty lines and spaces to the text.</p>
<p>HTML will truncate the spaces in your text. Any number of spaces count as one. Some extra information: In HTML a new line counts as one space. </p>
<p>Using empty paragraphs
<p> to insert blank lines is a bad habit. Use the <br /> tag instead. (But don&#8217;t use the <br /> tag to create lists. Wait until you have learned about HTML lists.)</p>
<p>HTML automatically adds an extra blank line before and after some elements, like before and after a paragraph, and before and after a heading.</p>
<p>via [<a href="http://www.w3schools.com/html/html_primary.asp">W3Schools</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-useful-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripts To Watch Out For</title>
		<link>http://easywebtutorials.net/tips/scripts-to-watch-out-for/</link>
		<comments>http://easywebtutorials.net/tips/scripts-to-watch-out-for/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 18:52:52 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tips/scripts-to-watch-out-for/</guid>
		<description><![CDATA[
As far as the web is concerned, there over a million websites to visit and what really makes them unique would be the domain name and the type of programming language that was used for them. This is one reason why sometimes we run into script errors which would require us to download some add-ons [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://launchpad.smart-toucan.com/default.php%3FW135"><img src="/wp-content/uploads/scraped/22.jpg"/></a>
<p>As far as the web is concerned, there over a million websites to visit and what really makes them unique would be the domain name and the type of programming language that was used for them. This is one reason why sometimes we run into script errors which would require us to download some add-ons to be able to view such sites. </p>
<p>However, there are times where you people may want to use logical decisions when it comes to downloading scripts. For one, some of them may not be really required and would point you towards downloading dangerous scripts which may affect your computer and become a pain in the end.  </p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tips/scripts-to-watch-out-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog and Express Yourself</title>
		<link>http://easywebtutorials.net/tips/blog-and-express-yourself/</link>
		<comments>http://easywebtutorials.net/tips/blog-and-express-yourself/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 23:43:39 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tips/blog-and-express-yourself/</guid>
		<description><![CDATA[
One thing you can do the next time you log in is try the art of blogging.  Most people term it as a form of personal diary where you can write about anything you feel like sharing. There are no restrictions and normally, it may even be your outlet when it comes to unleashing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://golftennis365.com/2007_12_01_archive.html"><img src="/wp-content/uploads/scraped/23.jpg"/></a>
<p>One thing you can do the next time you log in is try the art of blogging.  Most people term it as a form of personal diary where you can write about anything you feel like sharing. There are no restrictions and normally, it may even be your outlet when it comes to unleashing some things that you want off your chest.</p>
<p>There are a lot of people who blog as well. Most of them started out blogging about personal things. Some now blog about various issues to make their voices heard. For the advanced ones, making a living out of blogging has helped them a lot as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tips/blog-and-express-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
