<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Making your forms remember their values</title>
	<atom:link href="http://buildingbrowsergames.com/2008/05/21/making-your-forms-remember-their-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/05/21/making-your-forms-remember-their-values/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 30 Nov 2011 19:42:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/05/21/making-your-forms-remember-their-values/comment-page-1/#comment-80</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 22 Jul 2008 04:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=38#comment-80</guid>
		<description>Mark,

You&#039;re definitely right on that point - according to the w3&#039;s stats, something like 95% of browsers have Javascript enabled.

I would just caution against becoming &lt;strong&gt;too&lt;/strong&gt; reliant on Javascript - while it&#039;s nice, there are still some users who choose to disable Javascript simply because they dislike it.

I agree with you from a UI point of view, however - Ajax-based forms are definitely a lot nicer to deal with from an end user point of view.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>You&#8217;re definitely right on that point &#8211; according to the w3&#8217;s stats, something like 95% of browsers have Javascript enabled.</p>
<p>I would just caution against becoming <strong>too</strong> reliant on Javascript &#8211; while it&#8217;s nice, there are still some users who choose to disable Javascript simply because they dislike it.</p>
<p>I agree with you from a UI point of view, however &#8211; Ajax-based forms are definitely a lot nicer to deal with from an end user point of view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Little</title>
		<link>http://buildingbrowsergames.com/2008/05/21/making-your-forms-remember-their-values/comment-page-1/#comment-79</link>
		<dc:creator>Mark Little</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=38#comment-79</guid>
		<description>I kind of agree with the increased dev time allthough the use of an Ajax framework would make  this minimal. For the benefits of making the UI slicker and not having the page fresh I think its worth it.

I think most people have JS enabled these days. If they dont I doubt they would be able to play many of the top browser games or would at least have a reduced gaming experience in some way.</description>
		<content:encoded><![CDATA[<p>I kind of agree with the increased dev time allthough the use of an Ajax framework would make  this minimal. For the benefits of making the UI slicker and not having the page fresh I think its worth it.</p>
<p>I think most people have JS enabled these days. If they dont I doubt they would be able to play many of the top browser games or would at least have a reduced gaming experience in some way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/05/21/making-your-forms-remember-their-values/comment-page-1/#comment-78</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=38#comment-78</guid>
		<description>While Ajax is another way to make your forms remember what was put into them, it takes a bit more development time to make sure that they work for users with and without Javascript - by using this method, it doesn&#039;t matter whether a user has Javascript enabled or not.</description>
		<content:encoded><![CDATA[<p>While Ajax is another way to make your forms remember what was put into them, it takes a bit more development time to make sure that they work for users with and without Javascript &#8211; by using this method, it doesn&#8217;t matter whether a user has Javascript enabled or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Little</title>
		<link>http://buildingbrowsergames.com/2008/05/21/making-your-forms-remember-their-values/comment-page-1/#comment-77</link>
		<dc:creator>Mark Little</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=38#comment-77</guid>
		<description>Yeah this is the way I used to do it until I started using ajax,JQuery in particular to do my form submissions. As theres no page refresh theres no need to populate the form fields. Makes the UI a bit slicker IMO.

Mark.</description>
		<content:encoded><![CDATA[<p>Yeah this is the way I used to do it until I started using ajax,JQuery in particular to do my form submissions. As theres no page refresh theres no need to populate the form fields. Makes the UI a bit slicker IMO.</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

