Transfer : First Thoughts

On June 15, 2008, in ColdFusion, by Anuj Gakhar

Having read the blogosphere about Transfer a lot recently, I wanted to give it a try as well. My only problem is that, at my work, I dont get to use Transfer because of the way things are setup there. So, I had to find the time to do it in my spare time outside […]

 

cfpop and gmail

On May 18, 2008, in ColdFusion, by Anuj Gakhar

I know this has come up with a few times before but its something I want to blog more for myself so I could easily refer to it when required. By default, cfpop does not support ssl and if you are trying to access your gmail account via cfpop, you wouldnt be able to do […]

Tagged with:  

More updates to coldfusiondocs.com

On April 15, 2008, in ColdFusion, Flex, by Anuj Gakhar

Last night, I made some more updates to ColdFusiondocs.com, although minor updates again. I have changed the right panel to have a tabbed layout rather than a top and bottom layout, I think this gives more room for the actual content and both the documentation section and the useful url’s section should be easier for […]

 

Add your CF links to coldfusiondocs.com

On March 29, 2008, in ColdFusion, Flex, by Anuj Gakhar

Yes, thats right. I have just released some updates to Coldfusiondocs.com. It’s now got a 4th panel to it which lists the related links for the tag or function in question. The idea here is that, lets say you are browsing cfquery tag on the left panel, you should be able to look at the […]

Tagged with:  

changing cfgrid pageSize dynamically

On March 28, 2008, in ColdFusion, by Anuj Gakhar

Here is an example of how to change the pageSize of an AJAX CFFGRID dynamically. Purpose :- Let the end user select how many rows of data he/she wants to see in the Grid. (ie technically speaking, change the pageSize on the fly). Approach :- 1) Add a ComboBoxwith the number of Rows to be […]

Tagged with:  

Minor Updates to coldfusiondocs.com

On March 23, 2008, in ColdFusion, Flex, by Anuj Gakhar

I have added a new category to the coldfusion documentation at www.coldfusiondocs.com. The category is called ‘CF8 Javascript Functions’ and it lists all the available JS functions in CF8. There are 33 functions in total, however, I wouldnt mind adding any ‘undocumented’ JS functions to the list, so if you know of any, feel free […]

 

CRUD with cfgrid html format

On March 18, 2008, in ColdFusion, by Anuj Gakhar

After looking at Dan Vega’s series of posts on CFGRID usage, I decided to put together an example of CFGRID with a full CRUD functionality. ColdFusion 8 has introduced the new HTML format CFGRID which uses AJAX behind the scenes. I quite like the features it offers and I think with EXT framework behind the […]

Tagged with:  

Coldfusion 8, .NET and Excel Example

On March 12, 2008, in ColdFusion, by Anuj Gakhar

In an attempt to do something with Coldfusion’s .NET functionality, I tried to consume any existing .NET component to do something useful with it. Ideally, in order for this exercise to be really termed as useful, I should have been writing my own .NET component and then consume it in CF, but I would leave […]

Tagged with:  

Anyone came across this cfdump issue?

On March 9, 2008, in ColdFusion, by Anuj Gakhar

The issue is really weird. What’s happening is that whenever <cfdump> tag is used anywhere in the code, it throws an error like this. Permission denied for creating Java object: coldfusion.util.DumpHelper. Access to Java objects in the ColdFusion package has been disabled by the administrator The server is CF8 with access to internal Java Objects […]

Tagged with:  

Validate IP Address Natively with Coldfusion

On February 21, 2008, in ColdFusion, by Anuj Gakhar

I have been looking for these little gems recently and everytime I happen to find something new. Although, I dont blog about everything I find, this one is worth it I think. Normally in order to validate an IP address, we would use some kind of regular expression but Coldfusion has an inbuilt class for […]

Tagged with:  
© 2011 Anuj Gakhar