ColdFusion: Less Code, More Results

The primary reason why I prefer ColdFusion over other web app languages is the efficiency afforded in the programming stage. ColdFusion is a genuine Rapid Application Development (RAD) language. For example, to run a database query and draw a pie chart using the Google Chart API, takes about 20 lines of code and does not require additional libraries such as jQuery. Here’s an image of the pie chart generated by the code below.   The following code […]