Archive

Archive for the ‘Uncategorized’ Category

Installed WP-Syntax Plugin For Better Formatting of Code on My Blog

November 2nd, 2009 Bryan Clover No comments

I just installed the WP-Syntax Plugin for WordPress. This should allow me create more appealing code examples on my blog.

Actionscript 3 Code Sample:

var as3Test:String = "Testing WP-Syntax with AS3 code.";

MXML Code Sample:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
	<mx:Label text="WP-Syntax example using MXML." />
</mx:Application>
Categories: Uncategorized Tags:

SCORM info

August 7th, 2009 Bryan Clover No comments

Recently, the topic of SCORM has been cropping up in multiple conversations.  This resurgence has led me to dig around on the web looking for good resources to point people to.  If you work in the eLearning industry, you’ll probably want to take a look at this information on SCORM:

scorm.com

I hope that gets you pointed in the right direction!

Categories: Uncategorized Tags: