<?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: Cross-browser XForms</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:54:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: claud108</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-229931</link>
		<dc:creator>claud108</dc:creator>
		<pubDate>Sat, 21 Apr 2007 08:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-229931</guid>
		<description>Hi,
What if I want to whow a case with more data to select in case when user/password is correct?
It is needed a choice of the above mentioned case based upon a message of confirmation sent by server.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
What if I want to whow a case with more data to select in case when user/password is correct?<br />
It is needed a choice of the above mentioned case based upon a message of confirmation sent by server.</p>
<p>Thank you</p>]]></content:encoded>
	</item>
	<item>
		<title>By: FormFaces</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-13461</link>
		<dc:creator>FormFaces</dc:creator>
		<pubDate>Thu, 02 Feb 2006 16:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-13461</guid>
		<description>FormFaces is a pure JavaScript solution that utilizes AJAX techniques and can be seamlessly integrated with AJAX applications. This means that XForms+HTML can be sent directly to the browser where JavaScript transcodes the XForms controls to HTML form controls and processes the binding directly within the browser - requiring ZERO server-side processing and ZERO plug-ins. This is extremely simple to use, just insert the following tag into your XForms+HTML document:

 

The FormFacesTM JavaScript is compatible with browsers that implement XHTML 1.0, ECMA-262 3rd Edition, and DOM Level 2 which includes Internet Explorer, Netscape, Mozilla, FireFox, Opera, Konquerer, Safari, and NetFront. To this end, the new FormFacesTM framework enables: 

1. Cross-browser support - existing client-side browser can be used. 

2. Server-side technology agnostic - the same forms can be used across disparate frameworks such as Java and .Net. 

3. Offline mode is possible - user interaction does not require server round-trips. 

FormFaces is available for download, and is licensed under both a GPL and commercial license.</description>
		<content:encoded><![CDATA[<p>FormFaces is a pure JavaScript solution that utilizes AJAX techniques and can be seamlessly integrated with AJAX applications. This means that XForms+HTML can be sent directly to the browser where JavaScript transcodes the XForms controls to HTML form controls and processes the binding directly within the browser &#8211; requiring ZERO server-side processing and ZERO plug-ins. This is extremely simple to use, just insert the following tag into your XForms+HTML document:</p>
<p>The FormFacesTM JavaScript is compatible with browsers that implement XHTML 1.0, ECMA-262 3rd Edition, and DOM Level 2 which includes Internet Explorer, Netscape, Mozilla, FireFox, Opera, Konquerer, Safari, and NetFront. To this end, the new FormFacesTM framework enables: </p>
<p>1. Cross-browser support &#8211; existing client-side browser can be used. </p>
<p>2. Server-side technology agnostic &#8211; the same forms can be used across disparate frameworks such as Java and .Net. </p>
<p>3. Offline mode is possible &#8211; user interaction does not require server round-trips. </p>
<p>FormFaces is available for download, and is licensed under both a GPL and commercial license.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Gran</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-13460</link>
		<dc:creator>Duane Gran</dc:creator>
		<pubDate>Thu, 02 Feb 2006 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-13460</guid>
		<description>I concur with Erik Bruchez on his comments.  I&#039;ve been developing an XForms application with OPS for the past two months and in my particular case server-side processing was the best solution.  I think FormsPlayer and Mozilla XForms are excellent solutions, but I would recommend that anyone interested in this technology also consider OPS (as well as Chiba).

There is some debate in this thread about the utility of XForms.  Naturally for simple cases it is overkill, but if you have ever tried to create an XML document with a web interface (using html forms) you will immediately see the benefits.  Throw in a few repeatable elements and the problem becomes nearly intractable -- XForms to the rescue!</description>
		<content:encoded><![CDATA[<p>I concur with Erik Bruchez on his comments.  I&#8217;ve been developing an XForms application with OPS for the past two months and in my particular case server-side processing was the best solution.  I think FormsPlayer and Mozilla XForms are excellent solutions, but I would recommend that anyone interested in this technology also consider OPS (as well as Chiba).</p>
<p>There is some debate in this thread about the utility of XForms.  Naturally for simple cases it is overkill, but if you have ever tried to create an XML document with a web interface (using html forms) you will immediately see the benefits.  Throw in a few repeatable elements and the problem becomes nearly intractable &#8212; XForms to the rescue!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SitePoint Blogs &#187; Mozilla XForms presentation from OSDC</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-11931</link>
		<dc:creator>SitePoint Blogs &#187; Mozilla XForms presentation from OSDC</dc:creator>
		<pubDate>Thu, 15 Dec 2005 04:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-11931</guid>
		<description>[...] Last week, I had the pleasure of speaking at the Open Source Developer Conference about Mozilla XForms. Long-time readers of the Tech Times and this blog will remember my coverage of the original spec, my analysis of why XForms adoption was moving so slowly, and more recently my look at how to write cross-browser XForms. The talk was the next stage in my exploration of XForms, pushing the limits of what can be done with the latest preview of the Mozilla extension. [...]</description>
		<content:encoded><![CDATA[<p>[...] Last week, I had the pleasure of speaking at the Open Source Developer Conference about Mozilla XForms. Long-time readers of the Tech Times and this blog will remember my coverage of the original spec, my analysis of why XForms adoption was moving so slowly, and more recently my look at how to write cross-browser XForms. The talk was the next stage in my exploration of XForms, pushing the limits of what can be done with the latest preview of the Mozilla extension. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SitePoint Blogs &#187; Mozilla XForms Project threatened by cutbacks</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-10757</link>
		<dc:creator>SitePoint Blogs &#187; Mozilla XForms Project threatened by cutbacks</dc:creator>
		<pubDate>Mon, 14 Nov 2005 03:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-10757</guid>
		<description>[...] A couple of weeks ago, I took the second preview release of the Mozilla XForms Project for a spin, demonstrating how it could be used along with the FormsPlayer plug-in for Internet Explorer to create cross-browser XForms. [...]</description>
		<content:encoded><![CDATA[<p>[...] A couple of weeks ago, I took the second preview release of the Mozilla XForms Project for a spin, demonstrating how it could be used along with the FormsPlayer plug-in for Internet Explorer to create cross-browser XForms. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Client-Side</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-10364</link>
		<dc:creator>Client-Side</dc:creator>
		<pubDate>Mon, 31 Oct 2005 17:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-10364</guid>
		<description>No Client-Side Support, so why bother. Check out X-FORMS.com XSLT implementation of alot of the XForm Spec. With almost all browsers supporting Client-Side Transformation, it may be interesting to developers.</description>
		<content:encoded><![CDATA[<p>No Client-Side Support, so why bother. Check out X-FORMS.com XSLT implementation of alot of the XForm Spec. With almost all browsers supporting Client-Side Transformation, it may be interesting to developers.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-10357</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 31 Oct 2005 12:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-10357</guid>
		<description>Good introduction to this technology but I cant help but wonder whats wrong with how we code html forms now? Seems to work pretty well to me. When I first saw the article I thought it would allow greater control over the styling of form elements, that would get more interest from me.

Mark</description>
		<content:encoded><![CDATA[<p>Good introduction to this technology but I cant help but wonder whats wrong with how we code html forms now? Seems to work pretty well to me. When I first saw the article I thought it would allow greater control over the styling of form elements, that would get more interest from me.</p>
<p>Mark</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RaS!</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-10317</link>
		<dc:creator>RaS!</dc:creator>
		<pubDate>Fri, 28 Oct 2005 18:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-10317</guid>
		<description>Bah, too tricky...</description>
		<content:encoded><![CDATA[<p>Bah, too tricky&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Bruchez</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-10311</link>
		<dc:creator>Erik Bruchez</dc:creator>
		<pubDate>Fri, 28 Oct 2005 13:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-10311</guid>
		<description>Well again, Dean, the current integration problem is well understood, but keep looking at XForms solution which do not involve upgrading your browser or installing a plugin.</description>
		<content:encoded><![CDATA[<p>Well again, Dean, the current integration problem is well understood, but keep looking at XForms solution which do not involve upgrading your browser or installing a plugin.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dean C</title>
		<link>http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/comment-page-1/#comment-10287</link>
		<dc:creator>Dean C</dc:creator>
		<pubDate>Thu, 27 Oct 2005 23:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/27/cross-browser-xforms/#comment-10287</guid>
		<description>It&#039;s as simple as this. I don&#039;t want my IE users to have to install a plugin each time they visit my websites. For some users this is not even possible due to network permissions that reset their settings as soon as they log out. Maybe sometime in the future when it&#039;s more widely supported we can think about adopting it :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s as simple as this. I don&#8217;t want my IE users to have to install a plugin each time they visit my websites. For some users this is not even possible due to network permissions that reset their settings as soon as they log out. Maybe sometime in the future when it&#8217;s more widely supported we can think about adopting it :)</p>]]></content:encoded>
	</item>
</channel>
</rss>
