Insights

Written by the people doing the work.

We publish on agentic AI, automation, ColdFusion and modernization; the topics where we think the received wisdom is currently wrong. No ghostwriting, no vendor summaries.

Uncategorized

Listing Scheduled Task

I love cfschedule tag to create/update/delete schedule and use one file to create all schedules. This is really help whenever you swich server and…

·2 min read
Uncategorized

Installing RAILO Tomcat On Windows Step by Step

Installing RAILO with Tomcat apache in window. 1. Download war version of Railo. 2. Download tomcat apache version. Install tomcat (just extract zipped file)…

·4 min read
Uncategorized

How to Prevent the Web Pages from Being Index by Search Engine

If you want to hide a page or website from search engines, you can do it in several ways. Since all search engines follow…

·2 min read
Uncategorized

Configure ColdFusion with VisualVM

For one of our project we are facing jrun high usage issue. When looking into task manager (Window 2008) I found jRun continously eating…

·2 min read
Uncategorized

How to Create Application Shortcut in Firefox

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

·1 min read
Uncategorized

Read File Line by Line in ColdFusion by Using Java Classes

HI,I was having situation where I wanted to read a file and process each line.I think cffile tag is not capable to do it,…

·1 min read
Uncategorized

Making Paypal Standard Checkout More User Friendly

Recently working with paypal standard checkout and it so easy to integrate with any application as it will redirect to paypal site and customer…

·2 min read
Uncategorized

Pass by Reference in coldfusion

Arrays Created as java.util.ArrayList java objects are passed by reference to the ColdFusion Functions.Normal behavior is that of pass by value in ColdFusion Functions.[code:cf]<cfscript>function…

·2 min read
Uncategorized

.cfc Page Not Supported in ColdFusion 5, Make It Work Using .cfm Page

Recently I use ColdFusion 9 for development, one of the project in that I create findcity.cfc page that contains function ‘findCity()’ to get list…

·4 min read
Uncategorized

Understanding Event Handler and Parallel Processing

These days I am trying to play with browser’s local database. I get very much interesting experience while assigning a value to variable. I…

·2 min read
Uncategorized

Static Method Implementation in ColdFusion

I found some discussion about static method equivalence in ColdFusion. In C# we can declare class as static and static class can only have…

·2 min read
Uncategorized

Work Around ColdFusion Local Scope

These days am working as a tester. I never thought that developer can also do that if they really take interest in testing! Infect…

·6 min read