Remove null element and dangle delimiter from a list
Hello Friends, In out day to day programming we use list. Sometimes we are getting list with some null element and dangle delimiter so…
Best web developing technology – coldfusion
Hello All, Before few days i was surfing on web and found one intersting article written by Ray Camden on adobe’s website. We write…
Create Table and Copy Data from One Table to Another Table -MSSQL
Today i need to create a table and copy data from one table to another table using MSSQL. I was googling for the same…
New Coldfusion 9 Feature: CFIMAP (Access Remote Emails Kept On Another Mail Server)
IMAP stands for Internet Message Access Protocol. It is a method of accessing electronic mail or bulletin board messages that are kept on a…
ColdFusion.navigate
Coldfusion 8 introduce new Ajax feature is ColdFusion.navigate. ColdFusion.navigate is JavaScript function which is displaying output in cfdiv, cfwindow, cfpod or cflayoutarea container. When…
Submit Form To A New Window, With window.open() Features
To submit form to new window, we set the target attrubutes to ‘_blank’. But we can’t set the new window’s property such as height,…
Eclipse Full Screen Plugin
Today i realized that i never use the toolbar of eclipse editor. I can hide it by clicking right-clicking the toolbar. The main problem…
Disable right click very easily using jquery
Hello All, Disabling right click has been really very easy using Jquery. All you need to add below code in your page inside head…
Hide Page Content When Printing a Page
Sometimes, we are disabled editing option in a page like [select, copy and paste] also right click disabled because of no one can copied…
CFproperty Tag in Coldfusion
CFPROPERTY tag mainly do only two things. Useful in validation for web service return types. Add metadata to components. Generally, cfproperty is very less…
New Tags in Coldfusion 9
I have listed new tags of coldfusion which are introduced in coldfusion9. CFML Tag Description Cfcontinue Used within a cfloop tag. Returns to…
Adding minimize button on CFWindow in Coldfusion 9
Hi All, I was working on migrating our project from Coldfusion 8 to Coldfusion 9. As CF9 use ExtJs 3.1 for ajax library I…
