The Open Source NCAA Pool is now open! The winner gets a 2gb USB Flash Drive!
http://www.opensourcecf.com/forums/ncaapool.cfm
The Open Source NCAA Pool is now open! The winner gets a 2gb USB Flash Drive!
http://www.opensourcecf.com/forums/ncaapool.cfm
Project Page for CFMBB: http://www.cfmbb.org/
I've been working on CFMBB 1.20 for a little over a month now, adding features, debugging, etc... there are a HUGE number of changes to CFMBB 1.20. User groups, restricted forums based on usergroup membership, integrated "content management", integrated file manager, integrated chat, lots of caching for better performance on busy sites, improved installation script, CAPTCHA for improved spam prevention, new topic notification options for entire site, per conference, and per forum, along with some bug fixes, modifications for Bluedragon 7 compatibility, etc.
Thanks to everyone who helped me get it to this point! And thanks to Ray for a great app to start with :)
Project Page for ImageCFC: http://www.opensourcecf.com/imagecfc/
Thanks to some contributed code, there is now a new "cropToExact" argument to the resize() method. This argument, when combined with a specified width, specified height, and the preserveAspect argument being set to true will cause a image to be resized then cropped to fit exactly within the specified dimensions.
For example, this will allow you to take a 800x600 image, and create a 100x100 thumbnail while still preservign the aspect ratio. In this case, the image would be resized to 133x100, then cropped to 100x100.