Making CKEDITOR Work With CFFM File Manager
May 27th
A Very handly Replacement of FCKEditor by CKEditor and Image/Upload Functionality by CFFM file Manager By Rick root. It works awesome
Using The ImageBackground Coldfusion Function
May 12th
Making the use of Coldfusion build in Image Functions to modify Image Background and Rectangular use of it
A Music Album You would love to listen
Apr 10th
Well I am PUNJABI and i love listening to Punjabi/Hindi/English Songs. Apart from doing Coldfusion i love to do some other stuff like listening to my favorite Music Album and tracking Here is one of my favorite Punjabi Album. A very Nice Sufi Songs by the Artist.. Powered by PZ10.com
Never Purchase WhirlPool Products
Apr 5th
Never buy WhirlPool Products, Service is so Bad in INDIA Instead
Coldfusion Hosting
Mar 31st
I found hostingatoz.com as the best website for all kind of hosts. They are Quite Cheap, Good and Reliable Host. i have my 100 websites running on hostingatoz.com
Detecting Browsers Using Coldfusion
Feb 17th
Making The Use of Coldfusion on how we can detect which browser User is Using and we can switch the CSS or any other Include file wheree we have define some global values to match that Browser accoring to the Required browser match.
Very basic Tutorial on How we can see what is going on here.
Captcha Code using Coldfusion 8 advanced technique
Feb 17th
The Captcha Using Coldfusion 8 is quite Easy but what I we want to make it bit difficult for the user to read using Case Sensitiveness.
Here is how we will do it.
First of all we will list the files we need for the this Captcha Stuff. A captcha.cfm file and a Login.cfm file So here is a very easy and small code which we will make the use o the coldfusion captcha.
Coldfusion Query to Doc Simple Technique
Dec 17th
Using Coldfusion to Export the query results to a Document File, we will be using a simple technique in making the file using the save-content variable or simple another methodology, please check the full listings
Creating Navigation For Images
Dec 3rd
Creating navigation For Coldfusion is quite Easy. We will use the Coldfusion Example Here. It is very Simple. Suppose we are trying to view images or we are trying to view products under a certain category. If we need to view the next product or next image sometime we have to move backwards and select the new image/product and view that again. This type of code is quite simple so here is the setup how we can do it. This is the best approach and it is quite simple enough that you will love it doing it.
Why cftransaction is Important!
Nov 27th
ColdFusion Application Server provides functionality for performing database
operations in a “safe mode” with the cftransaction tag.
The cftransaction tag has two
attributes (both optional): action and isolation. The action attribute
specifies the action to perform on the database transaction. Its valid values
are:
• begin: Identifies the beginning of
• a transaction (the default).
• commit: Commits all query
• operations that make up the pending transaction to the database. Once a
• transaction is committed, no “undo” command is available.
• rollback: Rolls back a database cftransaction
