I added a new pod to the right side of the blog that has links to my tools. This should make it easier to find downloads for things like the Bugtracker and some of my favorite custom tags.
I added a new pod to the right side of the blog that has links to my tools. This should make it easier to find downloads for things like the Bugtracker and some of my favorite custom tags.
Archived Comments
Speaking of tools - and since you are th Cf man... do you know of any good image manipulation code that I can put on a coldfusion mx server? I want to be able to automatically gebnerate thumbnails. This seems to be really needed in CFMX, and I can't wait for the rumored image processing tags in the next CF version.
J, I would strongly recommend the new Alagad Imaging Component (AIC), from alagad.com. The developer, Doug Hughes, has put a lot of effort into building a large (single) CFC that offers dozens of methods for manipulating (and even creating) images. It's all CFML, but leveraging the underlying Java APIs (abstracted away by the CFC, of course).
Cool solution, cool use of a CFC and java, cool guy. (It works on BlueDragon, too!) Check it out at alagad.com (free trial available).
I should also add that BlueDragon has had a CFIMAGE tag for some time. You can learn more on that at newatlanta.com/bluedragon/. Perhaps that sort of feature is what you're thinking may be added to CF in Blackstone. No mention of it, though, (nor much else about imaging) in the Blackstone tour report at http://www.macromedia.com/d....
In any case, for users of either CFMX or BD, the AIC tool will add tremendous imaging value at a low price.