Comma Separated Values of Table Column in SQL Server
Today i came across one interesting inbulit function of sql that is ‘COALESCE’. Using which i can get comma separated values of a column…
Dump all Scopes Together in Coldfusion
This is just a bit sharing of knowledge. You all are very well aware about dumping scopes as very often we require to do…
Master Detail Record in a One Row
In some cases we need a list of detail records according to master record. i.e. We need a list of detail table’s id for…
Configure GIT Server On Windows Server 2008
We are using SVN since long time as version control system for our local development and quite happy with it as well until I…
ColdFusion Schedule Task Error: The Cron Service Is Not Available
Recently I face strang error in five years of career in ColdFusion. Message: "The Cron service is not available." Detail: "This exception is usually caused by…
Export Only Current Page of CFGRID to Excel
If you want to export only the current page of your CFGRID to Excel with also the gridsortcolumn and the gridsortdirection, then let’s take…
CFPARAM in CFSCRIPT
Today i was working with cfscript and i wanted to use a cfparam inside cfscript and i came to one solution. This is what…
Installing Ubuntu Server 11.04 64bit on Hyper-V
Installing Ubuntu 11.04 server 64bit on Hyper-V is very straight forward but does require some manual editing before it work like charm. Mainly adding…
Calculate HMAC-SHA256 Digest Using User Defined Function in ColdFusion
Recently I am working on OpenID 2.0 protocol, in which I require HMAC-SHA256 (Hash Message Authentication Code – Secure Hash Algorithm using 256 bit key length)…
Tag SES URL Throw 404 Error If Tag Has Special Characters Other Than ‘-‘
Recently working on MuraCMS (opensource Content Management System build on CFML) for our company website. While working on blog section where we used to have…
Decode HTML Code with jQuery
In one of the project, we are storing all form fields in json string format (i.e. {"name":"myname", "email":"may@xyz.com", "address":"myaddressdetail"}) in the database table. To avoid…
ColdFusion Schedule Task Issue with Daily Every Task
Schedule task in ColdFusion is something I love most and I guess all ColdFusion developers are too. It is really easy to schedule any…
