Xindi

Xindi is a small, lightweight and flexible CFML content management system. It's great for web developers looking for a simple way to make site content editable by their clients.

Open source, free and flexible, Xindi is a great choice for your next web project.

Learn more

Thursday, February 16, 2012 Preserving carriage returns when displaying textarea content

When displaying textarea content on a web page carriage returns are ignored resulting in the content appearing on a single line. In ColdFusion to ensure the content appears as intended you can replace carriage returns with BR tags like so: ...