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

Tag SES URL Throw 404 Error If Tag Has Special Characters Other Than ‘-‘

Recently working on MuraCMS (opensource Content Management System build on CFML) for our company website. While working on blog section where we used to have…

·2 min read
Uncategorized

Decode HTML Code with jQuery

In one of the project, we are storing all form fields in json string format (i.e. {"name":"myname", "email":"may@xyz.com", "address":"myaddressdetail"}) in the database table. To avoid…

·2 min read
Uncategorized

ColdFusion Schedule Task Issue with Daily Every Task

Schedule task in ColdFusion is something I love most and I guess all ColdFusion developers are too. It is really easy to schedule any…

·2 min read
Uncategorized

Scroll Issue with iPad Browser for Framed Window

Recently one of our client report scrolling issue when they try to view their website on iPad (or any mobile device). Page they are…

·5 min read
Uncategorized

Celebrating ColdFusion-X month

We all know ColdFusion 10 is out and lots of tweet regarding release. As usual my first step was to install ColdFusion 10 in…

·2 min read
Uncategorized

Day 2: Avoid Cross-site Scripting (XSS) using ColdFusion 10 – Part 1

"Cross-site scripting (XSS) is a type of computer insecurity vulnerability typically found in Web applications (such as web browsers through breaches of browser security)…

·6 min read
Uncategorized

Day 3: Avoid Cross-site scripting (XSS) using ColdFusion 10 – Part 2

Yesterday I have tried to look over three newly added security functions to avoid XSS attach on your website. Today look for remaining functions…

·3 min read
Uncategorized

Day 1: ColdFusion 10 Limit Number of Post Request Parameters to 100 By Default

Today started celebrating ColdFusion month with series of 30 blog posts on ColdFusion 10’s new feature and here first one. This is really not…

·2 min read
Uncategorized

Show tooltip When Input Element Get Focus

Recently I am working on one of the project, and inside it we want functionality to show a hint tooltip box (show information related…

·2 min read
Uncategorized

Day 6 : ColdFusion 10 and Closure

Wow, ColdFusion now support closure. I am fan of closure and heavily using it on JavaScript specially for ajax call’s callback function. Closure is…

·3 min read
Uncategorized

Day 7: ColdFusion 10 and Closure – Part 2

Yesterday take look on Closure with ColdFusion, now its time to discover more on this.  Closure can be defined as inline without giving name.…

·3 min read
Uncategorized

Day 4: Avoid CSRF Attack with ColdFusion 10

Day 4 for my ColdFusion 10 review, since last three days concentrating on all security enhancement. In previous two posts I have covered functions…

·4 min read