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 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…
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…
Minimize or Maximize CFWindow
Generally, In pop-up window has a minimize or maximize button but coldfusion cfwindow’s has not it. We need to add after creating cfwindow. How…
CFWindow with Local Content, Remote Content and Javascript
Coldfusion 8 has introduced cfwindow tag. It is used to create pop up window in browser without creating any separate browser window instance. cfwindow…
Appending Record to Existing Spreadsheet
Today I am working appending records into existing spreadsheet. I don’t know if any direct method available in POIUtility to append record, but rather…
Create custom selector using jQuery
Today i came to know one very advanced jQuery Concept.jQuery has its selectors inbuilt. here you can create your own custom selector.In below code…
