Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

How to Use Query of Query in cfscript

We can use queries of queries in cfscript with the Query.cfc. But this is possible in Coldfusion 9 because Query.cfc has introduced in Coldfusion…

·2 min read
Uncategorized

Run BlackBerry PhoneGap Application on Other BlackBerry Models

I am currently developing BlackBerry Application using PhoneGap. Basically PhoneGap is a BlackBerry WebWork project. Eclipse has plugins for that. But when you use…

·1 min read
Uncategorized

CF Builder Error: “Unhandled Event Loop Execution” When Trying Install New Software

Got new project and started working this, going through documentation provided by client and where he mention code repository will be Git. Well, we…

·2 min read
Uncategorized

Get Drives List Using ColdFusion in Window

For one of my project where we were building file manager to give selection of server file, here we need list of drive letters…

·1 min read
Uncategorized

Camera and Read Directory Was Not Working in BlackBerry 5.0 PhoneGap Application – Solved

Problem: Camera and read directory was not working in BlackBerry models with OS 5.0 when using PhoneGap.   Solution: I had deleted json2.js file…

·1 min read
Uncategorized

Forward Engineering Visio 2007 Database Model to SQL Server

This is first ever I was trying for Visio Database model to design database without knowing that forward engineering doesn’t support on Visio 2007.…

·3 min read
Uncategorized

ColdFire Not Working with Firefox 5

In IT industry update come with nice stuff but latest Firefox 5.0 update make my life painful. In early morning I got Firefox update…

·2 min read
Uncategorized

Submit Form to CFWINDOW

This may be wrost title. Basically I need to submit form and submit page should render in cfwindow object, another issue was there are…

·3 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

Scroll to UI Element in jquery Mobile Framework

I am using jquery mobile framework for last couple of weeks. Recently it was required to scroll a page to my listview item. Jquery…

·1 min read
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