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

Enable/Disable Link Button in jquery Mobile

Hi, I am developing mobile application, where I use jquery Mobile. Buttons can be created by input tag, button tag and even link tag.…

·2 min read
Uncategorized

Passing Additional Data to CALLBACK Function of jQuery.ajax

Now a days we can not imagine web application with AJAX and jQuery make stuff lot easier to us. We normally need to use…

·5 min read
Uncategorized

31 CSS Code Scraps to Make You a Better Coder

It is almost unfeasible to collect in an article all the CSS code snippets that could help you in the future but here are…

·2 min read
Uncategorized

jquery Mobile Error Avoiding Tip

For last month I am using jquery mobile. I’ve gone through lots of issues and learned a lot. Web is good but when it…

·1 min read
Uncategorized

Enable/Disable Auto Back Button for jQuery Mobile Framework

Currently JQuery Mobile is still in alpha version. As they are moving towards first beta version, they do some changes from previous alpha versions.…

·1 min read
Uncategorized

Javascript and Numbers

Once I wonder that why the I got the 10 value in my javascript variable x in the following example. [code:js]var x = 1…

·1 min read
Uncategorized

To Prevent Request Which Is Send Through Ajax

Today I have found something interesting thing to prevent our request which is send through Ajax. I am not sure it is working on…

·1 min read
Uncategorized

SQL Query to List Out All Identity Column

Once I want to get the list of all tables which contains the identity column. After some googling finally I got the sql query…

·1 min read
Uncategorized

Installing coldfusion 9 On Ubuntu Server in Virtualbox

In this week decided to install ColdFusion on Linux (Ubuntu) on Amazon EC2. As I am very new to Linux and having very limited…

·2 min read
Uncategorized

Mobile Theme and Theme Switcher for Mango Blog

Since couple of days I was reviewing jQuery Mobile and really impress with work it make it easy for us. Now it was time…

·2 min read
Uncategorized

Load Balancing with Apache Tomcat on ColdFusion Standard Version

·1 min read
Uncategorized

SQL Server Query Performance Tuning

Try to avoid function (user defined or inbuild) in where condition of sql query as it is always overlook indexing created on tables and…

·1 min read