Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

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…

·2 min read
Uncategorized

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

·2 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·1 min read
Uncategorized

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…

·3 min read
Uncategorized

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…

·2 min read