Adobe Exchange: Worth a Look.

While I was aware of the Adobe Exchange, I hadn’t really checked it out until a recent purchaser of our Spelling Plus Library mentioned that he had been unable to find our component on it. I’d definitely recommend having a look at the Exchange, and tossing it into your bookmarks. There’s a lot of great content there already, and more is being added daily.

gskinner.com in Mass Effect Credits

I was stoked to get my copy of Mass Effect for XBox 360. Not just because this one of the most beautiful looking games for the platform (the graphics are stunning), with a really rich plot, but also because gskinner.com contributed to it, and it’s not every day you get to see your company name in the credits for a blockbuster video game.

ColorMatrix Class in AS3

Something I’ve been meaning to do for a while now is port our ColorMatrix class to AS3. ColorMatrix provides a way to adjust Brightness, Contrast, Saturation and Hue based on a range of numeric values as well as multiply matrices. The ColorMatrix can then be passed into ColorMatrixFilter to apply color adjustments. Download the source files here.

Branching Experiment: Flaming Hairball

I’ve started playing around with some of my old experiments again. One of my favourite older experiments is my vein logic – it’s just such a beautiful example of recursion, and can be applied to so many things – so I decided I would rewrite and rearchitect it for ActionScript 3 and wound up building what I will affectionately call the Flaming Hairball.

SPL Tricks: Powerful Multi-Purpose Text Highlighter

TextHighlighter is a very powerful class for finding and highlighting words in a text field in real time. It includes a ton of features, including support for manual selections, multi-line highlights, smart targeting, autoupdating on change and scroll, interactive highlights, and more. Here is a simple demo of the TextHighlighter in action. Less than 10 lines of code…