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

<channel>
	<title>Free Online Programming Tutorials</title>
	<atom:link href="http://freeonlineprogrammingtutorials.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://freeonlineprogrammingtutorials.com</link>
	<description>Let's Learn Web Programming!</description>
	<pubDate>Tue, 09 Mar 2010 21:57:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to DHTML</title>
		<link>http://freeonlineprogrammingtutorials.com/2010/03/09/introduction-to-dhtml/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2010/03/09/introduction-to-dhtml/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:57:22 +0000</pubDate>
		<dc:creator>YourOnlineTutor</dc:creator>
		
		<category><![CDATA[DHTML]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=141</guid>
		<description><![CDATA[DHTML is an entirely “client-side” technology

- It does not require plugins and embeds seamlessly into a web page.
 
- Underlying technologies-HTML, CSS, javaScript

- Allows changing of content, color, fonts, etc. dynamically

What is DHTML? 

It is considered to be made up of HTML, Cascading Style Sheets (CSS), and Scripting language.

All three of these components are linked [...]]]></description>
			<content:encoded><![CDATA[<p>DHTML is an entirely “client-side” <a href="http://www.latest-technews.com">technology</a><br />
<br />
- It does not require plugins and embeds seamlessly into a web page.<br />
<br /> <br />
- Underlying technologies-HTML, CSS, javaScript<br />
<br />
- Allows changing of content, color, fonts, etc. dynamically<br />
<br />
<strong>What is DHTML? </strong><br />
<br />
It is considered to be made up of HTML, Cascading Style Sheets (<a href="http://freeonlineprogrammingtutorials.com">CSS</a>), and Scripting language.<br />
<br />
All three of these components are linked via Document Object Model (DOM).<br />
<br />
<strong>DOM</strong><br />
<br />
For those who don&#8217;t know about DOM, it is the interface that allows scripting languages to access the content, style, and structure of the web documents and change them dynamically</p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2010/03/09/introduction-to-dhtml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is RDF?</title>
		<link>http://freeonlineprogrammingtutorials.com/2010/02/03/what-is-rdf/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2010/02/03/what-is-rdf/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 06:17:59 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[XML]]></category>

		<category><![CDATA[What is RDF]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=139</guid>
		<description><![CDATA[The resource description framework (RDF), is an XML-based application being developed in the W3C&#8230;

It brings together ideas from the meta content format, or MCF (technology acquired by Netscape from Apple Computer Inc.) and XML-Data (defined in a proposal recently submitted to the W3C by Microsoft, ArborText, DataChannel, and Inso).

RDF allows for generalized searching of information [...]]]></description>
			<content:encoded><![CDATA[<p>The resource description framework (RDF), is an XML-based application being developed in the W3C&#8230;<br />
<span id="more-139"></span><br />
It brings together ideas from the meta content format, or MCF (technology acquired by Netscape from Apple Computer Inc.) and XML-Data (defined in a proposal recently submitted to the W3C by Microsoft, ArborText, DataChannel, and Inso).<br />
<br />
RDF allows for generalized searching of information without application-specific rules, such as those defined in DTDs. RDF allows a complementary view of data through graphs and nodes, rather than through a structured tree, which the current XML technology enables. RDF, together with XML schemas, will provide a standard way for developers to write these relationships down for broad classes of XML elements.<br />
<br />
The crucial <a href="http://www.latest-technews.com">technologies</a> that will deliver value this year and next are <a href="http://www.c-cplusplus.com/?p=364">XML</a> for structured data, XML namespaces to make names unique and recognizable, and new XML tags that add meaning to data so smarter search engines can perform better searches.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2010/02/03/what-is-rdf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Insight to Cookies: Advanced Programming Concepts</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/11/06/insight-to-cookies-advanced-programming-concepts/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/11/06/insight-to-cookies-advanced-programming-concepts/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:07:31 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Advanced Programming Concepts]]></category>

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

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

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=137</guid>
		<description><![CDATA[Here&#8217;s more info on cookies that you may want to know -
•	When  the cookie  is requested  for the first time, the  cookie is stored using the set-Cookie entry in the header of the response from the server.
•	Set-cookie : name= value; expires = Date;Path=PATH;domain=DOMAIN;secure
Optional attributes are –

•	Expires =Date
•	Path=PATH ( path  of [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s more info on cookies that you may want to know -</p>
<p>•	When  the cookie  is requested  for the first time, the  cookie is stored using the set-Cookie entry in the header of the response from the server.<br />
•	Set-cookie : name= value; expires = Date;Path=PATH;domain=DOMAIN;secure</p>
<p>Optional attributes are –<br />
<span id="more-137"></span></p>
<p>•	Expires =Date<br />
•	Path=PATH ( path  of the URL for which the cookie is valid)<br />
•	Domain – Domain specifies the domain for which the cookie is  valid.<br />
•	Secure  specifies that the cookie  has to be  transmitted only over a secure link.<br />
•	Exampleofcookies</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/11/06/insight-to-cookies-advanced-programming-concepts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is JavaScript: Introduction to JavaScript</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/11/05/what-is-javascript-introduction-to-javascript/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/11/05/what-is-javascript-introduction-to-javascript/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:01:44 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=131</guid>
		<description><![CDATA[Wondering what is JavaScript? Well, here&#8217;s a brief introduction to JavaScript, along with some of its common uses&#8230;

•	Javascript is integrated with HTML and Navigator2.02.
•	Javascript facilitates the developer with the  properties related to document windows ,frames,forms,loaded documents and links.
•	This is an interpreter based language and the source code files are directly executed at runtime.
•	Javascript includes [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering what is JavaScript? Well, here&#8217;s a brief introduction to JavaScript, along with some of its common uses&#8230;<br />
<span id="more-131"></span><br />
•	<a href="http://freeonlineprogrammingtutorials.com">Javascript</a> is integrated with HTML and Navigator2.02.<br />
•	<a href="http://freeonlineprogrammingtutorials.com/category/javascript/">Javascript</a> facilitates the developer with the  properties related to document windows ,frames,forms,loaded documents and links.<br />
•	This is an interpreter based language and the source code files are directly executed at runtime.<br />
•	Javascript includes built-in objects  related to the current windows and the documents and as well as objects such as Math,String  functions and Date Functions.<br />
•	It is object oriented language and supports instances ,methods, properties.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/11/05/what-is-javascript-introduction-to-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Integrating JavaScript with HTML</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/10/05/integrating-javascript-with-html-2/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/10/05/integrating-javascript-with-html-2/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:01:53 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[HTML]]></category>

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

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=133</guid>
		<description><![CDATA[To integrate javascript  with the html, the following syntax must be used.

  < script language=“JavaScript” >
      &#8211;Javascript  program&#8211;
  < /script >
The javascript can be included anywhere in the header or body of an html.

To hide the javascript from other browsers the following is used.
< ! -- [...]]]></description>
			<content:encoded><![CDATA[<p>To integrate <a href="http://freeonlineprogrammingtutorials.com/category/javascript/">javascript</a>  with the <a href="http://freeonlineprogrammingtutorials.com/category/html/">html</a>, the following syntax must be used.<br />
<span id="more-133"></span><br />
  < script language=“JavaScript” ><br />
      &#8211;Javascript  program&#8211;<br />
  < /script ><br />
The <a href="http://freeonlineprogrammingtutorials.com">javascript</a> can be included anywhere in the header or body of an html.<br />
<br />
To hide the javascript from other browsers the following is used.<br />
< ! -- hide the script from other broswsers<br />
// stop hiding  from other browsers - - ><br />
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/10/05/integrating-javascript-with-html-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HelloWorld Filter: Understanding Filters in Java Servlets</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/09/17/helloworld-filter-understanding-filters-in-java-servlets/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/09/17/helloworld-filter-understanding-filters-in-java-servlets/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:56:40 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Core Java]]></category>

		<category><![CDATA[Java Servlets]]></category>

		<category><![CDATA[HelloWorld Filter]]></category>

		<category><![CDATA[Understanding Filters in Java Servlets]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=128</guid>
		<description><![CDATA[package examples.filters;

import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;

/**
 * @version 	1.0
 * @author
 */

public class HelloWorldFilter implements Filter

{
	/**
	* @see javax.servlet.Filter#void ()
	*/
	public void destroy() {

	}

	/**
	* @see javax.servlet.Filter #void (javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
	*/

	public void doFilter(
		ServletRequest req,
		ServletResponse resp,
		FilterChain chain)
		throws ServletException, IOException {
 System.out.println(&#8221;Entering Filter&#8221;);
  req.setAttribute(&#8221;hello&#8221;,&#8221;HelloWorld&#8221;);
		chain.doFilter(req, resp);
		System.out.println(&#8221;Exiting Filter&#8221;);

	}

	/**
	* Method init.
	* @param config
	* @throws javax.servlet.ServletException
	*/
	public void init(FilterConfig config) throws [...]]]></description>
			<content:encoded><![CDATA[<p>package examples.filters;<br />
<br />
import java.io.IOException;<br />
import javax.servlet.Filter;<br />
import javax.servlet.FilterChain;<br />
import javax.servlet.FilterConfig;<br />
import javax.servlet.ServletException;<br />
import javax.servlet.ServletRequest;<br />
import javax.servlet.ServletResponse;<br />
<br />
/**<br />
 * @version 	1.0<br />
 * @author<br />
 */<br />
<br />
public class HelloWorldFilter implements Filter<br />
<span id="more-128"></span><br />
{<br />
	/**<br />
	* @see javax.servlet.Filter#void ()<br />
	*/<br />
	public void destroy() {<br />
<br />
	}<br />
<br />
	/**<br />
	* @see javax.servlet.Filter #void (javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)<br />
	*/<br />
<br />
	public void doFilter(<br />
		ServletRequest req,<br />
		ServletResponse resp,<br />
		FilterChain chain)<br />
		throws ServletException, IOException {<br />
 System.out.println(&#8221;Entering Filter&#8221;);<br />
  req.setAttribute(&#8221;hello&#8221;,&#8221;HelloWorld&#8221;);<br />
		chain.doFilter(req, resp);<br />
		System.out.println(&#8221;Exiting Filter&#8221;);<br />
<br />
	}<br />
<br />
	/**<br />
	* Method init.<br />
	* @param config<br />
	* @throws javax.servlet.ServletException<br />
	*/<br />
	public void init(FilterConfig config) throws ServletException {</p>
<p>	}</p>
<p>}<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/09/17/helloworld-filter-understanding-filters-in-java-servlets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Frames Framesets and No-Frames in HTML</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/09/08/frames-framesets-and-no-frames-in-html/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/09/08/frames-framesets-and-no-frames-in-html/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:37:35 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[DHTML]]></category>

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

		<category><![CDATA[Frames Framesets and No-Frames in HTML]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=126</guid>
		<description><![CDATA[This is a container which hosts the FRAME,
FRAMESET, and NOFRAME tags.

< FRAMESET
COLS=col-widths
FRAMEBORDER=yes-no
FRAMESPACING=spacing
ROWS=row-heights
BORDERCOLOR=“colorname/rgb format” >

Frames

Defines a single frame in a frameset and there is no matching end tag as this is not a container.


< FRAME
ALIGN=align-type
FRAMEBORDER=yes-no
MARGINHEIGHT=height
MARGINWIDTH=width
NAME=name
SCROLLING=yes-no
SRC=address >

Here&#8217;s a simple example

< FRAMESET cols="83,*" >
	< FRAME SRC="directory.html" SCROLLING=NO     				MARGINWIDTH=1 MARGINHEIGHT=1 >
	< FRAMESET rows="20%,80%" >
  [...]]]></description>
			<content:encoded><![CDATA[<p>This is a container which hosts the FRAME,<br />
FRAMESET, and NOFRAME tags.<br />
<br />
< FRAMESET<br />
COLS=col-widths<br />
FRAMEBORDER=yes-no<br />
FRAMESPACING=spacing<br />
ROWS=row-heights<br />
BORDERCOLOR=“colorname/rgb format” ><br />
<br />
<strong>Frames</strong><br />
<br />
Defines a single frame in a frameset and there is no matching end tag as this is not a container.<br />
<span id="more-126"></span><br />
<br />
< FRAME<br />
ALIGN=align-type<br />
FRAMEBORDER=yes-no<br />
MARGINHEIGHT=height<br />
MARGINWIDTH=width<br />
NAME=name<br />
SCROLLING=yes-no<br />
SRC=address ><br />
<br />
Here&#8217;s a simple example<br />
<br />
< FRAMESET cols="83,*" ><br />
	< FRAME SRC="directory.html" SCROLLING=NO     				MARGINWIDTH=1 MARGINHEIGHT=1 ><br />
	< FRAMESET rows="20%,80%" ><br />
    		< FRAME SRC="banner.html" ><br />
	    	< FRAME SRC="home.html" NAME="MAIN-WINDOW" ><br />
	 < /FRAMESET ><br />
< /FRAMESET ></p>
<p>
<strong>NOFRAMES</strong><br />
<br />
Content viewable by browsers that do not support frames. Browsers that support frames will ignore all content between the beginning and ending NOFRAMES tags.<br />
<br />
Here&#8217;s a quick example to get a better understanding -<br />
<br />
< FRAMESET ><br />
 < NOFRAMES >You need Internet Explorer 6.0 or higher to view frames!< /NOFRAMES ><br />
< /FRAMESET ><br />
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/09/08/frames-framesets-and-no-frames-in-html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Area and Map Tags in HTML</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/09/07/using-area-and-map-tags-in-html/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/09/07/using-area-and-map-tags-in-html/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:34:41 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Area and Map Tags in HTML]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=122</guid>
		<description><![CDATA[Area Specifies the shape of a hyperlink &#8220;hot spot&#8221; in a client-side image map.

< AREA
ALT=text
COORDS=coordinates
HREF=url
SHAPE=CIRC &#124; CIRCLE &#124; POLY &#124; POLYGON &#124; RECT &#124; RECTANGLE >

On the other hand, < MAP NAME = name > Specifies a collection of hot spots for a client-side image map.


NAME=name  &#8212; Gives the MAP a name so it [...]]]></description>
			<content:encoded><![CDATA[<p>Area Specifies the shape of a hyperlink &#8220;hot spot&#8221; in a client-side image map.<br />
<br />
< AREA<br />
ALT=text<br />
COORDS=coordinates<br />
HREF=url<br />
SHAPE=CIRC | CIRCLE | POLY | POLYGON | RECT | RECTANGLE ><br />
<br />
On the other hand, < MAP NAME = name > Specifies a collection of hot spots for a client-side image map.<br />
<span id="more-122"></span><br />
<br />
NAME=name  &#8212; Gives the MAP a name so it can be referred to later.<br />
<br />
Let us consider a simple example -<br />
<br />
< MAP NAME=" map1 " ><br />
     < AREA ... ><br />
    < AREA ... ><br />
< /MAP ><br />
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/09/07/using-area-and-map-tags-in-html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Cookie: Advanced Programming Concepts</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/09/05/what-is-cookie-advanced-programming-concepts/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/09/05/what-is-cookie-advanced-programming-concepts/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:05:05 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Advanced Programming Concepts]]></category>

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

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

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=135</guid>
		<description><![CDATA[Cookie is a method of storing information about the page returned by the server and stored locally in  the browser.

Purpose of the cookie is to store the state of the client enabling the server to know about the client&#8217;s previous actions on the page downloaded&#8230;

When the user requests for a page to the server [...]]]></description>
			<content:encoded><![CDATA[<p>Cookie is a method of storing information about the page returned by the server and stored locally in  the browser.<br />
<br />
Purpose of the <a href="http://freeonlineprogrammingtutorials.com/">cookie</a> is to store the state of the client enabling the server to know about the client&#8217;s previous actions on the page downloaded&#8230;<br />
<span id="more-135"></span><br />
When the user requests for a page to the server via http protocol , the server sends the http response to the client along with header information.<br />
<br />
The header contains the  information about the document being returned.<br />
<br />
<strong>Format</strong>&#8211; Field-name :information</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/09/05/what-is-cookie-advanced-programming-concepts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Golden rules of User Interface Design</title>
		<link>http://freeonlineprogrammingtutorials.com/2009/08/25/golden-rules-of-user-interface-design/</link>
		<comments>http://freeonlineprogrammingtutorials.com/2009/08/25/golden-rules-of-user-interface-design/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 09:01:59 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Web Dev]]></category>

		<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=120</guid>
		<description><![CDATA[Here are some of the golden rules of UI Design -

• Strive for consistency
• Enable frequent users to use shortcut
• Offer informative feedback

• Design dialog to yield closure
• Offer error prevention and simple error handling
• Permit easy reversal of actions
• Reduce short term memory load




]]></description>
			<content:encoded><![CDATA[<p>Here are some of the golden rules of UI Design -<br />
<br />
• Strive for consistency<br />
• Enable frequent users to use shortcut<br />
• Offer informative feedback<br />
<span id="more-120"></span><br />
• Design dialog to yield closure<br />
• Offer error prevention and simple error handling<br />
• Permit easy reversal of actions<br />
• Reduce short term memory load<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* windows_trial */
google_ad_slot = "0431279924";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/2009/08/25/golden-rules-of-user-interface-design/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
