November 2009

Dec 1

Drupal + WYSIWYG + tinyMCE + syntaxhighlighter REDUX

The most popular post on my site currently is an article on how to setup the tinyMCE editor in Drupal to use a syntax highlighting plugin.

Since that article, the Drupal world has moved along and my tutorial has become outdated.

Things are actually a bit easier now, however, so read on for a new version of the tutorial.


Nov 29

Setting Scroll positions in Flex

I recently struggled mightily with what I thought should be an easy problem.  I had an image in flex and wanted to be able to pan around it and zoom in and out.  

It turns out that a lot of people have a problem with this task, because how the scrollbars in flex keep track of where they are, and how flex handles the origin of a zoom operation.  Read on for details.