Author: ellen

iPhone review

I’ve been using a Blackberry 8700c through Cingular for a couple of years now, and I really like being able to check all my email accounts on it and using the google apps wherever I happen to be. Typing on it is pretty easy. However there were many reasons I was looking for a replacement.

65_47.jpg
gallery2_20070621.png

  1. Email is merely forwarded, so you aren’t dealing with the actual imap server you use when at home or work. So junk mail rules aren’t followed, any deletions or drafts are not seen by your other mail clients, etc. You used to be able to set up filters on the blackberry web client, but they removed that feature last year.
  2. Continue reading

Using dynamic text to toggle a play/pause button

I’ve been building a simple flash video player based on the one here and had the idea to use dynamic text to easily toggle the play button between the play and pause states. The Webdings font character for the play state is “4” and for the pause state is “;”

To avoid problems with fonts not displaying on some machines, click the “Embed” button on the text properties panel when creating the dynamic text, and embed the numerals.

Continue reading

Updated tutorial on captioning Windows Media

Subtitle Workshop, by Urusoft is free captioning software (donation-ware) which allows you to easily transcribe and edit captions and output the resulting file to many different formats. I’ll be focusing on Windows Media format here, but you will find this a useful tool for captioning DVD’s, Quicktime, and Flash as well.

Note: A much more complete exposition of the concepts summarized in this tutorial is available to members of the Elearning Guild in the article A Guide to Captioning Windows Media and QuickTime Using Subtitle Workshop

Continue reading

A SCORM-ready template: Part 1F. Modifying the CSS styles


Modifying the CSS styles

The css styles are defined in several sheets. Any of the styles can be overridden by adding a new definition for the selector to /css-local/userStyles.js or to individual pages or even individual elements on a page. YOU WILL NOT BE ABLE TO change any of the files inside the css/ folder but you can add your own overrides to userStyles.css.

Continue reading