Development
Code exchange and developer tools
It's not part of our main business but if we come across useful code snippets, code modifications or other tools which we find useful and others may too, we'll put the details here.
On-The-Fly PHP thumbnail creation for TinyMCE, FCKEditor etc.

The above image simulates the script running with the FrontBox popup library where the original image was 640x480 pixels
Work in progress modification of Nathan Moinvaziri's PixGallery PHP project which creates thumbnails on the fly from formatted HTML content from editors like TinyMCE & FCKEditor where the actual image is larger than the dimensions specified in the HTML <img> tag. This avoids the need to train users of Content Management Systems, which use these kinds of HTML editors, all about resizing images correctly etc. Nathans code is actually a plug-in for the WordPress CMS - this modification allows the code to work outside of the WordPress environment.
- Download here: pixgallery_mod.zip (readme & demo included)
No future development will be published for this modification. However, feel free to make your own modifications. If you want to share your work based on this code, be sure to let Nathan know (the author of the original code).

