IBM developerWorks > Search results
Skip to main content
developerWorks > developerWorks
developerWorks search results
Search for:   within 
144 results for xforms within XML
Show me dW forum search results
Search help   |   Feedback

1 - 20 of 144 results        Next    
     Sort by relevance Sorted by RelevanceSort by date 
1.    XForms
XForms is the next generation of Web-based data processing. It replaces traditional HTML forms with an XML data model and presentation elements. XForms is flexible, platform-independent, and can be used to create Web-deployed applications faster and easier. ... developerWorks community topics PREVIEW Welcome guest Feature story XForms technical library Forum XML technical library XForms resources developerWorks resources Podcasts XForms community leaders
 08 Mar 2005
2.    Get ready for XForms
... Rivera and Len Taing introduce you to XForms, an extension of XHTML that represents the next generation of Web forms. Though XForms is still in an embryonic state, it holds ... promise: For instance, a form written with XForms can be written once and displayed in an ... Related links Get ready for XForms Next generation of Web forms will help ... Rivera and Len Taing introduce you to XForms, an extension of XHTML that represents ... next generation of Web forms. Though XForms is still in an embryonic state, it ...
 01 Sep 2002
3.    XForms tip: Call JavaScript from an XForms form
Because XForms controls are part of a namespace separate from the HTML and page, you cannot use the usual ... such as the onclick handler. So what are you to do if you need to call JavaScript from an XForms form? This tip shows you how to do it. ... Related links XForms tip: Call JavaScript from an XForms form Document options Document options requiring JavaScript ... displayed Rate this page Level: Intermediate 09 Jan 2007 Because XForms controls are part of a namespace separate from the HTML ...
 09 Jan 2007
4.    XForms basics
XForms provides a host of new capabilities for Web authors and developers who want to create Web forms that include rich interactive ... still maintaining many of the familiar aspects of creating forms in HTML. This article explains the basics of creating an XForms form, including the structure of the form itself; basic controls, or fields; and the most common submission options. ... Related links XForms basics Learn the essentials for creating ... this page Level: Intermediate 10 Oct 2006 XForms provides a host of new capabilities for ... article explains the basics of creating an XForms form, including the structure of the form ...
 10 Oct 2006
5.    XForms tip: Combining Ajax and XForms
... a capability that already exists natively in XForms. This tip looks at both the XForms and Ajax versions and how to combine the two ... teach you how to actually make Ajax requests, but XForms provides some special challenges and opportunities ... Related links XForms tip: Combining Ajax and XForms Document options Document options requiring JavaScript are ... entire page, a capability that already exists natively in XForms. This tip looks at both the XForms and Ajax versions and how ...
 03 Oct 2006
6.    Make the most of XForms repeats
XForms provides many powerful mechanisms for working with XML data. One such mechanism is the 'repeat' element, which allows you to quickly and easily implement iteration over homogeneous data sets in your XML. In addition, you can format the presentation of such sets as tables, as well as provide dynamic behavior like the insertion and deletion of specific pieces of data within the repeating set. Read on for some tips and tricks on how to make the most of your XForms repeats. ... Related links Make the most of XForms repeats Managing iteration over data sets ... this page Level: Intermediate 21 Nov 2006 XForms provides many powerful mechanisms for ... tricks on how to make the most of your XForms repeats. What is an XForms repeat? The ...
 21 Nov 2006
7.    XForms tip: Using form submission events
One of the nice things about XForms is how much control it gives you over how the form is processed. For example, XForms exposes a tremendous number of events for which you can trap and perform specific actions. In this tip, you learn how to use ... Related links XForms tip: Using form submission events Document ... 29 Nov 2006 One of the nice things about XForms is how much control it gives you over how the form is processed. For example, XForms exposes a tremendous number of events for ...
 29 Nov 2006
8.    Use PHP to create XForms, Part 1: Creating a PHP XForms library
... developers up to speed in leveraging Web 2.0 XForms forms for their PHP forms development ... creating a library of functions that generate XForms elements when called upon. In this article ... two-part series, developers will create the XForms library using PHP, allowing each function ... Related links Use PHP to create XForms, Part 1: Creating a PHP XForms library Document options Document options requiring ... get PHP developers up to speed in leveraging Web 2.0 XForms forms for their PHP forms development so that they can ...
 28 Aug 2007
9.    Develop forms using the Visual XForms Designer
Embark on a whirlwind tour of the Visual XForms Designer, a new tool freely available on IBM alphaWorks. Discover how the designer helps with all the major phases of form development with the XForms standard. ... Related links Develop forms using the Visual XForms Designer Use free tooling to accelerate ... W3C) released the second edition of the XForms 1.0 specification. Shortly afterwards ... tools to accelerate the development of XForms documents. Newest in this suite of tools ...
 13 Jun 2006
10.    SVG and XForms: A primer
Scalable Vector Graphics (SVG) and XForms are two blossoming technologies that handle what may appear to be two different facets of electronic document publishing. This primer provides an overview of the two technologies and highlights the potential synergies between them. ... Related links SVG and XForms: A primer Get to know the two technologies ... 2003 Scalable Vector Graphics (SVG) and XForms are two blossoming technologies that ... have just been or are nearing release. XForms , the long-awaited successor to HTML ...
 18 Nov 2003
11.    Understanding XForms
With XML-based technologies such as XForms, XQuery, and XSLT, it is possible to create complex multi-user applications, from interactive help systems to custom 'game' applications in which multiple users can interact with at once.f ... Related links Understanding XForms Viewing and creating "Adventure" scenarios ... With XML-based technologies such as XForms, XQuery, and XSLT, it is possible to ... I wanted to launch this series on XForms application developments by focusing ...
 05 Jun 2007
12.    XForms
XForms, a specification of Web forms for XML data processing, allows you to separate a form's purpose from its look. Find out how XML technologies make it easy to create Web applications with user input. ... Country/region Related links Local sites XForms Define Web forms for creating and updating ... Contributors: W3C 06 Feb 2007 Updated 21 Feb 2008 XForms, a specification of Web forms for XML ... In October 2007, the third edition of XForms 1.0 became a W3C Recommendation. XForms ...
 21 Feb 2008
13.    Introduction to XForms, Part 3: Using actions and events
XForms is the next generation of Web-based data processing. It replaces traditional HTML forms with an XML data model and presentation elements. In this three-part series, you'll be introduced to XForms and its capabilities, including the basic XForms model and form, the various types of controls, and basic and advanced form submission. This article ... Related links Introduction to XForms, Part 3: Using actions and events Document ... this page Level: Intermediate 26 Sep 2006 XForms is the next generation of Web-based data ... three-part series, you'll be introduced to XForms and its capabilities, including the basic ...
 26 Sep 2006
14.    Introduction to XForms, Part 2: Forms, models, controls, and submission actions
XForms is the next generation of Web-based data processing. It replaces traditional HTML forms with an XML data model and presentation elements. In this three-part series, you'll be introduced to XForms and its capabilities, including the basic XForms model and form, the various types of controls, and basic and advanced form submission. This article ... Related links Introduction to XForms, Part 2: Forms, models, controls, and ... this page Level: Intermediate 19 Sep 2006 XForms is the next generation of Web-based data ... three-part series, you'll be introduced to XForms and its capabilities, including the basic ...
 19 Sep 2006
15.    Introduction to XForms, Part 1: The new Web standard for forms
XForms is the next generation of Web-based data processing. It replaces traditional HTML forms with an XML data model and presentation elements. In this three-part series, you'll be introduced to XForms and its capabilities, including the basic XForms model and form, the various types of controls, and basic and advanced form submission. This article ... Related links Introduction to XForms, Part 1: The new Web standard for forms ... this page Level: Intermediate 12 Sep 2006 XForms is the next generation of Web-based data ... three-part series, you'll be introduced to XForms and its capabilities, including the basic ...
 12 Sep 2006
16.    Integrate XForms with the Google Web Toolkit, Part 4: Creating interactive forms with GWT and XForms
... series demonstrates how to use the Google Web Toolkit (GWT) and XForms together to create a dynamic Web application. Part 1 looks at ... rock star application. Part 3 refactors the application to use XForms and GWT together. In this concluding part, you'll continue to ... Related links Integrate XForms with the Google Web Toolkit, Part 4: Creating interactive forms with GWT and XForms Create a Web application for rock star ... to use the Google Web Toolkit (GWT) and XForms together to create a dynamic Web application ...
 16 Oct 2007
17.    Integrate XForms with the Google Web Toolkit, Part 3: Using GWT to create XForms
... use the Google Web Toolkit (GWT) and XForms together to create a dynamic Web application ... record company. The second page uses XForms to display the albums recorded by a particular artist. Part 3 uses GWT and XForms on the same page. See how to take ... Related links Integrate XForms with the Google Web Toolkit, Part 3: Using GWT to create XForms Create a Web application for rock star hopefuls ... how to use the Google Web Toolkit (GWT) and XForms together to create a dynamic Web application ...
 09 Oct 2007
18.    Integrate XForms with the Google Web Toolkit, Part 2: Creating an artist and album management form
This four-part series demonstrates how to use the Google Web Toolkit (GWT) and XForms together to create a dynamic Web application. Part 1 looked at the JavaScript underpinnings of each technology. Part 2 shows you ... Related links Integrate XForms with the Google Web Toolkit, Part 2 ... use the Google Web Toolkit (GWT) and XForms together to create a dynamic Web application ... provided a solid grounding in both GWT and XForms and explored how the two can work together ...
 25 Sep 2007
19.    XForms tip: Using multiple, hierarchical forms with XForms
Standard HTML forms are hard, if not impossible, to nest within each other. They lack the power that XForms has, because XForms uses XML. This tip shows you how to nest multiple, hierarchical forms within an XForm form. ... Related links XForms tip: Using multiple, hierarchical forms with XForms Document options Document options requiring JavaScript ... to nest within each other. They lack the power that XForms has, because XForms uses XML. This tip shows you how ...
 23 Oct 2006
20.    XForms tip: Alerts and message boxes
XForms is about collecting data, but it is also about improving the user experience. In some cases, you need to provide additional ... Web pages, you accomplish this through the use of alert boxes and pop-up windows. In addition to its help capabilities, XForms gives you a number of different options for providing additional information for the user. This tip explains alerts and ... Related links XForms tip: Alerts and message boxes Document ... this page Level: Intermediate 17 Oct 2006 XForms is about collecting data, but it is also ... In addition to its help capabilities, XForms gives you a number of different options ...
 17 Oct 2006
1 - 20 of 144 results        Next    
Search for:   within 
Show me dW forum search results