Day 6 : ColdFusion 10 and Closure
Wow, ColdFusion now support closure. I am fan of closure and heavily using it on JavaScript specially for ajax call’s callback function. Closure is…
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…
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…
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…
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…
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…
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,…
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…
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…
Problem to Upload Large Size Files Using CFFTP
Recently I am trying to upload a file and I get error message “An error occurred during the FTP putfile operation”. And code that…
Ubuntu One Web Authorization API using ColdFusion
Ubuntu One Cloud Files API using ColdFusion
Once Ubuntu One OAuth authorization process (discuss in my previous blog) has been completed; then it’s time to implement Ubuntu One Files API to…
