Blog
- July 15, 2010
- cfajaxproxy issue with ColdFusion 9.0.1
I was really happy when I heard about coldfusion 9.0.1 update and specially because of Amazon S3 could support. Recently I have started working with Amazon S3 Cloud service and writing function for all API call, when I see that new update for ColdFusion having amazon S3 cloud support and I can not stop myself to update it on my development server and my hard time start from here. In first attempt when I install it everything went smooth and got DONE buttong (hurreeey...) but in next second ...
- Read More
- Comments(0)
- July 11, 2010
- Reset Identity Column Value
Easiest way to reset the identity column value in MSSQL is to use 'TRUNCATE TABLE' on the table.
This will reset the identity column value.This will work only if the table has no references made by any child ...- Read More
- Comments(0)
- July 8, 2010
- Creating zip file from URL list in ColdFusion
For one of our client had requirement to download photos in zip format and it was working file with cfzip tag. Although I have some performance issue with cfzip tag as cfzip doesn’t allow you to zip with list of files. We can create zip for whole folder, add single file but can’t have ability to add list of files at single instance. In my case I have around 50 images which I need to add into zip file and I have only one way to do so is adding one by one file. I was looking for alternative ...
- Read More
- Comments(0)
- July 7, 2010
- How to declare argument's attributes in cfscript function
Hello Friends,
All persons are familiar with cfscript function would like to know how to define parameters qualifiers in cfscript function.
It is just FYI on how to define arguments qualifiers i.e. default value of parameter, It's datatype, Required Or Not. I hope you may find it interesting ...- Read More
- By Bharat Patel
- Comments(0)