One small addition - ensuring images embedded in blogs, forum posts and guestbook entries are valid. Images must be valid jpegs or gifs, and no larger than 640 pixels wide and 480 pixels tall.
For example, the code...
...generates the following...
The first works because the image is a valid gif and is only 81 * 79 pixels. The second isn't a valid image file, and the third is too large (828 * 1,024 pixels).
I should probably implement some method of entering mark-up tags without having them turned into HTML. It'd save me having to fool the parser by placing a space in the opening tag.
For example, the code...
...generates the following...
The first works because the image is a valid gif and is only 81 * 79 pixels. The second isn't a valid image file, and the third is too large (828 * 1,024 pixels).
I should probably implement some method of entering mark-up tags without having them turned into HTML. It'd save me having to fool the parser by placing a space in the opening tag.
"Prepare for an oblivion for which there is no preparation." - O'Malley (Red Vs Blue)