I need to find a good quality / cost effective image resizer for ColdFusion MX that gives us the following functionality:
1) good quality thumbnail creation
2) Ability to apply smoothing o...
Hi, I have a Java CFX Tag that I want to register and use. I am able to register it properly. however i am now trying to tell the Administator where i put the .class files by setting the "Cold...
Trying To Find A CF Function To Work Out UK (Tax Week & Tax Month) For A Specified Date
Definations Of a Tax Week & Tax Month: -
Income tax weeks (tax weeks)
Tax weeks are periods of...
hi i have a query that will select the invoice number in the quotation and will determine if that quotation has an invoice already. but i have a problem in my condition. this is my query: the ...
I have a comma-delimited list that have a double quote after each string such as peter", paul", mary" How can I remove the double quote from each string, then recreate the list?
So i had some fantastic help to create a nice little sms function that i can call anywhere in my code using:
<cfset somevariable = Application.SendText.sendMessage('#mynum#', '#mymessage#')...
Hello experts.
I use a form to change the language in my site.
I want now to replace the select box with images.
I have a form with images so you can make the changes and also i have a solu...
I have set up a textarea field for users to enter email addresses to send a notice to. I've been trying to convert the results into a comma-delimited list, which I can then use as a recipient ...
Hi, what is the sql statement to convert a varchar to a number. I'm trying to run a query that grabs all prices that are either less than, more than, or equal to a value but need to convert t...
I want to create a tab delimited TXT file using this code, however, I cannot figure out how to force a line break in the TXT file after each row our output in the cfsavecontent.
<cfsavecont...
Hey Experts,
I'm having a bit of a problem with the mail functions in Coldfusion 8; I'll provide as many details as possible.
Okay, we recently moved a web application that was developed...
Howdy,
I'm looking to catch the error that coldfusion MX 7 throws when a file is not found on the server. Please note that this is not a CFINCLUDE error. This is when a filename was perhaps...
I have a nice little cfm page that generates an excel file when called... but if I am using internet explorer it always opens inside it... which I do not want... is there anyway around this so...
Hello,
I installed ColdFusion8 in Multiserver environement with JRun 4 and the system works well.
Now I'm trying to upgrade JRun with the latest Updater (Adobe JRun Updater 7) downloaded fro...
Hello, it's the thankful Reverend again. However, as thankful as I was on Friday, today, I'm still singing the blues. While the solution I got Friday did indeed work partially, without a fully...
Hello experts -
Is there a good way to calculate working day (not calender day) between any given date range?
Let say user provided a date range from 01/01/2004 to 05/21/2004
I need t...
Hello experts.
On this page :http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/ i found a tutorial jquery-select-manipulation and php.How ...
I would like to grab a list of column names from a query where the column value is GT 0. I don't want the column values, but the actual column names, which is proving to be problematic. Anyone...
I want to be able to dump the values of all local variables I have created a Coldfusion page. There is the <CFDUMP var="#XXX#"> tag where XXX is a struct (e.g. form, url, cgi, cookie, applicat...
Unless I'm missing one, there doesn't seem to be one built in?
First person who can point me in the direction of a free function/custom tag/etc that can encrypt using the md5 algorith gets ...
IHello,
We have tried installing coldfusion 8 on a windows 2008(64 bit) with IIS 7 and the installation completed with errors.
I tried running web sever configuration tool but it throws e...
I'm having problems pulling BLOB data from a mysql db and displaying it in a web browser. I can query the db just fine and return text data. However, the BLOB shows up as "Y0ya" instead of t...
I have two coldfusion forms the first has a select box that is populated for a data base. I also has text areas that are populated when an item in the selectbox is selected. Last on the first ...
I'm trying to figure something out here...
<cfquery name=myquery>
select *
from table
where empid = ...
</cfquery>
<cfif myquery.recordcount GT 0>
Put data here
<cfelse>
There is ...
Hello,
Please a little clarification.
I have been reading about setting security on my application and came across with this
set the value for #cgi.script_name#. I just don't get it....