Choose SQL Server Instance in CF Administrator

On January 17, 2008, in ColdFusion, by Anuj Gakhar

Radek has written a nice tool using which you can add a custom button to your Coldfusion administrator which will let you choose a running Sql Server instance while adding a Sql Server datasource. Pretty slick I must say.

Tagged with:  

Directory Listing using Coldfusion 8 and .NET

On January 17, 2008, in ColdFusion, by Anuj Gakhar

After doing my first example with CF8 and .NET, I got a little excited and wanted to do more with it. I am not really a .NET guy and have very little know-how of how it works. However, I have been trying to do something rather useful with it and I thought it might be […]

Tagged with:  

Coldfusion 8 and .NET – My first Attempt

On January 14, 2008, in ColdFusion, by Anuj Gakhar

We all know Coldfusion8 has some aded functionality for .NET integration. What that basically means is, Coldfusion can now interact with .NET assemblies simply by creating an object. We could always consume .NET webservices in Coldfusion in earlier versions but that had some datatype compatibility problems. In Coldfusion 8, it allows us to access native […]

Tagged with:  

Coldfusiondocs.com Updates

On January 13, 2008, in ColdFusion, Flex, by Anuj Gakhar

I had some free time this weekend so I decided to work on some of the requested features of coldfusiondocs.com. I could not get a lot done but here is what I have done :- The search now allows for a “type search” which means you can now search for e.g. Application framework tags, data […]

Tagged with:  

Coldfusion and NULLS

On January 11, 2008, in ColdFusion, by Anuj Gakhar

There is an interesting post from Radek here . I kinda agree that we as developers shouldnt be left with the job of having to deal with NULLs on our own. It would be better if there was some sort of inbuilt way to deal with it.

Tagged with:  

How to get detailed drive information through COM

On January 10, 2008, in ColdFusion, by Anuj Gakhar

Back in 2001, when CFComet was live, I wrote a little script to read detailed drive information (windows only) via COM. I thought it might be a good idea to post it here as well. This code makes use of the FileSystemObject and displays some useful information. I did a little search and its still […]

Tagged with:  

coldfusiondocs.com is now LIVE

On December 27, 2007, in ColdFusion, by Anuj Gakhar

As a result of feedback from one of my previous posts , I have made a few changes based on the feedback and the site is now live. This site is basically about giving a new face to the Coldfusion documentation, valid upto the latest version. Website : www.coldfusiondocs.com Documentation : www.coldfusiondocs.com/app/

Tagged with:  

CFFTP Inconsistency

On December 21, 2007, in ColdFusion, by Anuj Gakhar

I’ve got a scheduled task running that generates a file and sends the file over to a FTP server every day. I have been expereincing some very inconsistent behaviour with the way this works. Almost 50% of the time, the FTP connections gets opened and then when it tries to upload the file, it fails. […]

Tagged with:  

Feedback wanted on new coldfusiondocs.com

On December 18, 2007, in ColdFusion, Flex, by Anuj Gakhar

I have been spending some time lately on this idea of mine and I would like to get some initial feedback on this. Its to do with the CF documentation that is available to developers. As a developer, I always have to search for CF tags or functions and there is no easy way to […]

Tagged with:  

Playing with CF8 Image Functions

On December 12, 2007, in ColdFusion, by Anuj Gakhar

Here is what I did with the new CF8 image functions. This is actually drawn to the canvas and not just some text. Here is the code :-

Tagged with:  
© 2011 Anuj Gakhar