Insights

Written by the people doing the work.

We publish on agentic AI, automation, ColdFusion and modernization; the topics where we think the received wisdom is currently wrong. No ghostwriting, no vendor summaries.

Uncategorized

Day 5: ColdFusion 10 Session Enhancement

ColdFusion 10 added couple of session related function and add settings related to session cookie. First of all I notice that use UUID for…

·2 min read
Uncategorized

Day 7: ColdFusion 10 and Closure – Part 2

Yesterday take look on Closure with ColdFusion, now its time to discover more on this.  Closure can be defined as inline without giving name.…

·3 min read
Uncategorized

Day 4: Avoid CSRF Attack with ColdFusion 10

Day 4 for my ColdFusion 10 review, since last three days concentrating on all security enhancement. In previous two posts I have covered functions…

·4 min read
Uncategorized

Day 10: ColdFusion 10 and Enhanced Java Integration – Part 3

Day 10 of my ColdFusion 10 month, seems that lot more functionality added in ColdFusion 10 and will not able to cover all in…

·3 min read
Uncategorized

Day 14: ColdFusion 10 Schedule Enhancement Task Handler

Day 14 on ColdFusion 10, I haven’t cover much in last 13 days but go deeper in functionality. Today I keep working with schedule…

·6 min read
Uncategorized

Day 13: ColdFusion 10 & Schedule Task Chaining and Mode

In my last post I have covered Group and list scheduler enhancement in ColdFusion 10. Today I have spent some time with event hander…

·3 min read
Uncategorized

Day 11: ColdFusion and Schedule Task Enhancement

Schedule task is something that I used lot and specially one of our clients love to get email periodically for different reports. In many…

·3 min read
Uncategorized

Day 15: ColdFusion 10 and CFC Enhancement

Implicit constructor for CFCColdFusion10 now support initialize while instantiate the CFC by passing key-value pair or struct. This method will NOT work if your…

·4 min read
Uncategorized

Day 12: ColdFusion and Schedule Task List and Group Enhancement

  In yesterday blog I have list out all new feature added in schedule task in ColdFusion 10. Now time to test it out,…

·3 min read
Uncategorized

java.sql.SQLException: Value ”0000-00-00” can not be represented as java.sql.Date

Got strange issue today while working with mySql and ColdFusion. This might be old issue but we never face issue since we normally work…

·1 min read
Uncategorized

jQuery datepicker Disabled Weekday

There is another custom setting for jQuery datapicker. Here we have discuss about how to disabled any weekday in jQuery datepicker. As you know…

·2 min read
Uncategorized

Adding New Cell Type in POI Utility

Recently, we have given ability in our one of the project to export data in excel sheet. For exporting data into excel we used…

·2 min read