Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·3 min read
Uncategorized

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…

·4 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·4 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·3 min read
Uncategorized

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)…

·3 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·2 min read