Archive for the 'web design' Category

Rapid Intake: Where are the standards?

Monday, February 4th, 2008

Today Rapid Intake announced a new service named Unison. Out of curiosity, I perused the Rapid Intake site to read more about Unison. [...] I certainly don’t mean to beat up on whoever designed their site, but as a company whose business is publishing web-based documents, this website gives me zero confidence in the quality of their product.

SCORM API Wrapper updated to 1.1.2

Monday, January 28th, 2008

Two small but important edits.

New: SCORM API wrapper for ActionScript 3.0

Sunday, January 27th, 2008

I just converted my AS2 SCORM class to AS3.

Read documentation and download file(s) here.

HTML 5: The <strong> element

Friday, January 25th, 2008

I just saw something interesting I thought I’d pass along. In the new HTML 5 proposal, the strong element is being modified to represent “importance rather than strong emphasis.”
The WHATWG gives the following example:
<p><strong>Warning.</strong> This dungeon is dangerous.
<strong>Avoid the ducks.</strong> Take any gold you find.
<strong><strong>Do not take any of the diamonds</strong>,
they are explosive and [...]

New: SCORM API wrapper for ActionScript 2.0

Friday, January 25th, 2008

I just finished an ActionScript 2.0 class file meant to be a companion to my JavaScript SCORM API wrapper. It includes a bunch of type checking, type conversion, and error-checking, and works with both SCORM 1.2 and 2004.

SCORM API Wrapper updated to 1.1.1

Thursday, January 24th, 2008

Found a small bug when using the wrapper with Flash (AS2): functions that return string values (such as SCORM.data.get()) were coming out ‘undefined’. (grr)

Explicitly typing the return value as a string seems to make Flash happy.

SCORM API Wrapper updated to v1.1

Wednesday, January 23rd, 2008

Some small edits to the wrapper:

Fixed a few typos in debug statements
Added extra error-checking during SCORM.connection.initialize; if connection cannot be made AND no error code is given, display notice that server has not responded.

Related links:

Original SCORM API Wrapper journal entry
pipwerks.com SCORM page

Building eLearning courses: Should we use eLearning authoring tools?

Sunday, January 20th, 2008

Buckle your seatbelts, you may not like this statement: Most eLearning tools do not promote the creation of effective courses, do not promote web standards, and do not promote accessibility; they merely make cookie-cutter course development easier for technically inexperienced course developers.

There, I’ve said it. Please don’t hate me.

A revised SCORM API wrapper

Wednesday, January 16th, 2008

I’ve been a longtime user of the ADL wrapper (with code from the late Claude Ostyn), and to be honest, it’s pretty much met my needs. But I was never completely comfortable with the wrapper for two reasons: 1) The code is hard to read with confusing and overly complicated looking variable names, and 2) the code made heavy use of global variables, which in this Web 2.0 world is a big no-no. This past week I decided to roll up my sleeves and make a new SCORM API wrapper that takes care of these issues.

Tip: Quick and efficient screenshots without special software

Saturday, December 22nd, 2007

I’ve noticed many people use programs like TechSmith SnagIt to get screenshots. While SnagIt is a fine program, I think in many cases it’s overkill. Here’s a really simple way to get screenshots without needing any special software.

Grab screenshot using Print Screen.
Paste screenshot into Paint.
Save in your preferred format (TIF, BMP, GIF, JPG, PNG, [...]