<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Joe Blaze's WebLog</title><subtitle type="html" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2006-09-11T16:41:00Z</updated><entry><title>Production VisualAPL Available: As of June 1, 2007 Beta and RC programs have ended</title><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2007/06/01/389.aspx" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2007/06/01/389.aspx</id><published>2007-06-02T04:35:00Z</published><updated>2007-06-02T04:35:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;18-Month Evaluation Period Ends: &lt;/STRONG&gt;The VisualAPL beta and RC programs have ended as of 06/01/2007, so that the complimentary access to the VisualAPL product available over the last 18 months has come to a close. Opening a VisualAPL solution or project with an obsolete VisualAPL Beta or RC version will cause Microsoft Visual Studio 2005 to close. Use of Visual Studio for other purposes is controlled by license agreements for the other available programming languages.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;Application software developers&lt;/STRONG&gt;&amp;nbsp;are encouraged to contact Doug Masto (&lt;A href="mailto:sales@aplnext.com"&gt;sales@aplnext.com&lt;/A&gt;) or Sonia Beekman (&lt;A href="mailto:sales@apl2000.com"&gt;sales@apl2000.com&lt;/A&gt;) to arrange for a production license of VisualAPL, so that your .Net application software development efforts can continue at a high level of productivity and profitability.&lt;/FONT&gt;&lt;/P&gt;&lt;FONT face=Arial&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;If you are new to the APL programming language&lt;/STRONG&gt; or have a specific new application system&amp;nbsp;to be developed which might be "showcased" as built with VisualAPL, contact us immediately to register for the VisualAPL Express version.The VisualAPL Express version has all the features of the production licensed version, is available at no cost and is designed for demonstration, evaluation and non-commercial use. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If you are a journalist or other product reviewer&lt;/STRONG&gt; and wish to evaluate the VisualAPL product, please contact us to register, so we may&amp;nbsp;provide you with access to our products as&amp;nbsp;fully-featured Express versions.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://www.visualapl.com/community/aggbug.aspx?PostID=389" width="1" height="1"&gt;</content><author><name>joe.blaze</name><uri>http://www.visualapl.com/community/members/joe.blaze.aspx</uri></author></entry><entry><title>Getting form field values from a pre-existing Microsoft Word document</title><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2007/03/31/374.aspx" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2007/03/31/374.aspx</id><published>2007-03-31T23:08:00Z</published><updated>2007-03-31T23:08:00Z</updated><content type="html">&lt;FONT face=Arial color=#008000 size=1&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;NOTES:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;(1)&amp;nbsp;&amp;nbsp;&amp;nbsp;In this blog-representation of my script, text like&amp;nbsp;&amp;lt;apl_char&amp;gt; is used because some APL characters are not properly represented by the fonts included in&amp;nbsp;the blog software.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;(2)&amp;nbsp;&amp;nbsp;&amp;nbsp;Using VSTO2005 is another way to read form fields. There are screen casts which illustrate using VSTO2005 to do virtually anything with&amp;nbsp;Microsoft Office.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;(3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;The appropriate versions of the Microsoft Office interops (.dlls) must be installed on the end user's machine for this script to operate properly.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;&lt;FONT color=#000000&gt;(4)&amp;nbsp;&amp;nbsp;&amp;nbsp;It is assumed that form fields have been inserted in the Microsoft Word document using the standard Word end-user application tools.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;// Script: MSWord_Read_FormFieldValues created on 3/31/2007 4:26:17 PM by Joe Blaze&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#0000ff size=1&gt;using&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt; System&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;refbyname&lt;/FONT&gt;&lt;FONT size=1&gt; Microsoft&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Office&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Interop&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Word&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;using&lt;/FONT&gt;&lt;FONT size=1&gt; Microsoft&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Office&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Interop&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;using&lt;/FONT&gt;&lt;FONT size=1&gt; Word=Microsoft&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Office&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Interop&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Word&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;using&lt;/FONT&gt;&lt;FONT size=1&gt; System&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Runtime&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;InteropServices &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;public&lt;/FONT&gt;&lt;FONT size=1&gt; ∇Z←GWFVs FNM&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;{&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=1&gt;&lt;FONT face=Arial&gt;// e.g. FNM = @"c:\myWordDoc.doc"&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;Z←0&amp;lt;reshape&amp;gt;⊂&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808000 size=1&gt;&lt;FONT face=Arial&gt;""&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;:IF&lt;/FONT&gt;&lt;FONT size=1&gt; &amp;lt;not&amp;gt;""&amp;lt;match&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;FNM&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;M=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#008080 size=1&gt;Type&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Missing&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;wordapp = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;new&lt;/FONT&gt;&lt;FONT size=1&gt; Word&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT color=#008080 size=1&gt;ApplicationClass&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;()&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;:IF&lt;/FONT&gt;&lt;FONT size=1&gt; &amp;lt;not&amp;gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt; == wordapp&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=1&gt;&lt;FONT face=Arial&gt;//If&amp;nbsp;you'd like to have something happening on the screen, include: wordapp.Visible=1&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;D = wordapp&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT color=#008080 size=1&gt;Documents&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Open(FNM,M,M,M,M,M,M,M,M,M,M,M,M,M,M,M)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;flds=wordapp&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;ActiveDocument&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT color=#008080 size=1&gt;FormFields&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;e=flds&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;GetEnumerator()&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff size=1&gt;:WHILE&lt;/FONT&gt;&lt;FONT size=1&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;true&lt;/FONT&gt;&lt;FONT size=1&gt;==e&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;MoveNext()&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;Z←Z,⊂e&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;Current&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Result&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial color=#008000&gt;//^ Z: The result of this function is a nested vector of text vectors containing the form field values from the document.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial color=#008000&gt;//^e.Current.Result = "MyText" can also be used to set the form field values if desired.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT face=Arial&gt;:ENDWHILE&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;OSC=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT face=Arial&gt;false&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial color=#008000&gt;//^OSC: false: Do not save current document when quitting Word&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;OF=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#008080 size=1&gt;Type&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Missing&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;RD=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#008080 size=1&gt;Type&lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Missing&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;X=wordapp&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#ff0000 size=1&gt;.&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT face=Arial&gt;Quit(OSC,OF,RD)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT face=Arial&gt;:ENDIF&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT face=Arial&gt;:ENDIF&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT face=Arial&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://www.visualapl.com/community/aggbug.aspx?PostID=374" width="1" height="1"&gt;</content><author><name>joe.blaze</name><uri>http://www.visualapl.com/community/members/joe.blaze.aspx</uri></author></entry><entry><title>Update to APLNext &amp;gt; How To Buy page</title><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/19/69.aspx" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/19/69.aspx</id><published>2006-09-19T07:37:00Z</published><updated>2006-09-19T07:37:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Arial&gt;Explanatory &lt;STRONG&gt;Client Access License (CAL) &lt;/STRONG&gt;and &lt;STRONG&gt;Support Incident&lt;/STRONG&gt; footnotes have been added to the How to Buy page. Please see &lt;/FONT&gt;&lt;A HREF="/howtobuy/Default.aspx"&gt;&lt;FONT face=Arial&gt;http://www.aplnext.com/howtobuy/Default.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt;&amp;nbsp;for details.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://www.visualapl.com/community/aggbug.aspx?PostID=69" width="1" height="1"&gt;</content><author><name>joe.blaze</name><uri>http://www.visualapl.com/community/members/joe.blaze.aspx</uri></author></entry><entry><title>APLNext Live Webcast Thursday 14, 2006 Invitation and Reminder</title><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/14/41.aspx" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/14/41.aspx</id><published>2006-09-14T06:16:00Z</published><updated>2006-09-14T06:16:00Z</updated><content type="html">&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hi APLNext Beta Program Participants,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;STRONG&gt;REMINDER AND INVITATION: LIVE WEBCAST THIS THURSDAY 09/14/2006&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Please join us for the next live webcast. Go to &lt;A HREF="/events/webcasts/519.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/events/webcasts/519.aspx&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;to&amp;nbsp;see the details.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;BENEFITS OF THE WEBCASTS:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;Every webcast is different, so you need to participate in all of them.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;The webcasts&amp;nbsp;are designed for application software developers like you.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;They provide&amp;nbsp;substantial content showing you how to build &lt;/FONT&gt;&lt;FONT face=Arial&gt;professional, .Net-compatible, managed-code application systems &lt;/FONT&gt;&lt;FONT face=Arial&gt;using&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;APLNext - The next generation of the APL language.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;By joining these web casts you will:&lt;BR&gt;+&amp;nbsp;Learn more about APLNext - The Language&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;+ Learn more about the MS VS2005 programming interface&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;+ Learn more about the MS .Net environment&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;+ Present&amp;nbsp;your issues to&amp;nbsp;the APLNext developers&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;+ Hear the APLNext developers discuss&amp;nbsp;the&amp;nbsp;comments of other APLNext web cast&amp;nbsp;participants&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;WEBCAST TECHNOLOGY:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;The webcasts integrate synchronous live audio and video of the APLNext developer's voices and screens.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;If you need a time zone converter, try: &lt;/FONT&gt;&lt;A&gt;&lt;FONT face=Arial&gt;http://www.timeanddate.com/worldclock/converter.html&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;Your comments, questions and feedback can be directed to us during the webcast via IM (instant messaging).&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;The supported IM service detail is posted at: &lt;A HREF="/events/webcasts/519.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/events/webcasts/519.aspx&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;FONT face=Arial&gt;The content of these web casts will be&amp;nbsp;recorded so that all&amp;nbsp;users of APLNext - The Language may benefit.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;WHAT YOU NEED TO PARTICIPATE IN THE WEBCASTS:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;To view the video and hear the audio&amp;nbsp;of the web cast you should have:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;(a)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;A high speed internet connection to your&amp;nbsp;computer&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;(b)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Microsoft Internet Explorer v5.5 or later or other compatible browser&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;(c)&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft Windows Media Player v6 or later&amp;nbsp;or other compatible media player&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;(d)&amp;nbsp;&amp;nbsp;&amp;nbsp; Speakers or a headphone attached to the sound&amp;nbsp;output of your PC&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;(e)&amp;nbsp;&amp;nbsp;&amp;nbsp; The IM client software and associated identity, if you want to make comments at the time of the live webcast&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;SEE THE FUTURE WEBCAST SCHEDULE HERE:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;To see the scheduled times and learn more about the webcasts content go to: &lt;/FONT&gt;&lt;A HREF="/events/webcasts/default.aspx"&gt;&lt;FONT face=Arial color=#0000ff&gt;http://www.aplnext.com/events/webcasts/default.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color=#0000ff&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;STRONG&gt;GET STARTED BUILDING A SYSTEM WITH APLNEXT SOON:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;We&amp;nbsp;encourage you download and install the latest version of APLNext - The Language (beta 9.5)&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;and use it to start building an application system project. This is&amp;nbsp;&lt;/FONT&gt;&lt;FONT face=Arial&gt;the best way to&amp;nbsp;learn about &lt;/FONT&gt;&lt;FONT face=Arial&gt;all the terrific features of&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;MS VS2005 and APLNext. Building an application system&amp;nbsp;&lt;/FONT&gt;&lt;FONT face=Arial&gt;will help you to formulate your questions to the APLNext staff.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;WANT TO DO YOUR OWN LIVE WEBCASTS?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;These webcasts are recorded, encoded and streamed with software available now from Microsoft, and virtually all of&amp;nbsp;it&amp;nbsp;is free!.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;If you would like to understand how this is done or would like to setup a live streaming webcast capability for your organization,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;please contact me at &lt;A&gt;joe.blaze@aplnext.com&lt;/A&gt; to set up a consulting session.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;NEW NEWS #1: DevConNext2006&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;Be sure to attend DevConNext2006 in Naples Florida this November 6-7, 2006.&lt;/DIV&gt;
&lt;DIV&gt;Go to&amp;nbsp;&lt;A HREF="/data/conf/devconnext2006_mon_tue.pdf"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/data/conf/devconnext2006_mon_tue.pdf&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;to see why you should attend this essential conference to&amp;nbsp;learn even more about APLNext&lt;/DIV&gt;
&lt;DIV&gt;Of special interest is the keynote speaker from Microsoft presenting&amp;nbsp;the Windows Genuine Advantage program and api.&lt;/DIV&gt;
&lt;DIV&gt;See &lt;A HREF="/community/blogs/devconnext2006/archive/2006/09/13/39.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/community/blogs/devconnext2006/archive/2006/09/13/39.aspx&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;for details of this keynote presentation.&lt;/DIV&gt;
&lt;DIV&gt;DevConNext2006 is being held in conjunction with the APL2000 conference, so there is a double benefit in attending the conference.&lt;/DIV&gt;
&lt;DIV&gt;To register go to &lt;A HREF="/events/devconnext2006/default.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/events/devconnext2006/default.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color=#0000ff&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;NEW NEWS #2:&amp;nbsp;APLNext Leadership Team Blogs&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;When you send us your questions, we can now answer you and others who have the&amp;nbsp;same query.&lt;/DIV&gt;
&lt;DIV&gt;See our blogs at&amp;nbsp;&lt;A HREF="/community/blogs/default.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/community/blogs/default.aspx&lt;/FONT&gt;&lt;/A&gt; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;OLD NEWS BUT STILL INTERESTING: Previously Recorded WebCasts are available on line&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;More previously recorded webcasts are now available on-line at &lt;A HREF="/community/blogs/aplnext_screencasts/default.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.aplnext.com/community/blogs/aplnext_screencasts/default.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;View these webcasts at your&amp;nbsp;own speed&amp;nbsp;while you follow along with the presenters using&amp;nbsp;your own&amp;nbsp;copy of&amp;nbsp;APLNext beta.&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;THANKS:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;I hope that you are enjoying&amp;nbsp;the APLNext experience.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;The APLNext staff&amp;nbsp;values your efforts and looks forward to your input.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;Joe Blaze&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img src="http://www.visualapl.com/community/aggbug.aspx?PostID=41" width="1" height="1"&gt;</content><author><name>joe.blaze</name><uri>http://www.visualapl.com/community/members/joe.blaze.aspx</uri></author></entry><entry><title>APLNext - The Language: APL Component File System</title><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/11/32.aspx" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/11/32.aspx</id><published>2006-09-11T23:10:00Z</published><updated>2006-09-11T23:10:00Z</updated><content type="html">&lt;DIV&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;APLNext - The Language: APL Component File System:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;To learn about the&amp;nbsp;APLNext&amp;nbsp;component file system: &lt;/FONT&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Go to &lt;A HREF="/library/aplnext/visual_aplnext.htm"&gt;http://www.aplnext.com/library/aplnext/visual_aplnext.htm&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Click the 'Contents' button on the upper left.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Open the&amp;nbsp;branch for 'Component file access'.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Be sure to check the 'File in File Library' branch for a summary of some of the&amp;nbsp;unique&amp;nbsp;features of the APLNext&amp;nbsp;component file system.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;The APLNext&amp;nbsp;component file system is different&amp;nbsp;from legacy APL component file systems, such as the APL+Win colossal component file system (implemented in APL+Win v5.2). Depending on APLNext subscriber interest,&amp;nbsp;APLNext may&amp;nbsp;be enhanced to include a .Net assembly to access&amp;nbsp;the legacy APL+Win colossal&amp;nbsp;component file format.&lt;/FONT&gt;&lt;/DIV&gt;&lt;img src="http://www.visualapl.com/community/aggbug.aspx?PostID=32" width="1" height="1"&gt;</content><author><name>joe.blaze</name><uri>http://www.visualapl.com/community/members/joe.blaze.aspx</uri></author></entry><entry><title>Customer Registation for the ALPNext.com website?</title><link rel="alternate" type="text/html" href="http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/11/31.aspx" /><id>http://www.visualapl.com/community/blogs/joe_blazes_weblog/archive/2006/09/11/31.aspx</id><published>2006-09-11T22:41:00Z</published><updated>2006-09-11T22:41:00Z</updated><content type="html">&lt;DIV&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Customer Registation&amp;nbsp;for the ALPNext.com website?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;The APLNext.com website includes public and proprietary content.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Virtually all content is public except for the download of software, the issue tracker and posting of comments in the forums.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Registered subscribers to APLNext products receive access to the proprietary content.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;The current subscription options for APLNext products may be viewed here: &lt;A HREF="/howtobuy/default.aspx"&gt;http://www.aplnext.com/howtobuy/default.aspx&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;As of 09/01/2006&amp;nbsp;since APLNext - The Language is in the 'beta' stage of development, interested potential customers may sign-up for the free APLNext beta program. &lt;/FONT&gt;&lt;FONT size=2&gt;Membership in this program provides participants with access to the proprietary content of the APLNext.com website for the period prior to the first production release of APLNext - The Language. &lt;/FONT&gt;&lt;FONT size=2&gt;To request membership in the APLNext beta program, contact &lt;A href="mailto:diane.quarles@aplnext.com"&gt;diane.quarles@aplnext.com&lt;/A&gt;&amp;nbsp; with your request to participate.&lt;/FONT&gt;&lt;/DIV&gt;&lt;img src="http://www.visualapl.com/community/aggbug.aspx?PostID=31" width="1" height="1"&gt;</content><author><name>joe.blaze</name><uri>http://www.visualapl.com/community/members/joe.blaze.aspx</uri></author></entry></feed>