<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Form Nation</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.adobe.com/formnation/atom.xml" />
   <id>tag:blogs.adobe.com,2008:/formnation//79</id>
    <link rel="service.post" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79" title="Form Nation" />
    <updated>2008-08-22T17:21:50Z</updated>
    <subtitle>Join me on my quest to develop dynamic and rich applications using Adobe LiveCycle and Flex.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>Keeping your custom panel layouts styled: Part 2</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2008/08/keeping_your_custom_panel_layo.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=7170" title="Keeping your custom panel layouts styled: Part 2" />
    <id>tag:blogs.adobe.com,2008:/formnation//79.7170</id>
    
    <published>2008-08-22T17:21:41Z</published>
    <updated>2008-08-22T17:21:50Z</updated>
    
    <summary>Last week I covered a number of style names that can be added to your guide layouts when creating custom form guide components.&amp;#160; By adding these style names to your layout you can take advantage of all the styling that...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>Last week I covered a number of style names that can be added to your guide layouts when creating custom form guide components.&#160; By adding these style names to your layout you can take advantage of all the styling that gets defined in Guide Builder and is included with each guide definition.&#160; Similar to guide layouts there are also a few of style names that can be included in custom panel layouts.</p>  <p><font color="#808080"><font color="#000000">Here are a selection of style names that can be added to your custom panel layouts.&#160; These styles can be defined by going to Customize Appearance in Guide Builder and navigating to the appropriate panel listed under each style name description.&#160; A number of these style names do not need to be included in your MXML since they are handled internally by the Panel Item component.</font></font></p>  <table cellspacing="0" cellpadding="2" width="100%" border="1"><tbody>     <tr>       <td valign="top" width="116"><strong>Style Name</strong></td>        <td valign="top" width="398"><strong>MXML</strong></td>        <td valign="top" width="494"><strong>Description</strong></td>     </tr>      <tr>       <td valign="top" width="120">layoutobjects</td>        <td valign="top" width="398">&lt;mx:VBox width=&quot;100%&quot; height=&quot;100%&quot; <strong><font color="#800080">styleName=&quot;layoutobjects&quot;</font></strong>&gt;           <br /></td>        <td valign="top" width="494">Defines padding for your top-level panel layout container.          <br />          <br /><strong>Guide Builder</strong>: no editable in Guide Builder</td>     </tr>      <tr>       <td valign="top" width="123">panelhelp</td>        <td valign="top" width="398">&lt;gc:HelpPanel id=&quot;helpPanel&quot; <strong><font color="#800080">styleName=&quot;panelhelp&quot;</font></strong> /&gt;</td>        <td valign="top" width="494">Applies the font, background and border styles to the help panel component.          <br />          <br /><strong>Guide Builder</strong>: Customize field and text &gt; Panel help background, font</td>     </tr>      <tr>       <td valign="top" width="123">fieldhelp</td>        <td valign="top" width="398">handled by &lt;ga:PanelItem/&gt;</td>        <td valign="top" width="494">Applies the font, background and border styles to a field help component.          <br />          <br /><strong>Guide Builder</strong>: Customize field and text &gt; Field help background, Field Active, font</td>     </tr>      <tr>       <td valign="top" width="123">panelitem</td>        <td valign="top" width="398">handled by &lt;ga:PanelItem/&gt;</td>        <td valign="top" width="494">Applies the font and background styles to a field component.          <br />          <br /><strong>Guide Builder:</strong> Customize field and text &gt; Field background, Font</td>     </tr>      <tr>       <td valign="top" width="123">panelcaption</td>        <td valign="top" width="398">handled by &lt;ga:PanelItem/&gt;</td>        <td valign="top" width="494">Applies the font and color styles for field captions.          <br />          <br /><strong>Guide Builder:</strong> Customize field and text &gt; Font</td>     </tr>      <tr>       <td valign="top" width="123">paneltext</td>        <td valign="top" width="398">handled by &lt;ga:PanelItem/&gt;</td>        <td valign="top" width="494">Applies the font and color styles for panel text.          <br />          <br /><strong>Guide Builder:</strong> Customize field and text &gt; Font</td>     </tr>   </tbody></table>]]>
        
    </content>
</entry>
<entry>
    <title>Keeping your custom guide layouts styled: Part 1</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2008/08/keeping_your_custom_guide_layo.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=6835" title="Keeping your custom guide layouts styled: Part 1" />
    <id>tag:blogs.adobe.com,2008:/formnation//79.6835</id>
    
    <published>2008-08-07T00:06:10Z</published>
    <updated>2008-08-22T17:20:11Z</updated>
    
    <summary>When creating custom layouts to be used with form guides it is a good practice to ensure that your layouts can be styled.&amp;#160; One method that will achieve this goal is to use the style names that get defined by...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="Flex" />
            <category term="Form Guides" />
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>When creating custom layouts to be used with form guides it is a good practice to ensure that your layouts can be styled.&#160; One method that will achieve this goal is to use the style names that get defined by Guide Builder.&#160; By adding these style names to various components in your layout you can take advantage of all the styling that gets defined in Guide Builder and is included with each guide definition. </p>  <p><font color="#808080"><font color="#000000">Here are a selection of style names that can be added to your custom guide layouts.&#160; These styles can be defined by going to Customize Appearance in Guide Builder and navigating to the appropriate panel listed under each style name description.</font></font></p>  <p><font color="#808080"><font color="#000000"></font></font></p>  <table cellspacing="0" cellpadding="2" width="100%" border="1"><tbody>     <tr>       <td valign="top" width="116"><strong>Style Name</strong></td>        <td valign="top" width="398"><strong>MXML</strong></td>        <td valign="top" width="494"><strong>Description</strong></td>     </tr>      <tr>       <td valign="top" width="116">application</td>        <td valign="top" width="398">         <p>&lt;mx:VBox width=&quot;100%&quot; height=&quot;100%&quot; <strong><font color="#800080">styleName=&quot;application&quot;</font></strong>/&gt;</p>       </td>        <td valign="top" width="494">Defines the overall background gradient colors for the guide.         <br />          <br /><strong>Guide Builder</strong>: Customize guide, logo and progress bar -&gt; Background</td>     </tr>      <tr>       <td valign="top" width="116">logo</td>        <td valign="top" width="398">&lt;mx:VBox <strong><font color="#800080">styleName=&quot;logo&quot;</font></strong> left=&quot;0&quot;/&gt;</td>        <td valign="top" width="494">Specifies a location to hold an image such as a logo.         <br />          <br /><strong>Guide Builder</strong>: Customize guide, logo and progress bar -&gt; Logo</td>     </tr>      <tr>       <td valign="top" width="116">guidetitle</td>        <td valign="top" width="398">&lt;mx:Label text=&quot;{panelManager.gaModel.name}&quot; <strong><font color="#800080">styleName=&quot;guidetitle&quot;</font></strong>/&gt;</td>        <td valign="top" width="494">Specifies font and color styles.         <br />          <br /><strong>Guide Builder</strong>: Customize guide, logo and progress bar -&gt; Font</td>     </tr>      <tr>       <td valign="top" width="116">guide</td>        <td valign="top" width="398">         <p>&lt;mx:HDividedBox <strong><font color="#800080">styleName=&quot;guide&quot;</font></strong>/&gt;</p>       </td>        <td valign="top" width="494">Defines background color/image, border color, padding and corner radius styles.         <br />          <br /><strong>Guide Builder</strong>: <strong>Guide Builder</strong>: Customize guide, logo and progress bar -&gt; Border, Guide background</td>     </tr>      <tr>       <td valign="top" width="116">panelnav</td>        <td valign="top" width="398">         <p>&lt;mx:Panel <strong><font color="#800080">styleName=&quot;panelnav&quot;</font></strong>/&gt;</p>       </td>        <td valign="top" width="494">Defines font, background color, background image, background alpha, border and header styles.         <br />          <br /><strong>Guide Builder</strong>: Customize panels -&gt; Panel border, Panel header, Navigation, Font</td>     </tr>      <tr>       <td valign="top" width="116">guidehelp</td>        <td valign="top" width="398">         <p>&lt;mx:Panel <strong><font color="#800080">styleName=&quot;guidehelp&quot;</font></strong>/&gt;</p>       </td>        <td valign="top" width="494">Defines font, background color, background image, background alpha, border and header styles.         <br />          <br /><strong>Guide Builder</strong>: Customize panels -&gt; Panel border, Panel header, Guide help, Font</td>     </tr>      <tr>       <td valign="top" width="116">paneldata</td>        <td valign="top" width="398">         <p>&lt;mx:Panel <strong><font color="#800080">styleName=&quot;paneldata&quot;</font></strong>/&gt;</p>       </td>        <td valign="top" width="494">Defines font, background color, background image, background alpha, border and header styles.         <br />          <br /><strong>Guide Builder</strong>: Customize panels -&gt; Panel border, Panel header, Data entry, Font</td>     </tr>      <tr>       <td valign="top" width="116">buttons</td>        <td valign="top" width="398">         <p>&lt;gc:NextPanelButton <strong><font color="#800080">styleName=&quot;buttons&quot;</font></strong>/&gt;</p>       </td>        <td valign="top" width="494">Defines theme color, fill colors and font styles.         <br />          <br /><strong>Guide Builder</strong>: Customize buttons and repeater layouts -&gt; Button color, Button theme color, Font</td>     </tr>   </tbody></table>  <p>&#160;</p>  <p>For further information on how to include form guide specific style names in your own layouts browse the guide source included with the LiveCycle install.&#160; The source and associated Flex project have been made available for all the default guide layouts, panel layouts and guide controls.</p>  <blockquote>   <p>./LiveCycle8.2/LiveCycle_ES_SDK/samples/FormGuides/GuideSource</p> </blockquote>  <p>In my next post I will cover the various styles that can be applied to your custom panel layouts. </p>]]>
        
    </content>
</entry>
<entry>
    <title>Tips and tricks from the form guide team</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2008/03/tips_and_tricks_from_the_form.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=5496" title="Tips and tricks from the form guide team" />
    <id>tag:blogs.adobe.com,2008:/formnation//79.5496</id>
    
    <published>2008-03-27T17:31:09Z</published>
    <updated>2008-03-27T17:31:13Z</updated>
    
    <summary>A great new blog is now available from the Form Guide team at Adobe.  This blog will contain contributions from many memebers of the form guide team as they discuss tips, tricks and best practices concerning Form Guides. The team...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="Form Guides" />
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>A great new <a href="http://blogs.adobe.com/lcformguides/">blog </a>is now available from the <a href="http://www.adobe.com/go/learn_lc_fgGetStart">Form Guide</a> team at Adobe.  This blog will contain contributions from many memebers of the form guide team as they discuss tips, tricks and best practices concerning Form Guides.</p>

<p>The team is also looking for questions and suggestions from those early adoptors out there already using Form Guides to help guide future postings so be sure to provide lots of comments.<br/>
</p>

The URL for the new blog is:<br/>
<p><a href="http://blogs.adobe.com/lcformguides/">http://blogs.adobe.com/lcformguides/</a></p>

<p><br/>
</p>

<p><br/>
</p>

<p><br/>
</p>

<br/>
<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/lcformguides" rel="tag">lcformguides</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>Drag and Drop support in Guide Builder</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2008/03/drag_and_drop_support_in_guide.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=5495" title="Drag and Drop support in Guide Builder" />
    <id>tag:blogs.adobe.com,2008:/formnation//79.5495</id>
    
    <published>2008-03-27T17:20:53Z</published>
    <updated>2008-03-27T17:20:57Z</updated>
    
    <summary>Did you know that the Guide Builder tool included with LiveCycle Designer not only supports drag and drop from the Designer canvas but also from the file system? I&apos;ll start with drag and drop with LiveCycle Designer.  In Guide Builder...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="Form Guides" />
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>Did you know that the Guide Builder tool included with <a href="http://www.adobe.com/products/livecycle/designer/">LiveCycle Designer</a> not only supports drag and drop from the Designer canvas but also from the file system?</p>

<p>I'll start with drag and drop with <a href="http://www.adobe.com/products/livecycle/designer/">LiveCycle Designer</a>.  In Guide Builder the form hierarchy is provided to allow a user to pick form objects that they wish to appear in their form guide. While this hierarchy provides a quick way to see all the objects on a form they may not be easy to find particularily on a larger form.  In these cases it may be easier to pick objects directly from the design view canvas in <a href="http://www.adobe.com/products/livecycle/designer/">LiveCycle Designer</a>.  With Guide Builder running switch back to Designer and pick the fields you want to include in your form guide.  Next, drag and drop these fields on top of Guide Builder.  When a panel is selected these fields will be automatically added to that panel otherwise a dialog will appear asking you where you would like the fields to be placed.</p>

<p>If that wasn't cool enough Guide Builder also supports SWC, CSS, XML and XDP file types being dragged form the file system.  How each of these files is handled depends on what view Guide Builder is currently in.  <br/>
</p>

<p>When in the Edit Guide view any guide definitions found in XML or XDP files will be imported into the current guide.  Any SWC files that are dropped onto Guide Builder will be added as custom library components for the currently selected guide.</p>

<p>When in the Customize Appearance view any SWC or CSS files that are dropped onto Guide Builder will be used as a custom style for the currently selected guide.</p>

<p>For more information on using Guide Builder look up <strong>Using Guide Builder</strong> in the <a href="http://www.adobe.com/go/learn_lc_designer">LiveCycle Designer ES Help</a>.<br/>
</p>

<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/guide%20builder" rel="tag">guide builder</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>Form Guide Documentation</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2008/01/form_guide_documentation.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=4882" title="Form Guide Documentation" />
    <id>tag:blogs.adobe.com,2008:/formnation//79.4882</id>
    
    <published>2008-01-15T18:57:05Z</published>
    <updated>2008-01-16T16:21:27Z</updated>
    
    <summary>LiveCycle ES has now been out on the market for just over six months.&amp;#160; This means people are finally starting to get their feet wet and are looking at form guides as a possible solution to create engaging data capture...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="Form Guides" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>LiveCycle ES has now been out on the market for just over six months.&#160; This means people are finally starting to get their feet wet and are looking at form guides as a possible solution to create engaging data capture applications.&#160; As a result I been getting more requests lately on how one should actually get started creating a form guide.&#160; For those just getting started there is a fiar amount of documentation already available online that is worth reading.</p>
                             <ol>
                               <li><strong><a href="http://www.adobe.com/go/learn_lc_designer">Using Guide Builder</a> </strong>
                                 (LiveDocs)                               
                                   <ul>
                                     <li>The LiveCycle ES Designer documentation contains a whole section on how to use Guide Builder</li>
                                   </ul>
                               </li>
                               <li><a href="http://www.adobe.com/go/learn_lc_fgGetStart">Getting Started With Form Guides</a> 
                                 (PDF)
                                   <ul>
                                     <li>This is a great document that provides an overview of form guides, walks through creating a new form guide and touches on customization.</li>
                                   </ul>
                               </li>
                               <li><a href="http://www.adobe.com/go/learn_lc_fgCustomizing">Customizing Form Guides</a> (PDF)
                                 <ul>
                                   <li>If you are really interested in creating custom form guide components this is the document for you!&#160;  This document provides information about creating customized guide layouts, panel layouts and controls using Flex Builder. This is also the place to go if you want to learn about taking advantage of the built in styling capabilities of form guides.</li>
                                 </ul>
                               </li>
                             </ol>
                             <p>While these documents are great starting point for your form guide solution development over the next few months I will be posting additional articles that cover some of the holes and more difficult aspects of creating form guides.&#160; If you have specific questions feel free to leave a comment and I'll do my best to address it. </p>
                             <blockquote>
                               <p><br/>
                               </p>
                             </blockquote>
                           ]]>
        
    </content>
</entry>
<entry>
    <title>Meet me at MAX</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2007/09/meet_me_at_max.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=4121" title="Meet me at MAX" />
    <id>tag:blogs.adobe.com,2007:/formnation//79.4121</id>
    
    <published>2007-09-20T14:08:59Z</published>
    <updated>2007-09-20T14:09:02Z</updated>
    
    <summary>There is only a little over a week to go before Adobe&apos;s biggest developer conference ever kicks off and I will be presenting there once again this year. Adobe MAX 2007 is taking place in Chicago this year from September...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="General" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>There is only a little over a week to go before Adobe's <a href="http://adobemax2007.com/na/">biggest developer conference ever</a> kicks off and I will be <a href="http://adobemax2007.com/na/speakers/listing/#rumseyanthony">presenting </a>there once again this year.</p>

<p>Adobe MAX 2007 is taking place in Chicago this year from September 30 to October 3.  This year's conference is shaping up to be bigger and better in all aspects than any previous year.  If you are a developer using any of Adobe's products this is definately the must attend event of the year.</p>

<p>If you are already planning to attend <a href="http://adobemax2007.com/na/">MAX</a> I would like to point out some of the exciting sessions being presented around the LiveCycle suite of products.</p>

<p>First, I will plug my own session that will cover <a href="http://www.adobe.com/products/livecycle/forms/">LiveCycle Forms ES</a> and its new form guide feature.  Over the past year I have been on the form guide team in Ottawa busily creating a tool for <a href="http://www.adobe.com/products/livecycle/designer/">LiveCycle Designer ES</a> called Guide Builder.  This tool is a Flex-based desktop application that provides an extremely easy interface for creating dynamic and interactive form guides.  Without giving too much away I am really excited to talk about this cool new feature and how it leverages the best of PDF and Flex technologies.  Please come by one of my two sessions to learn more about LiveCycle Forms and form guides and be sure to say "hi" as well!</p>

<strong><a href="http://adobemax2007.com/na/sessions/locator/session/EC204W">Everything You Want to Know about LiveCycle Form Guides</a><br/>
</strong><UL class="instances"><li><span class="date"><strong>Monday, October 1</strong></span><span class="times"><strong>  4:30 pm - 5:30 pm (room #177)</strong></span><span class="speakers" /></li>
<li><span class="date"><strong>Wednesday, October 3</strong></span><span class="times"><strong>  4:15 pm - 5:15 pm (room #177)</strong></span></li>
</ul>
<p>So, what else should you do while at MAX?  If you are interested in learning more about LiveCycle here are a few sessions I think will be invaluable.</p>

<strong><a href="http://adobemax2007.com/na/sessions/locator/session/EC202H">Hands On: Designing PDF Forms and Flex-based Form Guides</a><br/>
</strong><strong><a href="http://adobemax2007.com/na/sessions/locator/session/EC301B">Boot Camp for LiveCycle</a><br/>
</strong><strong><a href="http://adobemax2007.com/na/sessions/locator/session/EC207W">Forms Gone Wild</a></strong><strong><br/>
<a href="http://adobemax2007.com/na/sessions/locator/session/EC201H">Hands On: Building an Application Using LiveCycle ES</a></strong><strong><br/>
<a href="http://adobemax2007.com/na/sessions/locator/session/EC204H">Hands On: Extreme Form Makeover - with LiveCycle Designer 8, ES and Flex</a><br/>
</strong><STRONG/><p>And like the infomercials say..."and that's not all folks"!</p>

<p>Stop by the <a href="http://adobemax2007.com/na/details/activities/">after hours lounges</a> in each of the hotels for some networking opportunities.  If you want to learn more about Adobe products be sure to head over to the <a href="http://adobemax2007.com/na/details/activities/">community pavillion</a>.  Finally be sure to come out to the <a href="http://adobemax2007.com/na/details/activities/">LiveCycle meet the team BOF</a> on Monday night starting at 7:30 pm.</p>

<p>This year is shaping up to be a great MAX and I can't wait to meet the people who are eager to learn more about developing great applications using Adobe technology.</p>

<p>See you at MAX!<br/>
</p>

<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/adobemax2007" rel="tag">adobemax2007</a>, <a href="http://technorati.com/tag/max" rel="tag">max</a>, <a href="http://technorati.com/tag/livecycle" rel="tag">livecycle</a>, <a href="http://technorati.com/tag/flex" rel="tag">flex</a></p><!-- technorati tags end -->]]>
        
    </content>
</entry>
<entry>
    <title>Introducing Form Guides</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2007/06/introducing_form_guides.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=3612" title="Introducing Form Guides" />
    <id>tag:blogs.adobe.com,2007:/formnation//79.3612</id>
    
    <published>2007-06-28T15:36:44Z</published>
    <updated>2007-06-28T16:28:03Z</updated>
    
    <summary>formguides,livecycle It has been way too long since I last updated this blog.&amp;#160; Now that I back for what I hope to be much more frequent updates regarding LiveCycle, Flex and rich Internet applications I decided to give my blog...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<!-- #BeginTags --><p class="tags"><a href="http://www.technorati.com/tag/formguides" rel="tag">formguides</a>,<a href="http://www.technorati.com/tag/livecycle" rel="tag">livecycle</a></p><!-- #EndTags -->
                             <p>It has been way too long since I last updated this blog.&#160; Now that I back for what I hope to be much more frequent updates regarding LiveCycle, Flex and rich Internet applications I decided to give my blog a fresh new look as well. </p>
                             <p>Over the past year I have been on the team that has been actively developing the new form guide functionality released with the <a href="http://www.adobe.com/products/livecycle/">LiveCycle Enterprise Suite</a>.  In particular I have been developing the new Guide Builder tool that is included with <a href="http://www.adobe.com/products/livecycle/designer/">LiveCycle Designer</a>.   Now that LiveCycle ES has been released this post is the first in a  series I plan to write over the next couple of months that covers the  new form guide technology and how it works.</p>
                             <p>Form guides are Flash  Player compatible wizard-like panels that help guide people through a  data capture experience which are rendered using <a href="http://www.adobe.com/products/livecycle/forms/">LiveCycle Forms ES</a>.  While the form guide technology is included with <a href="http://www.adobe.com/products/livecycle/forms">LiveCycle Forms ES</a>,  there is also a tool called Guide Builder  included with <a href="http://www.adobe.com/products/livecycle/designer/">LiveCycle Designer  ES</a> that enables form guides to be defined from existing PDF and XML templates.</p>
                             <p align="center"><img src="http://blogs.adobe.com/formnation/fgpo_000.JPG" width="300" height="169" /><br />
                           </p>
                             <p>Imagine you have a document-based PDF form.&#160; While this form is very capable of collecting data it may not be the most intuitive experience for a novice user. Such a form is still required however for going offline, collecting signatures and printing.&#160; Also, if the form has been already imported into LiveCycle Designer additional scripting may have been added. Form guides enable a user to take their document centric forms and apply a new skin or user interface to them while still maintaining the same underlying data model.&#160; In fact, the data model is shared between form guides and the PDF so one could actually enter data in either and see instantly in both renderings of the form! </p>
                             <p>Providing a different skin to an exisintg PDF form is ony the first step in form guide generation.&#160; Form guides also provide a wealth of new features not available when simply filling out a document-based PDF.&#160; Navigation can be added, sections of the form will dynamically appear as a auser enters data and answers questions, transitions can be added and interactive content incorporated into the final application as well.</p>
                             <p>&#160;</p>
                             ]]>
        
    </content>
</entry>
<entry>
    <title>Guided Activities highlighted at Adobe MAX</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2006/10/guided_activities_highlighted.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=1934" title="Guided Activities highlighted at Adobe MAX" />
    <id>tag:blogs.adobe.com,2006:/formnation//79.1934</id>
    
    <published>2006-10-25T08:03:11Z</published>
    <updated>2006-10-25T08:03:13Z</updated>
    
    <summary>After the Blue Man Group performed during the opening general session at Adobe MAX on Tuesday we were treated to a number of demos of new products coming soon from Adobe.  Near the end of all the demos Ben Forta...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>After the Blue Man Group performed during the opening general session at Adobe MAX on Tuesday we were treated to a number of demos of new products coming soon from Adobe.  Near the end of all the demos <a href="www.forta.com">Ben Forta</a> did a demo of creating a Rich Internet Application from a document created in LiveCycle Designer.  Since time was running out this demo got very little stage time but was quite compelling nevertheless. Basically what Ben's demo showed was that using Adobe products one could take one of the millions of PDFs out there, import it into LiveCycle Designer, specify the layout of the RIA by selecting fields in the Designer, and then rendering the updated XML form template using LiveCycle Forms as a compiled and integrated Flex application.</p>

<p>WOW!!!  Without even having to open Flex Builder a business user will be able to create applications that leverage the Flex Framework from within LiveCycle Designer and have LiveCycle Forms handle the actual generation.</p>

<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/adobemax06" rel="tag">adobemax06</a>, <a href="http://technorati.com/tag/flex" rel="tag">flex</a>, <a href="http://technorati.com/tag/livecycle" rel="tag">livecycle</a>, <a href="http://technorati.com/tag/forta" rel="tag">forta</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>Hanging out at MAX</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2006/10/hanging_out_at_max.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=1933" title="Hanging out at MAX" />
    <id>tag:blogs.adobe.com,2006:/formnation//79.1933</id>
    
    <published>2006-10-25T07:46:37Z</published>
    <updated>2006-10-25T07:46:43Z</updated>
    
    <summary>I have been in Las Vegas for a few days now for the Adobe MAX developer conference and have kept quite busy.  Getting a reliable Internet connection has been difficult at times though. Since arriving on Sunday I have been...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>I have been in Las Vegas for a few days now for the Adobe MAX developer conference and have kept quite busy.  Getting a reliable Internet connection has been difficult at times though.</p>

<p>Since arriving on Sunday I have been working on finalizing my LiveCycle Forms workshop which I am presenting on Tuesday and Thursday.  I also have spent some time at the LiveCycle pavillion (be sure to stop by if you're at the conference) and attended a few sessions with the rest of my free time.  Oh, I've also managed to check out some of the Las Vegas strip and nearby casinos just so you don't think I haven't been outside yet.</p>

<p>So, after my first full day at my first Adobe MAX conference I must say that the experience has been very rewarding.  Be able to meet people that use LiveCycle or are interested in using it is great!</p>

<p>For Wednesday I will spending my time between the pavillion hall and will also be atending Matt Butler's LiveCycle session.  I am also going going to update my workshop content before Thursday based on feedback I received today.</p>

<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/adobemax06" rel="tag">adobemax06</a>, <a href="http://technorati.com/tag/livecycle" rel="tag">livecycle</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>Guided self-service applications</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2006/09/guided_selfservice_application.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=1735" title="Guided self-service applications" />
    <id>tag:blogs.adobe.com,2006:/formnation//79.1735</id>
    
    <published>2006-09-25T15:36:08Z</published>
    <updated>2006-09-25T15:36:11Z</updated>
    
    <summary>Guided self-service applications allow customers to access information and perform routine tasks without requiring any interaction with a representative of an enterprise. They can also reduce operational costs through decreased paperwork and lower call center activity. Users can be given...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="Flex" />
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>Guided self-service applications allow customers to access information and perform routine tasks without requiring any interaction with a representative of an enterprise. They can also reduce operational costs through decreased paperwork and lower call center activity. Users can be given relevant information in the context of the transactions they are trying to complete and even have real-time collaboration with a representative when required. Examples of guided self-service applications are product configurators, online banking and e-commerce.<br/>
</p>

<p>Rich Internet applications (RIA), such as those created using <a href="http://www.adobe.com/products/flex/">Adobe Flex 2.0</a>, are an ideal candidate for creating a guided self-service application for the web.<br/>
</p>

<p><a href="http://www.adobe.com/products/flex/">Adobe Flex 2.0</a> can simplify complex, multi-step processes in a single, dynamic interface that provides a higher level of service to customers, resulting in deeper loyalty and higher-value relationships. An RIA built using Adobe Flex can also provide in-context prompting through audio and video integration providing the real-time collaboration required by self-service applications.</p>

<p>While a guided self-service application is an excellent means for effectively capturing data and providing a superior user experience, a complete Enterprise solution will also require the ability to archive signed documents, provide output that can be printed and offer the ability to go offline. An RIA cannot satisfy <strong>all</strong> of these requirements on its own but it should be able to integrate easily with additional server solutions in order to gain this additional functionality.</p>

<p><a href="http://www.adobe.com/products/livecycle/">Adobe LiveCycle</a> products are able to produce documents that can be signed, printed, archived and filled offline by dynamically generating PDFs that can be viewed using the <a href="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</a>.</p>

<p>A RIA created using Adobe Flex and an application created using Adobe LiveCycle can then be integrated into one complete solution.</p>

<p>Want to learn more? Attend <a href="http://www.adobe.com/events/max/">Adobe MAX</a> during October 24 - 26 in Las Vegas and be sure to check out some of the <a href="http://www.adobe.com/events/max/agenda/by_track.html#livecycle">Adobe LiveCycle sessions</a>.  In particular there is an <a href="http://www.adobe.com/events/max/sessions/lt202w.html">Adobe LiveCylce Forms workshop</a> that will show how to create and integrate a guided selef-service application using <a href="http://www.adobe.com/products/flex/">Adobe Flex</a> and <a href="http://www.adobe.com/products/server/formserver/">Adobe LiveCycle Forms</a>.<br/>
</p>

<p><br/>
</p>

<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/adobemax06" rel="tag">adobemax06</a>, <a href="http://technorati.com/tag/flex" rel="tag">flex</a>, <a href="http://technorati.com/tag/livecycle" rel="tag">livecycle</a>, <a href="http://technorati.com/tag/adobe" rel="tag">adobe</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>LiveCycle Forms at Adobe MAX</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2006/09/livecycle_forms_at_adobe_max.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=1672" title="LiveCycle Forms at Adobe MAX" />
    <id>tag:blogs.adobe.com,2006:/formnation//79.1672</id>
    
    <published>2006-09-14T22:19:58Z</published>
    <updated>2006-09-14T22:20:01Z</updated>
    
    <summary>All of the LiveCycle products are being featured in a number of different sessions at Adobe MAX this year.  Whether you are interested in designing forms, capturing data, developing a workflow or are curious to see what is coming in...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>All of the LiveCycle products are being featured in a number of different <a href="http://www.adobe.com/events/max/agenda/by_track.html#livecycle">sessions </a>at Adobe MAX this year.  Whether you are interested in <a href="http://www.adobe.com/events/max/sessions/lt101h.html">designing forms</a>, <a href="http://www.adobe.com/events/max/sessions/lt202w.html">capturing data</a>, developing a <a href="http://www.adobe.com/events/max/sessions/lt201h.html">workflow </a>or are curious to see what is coming in the <a href="http://www.adobe.com/events/max/sessions/lt203w.html">next release</a> there is something for everyone no matter what their level of LiveCycle experience is.</p>

<p>This is the first year that LiveCycle technology is being showcased at Adobe MAX and along with all the valuable sessions, attendance at this event will also provide you with access to a number of evangelists, product managers and developers of the LiveCycle products.</p>

<p>If that is not enough reason to attend I will also be presenting a <a href="http://www.adobe.com/events/max/sessions/lt202w.html">workshop </a>at Adobe MAX on combining Adobe Flex and Adobe LiveCycle Forms to create a guided self-service application.  This is one session that should not be missed by Flex and LiveCycle developers!  I will be posting more details specifically about my workshop soon.</p>

<p>Visit the <a href="https://www.adobemax06.com">Adobe MAX website</a> to register and to get more information.</p>

<p>See you October 23-26!<br/>
</p>

<p></p>

<p/><!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/adobe" rel="tag">adobe</a>, <a href="http://technorati.com/tag/adobemax06" rel="tag">adobemax06</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>A brief form server history</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2006/08/a_brief_form_server_history.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=1428" title="A brief form server history" />
    <id>tag:blogs.adobe.com,2006:/formnation//79.1428</id>
    
    <published>2006-08-01T16:29:10Z</published>
    <updated>2006-08-01T16:29:16Z</updated>
    
    <summary>I was reading a posting recently on FlexLive.net about how Live Cycle has yet to cross the technology chasm. This got me thinking about Live Cycle Forms and in particular its form server component. Did you know that this core...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="LiveCycle" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>I was reading a posting recently on <a href="http://flexlive.net"><span>FlexLive</span>.net</a> about how Live Cycle has yet to cross the <a href="http://www.flexlive.net/?p=16">technology chasm</a>. This got me thinking about Live Cycle Forms and in particular its form server component. Did you know that this core piece of <a href="http://www.adobe.com/products/server/formserver/"><span>LiveCycle</span> Forms</a> is now seven years old?</p>

<p>The form server began as a research project back in 1999 in order to leverage the power of another fledgling technology called <span>XFA</span>. The idea was that with form templates being defined in XML one could dynamically generate forms for a variety of clients.  The form server was first released as <span><a href="http://www.grycom.com/JetForm_White_Paper.pdf">ReachForm</a></span> and marketed as the easy way "for people to access and submit forms <span>online</span> using the Internet". The major feature of <span>ReachForm</span> then was its ability to generate form content for any browser from a single <span>XFA</span> definition. One could even generate multi-page HTML applications complete with client and server side scripting!<br/>
</p>

<p>The form server was originally a Windows only COM-based solution written in Visual Basic. As a result it was a Windows only solution but could also be accessed by non-Windows platforms using SOAP.  Over the next four major <a href="http://www.intersys.gr/downloads/pdf/ds_formserver.pdf">releases</a> new transformation formats were added (including <span>PDF</span>!) as well as digital signature support and higher performance.</p>

<p>Today, COM is long gone and has been replaced by Java and J2<span>EE</span>. Some old features have been dropped but new ones have been added as well. Even still, while its implementation is vastly different the underlying architecture and core <span>capabilities</span> of the form server has largely remained the same.</p>

<p>My point here is that while <span>LiveCycle</span> does indeed have a chasm to cross the chasm itself keeps moving.  What makes a good technology great is its ability not only to cross the <span>chasm</span>-of-the-day but also manage to keep up with change. Technology is liquid and any great software must be able to mold and transform itself in order to meet the demands of technology. The form server has <span>proven</span> itself over the past seven years that its core architecture is able to keep up with the pace of changing technology in the enterprise and still deliver the same great results.</p>

<p>The form server technology that is now part of Adobe <span>LiveCycle</span> Forms has stood the test of time and will continue to be innovative well into the future.<br/>
</p>

<p><br/>
</p>

<p/><p/><!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/history" rel="tag">history</a>, <a href="http://technorati.com/tag/form" rel="tag">form</a>, <a href="http://technorati.com/tag/server" rel="tag">server</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>Hello Nation</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/formnation/2006/07/hello_nation.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt-atom.cgi/weblog/blog_id=79/entry_id=1366" title="Hello Nation" />
    <id>tag:blogs.adobe.com,2006:/formnation//79.1366</id>
    
    <published>2006-07-20T15:52:44Z</published>
    <updated>2006-07-20T16:36:51Z</updated>
    
    <summary>Welcome to Form Nation! As this is my first post as part of the Adobe blogging community I will provide you with the obligatory details on who I am and what I do. My name is Anthony Rumsey and I...</summary>
    <author>
        <name>Anthony Rumsey</name>
        
    </author>
            <category term="General" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/formnation/">
        <![CDATA[<p>Welcome to Form Nation!</p>

<p>As this is my first post as part of the Adobe blogging community I will provide you with the obligatory details on who I am and what I do.<br/>
</p>

<p>My name is Anthony Rumsey and I am a software developer at Adobe. I am currently busy developing new technology that integrates <a href="http://www.adobe.com/products/server/formserver/">Adobe Live Cycle Forms</a> and <a href="http://www.adobe.com/products/flex/">Adobe Flex</a>. Both of these products are extremely powerful on their own but when combined the possibilities will knock your socks off! Prior to entering the world of Flex I was one of the main developers on the Form Server product, which later became Live Cycle Forms.  I also dabbled in software verification when I first started at Adobe in 1998 fresh out of University.</p>

<p>That is me in a nutshell. As for this blog I plan to write mainly about Live Cycle Forms and Flex with particular attention being paid to their integration since they is where my experience lies. I am sure I will also throw in other topis periodically just to keep things interesting.</p>

<p>Let the quest begin!<br/>
</p>

<!-- technorati tags begin --><p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/forms" rel="tag">forms</a>, <a href="http://technorati.com/tag/flex" rel="tag">flex</a></p><!-- technorati tags end --><p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com" title="Flock" target="_new">Flock</a></p>]]>
        
    </content>
</entry>

</feed> 

