Blog

December 20, 2010
How to create application shortcut in Firefox

Hello Friends,

Generally, I use firefox as my default browser. Now, In IE9 and google chrome provide options to create application shortcuts .

Google Chrome : Tools >> create application short cut.
IE9 : Tools >> Add site to start menu.
Mozilla Firefox : ??? (I don't know about create application shortcut.) ...

Read More
By Bharat Patel
Comments(0)
Tags: FireFox
December 13, 2010
Updating coldfusion 9.0.0 to 9.0.1

Updation of ColdFusion is always painful for me. I am working on ERP level projects which is build on ColdFusion and we have heavily used ColdFusion inbuilt AJAX funtionality, everybody knows that CF use EXTJS for their new ajax component and my favorites are cfgrid, cflayout. But what CF is provide is not always sufficient for client specially working with large project. I have modified cfgrid to put header toolbar and in footer I want to display number of records available etc. I have started ...

Read More
By Pritesh
Comments(0)
Tags: ColdFusion9, ColdFusion
December 1, 2010
Binding ColdFusion query to DataGrid in Flex

Hi,

In this post I'll explain you how to bind ColdFusion data into Flex grid.

First, get ready with your cfc.

Your cfc method may look like: ...

Read More
By Vikas
Comments(0)
Tags: Flex, ColdFusion