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

Remove null element and dangle delimiter from a list

Hello Friends, In out day to day programming we use list. Sometimes we are getting list with some null element and dangle delimiter so…

·1 min read
Uncategorized

Best web developing technology – coldfusion

Hello All, Before few days i was surfing on web and found one intersting article written by Ray Camden on adobe’s website. We write…

·1 min read
Uncategorized

Create Table and Copy Data from One Table to Another Table -MSSQL

Today i need to create a table and copy data from one table to another table using MSSQL. I was googling for the same…

·1 min read
Uncategorized

New Coldfusion 9 Feature: CFIMAP (Access Remote Emails Kept On Another Mail Server)

IMAP stands for Internet Message Access Protocol. It is a method of accessing electronic mail or bulletin board messages that are kept on a…

·1 min read
Uncategorized

ColdFusion.navigate

Coldfusion 8 introduce new Ajax feature is ColdFusion.navigate. ColdFusion.navigate is JavaScript function which is displaying output in cfdiv, cfwindow, cfpod or cflayoutarea container. When…

·2 min read
Uncategorized

Submit Form To A New Window, With window.open() Features

To submit form to new window, we set the target attrubutes to ‘_blank’. But we can’t set the new window’s property such as height,…

·2 min read
Uncategorized

Eclipse Full Screen Plugin

Today i realized that i never use the toolbar of eclipse editor. I can hide it by clicking right-clicking the toolbar. The main problem…

·1 min read
Uncategorized

Disable right click very easily using jquery

Hello All, Disabling right click has been really very easy using Jquery. All you need to add below code in your page inside head…

·1 min read
Uncategorized

Hide Page Content When Printing a Page

Sometimes, we are disabled editing option in a page like [select, copy and paste] also right click disabled because of no one can copied…

·1 min read
Uncategorized

CFproperty Tag in Coldfusion

CFPROPERTY tag mainly do only two things. Useful in validation for web service return types. Add metadata to components. Generally, cfproperty is very less…

·1 min read
Uncategorized

New Tags in Coldfusion 9

I have listed new tags of coldfusion which are introduced in coldfusion9.   CFML Tag Description Cfcontinue Used within a cfloop tag. Returns to…

·1 min read
Uncategorized

Adding minimize button on CFWindow in Coldfusion 9

Hi All, I was working on migrating our project from Coldfusion 8 to Coldfusion 9. As CF9 use ExtJs 3.1 for ajax library I…

·1 min read