The Orbeon Forms Blog

Orbeon Forms allows you to manage your web forms' entire lifecycle, and run your forms on-premises or in the cloud, with a focus on security and compliance.

XML 2.0

On a daily basis, I happily use a subset of XML which is quite simple, notwithstanding some little issues with namespaces and qualified names, which I can live with. This includes using XML for XHTML, XForms, XSLT, XPL, RSS, DocBook, custom document formats, and whatnots. But while writing a short... More

Nokia Mobile Browser Open Source

Nokia has just announced that it has open sourced its mobile browser. According to Nokia, "The new Web browser for S60 is based on the WebCore and JavaScriptCore components of Apple's Safari Web Kit that Apple uses in its Safari browser." This is great news for mobile applications, since this... More

XForms Tip: Enabling and Disabling Your “Save” button

</param> </param> </param> </embed> </param> Many forms have a "Save" button. From a usability perspective, it makes sense to disable that button when saving is not allowed. There are two obvious scenarios where this arises: when the form has been modified but contains invalid data, and when the user has... More

XTech, Day 3 and 4

Thursday and Friday were the last days at XTech 2006. I have to admit that I missed most of the Thursday morning talks in order to rehearse my own, so I don't have much to report except Mark's Building Rich, Encapsulated Widgets Using XBL, XForms and SVG which I mentioned... More

XTech Conference Proceedings Online

The proceedings for the XTech conference are now online on the XTech web site. Here is the link to our paper: XForms: an Alternative to Ajax? Many of the talks I have attended do not have papers online yet, but following-up on the subject of the use of XBL with... More

XTech, Day 2

Yesterday was the second day at XTech 2006, and the first conference day. We had a very entertaining albeit a bit provoking keynote by Paul Graham about what it would take to reproduce Silicon Valley somewhere else. I attended talks about real-life Ruby on Rails (BBC), XBL 2 (Mozilla), and... More

Ajax Day at XTech

Yesterday was my first day at XTech 2006 in Amsterdam - the pre-conference day, with tutorials and a special "Ajax Day" track. I was unable to attend all the sessions and one presenter did not show up, but I did attend the talks on Dojo, OpenLaszlo, Flex, and Backbase. Most... More

XTech 2006 Week

XTech 2006 is going on right now in Amsterdam. As mentioned earlier, Erik will be giving a presentation on Thursday at 4:45pm entitled XForms: an alternative to Ajax? This has been an amazing year for Ajax, and XForms has picked quite a bit of steam during this year too. On... More

TCP/IP

You are proud of your well tested web application, and it runs just fine on your own development machine. However, when you deploy it on a Windows XP staging server and perform load testing, you start getting, from time to time, this error message: "Server access Error: Address already in... More

Confirmation With XForms

</param> </param> </param> </embed> </param> In Web pages using Ajax, when you click on a button or a link, instead of loading another page, that click often starts a background request to the server, and the page then updates based on the response received from the server. If the action... More