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.
Tagged as Jira
Thursday, September 29, 2011 Replicating Jira's time tracking functionality in ColdFusion
I've been working on a project where I wanted to replicate the time tracking functionality used in Jira. Jira allows you to enter a time period in the format of "4d 12h 30m" (4 days, 12 hours and 30 minutes) which, behind the scenes, is converted to seconds and stored in a database. For the purpose of my application I also need to take into account the number of working hours per ...