Flash Articulate Android Drupal MiscFor Sale

Articulate

Free #Articulate Skins! And Full Featured Skins Too.

I'm glad to roll these out!
We have been building custom skins for clients for a while. Now we have taken a lot of what we learned and used it to build these skins.

Cut-n-Paste as PNG (Add-in for PowerPoint)

There are a lot of good reasons to convert your PowerPoint graphics into PNGs... Especially if you are using Articulate.
It can reduce file size and simplify a cluttered slide. You can also do cool stuff like set transparent areas; Tom Kuhlmann has a great screenr on that http://screenr.com/YTC
I despise repetition in my daily life and often create snippets of code to automate stuff I find myself doing over and over. In this case I created a PowerPoint add-in that puts a button on the Ribbon that quickly does the cut-paste for me.

#Articulate Guru Awards Entry

This course was created for Dominion Virginia Power (my day job). Read about how/why it was created below or jump to the bottom and click the screenshot to view the course.

How/Why

Our team was tasked to develop online training for our company’s Safety Policy. We decided that since content is static and has a large audience it was a great opportunity for us to create something unique. 

Purpose:

Playing with Articulate Engage Links

I got a question about opening links in the same window from Engage.
It is not very easy to it from within Engage itself. But if you are willing to edit the XML after you publish your file it is not too hard to accomplish. And it opens up other possibilities as well.

Here is the code I used in the examples:
(note I converted " to " )
javascript:alert( " test " )
javascript:window.open("http://eLearningEnhanced.com","mywindow" ,"status=0,location=0,resizable=1,width=550,height=450");

#Articulate Printable User Slide Notes

This widget allows your user to create and save their own notes on each slide which they can print later.

It remembers the notes between sessions as well so that the user can leave the course and come back later.

You can rename the Tab to what ever you want in the art_plugins.xml

Another use might be to have students describe something on the slides then copy and paste it into an email.

Grab the files from eLearningEnhanced.com

Customizable Custom Articulate Skin!

I thought it would be cool if everyone could make their own Articulate skin!
This skin allows you to use any graphics you want for the navigation. And you can place them left, right or center.
This skin is fairly simple... no menu, tabs, etc. But it does handle branching and locked slides appropriately.
Actually... Branching/locking is one of the features you should make sure any skin you use has...

Play with it here
Watch the two screenrs below to see more about it.

eLearning DevCon 2010

I'm really excited about attending and presenting at eLearning DevCon 2010 next week!

I will be presenting 2 BYOL sessions:

  • Port Flash Interactions to Articulate Engage; become rich & famous
  • Incorporating custom-Built Flash into Articulate via the API

I will also be participating in a few round table discussions... one on Flash vs HTML5 and another on Scaling eLearning for large corporations.

Articulate Engage Interaction (iPad theme)

This is my second custom Engage interaction and boy have I learned a lot! My next project just might be to rewrite the documentation for the Engage SDK...
This interaction was inspired by the new iPad. You can use the standard Engage options to turn the navigation on and off... and you can lock it to linear playback.
Click the screen shot to play with a live sample.
Watch the screenr to see more features.
Purchase it for a mere ten bucks at eLearningEnhanced.com

Low bandwidth HTML #Articulate player w/Audio (reports to LMS too!)

I am thrilled to post this. My partner and I have been working hard this last week or so to build an Articulate player that does not use Flash! And is still AICC / SCORM compliant!
This solution will offer folks a way to view your content in low bandwidth situations or in browsers that do not support Flash. Like iPad, iPod, iPhone, Droid, etc, 3GS or better; soon we will a solution for older iPhones. Well.. It works now on older iPhones but the audio pops a new window...
Some highlights:

  • Automatically adds HTML feature when/if you add PNGs of slides

Articulate art_plugins.xml ?

I got an email from someone asking for some clarification regarding the art_plugins.xml file: