Configure ColdFusion with VisualVM
For one of our project we are facing jrun high usage issue. When looking into task manager (Window 2008) I found jRun continously eating…
Read File Line by Line in ColdFusion by Using Java Classes
HI,I was having situation where I wanted to read a file and process each line.I think cffile tag is not capable to do it,…
Making Paypal Standard Checkout More User Friendly
Recently working with paypal standard checkout and it so easy to integrate with any application as it will redirect to paypal site and customer…
How to Create Application Shortcut in Firefox
Generally, I use firefox as my default browser. Now, In IE9 and google chrome provide options to create application shortcuts. Google Chrome : Tools…
Strange Error “Invalid token  found on Line 1 at Column 55.”
I was building plugin for blog and found really strange error " Invalid token  found on line 1 at column 55.", Google it…
Pass by Reference in coldfusion
Arrays Created as java.util.ArrayList java objects are passed by reference to the ColdFusion Functions.Normal behavior is that of pass by value in ColdFusion Functions.[code:cf]<cfscript>function…
.cfc Page Not Supported in ColdFusion 5, Make It Work Using .cfm Page
Recently I use ColdFusion 9 for development, one of the project in that I create findcity.cfc page that contains function ‘findCity()’ to get list…
Understanding Event Handler and Parallel Processing
These days I am trying to play with browser’s local database. I get very much interesting experience while assigning a value to variable. I…
Static Method Implementation in ColdFusion
I found some discussion about static method equivalence in ColdFusion. In C# we can declare class as static and static class can only have…
Work Around ColdFusion Local Scope
These days am working as a tester. I never thought that developer can also do that if they really take interest in testing! Infect…
Automated Tests Using Ant Integration of Testing Frameworks – cfunit, cfcunit and mxunit
If you have seen my previous post, then you might want to automate testing. You can automate all three popular testing frameworks (cfunit, cfcunit…
innerHTML vs appendChild
Today I was testing my code, and I found interesting stuff on innerHTML property and appendChild method. I was trying to add new element…
