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…
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…
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…
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…
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…
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.…
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…
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…
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.…
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…
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…
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.…
