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. Yeh!! + Suggestion

    finally a cf section! I love this forum and I'm glad Codlfusion has its own place now. This could also be a Flex/Actionscript forum. I'm mainly a cf developer but started getting into Flex and it rocks.

    Started by sushi‎, 05-07-2009 02:08 PM
    • Replies: 0
    • Views: 3,928
    05-07-2009, 02:08 PM Go to last post
  2. Anyone used Amazon AIM?

    Hello, all. I, too, am glad to see that CF finally has a spot on webdeveloper.com; it's long overdue, I think. Is there anyone here who has used the Amazon AIM module? The documentation is not very explicit, and offers no code samples. I'm looking for CF examples that show how to use the...

    Started by WolfShade‎, 05-22-2009 10:16 AM
    • Replies: 0
    • Views: 5,149
    05-22-2009, 10:16 AM Go to last post
  3. Coldfusion - create "permanently bypass" option on splash page

    I have a splash page for our site (not my choice, but my client wants it), and I need to add an option to "permanently bypass" beside the enter store option. Anyone have any idea or advice on how to create that so that it works properly?

    Started by jeffmc21‎, 04-09-2009 01:57 PM
    • Replies: 2
    • Views: 6,607
    05-22-2009, 10:21 AM Go to last post
  4. Dynamic Query in CF

    Ok what i am trying to do is a search funnction. I have 4 fields in my DB that i want to search on. member Email category ContractNumber But i only want to search them if someone type something in those fields on the interface.

    Started by moiseszaragoza‎, 06-06-2009 08:43 AM
    • Replies: 5
    • Views: 4,943
    06-11-2009, 02:02 PM Go to last post
  5. CF DateAdd

    I am having a small problem with the DateAdd function. i need to add 2 month to a particular date but i am getting the date backwors my code <cfset date1 = #LSDateFormat(Now(), "mmmm dd, yyyy")# > <cfset expdate = DateAdd("m", 2, date1)>

    Started by moiseszaragoza‎, 06-08-2009 01:25 PM
    • Replies: 1
    • Views: 4,909
    06-11-2009, 02:06 PM Go to last post
  6. CF cfmail problem with image map

    i am trying to send a email with a image map but that is not working properly. It gives me a error when it sees the "#" and that is part of the name of the immage map? WHat can id do? my code is below <cfoutput>

    Started by moiseszaragoza‎, 06-10-2009 02:25 PM
    • Replies: 2
    • Views: 4,619
    06-19-2009, 07:28 PM Go to last post
  7. No other CF coders?

    I've wanted a CF forum at webdeveloper.com for a long time. Now that it's here, no one is using it? WTx? C'mon, people! Who's going to answer questions? ^_^

    Started by WolfShade‎, 06-02-2009 03:03 PM
    • Replies: 3
    • Views: 4,686
    06-22-2009, 06:03 PM Go to last post
  8. using HTML input type = "file"

    I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path to it into the db. The problem is if anyone edits the data after a file has been uploaded, the path...

    Started by vikingGirl‎, 06-19-2009 08:07 AM
    • Replies: 3
    • Views: 6,195
    06-24-2009, 05:46 AM Go to last post
  9. Red face Problems converting query into SP (ColdFusion related)

    Hello, all. I'm trying to convert queries that someone else built into Stored Procedures, and for the most part it's going smoothly. However, there is one query (pretty large and detailed) that is using some CF functions to format part of it, and I'm getting errors sending the data to the SP. ...

    Started by WolfShade‎, 06-05-2009 11:14 AM
    coldfusion, convert, listqualify, query, stored procedure
    • Replies: 3
    • Views: 5,687
    07-02-2009, 02:42 PM Go to last post
  10. XML with CFM ¿?

    i have a flash file that calls a XML but i need to populate the data in the XML with some dynamic content. SAMPLE XML SCHEMA <image> <url>images/#db.image1#</url> <caption><!

    Started by moiseszaragoza‎, 06-19-2009 07:32 PM
    • Replies: 3
    • Views: 13,958
    07-06-2009, 01:15 PM Go to last post
  11. zipcodes

    I need to find a way i can type a zipcode like 33308 and get all the zipcodes around it like 100 miles any one where i can get a script like this?

    Started by moiseszaragoza‎, 06-30-2009 05:04 PM
    • Replies: 3
    • Views: 4,880
    07-07-2009, 07:55 AM Go to last post
  12. Explode, Split

    I have a date 08-22-1983 and i need to spit it into 3 part 08 22 1983 Any ides how do do this? Thanks

    Started by moiseszaragoza‎, 06-28-2009 02:27 PM
    • Replies: 5
    • Views: 5,181
    07-15-2009, 11:47 PM Go to last post
  13. Reading Excel files with Coldfusion

    anyone know a way to do this? Basically return a query with the .xls information in it. thanks!

    Started by sushi‎, 07-16-2009 01:15 PM
    • Replies: 1
    • Views: 5,817
    08-01-2009, 03:12 PM Go to last post
  14. resolved [RESOLVED] Accessing remote SQL server

    Hello, all. This is the first time I've ever needed to access a remote SQL server, and I'm getting an attribute validation error for the cfquery tag. The CFQUERY tag currently opens as: <cfquery name="" debug="1" username="#User#" password="#Pass#" dbserver="" dbname=""> What are the...

    Started by WolfShade‎, 08-01-2009 03:15 PM
    • Replies: 1
    • Views: 4,375
    08-02-2009, 12:42 PM Go to last post
  15. Red face Arrays and XML

    Hello, everyone. I'm attempting to create a pricing module for Amazon. Basically, I give Amazon ten items at a time to get all pricing information for each item. The data is being returned in XML. What I'd LIKE to do is take the first XML response that contains up to the first ten offers...

    Started by WolfShade‎, 08-03-2009 01:32 PM
    • Replies: 1
    • Views: 7,007
    09-09-2009, 03:50 PM Go to last post
  16. Run a CF program as a background process?

    I want to write a ColdFusion program that sends an email to a list of people whenever a particular column in a database is edited. I know how to do this, but I want it to run automatically everyday, rather than me having to run it myself. Is there a way to do this??

    Started by vikingGirl‎, 10-30-2009 09:53 AM
    • Replies: 1
    • Views: 4,810
    11-10-2009, 03:41 PM Go to last post
  17. Arrays in a Form

    How do I get a CF Form to pass an array variable? For this example script I want the data to list at the top and pass back to prefill the fields as well if you hit submit. This passes the basic variable just fine, but not the array. So what is the proper method for passing an array through a...

    Started by SnipeHunter‎, 12-03-2009 01:40 PM
    • Replies: 1
    • Views: 3,647
    12-07-2009, 02:17 PM Go to last post
  18. UPC, EAN, or ISBN

    Hello, all. Does anyone know of a CFC that can take a string and return whether that string is a UPC, an EAN, or an ISBN? I'm working on a site that adds items to a seller's half.com account (for many sellers) and the product ID that is being supplied could be a UPC, an EAN, or an ISBN (both...

    Started by WolfShade‎, 12-02-2009 07:30 PM
    cfc, ean, isbn, upc
    • Replies: 1
    • Views: 9,318
    12-07-2009, 02:19 PM Go to last post
  19. Host (ugh) won't install CF. How can I get this to work without it?

    jQuery UI's sortable plugin to update a database table's sort order field on the fly using ajax basically, tutorial is here. http://www.petefreitag.com/item/736.cfm Seemed like the perfect tutorial for what I am doing. Basically I have a bunch of sortables using jquery, they are...

    Started by Sodascript‎, 06-22-2010 02:42 PM
    • Replies: 0
    • Views: 5,703
    06-22-2010, 02:42 PM Go to last post
  20. Exclamation Autoresponder

    Can someone help me with a script for an autoresponder? I've tried google and found nothing!

    Started by mom_8627‎, 07-13-2010 05:30 AM
    coldfusion, design, php, script, web
    • Replies: 0
    • Views: 6,384
    07-13-2010, 05:30 AM Go to last post
  21. Clustered environment - pass recordset to new window (popup)

    Hello, everyone. I am currently working on a project (internal application) that will be hosted on load-balanced servers, and I need to pass a few small recordsets to a pop up window for some select boxes. Obviously, Application variables won't work, and Session variables have been disabled. ...

    Started by WolfShade‎, 10-15-2010 09:39 AM
    • Replies: 2
    • Views: 6,497
    10-27-2010, 09:53 AM Go to last post
  22. resolved [RESOLVED] StructInsert issue (n00b with Structures/Arrays)

    Hello, all. I'm new to working with Structures, and I'm getting an error message. I'm sure it's old-hat to most of you - I'm pretty sure this is a rookie mistake. I'm trying to loop through form fields; I have hidden fields that contain the original value of displayed fields, to check and...

    Started by WolfShade‎, 10-27-2010 09:59 AM
    • Replies: 1
    • Views: 5,911
    10-27-2010, 02:32 PM Go to last post
  23. resolved [RESOLVED] Format columns for data intended for Excel

    Hello, everyone. I'm working on a document that runs a query, populates a <table> with the data, and then spits out an Excel sheet for the user to either open or save. I'm using the CFSCRIPT equivalent of CFCONTENT and CFHEADER to create the Excel file. <cfscript> pc =...

    Started by WolfShade‎, 11-08-2010 09:43 AM
    cfcontent, cfheader, column, excel, format
    • Replies: 1
    • Views: 7,091
    11-08-2010, 01:39 PM Go to last post
  24. Download links for files on the server - help

    I'm pretty much at the beginner level of ColdFusion. I'm using the latest version of Railo. I have a page where I list files in a directory on the server. No problem there. When I link them, I'm not getting a prompt to download, it tries to go to a page which ends up not being found. I was...

    Started by Frost‎, 08-12-2010 07:32 AM
    • Replies: 1
    • Views: 8,717
    12-22-2010, 08:31 AM 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,521
    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