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
Scaling a Quick Time Movie
Nov 27th
Scaling a QuickTime Move, A very easy way to scale a quick time movie using simple parameter function. Scaling a Quick time Movie is Quite Easy. There are a small tweak inside the
tags of the HTML which help in scaling the size of QuickTime Movie.Here is the the tag which do all the stuff.
Hello CF Developers!
Nov 26th
Hello all cfdevelopers!
I am new to blogging. Started Just New Blogging Engine. I will soon post my posts,
tutorials and whatever information i have i will share with all of my fellow cfdevelopers.
I wish to get support from all you guys!!
Just let get rocking now…