<?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>Mobilemind &#187; AICC</title>
	<atom:link href="http://mobilemind.net/tags/aicc/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilemind.net</link>
	<description>Thoughts on mobile computing and elearning</description>
	<lastBuildDate>Mon, 31 Oct 2011 02:00:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Another vendor adds PENS support- OutStart</title>
		<link>http://mobilemind.net/2006/09/another-vendor-adds-pens-support-outstart/</link>
		<comments>http://mobilemind.net/2006/09/another-vendor-adds-pens-support-outstart/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 15:49:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[AICC]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[PENS]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=651</guid>
		<description><![CDATA[Businesswire shows that OutStart Announces PENS Support. I&#8217;ll update the link to point to the OutStart site, as soon as it is available there. Great to have another vendor on-board, and I look forward to seeing their implementation working with &#8230; <a href="http://mobilemind.net/2006/09/another-vendor-adds-pens-support-outstart/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Businesswire shows that <a href="http://www.outstart.com/news/press_PENS_support.htm" title="Press release- OutStart Announces PENS Support">OutStart Announces PENS Support</a>. I&#8217;ll update the link to point to the <a href="http://www.outstart.com/portal/index.jsp" tite="OuStart website">OutStart</a> site, as soon as it is available there.
<p>Great to have another vendor on-board, and I look forward to seeing their implementation working with others at the plugfest that starts tomorrow. The interoperability labs run Tuesday afternoon, with vendor presentations the following morning on Wednesday. I&#8217;ll post a wrap-up on Wednesday night to document how things went.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/09/another-vendor-adds-pens-support-outstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AICC PENS Plugfest in Vancouver</title>
		<link>http://mobilemind.net/2006/09/aicc-pens-plugfest-in-vancouver/</link>
		<comments>http://mobilemind.net/2006/09/aicc-pens-plugfest-in-vancouver/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 16:26:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[AICC]]></category>
		<category><![CDATA[PENS]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=649</guid>
		<description><![CDATA[I&#8217;ve been busy preparing for the AICC Meetings and PENS Plugfest happening next week. For starters, I added SSL support to the hosted version of the PENS test tools that I offer online (sample HTML form here, and PHP-based PENS &#8230; <a href="http://mobilemind.net/2006/09/aicc-pens-plugfest-in-vancouver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy preparing for the AICC Meetings and <a href="http://www.aicc.org/pages/press-release-39.htm" title="AICC Announces PENS Plugfest">PENS Plugfest </a>happening next week. For starters, I added SSL support to the <i>hosted</i> version of the PENS test tools  that I offer online (sample HTML form <a href="http://pens.lmstesting.com/test/pens-test.html" title="PENS HTML Test Harness">here</a>, and PHP-based PENS command validator <a href="http://pens.lmstesting.com/test/collect.php" title="Validate (send) a PENS command to this URL">here</a> or <a href="https://www.lmstesting.com/pens/test/collect.php" title="Validate (send) a PENS command to this SSL URL">SSL here</a>). This change has <i>not</i> been integrated to the official release yet. The official release is always available from <a href="http://www.aicc.org/pages/pens_sample.html" title="Download PENS Sample">AICC PENS Interoperability Validation Suite</a>.
<p>I&#8217;m wondering what experiences others have had with content-LMS integration issues, and how we can head-off these issues for both implementers and users. With past specs, I&#8217;ve noticed that ambiguities about the format of data elements could be an issue, as could the presence/absence of optional elements. Based on this, the validator checks for the presence of all required elements <i>and</i> the absence of unknown extraneous elements. The PENS validator also applies a regular expression against each element to check formatting, and where possible the regular expression is drawn directly from the underlying RFC or IETF recommendation.</p>
<p>Another area of headaches was code that depended on URLs to literally start with &quot;http://&quot; URLs and then suddenly broke when someone used a content launch URL or a LMS tracking URL that used SSL (&quot;http<u>s</u>://&quot;). A similar issue is code that either <i>depends</i> on the URL having a trailing &quot;/&quot; or <i>breaks</i> in the absence of a trailing &quot;/&quot;.  To test those cases, I&#8217;ve hosted the PENS validator at URLs like <tt>http://pens.lmstesting.com/test/index.php</tt> which <i>should</i> still work when one sends a PENS collect command to <tt>http://pens.lmstesting.com/test/</tt>. As a beta user, I tested the <a href="http://www.adobe.com/products/captivate/" title="Captivate 2 product info">Captivate 2</a> implementation of PENS against both those cases. Soon, I&#8217;ll go back and test with content published to an SSL URL and with a PENS server hosted behind SSL.
<p>Are there other specification implementation &quot;gotchas&quot; that we should look for in the test tools? Things to watch for next week when the vendors gather for the Plugfest? If so, please let me know here, without ranting too much on specific products. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/09/aicc-pens-plugfest-in-vancouver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AICC Certifications for Oracle and Saba &#8211; They Do Care</title>
		<link>http://mobilemind.net/2006/09/aicc-certifications-for-oracle-and-saba-they-do-care/</link>
		<comments>http://mobilemind.net/2006/09/aicc-certifications-for-oracle-and-saba-they-do-care/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 05:33:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[AICC]]></category>
		<category><![CDATA[LMS]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=648</guid>
		<description><![CDATA[Congratulations to Oracle for achieving AICC certification of Peoplesoft Enterprise Learning Management 9.0. Likewise,, kudos to Saba for achieving AICC certification of Saba Enterprise Learning Suite Version 5 on September 6, 2006. Back in the Spring of 2006 I questioned &#8230; <a href="http://mobilemind.net/2006/09/aicc-certifications-for-oracle-and-saba-they-do-care/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Oracle for achieving <a href="http://www.aicc.org/pages/press-release-40.htm" title="AICC Certifies Oracle's Peoplesoft Enterprise Learning Management">AICC certification of Peoplesoft Enterprise Learning Management 9.0</a>. Likewise,, kudos to Saba for achieving AICC certification of <a href="http://www.aicc.org/pages/cert.htm#products" title="Products Certified to AICC AGR-010">Saba Enterprise Learning Suite Version 5</a> on September 6, 2006. Back in the Spring of 2006 <a href="http://mobilemind.net/2006/04/certification-do-vendors-really-care.html" title="Certification: Do LMS Vendors Really Care?">I questioned the commitment of some LMS vendors to standards.</a> It is great to see two major players like Saba and Oracle stepping up to the task. Saba is now certified for <i>both</i> AICC and <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.product&#038;certid=168" title="Saba Software - SCORM 2004 Conformant">SCORM 2004</a>.
<p>We&#8217;re still waiting for either a <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.listing&#038;keyword=&#038;scormversion=1.2&#038;category=2&#038;submitbutton=Search" title="Search for SCORM 1.2 Conformant systems on ADLnet.gov">SCORM 1.2</a> or <a href="http://www.adlnet.gov/scorm/certified/index.cfm?event=main.listing&#038;keyword=&#038;scormversion=2004&#038;category=2&#038;submitbutton=Search" title="Search for SCORM 2004 Conformant systems on ADLnet.org">SCORM 2004</a> or an <a href="http://www.aicc.org/pages/cert.htm#products" title="List of AICC Certified Products">AICC</a> certification for the SumTotal LMS that was first released in <a href="http://www.sumtotalsystems.com/press/2004/12/15/1" title="SumTotal Launches SumTotal Enterprise Suite 7.0">December 2004</a>. In the same time frame, many major competitors have achieved two or more certifications, as have some smaller firms with solid LMS offerings. Since <a href="http://www.ostyn.com/" title="Ostyn Consulting">Claude Ostyn</a> left SumTotal I haven&#8217;t really seen much corporate participation in ADL or AICC activities from SumTotal. Hopefully, they are still keeping an eye on LMS fundamentals as they move towards <a href="http://www.sumtotalsystems.com/press/2006/09/06/1" title="KMWorld Recognizes SumTotal">performance-management</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/09/aicc-certifications-for-oracle-and-saba-they-do-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LMS Updates- Blackboard Lawsuit, LMS CEOs, PENS &amp; SCORM News</title>
		<link>http://mobilemind.net/2006/08/lms-updates-blackboard-lawsuit-lms-ceos-pens-scorm-news/</link>
		<comments>http://mobilemind.net/2006/08/lms-updates-blackboard-lawsuit-lms-ceos-pens-scorm-news/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 06:33:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[AICC]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[PENS]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=642</guid>
		<description><![CDATA[It seems like there is so much going on right now. Rather than doing 3 posts I&#8217;ll do one quick post and hit 3-4 topics. Blackboard Lawsuit- Disappointing to read about Blackboard filing patent-based lawsuits against other LMS companies. Others &#8230; <a href="http://mobilemind.net/2006/08/lms-updates-blackboard-lawsuit-lms-ceos-pens-scorm-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It seems like there is so much going on right now. Rather than doing 3 posts I&#8217;ll do one quick post and hit 3-4 topics.
<p><b>Blackboard Lawsuit</b>- Disappointing to read about Blackboard filing patent-based lawsuits against other LMS companies. Others have followed this more closely and written about it more clearly than I can, like Stephen Downes has on his blog- see posts like: <a href="http://www.downes.ca/blackboard_patent.htm" title="Stephen Downes web site, entry on Blackboard Patent suits">Blackboard Patent</a>.</p>
<p><b>LMS CEOs-</b>The Masie Center has podcast (MP3) interviews <i>and</i> PDF transcripts of brief interviews with most of the major LMS/LCM companies CEO or CTO. Free downloads are available off of the Learning 2006 site. There are 15+ short MP3 files (~5MB) to choose from here <a href="http://www.learning2006.com/lms/" title="LMS Panelist Podcasts from Learning 2006 site">LMS Panelist Podcasts</a>. Masie Consortium members can also visit that site for a focused podcast with the Blackboard legal counsel on the pending litigation.</p>
<p><b>PENS</b>- I was busy updating the PENS validation suite PHP for the AICC. The <a href="http://www.aicc.org/pages/pens_sample.html" title="PENS HTML Sample and PHP Validation code">PENS validation code</a> is available on the AICC site, and I am hosting it myself for online testing at the <a href="http://pens.lmstesting.com/test/pens-test.html" title="PENS HTML Test Harness and online PHP server-side validation">PENS LMS Testing</a> site. The changes to the sample code and server-side validation are described on the AICC blog; <a href="http://www.aicc.org/blog/2006/06/pens-validation-suite-updates-testers.html" title="AICC News Blog - PENS Validation Suite Updates">PENS Validation Suite Updates</a>. If anyone is interested in collaboration on further updates to the test suite and a certification process, please contact me. I&#8217;ve also been working on a PENS Plugfest to be held in Vancouver September 19-20, see the press release here <a href="http://www.aicc.org/pages/press-release-39.htm" title="AICC PENS Interoperability Plugfest Sept 19-20, 2006">AICC PENS Plugfest</a>.</p>
<p><b>SCORM 2004 3rd Edition Public Draft posted Monday</b> If you didn&#8217;t catch it, the ADL posted a &quot;Final Draft&quot; on Monday, with beta versions of the test suite and sample run-time environment. It seems like a lot of clarifications and some decent clean-up/clarification of Simple Sequencing &#038; Navigation <i>without</i> a major overhaul that would break a lot of things. See the ADL web site (now a .gov domain) for info and downloads <a href="http://www.adlnet.gov/news/articles/375.cfm">ADL site downloads for SCORM 3rd Edition ADL Releases SCORM 2004 3rd Edition Public Draft</a>. The next 30 days is your chance to get feedback to them before it becomes an official, non-draft document.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/08/lms-updates-blackboard-lawsuit-lms-ceos-pens-scorm-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AICC News now online</title>
		<link>http://mobilemind.net/2006/02/aicc-news-now-online/</link>
		<comments>http://mobilemind.net/2006/02/aicc-news-now-online/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 00:54:00 +0000</pubDate>
		<dc:creator>Tom King</dc:creator>
				<category><![CDATA[AICC]]></category>

		<guid isPermaLink="false">http://mobilemind.net/wp/?p=626</guid>
		<description><![CDATA[A few weeks ago I was elected as AICC Communication Chairperson. Since then, I&#8217;ve taken on the task of doing some updates to the AICC website, including adding the AICC News blog. I encourage you to check it out if &#8230; <a href="http://mobilemind.net/2006/02/aicc-news-now-online/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I was elected as <a href="http://www.aicc.org/pages/aicc2.htm#CMO" title="AICC Subcommitees">AICC Communication Chairperson</a>. Since then, I&#8217;ve taken on the task of doing some updates to the <a href="http://www.aicc.org/">AICC website</a>, including adding the <a href="http://www.aicc.org/blog/">AICC News</a> blog. I encourage you to check it out if you&#8217;re interested in seeing some pretty good presentations on elearning and staying current on elearning standards activities too.</p>
<p>For those of you who don&#8217;t know what the AICC is, here&#8217;s a little description that I culled from the <a href="http://www.aicc.org/pages/aicc_faq.htm" title="AICC FAQs">AICC FAQ page</a>.<br />
<blockquote>The Aviation Industry CBT (Computer-Based Training) Committee (AICC) is an international association of technology-based training professionals. The AICC develops guidelines for aviation industry in the development, delivery, and evaluation of CBT and related training technologies.</p></blockquote>
<p>I&#8217;ll antipate your next question, <i>My company is not involved in aviation so why should I care about AICC?</i> Again, citing their FAQs:<br />
<blockquote>The AICC wants the aviation training community to get the best possible value for its technology-based training dollar. The only way that this is possible is to promote interoperability standards that software vendors can use across <i><b>multiple</b></i> industries. With such standards a vendor can sell their products to a broader market for a lower unit cost. AICC recommendations are fairly general to most types of computer based training and, for this reason, are widely used outside of the aviation training industry. If you are concerned about reuse and interoperability of online learning, the AICC is a good group to participate in. The AICC also actively coordinates its efforts with broader learning technology standards organizations like IMS, ADL, ISO SC/36, and IEEE LTSC.</p></blockquote>
<p>I hope to see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobilemind.net/2006/02/aicc-news-now-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

