Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

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…

·2 min read
Uncategorized

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

·1 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·2 min read
Uncategorized

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

·4 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·6 min read
Uncategorized

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…

·4 min read
Uncategorized

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…

·2 min read