Description:
Discussion of the ColdFusion Markup
|
|
|
P2P Share files by email on Thu 04/25/2013
|
| |
Do you think that Peer-to-Peer, FTP
IRC technologies etc...are too much complicated !? There is a simpler technology to use, Autosend. This software allows file-sharing by only using your e-mail account. Autosend allows sharing files on your computer through regular email. It is an automatic file mailer... more »
|
|
CF developer available
|
| |
Hello everyone!
I'm available to lend a helping on any CF project you may have. I have 7 yrs CF experience (currently working with CF9) and 20 yrs total development experience!
I prefer to ONLY work with other professional developers-(ie...no newbies who want a 'website' built.
So if you are another developer who just needs a 'helping hand' lemme know. My rate is $35/hr.... more »
|
|
coldfusion 9 cfc memory usage much bigger the coldfusion 8
|
| |
This piece of code:
<cfscript>
for (j = 1 ; j LTE 500000 ; j = (j + 1))
{
dummyc = createObject("component","Dumm y");
dummyc.dummyf();
}
</cfscript>
that creates objects like this one:
<cfcomponent output="false">
<cffunction name="dummyf" access="public" output="false" hint="" returnType="void">... more »
|
|
DateField does not work in table cell
|
| |
I am using ColdFusion Builder.
When I try to place the following data field code into a table cell,
the application does not work. Get a 500 error.
<CFINPUT Name="EndDate" Type="datefield" value="" Size='10'
maxlength=’10' bindonload="no" required="yes" message="service end
date required">... more »
|
|
Coldfusion Rand function 0 included, 1 excluded?
|
| |
Hi,
The java random function specifies very clearly what it returns:
([link]
Math.html#random())
0.0 included, 1 excluded.
But the adobe coldfusion rand(algorithm) function documentation doesnt
specify this.
Can i safely assume this is exactly the same as java.math.random ?... more »
|
|
List finding multiple items...possible?
|
| |
I have a question about find items in a list. Let say the list
contains 1,2,3,4,5.
I can easily use listFindNoCase to find 1 but what function can I use
if I want to check if the list contains 1 and 3?
Is there even one or I have to do a loop?
Thanks in advance.
|
|
Not sure if anyone is reading this but ..
|
| |
We have a wierdness going on whee we have a list containign items. User can select multiple items in the list. After they are selected the items are returned to a test box with a comma seperating each selected value. This works. My issue is that the scrolling list box works in every browser... more »
|
|
cf to director issue
|
| |
Am picking up a job created 10 years ago by someone else. The question involves a page that is using CF to pull data from a mssql db and return it through a .dcr file. The instructions in the admin section state that any html tags can be used, but when I input an image, using a full image url, instead of... more »
|
|
Require Cold Fusion Developer for MNC at Pune
|
| |
Hi, We are looking for Cold Fusion Developer for one of our reputed client based out at Pune. Position - Cold Fusion Developer Job Description - 1-4 years of Cold fusion development experience. o Strong understanding of Software Development Life Cycle o Strong knowledge and proven experience in Object Oriented... more »
|
|
|