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

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
Uncategorized

Automated Tests Using Ant Integration of Testing Frameworks – cfunit, cfcunit and mxunit

If you have seen my previous post, then you might want to automate testing. You can automate all three popular testing frameworks (cfunit, cfcunit…

·4 min read
Uncategorized

jQuery Enable/Disable Specific Date

In web application most of people use jQuery, jQuery UI and jQuery Plug-ins. Why not? First of all it’s free and it reduces no.…

·2 min read
Uncategorized

Bug – count () function in ColdFusion Query of Query

It has been a great time since I started working on ColdFusion. I must say that it is the easiest language in the world…

·2 min read
Uncategorized

innerHTML vs appendChild

Today I was testing my code, and I found interesting stuff on innerHTML property and appendChild method. I was trying to add new element…

·2 min read
Uncategorized

SQL Server (Store Procedure) Mechanism Convert Empty String Date Parameter to Initial Date (1900-01-01)

It may you know about it but I would like to share this thing with you. We were working on one of project where…

·2 min read
Uncategorized

Sql Server Rank() v/s Dense_rank()

Some days before I was googling on sql server’s system function and I got one site having sql server query puzzle. The site have…

·2 min read
Uncategorized

“The Executable Signed with Invalid Entitled” Frustrating Error but Resolved Now

I was really happy that I was going to release my first iPhone application. Waiting for my developer account so I can test on…

·2 min read
Uncategorized

Full Text Option Is Greyed Out in MSSql 2008

Today I was trying to setup fulltext indexing on one of my database table. I have finish with creating fulltext catelog and tried to…

·1 min read
Uncategorized

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…

·3 min read
Uncategorized

Case Study: HauntWorld.com AWS Implementation

ABOUT HAUNTWORLD HauntWorld the most advanced haunted and Halloween attraction directory on the web. Hauntworld.com is dedicated to promoting the haunted house industry, which…

·4 min read
Uncategorized

How to Use SQLite Manager Extension in Firefox?

It was really strange when I installed an SQLite manager extension from Mozilla and I cannot find how to use it!! Well Then I…

·1 min read