<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Steve Tibbett&#039;s Interactive Statements</title>
	<atom:link href="http://blogs.adobe.com/stevex/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/stevex</link>
	<description>Just another Adobe Blogs site</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:29:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Welcome Back</title>
		<link>http://blogs.adobe.com/stevex/2010/07/welcome-back.html</link>
		<comments>http://blogs.adobe.com/stevex/2010/07/welcome-back.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:29:25 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[iStatements]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/?p=23</guid>
		<description><![CDATA[I&#8217;m actually welcoming myself back &#8211; I haven&#8217;t posted here in almost a year.  Back when I did post, I was working on LiveCycle Designer.  We shipped LiveCycle Designer ES2, which included the awesome Actions feature, and I did a &#8230; <a href="http://blogs.adobe.com/stevex/2010/07/welcome-back.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m actually welcoming myself back &#8211; I haven&#8217;t posted here in almost a year.  Back when I did post, I was working on LiveCycle Designer.  We shipped LiveCycle Designer ES2, which included the awesome Actions feature, and I did a series of posts on it.</p>
<p>Since then, I&#8217;ve moved to another team, working on <a href="http://www.adobe.com/financial/solutions/istatements/">iStatements</a>.</p>
<p>That link includes a video, which I just saw for the first time.  I don&#8217;t know how long it&#8217;s been there but it&#8217;s pretty good.  If you&#8217;re not familiar with eStatements (electronic statements) and iStatements (interactive statements), have a look.</p>
<p>The challenge of iStatements is to help companies provide a better statement experience than receiving statements in the mail (as paper), or receiving an email which contains a non-interactive PDF.  The reason companies want to provide this better experience is to help move customers off of paper statements.</p>
<p>I&#8217;ve moved every one of my own bills (the ones I can anyway) can over to paperless billing.  Every company I do business with does it differently.  Some email me plain HTML bills, some email me a link to a bill on the website, and some use a common aggregator service (ePost in my case, since I&#8217;m in Canada) and let the aggregator take care of notification.</p>
<p>Some experiences are better than others, but for me, they&#8217;re all preferable to paper.  But there&#8217;s still so much room for improvement.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2010/07/welcome-back.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Builder, Part 3: Results</title>
		<link>http://blogs.adobe.com/stevex/2009/08/action_builder_part_3_results_1.html</link>
		<comments>http://blogs.adobe.com/stevex/2009/08/action_builder_part_3_results_1.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:54:07 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2009/08/action_builder_part_3_results_1.html</guid>
		<description><![CDATA[Now that we&#8217;ve covered the basics of Action Builder and Conditions, lets take a look at Results. Once all the conditions of for an Action have been met, all the Results are processed, one after the other in the order &#8230; <a href="http://blogs.adobe.com/stevex/2009/08/action_builder_part_3_results_1.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
Now that we&#8217;ve covered the basics of Action Builder and Conditions, lets take a look at Results.
</p>
<p>
Once all the conditions of for an Action have been met, all the Results are processed, one after the other in the order they are specified.  We&#8217;ve tried to add Result types that cover a lot of the script we see in forms, and a lot of the questions we see posted to places like the <a href="http://forums.adobe.com/community/livecycle/livecycle_es/livecycle_designer_es">LiveCycle Designer ES</a> forum.
</p>
<p>
Here is a list of the Results currently available:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908251412.jpg" height="272" width="205" border="1" hspace="4" vspace="4" alt="200908251412" />
</p>
<p>
Many of these are self-explanatory, but a couple warrant a deeper look.
</p>
<p>
<strong>Set the Value of a Field<br />
<br /></strong><br />
<br />You can use this result to set a field to a particular value, or, for some types of fields, to special values.  When you choose this result row type, you&#8217;re prompted to select an object.  The options you get for the value you can assign are based on the type of object, and some of them are particularly useful.
</p>
<p>
When setting the value of a Numeric field, you can specify a numeric value, but you can also specify that you want the value set to the current page number, or the number of pages in the form.  When setting a Date/Time field, you can specify a particular date, or you can specify that you want it set to today&#8217;s date.
</p>
<p>
For a Drop-Down List with values specified, you&#8217;re able to select the value from a list:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908251420.jpg" height="79" width="622" border="1" hspace="4" vspace="4" alt="200908251420" />
</p>
<p>
<strong>Call a Script Object Function<br />
<br /></strong><br />
<br />This is a great way to extend what&#8217;s possible with Actions without having to write script.  A developer can supply a script object that can be dropped into a form, and then called using the Call a Script Object result.
</p>
<p>
So let&#8217;s say I have a Script Object that translates English text into Pig Latin.  I want to make it easy for any form designer to use this script.  What do I do?
</p>
<p>
Make it a Script Fragment.  A user can then drag that script fragment into the hierarchy to add it to the form, and reference it from an Action.
</p>
<p>
Here&#8217;s what the Result row looks like for a call into a function called fTranslate in a script object called MyUsefulScripts:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908251442.jpg" height="86" width="621" border="1" hspace="4" vspace="4" alt="200908251442" />
</p>
<p>
The parameters you type in here are passed through to the function verbatim.   The result can either be ignored, or assigned to a field.  In this case we&#8217;re taking the result and assigning it to a text field.
</p>
<p>
The end result?
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908251439.jpg" height="176" width="347" border="1" hspace="4" vspace="4" alt="200908251439" />
</p>
<p>
Without the form designer having to write any script by hand, they can use the script in the Script Object to translate text into pig latin.
</p>
<p>
Note to self, find more compelling demo&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2009/08/action_builder_part_3_results_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Builder, Part 2: Conditions</title>
		<link>http://blogs.adobe.com/stevex/2009/08/action_builder_part_2_conditio.html</link>
		<comments>http://blogs.adobe.com/stevex/2009/08/action_builder_part_2_conditio.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:17:27 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Actions]]></category>
		<category><![CDATA[Designer]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2009/08/action_builder_part_2_conditio.html</guid>
		<description><![CDATA[As we discovered in Part 1, an Action is a list of Conditions, and a list of Results. Lets take a look at the Conditions. What choice are available in a particular condition row depends on the type of object &#8230; <a href="http://blogs.adobe.com/stevex/2009/08/action_builder_part_2_conditio.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
As we discovered in Part 1, an Action is a list of Conditions, and a list of Results.  Lets take a look at the Conditions.  What choice are available in a particular condition row depends on the type of object you selected.  A new, empty condition row just asks you to pick a node:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071315.jpg" height="54" width="612" border="1" hspace="4" vspace="4" alt="200908071315" />
</p>
<p>
Click on &#8220;(object)&#8221; and a dialog appears with a list of all the nodes in the form that support conditions:</p>
<p><img src="http://blogs.adobe.com/stevex/200908071316.jpg" height="348" width="361" border="1" hspace="4" vspace="4" alt="200908071316" />
</p>
<p>
We saw previously that if you choose a button, you don&#8217;t get any further choices:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071317.jpg" height="55" width="614" border="1" hspace="4" vspace="4" alt="200908071317" />
</p>
<p>
But let&#8217;s choose the Decimal Field:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071319.jpg" height="63" width="614" border="1" hspace="4" vspace="4" alt="200908071319" />
</p>
<p>
Ah, more options.  The condition and result rows are designed to read somewhat naturally, so although the spacing is a bit weird, it reads understandably.
</p>
<p>
Note that once you pick an object type for a condition row, the type is set &#8211; if you click on &#8220;DecimalField1&#8243;, the object picker window will only show you other decimal fields.  If you want to start over with an empty row, hit the red minus button at the right of the row.
</p>
<p>
Here&#8217;s the complete list of conditions for a decimal field:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071321.jpg" height="182" width="162" border="1" hspace="4" vspace="4" alt="200908071321" />
</p>
<p>
Some of these are more obvious than others, and the mapping from Actions to the XFA scripting events that exists under the hood is intentionally blurred a bit.  For example, &#8220;is initialized&#8221; is pretty obviously related to the &#8220;initialize&#8221; event for fields, but what event does &#8220;is not&#8221; map to?  That&#8217;s where Actions starts to get interesting.
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071324.jpg" height="153" width="627" border="1" hspace="4" vspace="4" alt="200908071324" />
</p>
<p>
This set of conditions will fire when the value entered into the field is &gt;= 10 and &lt;= 20.  These two condition rows wind up generating a single line of script in a single event &#8211; DecimalField1&#8242;s change event.   With Action Builder, you express your intentions and Action Builder figures out what code to write and where to put it.
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071327.jpg" height="150" width="628" border="1" hspace="4" vspace="4" alt="200908071327" />
</p>
<p>
This time the two condition rows each reference a different object: TextField1 and TextField2.  This results in script being generated in the <strong>exit</strong> event of both TextField1 and TextField2.
</p>
<p>
But some conditions can&#8217;t be checked with an &#8220;and&#8221; relationship.  For example it doesn&#8217;t make any sense to say &#8220;When Button1 is clicked AND when Button2 is clicked&#8221;, because you can&#8217;t click two buttons at the exact same time.  If you try to create an Action that we can&#8217;t generate script for, we will try to tell you why:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071331.jpg" height="176" width="625" border="1" hspace="4" vspace="4" alt="200908071331" />
</p>
<p>
Stephanie is going to talk more about trigger conditions and state conditions over on the <a href="http://blogs.adobe.com/lcdesigner/">LiveCycle Designer Exposed</a> blog, so make sure you&#8217;re subscribed to that as well if you&#8217;re interested in this ongoing Action Builder saga.   One last screenshot:
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200908071334.jpg" height="202" width="626" border="1" hspace="4" vspace="4" alt="200908071334" />
</p>
<p>
Next time, we&#8217;ll talk about results.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2009/08/action_builder_part_2_conditio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Builder, Part 1</title>
		<link>http://blogs.adobe.com/stevex/2009/07/action_builder_part_1.html</link>
		<comments>http://blogs.adobe.com/stevex/2009/07/action_builder_part_1.html#comments</comments>
		<pubDate>Fri, 31 Jul 2009 07:12:36 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2009/07/action_builder_part_1.html</guid>
		<description><![CDATA[What is Action Builder? Action Builder is a new feature coming in the next version of LiveCycle Designer, the LiveCycle form design tool. Action Builder is a tool for building interactivity into dynamic forms that doesn’t require you to write &#8230; <a href="http://blogs.adobe.com/stevex/2009/07/action_builder_part_1.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
<span style="font-family:Cambria">What is Action Builder?  Action Builder is a new feature <a href="http://blogs.adobe.com/stevex/2009/07/new-features-in-livecycle-desi.html">coming</a> in the next version of LiveCycle Designer, the LiveCycle form design tool.  Action Builder is a tool for building interactivity into dynamic forms that doesn’t require you to write script.</p>
<p>Building interactive forms is nothing new, but it wasn’t an easy task.  Most common forms of interactivity required that you write script either in FormCalc or JavaScript.  Action Builder writes and maintains this script for you.</p>
<p>Let’s take a look at the UI.</span>
</p>
<p>
<a href="http://blogs.adobe.com/stevex/ActionsDialogSimple-1.png"><img src="http://blogs.adobe.com/stevex/ActionsDialogSimple-1-tm.jpg" height="254" width="567" border="1" hspace="4" vspace="4" alt="Actionsdialogsimple-1" /></a><br />
<br /><span style="font-family:Cambria"><br />
<br />On the left side is a list of all the Actions defined in your form, and on the right is a list of the Conditions and Results that make up the selected Action.  Each Action can have multiple conditions (which can be combined in various ways &#8211; more on this in a future post), and can have multiple results.</p>
<p>A new condition row starts out asking you to choose an object that the condition will be based on:</span>
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200907310717.jpg" height="83" width="627" border="1" hspace="4" vspace="4" alt="200907310717" />
</p>
<p>
<span style="font-family:Cambria">Most objects have conditions available.   Once you choose one, you’re given the conditions available for that object:</span>
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200907310718-1.jpg" height="82" width="625" border="1" hspace="4" vspace="4" alt="200907310718-1" />
</p>
<p>
<span style="font-family:Cambria">I picked a button, which only has one condition (“is clicked”) so there aren’t any options to choose.  The conditions for this Action will be met when the button is clicked, and when the conditions are met, all of the results defined for the Action execute, in the order they are listed.</p>
<p>When you create a new Result row, you&#8217;re prompted to choose the type of result you want this row to be:</span>
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200907310719.jpg" height="84" width="621" border="1" hspace="4" vspace="4" alt="200907310719" />
</p>
<p>
<span style="font-family:Cambria">I’ll choose “Go to a Web Page”, and the row changes into the parameters for that result:</span>
</p>
<p>
<img src="http://blogs.adobe.com/stevex/200907310720.jpg" height="93" width="624" border="1" hspace="4" vspace="4" alt="200907310720" />
</p>
<p>
<span style="font-family:Cambria">The completed Action is given the automatically generated name “Button1.click”, which you can rename.  This new action will launch a web page when I click a button on my form.</span>
</p>
<p>
<a href="http://blogs.adobe.com/stevex/200907310721.jpg"><img src="http://blogs.adobe.com/stevex/200907310721-tm.jpg" height="279" width="622" border="1" hspace="4" vspace="4" alt="200907310721" /></a>
</p>
<p style="font-family:Cambria">
Not exactly rocket science, but even this simple activity required writing script in earlier versions of Designer.
</p>
<p style="font-family:Cambria">
Action Builder is designed to be flexible enough that even if we didn’t specifically think of something you might want to do with it, there’s still a pretty good chance it’s possible.  We’re looking forward to seeing what you build with it – and what you wish you could build with it, so we can extend it in future versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2009/07/action_builder_part_1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Features in LiveCycle Designer</title>
		<link>http://blogs.adobe.com/stevex/2009/07/new_features_in_livecycle_desi.html</link>
		<comments>http://blogs.adobe.com/stevex/2009/07/new_features_in_livecycle_desi.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:59:19 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Designer]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2009/07/new_features_in_livecycle_desi.html</guid>
		<description><![CDATA[Now that the next version of LiveCycle ES is in beta (some info here and you can join here), we can start talking about some of the new features that we&#8217;re planning to deliver in LiveCycle Designer, the form design &#8230; <a href="http://blogs.adobe.com/stevex/2009/07/new_features_in_livecycle_desi.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Now that the next version of LiveCycle ES is in beta (some info <a href="http://gregsramblings.com/2009/07/14/adobe-livecycle-es-beta-now-available/">here</a> and you can join <a href="https://prerelease.adobe.com/callout/default.html?callid=1B618CFC5C9A43E3BA8C791FB4EF3291">here</a>), we can start talking about some of the new features that we&#8217;re planning to deliver in LiveCycle Designer, the form design tool that&#8217;s part of LiveCycle.  We&#8217;ve been working on a lot of interesting things.</p>
<p>One of the themes of this version is <b>form simplification</b>.  By simplification I don&#8217;t mean making simpler forms &#8211; I mean making it easier to make complex forms.  Reducing the amount of script you have to write, for example, while giving you even richer ways to validate data and show validation problems, and build interaction into your forms.</p>
<p>Validations in particular can account for hundreds or even thousands of lines of JavaScript code in complex forms, but with the new Designer, much of this script is no longer necessary!</p>
<p>And let&#8217;s say you wanted a form that had an optional section, with a checkbox that would show or hide that section.  In Designer 8.2, this required writing script.  Now?  A few clicks and you&#8217;re done.  We&#8217;ve built a way for you to write script for the most common types of form interactions that we see in dynamic forms, without having to write script.</p>
<p>It&#8217;s called <b>Actions</b>, and there&#8217;s a sneak preview over at <a href="http://www.markszulc.com/blog/2009/07/15/whats-coming-in-the-next-livecycle-designer/">Mark Szulc&#8217;s blog</a>.</p>
<p>Between now and when the new Designer is released, you&#8217;ll see some members of the team posting about new features.  It&#8217;s great to be able to talk about them and I hope you find them useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2009/07/new_features_in_livecycle_desi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveCycle Workbench ES Demo</title>
		<link>http://blogs.adobe.com/stevex/2007/08/livecycle_workbench_es_demo.html</link>
		<comments>http://blogs.adobe.com/stevex/2007/08/livecycle_workbench_es_demo.html#comments</comments>
		<pubDate>Thu, 23 Aug 2007 11:33:08 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2007/08/livecycle_workbench_es_demo.html</guid>
		<description><![CDATA[Over on the Adobe LiveCycle Developer Center, there&#8217;s a short video tutorial I recorded on what it&#8217;s like using LiveCycle Designer in Workbench. It&#8217;s not a tutorial so much as it is a quick tour, but if you&#8217;re curious about &#8230; <a href="http://blogs.adobe.com/stevex/2007/08/livecycle_workbench_es_demo.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Over on the <a href="http://www.adobe.com/devnet/livecycle/">Adobe LiveCycle Developer Center</a>, there&#8217;s a short video tutorial I recorded on what it&#8217;s like <a href="http://www.adobe.com/devnet/livecycle/articles/workbench_tutorial.html">using LiveCycle Designer in Workbench</a>.
<p>It&#8217;s not a tutorial so much as it is a quick tour, but if you&#8217;re curious about LiveCycle, Designer, Workbench and how they interact, have a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2007/08/livecycle_workbench_es_demo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP POST Update</title>
		<link>http://blogs.adobe.com/stevex/2007/06/http_post_update.html</link>
		<comments>http://blogs.adobe.com/stevex/2007/06/http_post_update.html#comments</comments>
		<pubDate>Wed, 20 Jun 2007 12:00:28 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2007/06/http_post_update.html</guid>
		<description><![CDATA[I haven&#8217;t posted in a little while, but I&#8217;m going to try to get back into it.&#160;Famous last words, I know, but I&#8217;ll start with a post with some real content in it. Quite a few people have commented on &#8230; <a href="http://blogs.adobe.com/stevex/2007/06/http_post_update.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I haven&#8217;t posted in a little while, but I&#8217;m going to try to get back into it.&#160;Famous last words, I know, but I&#8217;ll start with a post with some real content in it. </p>
<p>Quite a few people have commented on an entry I <a href="http://blogs.adobe.com/stevex/2006/05/http_submit.html">posted</a> back over a year ago, where I talk about the data format that&#8217;s POSTed from a form to an HTTP server.&#160; The data format is supposed to look something like this: </p>
<p> <tt>TextField1=test1&amp;TextField2=test2&amp;RichTextField=&amp;ListBox1=&amp;RadioButtonList= </tt></p>
<p>However, some of you said that you were getting data that looked like this:</p>
<p> <tt>TextField1=test1TextField2=test2RichTextField=ListBox1=RadioButtonList= </tt></p>
<p>This was actually a bug in Acrobat 8.0, and is fixed in the 8.1 update.&#160;If you&#8217;re running Acrobat 8.0, allow the Adobe Updater to install Acrobat 8.1 and you&#8217;ll get the data in the correct format.</p>
<p> <BR /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2007/06/http_post_update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveCycle Designer 8</title>
		<link>http://blogs.adobe.com/stevex/2006/09/livecycle_designer_8.html</link>
		<comments>http://blogs.adobe.com/stevex/2006/09/livecycle_designer_8.html#comments</comments>
		<pubDate>Mon, 18 Sep 2006 11:37:30 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2006/09/livecycle_designer_8.html</guid>
		<description><![CDATA[Acrobat 8 has been announced, and we&#8217;re in the Acrobat 8 Professional box so we share a little bit of that spotlight. There&#8217;s a lot to talk about with version 8.&#160; One of the big new features is a new &#8230; <a href="http://blogs.adobe.com/stevex/2006/09/livecycle_designer_8.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Acrobat 8 has been <a href="http://www.adobe.com/products/acrobat">announced</a>, and we&#8217;re in the <a href="http://www.adobe.com/products/acrobatpro/">Acrobat 8 Professional</a> box so we share a little bit of that spotlight.</p>
<p>There&#8217;s a lot to talk about with version 8.&nbsp; One of the big new features is a new type of form designed for users who need to take an existing form (either scanned or generated in some other program) and make it an interactive, fillable form while preserving the exact look of the original form.&nbsp; Just what you&#8217;d expect from PDF.&nbsp; We&#8217;ll be talking about this more once more infomation on the product has been released.</p>
<p>On a related note, it&#8217;s great to see Breeze getting the spotlight through it&#8217;s rebranding as <a href="http://www.adobe.com/products/acrobatconnect/">Acrobat Connect</a>.&nbsp; Breeze is the best collaboration tool I&#8217;ve used.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2006/09/livecycle_designer_8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAX</title>
		<link>http://blogs.adobe.com/stevex/2006/09/max.html</link>
		<comments>http://blogs.adobe.com/stevex/2006/09/max.html#comments</comments>
		<pubDate>Thu, 14 Sep 2006 11:15:28 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2006/09/max.html</guid>
		<description><![CDATA[I&#8217;m not going to&#160;MAX this year.&#160; I went last year, though, and had a great time.&#160; Last year&#8217;s MAX experience for me was mostly about discovering that the Flash player has become a serious virtual machine and runtime for even &#8230; <a href="http://blogs.adobe.com/stevex/2006/09/max.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not going to&nbsp;<a href="http://www.adobe.com/events/max/">MAX</a> this year.&nbsp; I went last year, though, and had a great time.&nbsp;</p>
<p>Last year&#8217;s MAX experience for me was mostly about discovering that the Flash player has become a serious virtual machine and runtime for even CPU-intensive applications, thanks to its ability to compile ActionScript down to native code.&nbsp; There&#8217;s even a <a href="https://mirror1.cvsdude.com/trac/osflash/fc64/">Commodore 64 emulator for Flash Player 9</a>.&nbsp; </p>
<p>And it was about discovering <a href="http://www.adobe.com/products/flex/productinfo/overview/">Flex</a>&nbsp;and <a href="http://www.adobe.com/products/flex/flexbuilder/">Flex Builder</a>, the <a href="http://www.eclipse.org/">Eclipse</a>-based IDE that you use to build Flex apps.&nbsp; I had no experience with Flex before MAX; now it&#8217;s near the top of my &#8220;things to dive into more deeply&#8221; list.</p>
<p>Last year, MAX happened just before the Adobe / Macromedia merger was finalized, so there wasn&#8217;t any official Adobe sessions; this year, MAX has a track for <a href="http://www.adobe.com/events/max/agenda/by_track.html#livecycle">Adobe LiveCycle Technologies</a>.</p>
<p>This year Flash and Flex folks will have the opportunity to discover LiveCycle the way we LiveCycle folks had the opportunity last year to discover Flash and Flex.</p>
<p>If you&#8217;re in that boat, don&#8217;t miss Matt Butler&#8217;s session on <a href="http://www.adobe.com/events/max/sessions/lt201s.html">Adobe&#8217;s Core LiveCycle Architecture and Hands On Deployment</a>, and Sanga Viswanathan&#8217;s session, <a href="http://www.adobe.com/events/max/sessions/lt203w.html">LiveCycle 8: What&#8217;s Coming</a>.&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2006/09/max.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Acrobat Typewriter Tool</title>
		<link>http://blogs.adobe.com/stevex/2006/09/acrobat_typewriter_tool.html</link>
		<comments>http://blogs.adobe.com/stevex/2006/09/acrobat_typewriter_tool.html#comments</comments>
		<pubDate>Sun, 03 Sep 2006 10:45:18 +0000</pubDate>
		<dc:creator>Steve Tibbett</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/stevex/2006/09/acrobat_typewriter_tool.html</guid>
		<description><![CDATA[Working for Adobe, I have access to Adobe software. Acrobat is a tool I don&#8217;t think I would have considered buying before starting with Adobe, but after using it for the last two years, I can say it&#8217;s right up &#8230; <a href="http://blogs.adobe.com/stevex/2006/09/acrobat_typewriter_tool.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Working for Adobe, I have access to Adobe software.  Acrobat is a tool I don&#8217;t think I would have considered buying before starting with Adobe, but after using it for the last two years, I can say it&#8217;s right up there with Microsoft Office as one of the things I&#8217;d have to have on a new computer.</p>
<p>I was reminded of this just recently, when I was filling out the Tarion 30 day warranty form for my new house.</p>
<p>I received a paper copy of this form as part of the huge stack of documents I got when the house sale closed, but after compiling a list of ~30 items, I just didn&#8217;t feel like writing it all out.  That&#8217;s where Acrobat comes in.</p>
<p>Fillable forms come in two flavours:  XFA and Acroform.  Acroform forms are forms where you&#8217;ve placed the input fields on the form using Acrobat itself; XFA forms are forms created using the Form Designer tool.</p>
<p>I found the forms online, but they&#8217;re not fillable.  This is pretty common &#8211; form authors create forms using something like Illustrator or InDesign, and then create a PDF from that and just post it online, rather than taking the extra step of importing that into Form Designer and adding fields.</p>
<p>But Acrobat has a feature that&#8217;s designed for this specific problem:  The Typewriter Tool.</p>
<p>I loaded up the Tarion form, got out my handy typewriter, and filled out the form.  Printed it, signed it, and faxed it off.</p>
<p>The nice thing about doing it this way is that as I was filling out the form, quite a few times I had to go back and edit something; if I was filling it out on paper, that would have been impossible.  I could have filled out a draft on paper and then copied it to the real form, but that&#8217;s just more work.</p>
<p>What would the next best thing have been?  Loading a bitmap of the form into PhotoShop and filling it out there, I guess &#8211; doable, but not nearly as easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/stevex/2006/09/acrobat_typewriter_tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
