Archive for October, 2008

iframes and cross-domain security

Wednesday, October 15th, 2008

I’m working on an HTML-based course interface that serves up content in an iframe. I had everything working great until I needed to move the content to one domain while hosting the interface on a different domain (kind of a simplified home-brewed CMS approach). BAM! Cross-domain security issues. Course interface dead in the water.

Introducing the pipwerks Captivate Controller JavaScript utility

Tuesday, October 14th, 2008

As alluded to in a previous post, I’ve whipped up a simple JavaScript utility to help you control your Captivate SWFs using JavaScript.

The biggest selling point for this utility is that it not only contains all of the built-in Captivate ‘variable’ functionality, but it also contains some extra functionality created by chaining some variables together.

FlashCamp and Flash CS4

Monday, October 13th, 2008

A quickie post about FlashCamp and Flash CS4

Just say no to corporate drone

Tuesday, October 7th, 2008

I don’t often link to other blogs, but I think Cathy Moore has written a very good overview of a common issue: corporate-speak killing readability.

Quick ways to increase your score and sound like a human being

Say “you” and “we.”
Cut 98% of adjectives and adverbs.
Write active sentences that make clear who does what.
Use strong verbs instead [...]

Introducing PDFObject

Wednesday, October 1st, 2008

I recently worked on an e-learning course that required embedding some PDFs into an HTML file. PDF embedding piqued my curiosity, and has become something of a pet project. I decided it would be nice to have a JavaScript script that could dynamically embed PDFs as easily as SWFObject allows SWF embedding. I managed to whip up a script, and decided to name it PDFObject. (I know, I know… what a creative name!) As you may have inferred from the name, the concept and functionality is pretty similar to SWFObject.