www.webdeveloper.com
+ Post New Thread
Page 1 of 2 1 2 LastLast
Threads 1 to 25 of 49

Forum: Cold Fusion

All Questions regarding the cold fusion server side scripting language

  1. Security vulnerability in Cold Fusion

    http://www.adobe.com/support/security/advisories/apsa13-03.html Patch expected on the 14th.

    Started by NogDog‎, 05-09-2013 07:35 PM
    • Replies: 0
    • Views: 471
    05-09-2013, 07:35 PM Go to last post
  2. Has CF lost that much popularity?

    I know that CF popularity has been in decline since 2003, but has it gone so far out of style that no one is using it, anymore? Period?

    Started by WolfShade‎, 03-01-2012 01:41 AM
    • Replies: 3
    • Views: 2,068
    04-08-2013, 01:44 AM Go to last post
  3. Binding form fields

    Anyone here good with binding cfform elements? I need to figure a way to repopulate a cfselect (done via cfc) when a cfinput value changes.

    Started by WolfShade‎, 06-08-2011 11:42 AM
    • Replies: 2
    • Views: 7,110
    04-08-2013, 01:13 AM Go to last post
  4. Clean up Word-generated HTML

    Does anyone know of a CF function or UDF that will strip out the cruft from Word-generated HTML?

    Started by WolfShade‎, 04-12-2011 03:13 PM
    cruft, html, word
    • Replies: 3
    • Views: 9,393
    04-08-2013, 12:56 AM Go to last post
  5. Array conversion issue

    Hello friends, I am trying (in Javascript an Coldfusion) to convert: {"val1":"member","val2":"book","val3":"journal","val4":"new_member","val5":"cds"}, into this: { member,book,journal,new_member,cds} Notice that I am trying to eliminate quotes. Is it possible to achieve that? How can I...

    Started by anarchos78‎, 05-18-2012 01:04 PM
    arrays, coldfusion
    • Replies: 1
    • Views: 2,963
    09-26-2012, 11:23 PM Go to last post
  6. Integrate Report and Graphical Report Builder for my application

    Friends, I need to get Data Report and Graphical Report for my coldfusion application from Database. So Can you suggest suitable tool or api for my requirement. Kindly advise. Regards, Santhosh.

    Started by santhoshphp‎, 08-24-2012 12:44 AM
    • Replies: 0
    • Views: 1,085
    08-24-2012, 12:44 AM Go to last post
  7. nullpointerexception after site idle

    After weeks of research and little help from my webhost I thought I'd ask the coldfusion community. I'm a beginner developer so bear with me. I'll provide as much info as I can think of. I'm getting a nullpointerexception error on my site any time it sits idle for a few minutes(less than 5). If...

    Started by ballyhoo‎, 04-09-2012 09:41 PM
    • Replies: 4
    • Views: 1,992
    04-14-2012, 01:56 PM Go to last post
  8. nicedit and coldfusion

    Anyone using nicedit wysiwyg text editor? I have a problem getting it to work when there is anything more than a single textarea box on the page. Add any other input forms, and nothing works. Thanks!

    Started by raehm‎, 03-06-2012 11:42 AM
    • Replies: 1
    • Views: 1,874
    03-11-2012, 06:28 PM Go to last post
  9. Question absolute cfdirectory from LAN folder

    I am trying to create href links to files on our LAN directory without knowing the file type. My cfelse link works fine, but I can't seem to get the directory path in the cfdirectory to produce any query results. I tried adding and http:// but still no results. I would appreciate your input on...

    Started by PeoplePerson‎, 09-21-2011 11:28 AM
    • Replies: 2
    • Views: 5,755
    12-16-2011, 12:44 AM Go to last post
  10. Complete n00b with AJaX/CF - use CFFORM data to call cfc component

    Hello, everyone. I've been asked to do something in CF I've never done before. Without actually submitting a CFFORM or refreshing the page, make an AJaX call to a cfc component, which will get data from the database, then display it on the same page. I'm at a complete loss, here. Has anyone...

    Started by WolfShade‎, 04-15-2011 01:21 PM
    ajax, coldfusion, component
    • Replies: 1
    • Views: 11,077
    07-07-2011, 02:19 AM Go to last post
  11. resolved [RESOLVED] CFAJAXPROXY & statusCode 122 (IE7)

    Hello, everyone. I'm using CFAJAXPROXY to access a method in a CFC. So far, with one exception, it's all working quite well. The issue is when accessing a method to add a row to a database table based upon the ColdFusion #FORM# object. This method requires that all the form field names...

    Started by WolfShade‎, 05-16-2011 03:12 PM
    122, cfajaxproxy, statuscode
    • Replies: 1
    • Views: 8,300
    05-17-2011, 09:26 AM Go to last post
  12. CFLAYOUT - Expand with dynamic content?

    Hello, everyone. Is there a way to get CFLAYOUT to expand/contract when dynamic content is introduced? Right now, the dynamic content just puts a vertical scrollbar inside the CFLAYOUT area - don't want that. I need it to expand vertically (scrollbars on side of browser is okay) whenever...

    Started by WolfShade‎, 05-02-2011 01:34 PM
    • Replies: 0
    • Views: 5,782
    05-02-2011, 01:34 PM Go to last post
  13. get filetype from string and unzip

    Hi Folks, I'm reading files of a directory into a list and then loop through it. with every loopcount I get one filename, then if it is a xlf file, I insert the data into my db. But if the file is a zip file (always containing serveral xls files), and here is my problem, it has to be unziped...

    Started by JollyRoger‎, 04-28-2011 08:57 AM
    • Replies: 5
    • Views: 6,072
    04-30-2011, 11:56 AM Go to last post
  14. how can I use dynamic GET variables?

    Hi CF people, I created the following GET String with Javascript: verarbeite.cfm?anzahl=5&id_3=12&menge_3=25&id_5=2&menge_5=100 this is how I did it: Pseudocode:

    Started by JollyRoger‎, 04-17-2011 10:20 AM
    • Replies: 2
    • Views: 5,946
    04-28-2011, 08:59 AM Go to last post
  15. Rewrite WITHOUT using Evaluate()?

    Hello, everyone. Can anyone help me rewrite this so that it does NOT use "Evaluate()"? <!--- This first cfinvoke gets the data for a particular project ---> <cfinvoke component="components.getProjectInfo" method="getProjectInfo" returnvariable="appinfo"...

    Started by WolfShade‎, 04-27-2011 11:23 AM
    evaluate, evalute(), rewrite
    • Replies: 0
    • Views: 5,311
    04-27-2011, 11:23 AM Go to last post
  16. Escape # in cfdiv binding variable

    Have a problem using cfdiv binding variable, because it contains # in the value, so when it passed in Firefox it truncked anything from # sign on. here is the code: <form name="myForm" method="post"> <b><center>Part Name</center></b><br> <select name="Avail_Names" id="Avail_Names"> ...

    Started by jt107‎, 04-04-2011 09:06 AM
    • Replies: 3
    • Views: 6,018
    04-04-2011, 01:24 PM Go to last post
  17. resolved [RESOLVED] "The specified CFC cannot be found." It's RIGHT THERE!

    Hello, everyone. Working on an internal app, so I can't give links/urls to view anything. CF Server 9 on IIS6. I'm trying to populate a CFSELECT with bind="components.ltm.getLTMs()" In the components directory, there is ltm.cfc; it contains two functions. Both functions are just...

    Started by WolfShade‎, 03-28-2011 02:37 PM
    • Replies: 1
    • Views: 6,247
    03-30-2011, 07:59 AM Go to last post
  18. Question CF developers in St. Louis area?

    Hello, everyone. I am looking for CF developers in the STL area, for two reasons. 0. I may know of a freelance position that is currently available. 1. I noticed there is not a CFUG for the STL area, and I'm looking for people who might be interested in forming a CFUG, locally. Anyone...

    Started by WolfShade‎, 01-14-2011 01:16 PM
    • Replies: 4
    • Views: 7,808
    03-16-2011, 08:13 AM Go to last post
  19. Consume Non-CF Web Service

    Hey guys, I just got a job at a company that uses CF as its server side language. I'm a quick learner and have the basics ironed out so my boss gave me a project that seems above my league but before I tell him, I'd like to know if there is anything I could try. And I've looked thru all...

    Started by antares‎, 02-24-2011 11:30 AM
    • Replies: 11
    • Views: 8,001
    02-28-2011, 04:26 PM Go to last post
  20. resolved [RESOLVED] Error converting data type varchar to int.

    CF9, no hot fix, vendorerrorcode 8114. CFINVOKE calls to a CFFUNCTION in a .cfc, defines what is being passed (properly), but errors saying that a CFPROCRESULT isn't converting a varchar value to int. Well.. I'm not ASKING for any int, it's all varchar that I'm supposed to get back. What am...

    Started by WolfShade‎, 02-18-2011 03:15 PM
    cfprocresult, error converting, varchar to int
    • Replies: 3
    • Views: 7,070
    02-22-2011, 02:58 PM Go to last post
  21. Error with array inside query loop

    <cfset var LOCAL = {}> <cfquery name="qrysecnavtop" datasource="dev"> SELECT pagename, subname, maincontent FROM ECpages WHERE navplacement = 2 ORDER BY sortorder </cfquery>

    Started by Aaronyman‎, 02-16-2011 10:00 AM
    • Replies: 3
    • Views: 5,434
    02-16-2011, 06:55 PM Go to last post
  22. St. Louis CFUG

    Anyone know of a CFUG for St. Louis? Anyone interested in starting a CFUG for St. Louis, if there isn't one, already? ^_^

    Started by WolfShade‎, 02-16-2011 07:59 AM
    cfug, st. louis, stl, user group
    • Replies: 0
    • Views: 4,916
    02-16-2011, 07:59 AM Go to last post
  23. resolved [RESOLVED] cfimage / BLOB data

    Hello, everyone. Has anyone used cfimage to display an image constructed on the fly from BLOB data without being saved to a physical drive, first? I can do the "retrieve BLOB data and save file to path, then display" stuff; but I've never attempted pulling the BLOB data and creating an image...

    Started by WolfShade‎, 02-07-2011 09:09 AM
    blob, browser, image, varbinary
    • Replies: 1
    • Views: 5,935
    02-09-2011, 04:41 PM Go to last post
  24. CFTEXTAREA/fckEditor issue with unterminated string constant

    Hello, everyone. I'm having a bit of an issue with the fckEditor that is included with CFTEXTAREA in CF Server 9. Everything works fine in FF and Chrome, but IE7 is throwing a conniption fit over... line breaks that appear in the content which are created by... .. unordered lists and...

    Started by WolfShade‎, 01-20-2011 04:38 PM
    • Replies: 0
    • Views: 7,193
    01-20-2011, 04:38 PM Go to last post
  25. ColdFusion.Window.create - print contents??

    Hello, everyone. Does anyone know how to print the contents of a layer created with ColdFusion.Window.create()?? Specifically with JavaScript? Thanks, ^_^

    Started by WolfShade‎, 12-29-2010 12:40 PM
    • Replies: 0
    • Views: 6,536
    12-29-2010, 12:40 PM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles