Mootools - Resizable Textareas
code
This is a simple script I made using the Mootools framework. You just link to this script and all the textarea elements in your page become resizable with a + and a - button below it.
Inside the script you may specify a maximum and a minimum size as well as a class name for textareas you'd like this script to skip over and not apply the rezizability to.
Example file: http://www.ejectmedia.net/examples/moo_textareas/
Flash: PHP/CF Mailer
code
This example contains 2 flash files that both send HTML formatted emails from within flash. One method deals with PHP, and the other uses ColdFusion.
Both methods work great, but the PHP method is more developed. The ColdFusion method was developed more out of necessity at the time, but it does work well.
Flash: Javascript Popups
code
This is a very simple flash example of how to make javascript popup windows occur from within flash, and how to place them on the screen.
Example file: http://ejectmedia.net/examples/flash_popups
Flash: XML Prototype
code
This is an example file for parsing XML data through flash using a prototype. If the content is larger than the bounding box, scrollers appear and scroll to the length of the text.
You may want to read more about how Flash handles XML first by reading this: http://www.purephotoshop.com/article/76
Example file: http://ejectmedia.net/examples/flash_xmlProto