<?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"
	>

<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>
	<pubDate>Fri, 07 Nov 2008 09:55:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Prevent Phishing</title>
		<link>http://easywebtutorials.net/general/prevent-phishing/</link>
		<comments>http://easywebtutorials.net/general/prevent-phishing/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 08:42:28 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/?p=105</guid>
		<description><![CDATA[
 Image Source:  technewsworld.com        
Phishing,  is a way of deception through emails. Fraudsters fool gullible people by sending them emails and web sites and unknowingly, they ar econned into revealing their private informations, bank accounts, credit card numbers and other things of personal value. A Phishing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.technewsworld.com/images/rw437908/phishing.jpg" alt="" /></p>
<p><em> Image Source:  technewsworld.com     </em>   </p>
<p>Phishing,  is a way of deception through <a href="http://basicwebtools.net">emails</a>. Fraudsters fool gullible people by sending them emails and web sites and unknowingly, they ar econned into revealing their private informations, bank accounts, credit card numbers and other things of personal value. A Phishing attack starts with a fake email that is sent to your Inbox.  The phishing email surely lokks like a true mail sent by the affected bank or online accounts. Like eBay, Paypal. And other times, the email will be a request for help and it promises to pay you up with big monetary rewards. The letter or email will direct you to a fake website which masquerades as  a legitimate one and then will be asked for personal information. You will know of a phishing email because it generally starts with attention grabbing headlines or a note of distress. For example, YOUR ACCOUNT HAS BEEN SUSPENDED. The letter is meant to surprise or shock the reader so you&#8217;ll be forced to send out your personal information. Another one is a phishing email that promised to reward you with millions of dollars by helping out transfer funds to your account. All these are generally easy to detect bu tmind you, a lot of people get conned and stripped of their accounts because of this. The best way is to stay alert and focus on things that happen in and out of the net.</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/general/prevent-phishing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links in HTML</title>
		<link>http://easywebtutorials.net/information/links-in-html/</link>
		<comments>http://easywebtutorials.net/information/links-in-html/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:07:24 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/?p=61</guid>
		<description><![CDATA[
Learn how to create Links in HTML.
Example:
&#8220;Here is a link to Easy Web Tutorials
This is what it looks like in your browser:
Here is a link to Easy Web Tutorials
The element &#8220;a&#8221; stands for &#8220;anchor&#8221;.  The attribute href is short for &#8220;hypertext reference&#8221;, which specifies where the link leads to - typically an address on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bytescout.com/images/examples/using_html_formatting.png" alt="" /></p>
<p>Learn how to create Links in <a href="http://webdesigntechniques.net">HTML</a>.</p>
<p>Example:</p>
<p>&#8220;<a href="http://easywebtutorials.net/">Here is a link to Easy Web Tutorials</a></p>
<p>This is what it looks like in your browser:</p>
<p>Here is a link to Easy Web Tutorials</p>
<p>The element &#8220;a&#8221; stands for &#8220;anchor&#8221;.  The attribute href is short for &#8220;hypertext reference&#8221;, which specifies where the link leads to - typically an address on the internet or a file name.</p>
<p>In the example above, the attribute href has the value &#8220;http://easywebtutorials.net/&#8221;, which is the full address of Easy Web Tutorials  and is called a URL (Uniform Resource Locator). Note that &#8220;http://&#8221; must always be included in URLs. The sentence &#8220;Here is a link to Easy Web Tutorials&#8221; is the text that is shown in the browser as the link. Remember to close the element with an </a>.</p>
<p>Try to practice creating links to another website. </p>
<p><em> Image Source:bytescout.com </em></p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/information/links-in-html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Basics</title>
		<link>http://easywebtutorials.net/information/web-basics/</link>
		<comments>http://easywebtutorials.net/information/web-basics/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 10:49:17 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Information]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/?p=64</guid>
		<description><![CDATA[
image source: www.w3.org
Today we can do many things on the world wide web. I will teach you some information about the web.
Web pages - is a page that is seen on the world wide web. It gives us information, do some work, listen to sound or watch a video.
Website – it is a compilation of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://easywebtutorials.net/wp-content/uploads/2008/10/images.jpg"><img src="http://easywebtutorials.net/wp-content/uploads/2008/10/images.jpg" alt="" title="images" width="132" height="107" class="alignnone size-medium wp-image-65" /></a><br />
image source: www.w3.org</p>
<p>Today we can do many things on the world wide web. I will teach you some information about the web.</p>
<p>Web pages - is a page that is seen on the world wide web. It gives us information, do some work, listen to sound or watch a video.</p>
<p>Website – it is a compilation of web pages usually link together having a common purpose.</p>
<p>Web browser – is a program use in accessing the internet some example of this are Microsoft internet explorer, mozilla firefox and etc.</p>
<p>Search engine – these are website build for searching something across the world wide web some good example of this are yahoo, google and msn.</p>
<p>Download – is a kind of file transfer which the data going into your computer</p>
<p>Upload – is the vice versa of download, this is a kind of file transfer where in you’re the one sending a file to another device.</p>
<p>Instant messenger – is a kind of software that allow a user to interact or communicate with someone that also using a Instant messenger</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/information/web-basics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML Coding Rules : Rule 4</title>
		<link>http://easywebtutorials.net/tutorials/html-coding-rules-rule-4/</link>
		<comments>http://easywebtutorials.net/tutorials/html-coding-rules-rule-4/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 04:43: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-4/</guid>
		<description><![CDATA[
CSS

< link rel="stylesheet" type="text/css" href="all.css" />
< style type="text/css">@import &#8220;noNav4.css&#8221;;< /style>

The browser was created before the rise of CSS. What does this mean? Well, it means that old browsers won&#8217;t understand your CSS files. In fact some browsers, sorry I mean Netscape 4, will crash at the sight of CSS.
The first line will work for all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myorkutglitter.com/myglitters/quotes/"><img src="/wp-content/uploads/scraped/13.jpg"/></a>
<p>CSS</p>
<p><code><br />
< link rel="stylesheet" type="text/css" href="all.css" /><br />
< style type="text/css">@import &#8220;noNav4.css&#8221;;< /style><br />
</code><br />
The browser was created before the rise of CSS. What does this mean? Well, it means that old browsers won&#8217;t understand your CSS files. In fact some browsers, sorry I mean Netscape 4, will crash at the sight of CSS.</p>
<p>The first line will work for all browsers. Just keep in mind only CSS level 1 should be in this file. But on the second line, Netscape will ignore it because it does not understand the @import tag.</p>
<p>The idea is to build on top of your CSS code so all browser will render correctly.</p>
<p>But in reality, if you look at the <a href="http://www.w3schools.com/browsers/browsers_stats.asp">browser statistics</a>, you should be mainly concern with MSIE 6/7, Mozilla/Firefox, and Safari. Part of me still loves Opera, but it&#8217;s dead last on my list when I&#8217;m coding HTML.</p>
<p>All browsers have default settings and that&#8217;s the reason why MSIE and Mozilla renders each page differently. So in your CSS file, just reset the default settings and you&#8217;ll have consistency throughout each browser. Add this line to the top of you CSS file:</p>
<p><code><br />
html, body, ul, ol, li, p,<br />
h1, h2, h3, h4, h5, h6,<br />
form, fieldset, a { margin:0; padding:0; border:0; }<br />
</code></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-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML : Introduction</title>
		<link>http://easywebtutorials.net/tutorials/html-introduction/</link>
		<comments>http://easywebtutorials.net/tutorials/html-introduction/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 14:31:31 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/tutorials/html-introduction/</guid>
		<description><![CDATA[
What is an HTML File?
HTML stands for Hyper Text Markup Language
An HTML file is a text file containing small markup tags
The markup tags tell the Web browser how to display the page
An HTML file must have an htm or html file extension
An HTML file can be created using a simple text editor
Let&#8217;s Try It?
If you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://librarysupporter.blogspot.com/2005/05/my-first-html-at-w3schoolscom.html"><img src="/wp-content/uploads/scraped/7.jpg"/></a>
<p>What is an HTML File?</p>
<li>HTML stands for Hyper Text Markup Language</li>
<li>An HTML file is a text file containing small markup tags</li>
<li>The markup tags tell the Web browser how to display the page</li>
<li>An HTML file must have an htm or html file extension</li>
<li>An HTML file can be created using a simple text editor</li>
<p>Let&#8217;s Try It?</p>
<p>If you are running Windows, start Notepad.<br />
If you are on a Mac, start SimpleText.</p>
<p>In OSX start TextEdit and change the following preferences: Open the &#8220;Format&#8221; menu and select &#8220;Plain text&#8221; instead of &#8220;Rich text&#8221;. Then open the &#8220;Preferences&#8221; window under the &#8220;Text Edit&#8221; menu and select &#8220;Ignore rich text commands in HTML files&#8221;. Your HTML code will probably not work if you do not change the preferences above!</p>
<p>Type in the following text:</p>
<p><code><br />
< html><br />
< head><br />
< title>Title of page</title><br />
< /head><br />
< body><br />
This is my first homepage. < b>This text is bold</b><br />
< /body><br />
< /html><br />
</code></p>
<p>Save the file as &#8220;mypage.htm&#8221;. </p>
<p>Start your Internet browser. Select &#8220;Open&#8221; (or &#8220;Open Page&#8221;) in the File menu of your browser. A dialog box will appear. Select &#8220;Browse&#8221; (or &#8220;Choose File&#8221;) and locate the HTML file you just created - &#8220;mypage.htm&#8221; - select it and click &#8220;Open&#8221;. Now you should see an address in the dialog box, for example &#8220;C:\MyDocuments\mypage.htm&#8221;. Click OK, and the browser will display the page.</p>
<p>via [<a href="http://www.w3schools.com/html/html_intro.asp">W3Schools</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/tutorials/html-introduction/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Server Logfile Analysis and Page Tagging</title>
		<link>http://easywebtutorials.net/general/web-server-logfile-analysis-and-page-tagging/</link>
		<comments>http://easywebtutorials.net/general/web-server-logfile-analysis-and-page-tagging/#comments</comments>
		<pubDate>Fri, 30 May 2008 05:48:39 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/general/web-server-logfile-analysis-and-page-tagging/</guid>
		<description><![CDATA[by Chubs


In web analytics, two basic technological approaches are used to gather data for web analytics:
• Web server logfile analysis - In this method, a program or a web log analysis software reads the logfiles (in which all web server transactions are recorded) in order to assess the popularity of the website. Page views and [...]]]></description>
			<content:encoded><![CDATA[<p>by Chubs</p>
<p><img src='http://easywebtutorials.net/wp-content/uploads/2008/06/webanalize.jpg' alt='webanalize.jpg' /></p>
<p><DIV style="text-align:justify; text-justify:distribute-all-lines;"><br />
In web analytics, two basic technological approaches are used to gather data for web analytics:</p>
<p>• Web server logfile analysis - In this method, a program or a web log analysis software reads the logfiles (in which all web server transactions are recorded) in order to assess the popularity of the website. Page views and visits or sessions were once used as displayed metrics, but now, log analyzers use cookies to track visits. </p>
<p>• Page tagging - In page tagging (also known as “Web bugs”), JavaScript on each page is used to inform a third-party server whenever a page is rendered by a web browser. Page tagging was developed due to concerns on the accuracy of logfile analysis in caching and because of the need to perform web analytics as an outsourced service.<br />
</DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/general/web-server-logfile-analysis-and-page-tagging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Science of Web Analytics</title>
		<link>http://easywebtutorials.net/general/the-science-of-web-analytics/</link>
		<comments>http://easywebtutorials.net/general/the-science-of-web-analytics/#comments</comments>
		<pubDate>Mon, 26 May 2008 05:13:29 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/general/the-science-of-web-analytics/</guid>
		<description><![CDATA[by Chubs


Getting your web site’s message across to users is the one thing that you as a web site owner should be wishing for and one technique to determine the factors which could affect the way web users view a particular web site is to study the behavior of these people. Web analytics attempts to [...]]]></description>
			<content:encoded><![CDATA[<p>by Chubs</p>
<p><img src='http://easywebtutorials.net/wp-content/uploads/2008/06/webanal.JPG' alt='webanal.JPG' /></p>
<p><DIV style="text-align:justify; text-justify:distribute-all-lines;"><br />
Getting your web site’s message across to users is the one thing that you as a web site owner should be wishing for and one technique to determine the factors which could affect the way web users view a particular web site is to study the behavior of these people. Web analytics attempts to explain the nature of the behavior of website visitors using the data gathered from a web site and by examining these data to see if which aspects of the web site had contributed to the attainment of the web site’s objectives. If for example you have a web site which sells products to users, web analytics can determine which aspects of your web site had encourage users to make a purchase.  Web traffic reports, sales and lead information, e-mail response rates, user performance data, direct mail campaign data and other custom metrics are considered as essential information which are compared against key performance indicators to measure effectiveness.<br />
</DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/general/the-science-of-web-analytics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Aspects of Web Design</title>
		<link>http://easywebtutorials.net/general/the-art-of-web-design/</link>
		<comments>http://easywebtutorials.net/general/the-art-of-web-design/#comments</comments>
		<pubDate>Fri, 23 May 2008 11:26:10 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/general/the-art-of-web-design/</guid>
		<description><![CDATA[by Chubs


Web design can be considered as a significant factor to increase the chances of your website achieving its purpose because a well designed website is more likely to become more effective in getting your users to understand what your website is created for. Effectiveness is the main driving force behind successful web designs and [...]]]></description>
			<content:encoded><![CDATA[<p>by Chubs</p>
<p><img src='http://easywebtutorials.net/wp-content/uploads/2008/06/background_mattwestphotography1.jpg' alt='background_mattwestphotography1.jpg' /></p>
<p><DIV style="text-align:justify; text-justify:distribute-all-lines;"><br />
Web design can be considered as a significant factor to increase the chances of your website achieving its purpose because a well designed website is more likely to become more effective in getting your users to understand what your website is created for. Effectiveness is the main driving force behind successful web designs and this can be measured based on different design concerns. Non-commercial web sites have varying objectives depending on their exposure and on their users&#8217; response. Typical commercial web sites, on the other hand, are concerned with several aspects of design and these include: a) The content or information on the website; b) Usability; c) The appearance and style of the web site, and; d) Visibility. Knowledge of these basic aspects should improve the way your web site gets its users&#8217; attention and response.<br />
</DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/general/the-art-of-web-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server-side Dynamic Content</title>
		<link>http://easywebtutorials.net/general/server-side-dynamic-content/</link>
		<comments>http://easywebtutorials.net/general/server-side-dynamic-content/#comments</comments>
		<pubDate>Mon, 19 May 2008 07:25:55 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/general/server-side-dynamic-content/</guid>
		<description><![CDATA[by Chubs


We have learned that the client’s computer generates the client-side dynamic content and that the web server retrieves the page and sends it back in its original form so that the web browser can process the code embedded in the page and can finally show the page to the user. On the other hand, [...]]]></description>
			<content:encoded><![CDATA[<p>by Chubs</p>
<p><img src='http://easywebtutorials.net/wp-content/uploads/2008/06/request_model_on_the_server_side_large.png' alt='request_model_on_the_server_side_large.png' /></p>
<p><DIV style="text-align:justify; text-justify:distribute-all-lines;"><br />
We have learned that the client’s computer generates the client-side dynamic content and that the web server retrieves the page and sends it back in its original form so that the web browser can process the code embedded in the page and can finally show the page to the user. On the other hand, server-side dynamic content works by, first, having the browser send an HTTP request to the server. Then, the server gets the requested script or program and executes it in order to output an HTML web page. Lastly, the server sends this HTML output to the client’s browser. Users claim that although server-side has a lot of potential for dynamic content, working on low-end, high-traffic machines can pose as a problem.<br />
</DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/general/server-side-dynamic-content/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Client-side Dynamic Content and Page</title>
		<link>http://easywebtutorials.net/general/client-side-dynamic-content-and-page/</link>
		<comments>http://easywebtutorials.net/general/client-side-dynamic-content-and-page/#comments</comments>
		<pubDate>Fri, 16 May 2008 17:24:23 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://easywebtutorials.net/general/client-side-dynamic-content-and-page/</guid>
		<description><![CDATA[by Chubs


The client-side dynamic content comes from the client’s computer when the web server retrieves the page and sends it back as it is. Next, the web browser inputs the code embedded in the page and finally shows it to the user. Remember that some browsers do not support the language or all aspects of [...]]]></description>
			<content:encoded><![CDATA[<p>by Chubs</p>
<p><img src='http://easywebtutorials.net/wp-content/uploads/2008/06/clientside.gif' alt='clientside.gif' /></p>
<p><DIV style="text-align:justify; text-justify:distribute-all-lines;"><br />
The client-side dynamic content comes from the client’s computer when the web server retrieves the page and sends it back as it is. Next, the web browser inputs the code embedded in the page and finally shows it to the user. Remember that some browsers do not support the language or all aspects of the language in a client-side dynamic page. Also, since the data cannot be stored anywhere but in the user’s computer, the data cannot be used for statistics gathering. Keep in mind that search engines cannot run client-side languages and crawl links created by them and that some users sometimes have scripting languages disabled in their browsers because of potential security threats.<br />
</DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://easywebtutorials.net/general/client-side-dynamic-content-and-page/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
