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

Character Encoding Issue with Nodejs

Recently we faced many issues with character encoding in Nodejs. We came across the iconv module and this post explains how we handled those issues.…

·3 min read
Uncategorized

Agile Development – A practice to maximize advantages

Agile is more likely a philosophical approach towards software development then just a methodology. It is smartly avoiding proscription in its precise phrasing which…

·3 min read
Uncategorized

Cloning SVN Repository to GIT on Windows

Since couple of weeks working on implementing Git Repository for our codebase of our all projects. Before this we were using SVN as versioning…

·2 min read
Uncategorized

Securing You ASP Scripts for SQL Injection

Recently I got a client email that his site is affected by malware and Trojan virus. Google safe browsing tool and other firewall security…

·3 min read
Uncategorized

Add CMS Page Links to Top Navigation in Magento

I had a site running on magento 1.6.2 CE. To add a menu item, first of all you need to find out where it…

·3 min read
Uncategorized

Problems, Tips and Tricks About Magento

·1 min read
Uncategorized

HTML5 Compatible Table Design

Today I am showing you a tip to redesign your HTML table element that will be compatible with HTML4 and HTML5. Let me put…

·5 min read
Uncategorized

cfform Creates javascript Variables for HTML Elements

This post is about JavaScript and ColdFusion. Few days ago, I caught an issue in HTML form post data. I received [object HTMLInputElement] as form…

·2 min read
Uncategorized

SignatureDoesNotMatch – Amazon S3 File Opening Issue in FireFox

Few days ago, I see a case that my file on Amazon S3 wasn’t opening in FireFox but it was opening in Chrome and…

·1 min read
Uncategorized

jQuery Plugin to Convert HTML Select Box to DIV Based Dropdown

Since long time I was planning to build jQuery plugin to convert HTML select box to DIV based dropdown but still do not want…

·1 min read
Uncategorized

Importing data on Amazon RDS for Microsoft SQL Server.

Recently Amazon Cloud started RDS for Microsoft SQL Server and currently support Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012. Since RDS currently…

·4 min read
Uncategorized

Managing ColdFusion Code Formatting

Since I use eclipse as ColdFusion editor, I have installed cfeclipse plug-in for ColdFusion. I got two issues which makes me writing this blog…

·2 min read