Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

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…

·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

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

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
Uncategorized

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…

·2 min read
Uncategorized

Ubuntu One Web Authorization API using ColdFusion

·1 min read
Uncategorized

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…

·14 min read