| Thread | Last Post | Replies |
|
| Getting media from different server | 10 Mar 2008 21:34 GMT | 1 |
I have two servers. One that hosts my site and the other where I store media. The storage server is on godaddy, the other is elsewhere. I currently use CFCONTENT to serve media from my website server to viewers. It hides the URL and works just fine. However, I have limited ...
|
| Hyperlinking a block of text | 10 Mar 2008 20:52 GMT | 4 |
I have a block of text that I retrieve from the sql dbase. I then need to display this on the site. However, what I need to do is search for any hyperlinks, which could be defined by strings that start with HTTP:// and then replace them with <A href="THELINK">THELINK</a>, so that ...
|
| Speed vs <cfincludes | 09 Mar 2008 21:12 GMT | 2 |
I want to know effect on response time of having 30 cfincludes in one cfm template. We have this site which displays lot of data on single page. I will be using coldfusion caching to gain some speed advantage.
|
| cfdocument header not supporting query results | 07 Mar 2008 21:34 GMT | 9 |
IN CF7 I was able to use query output in the document header. Now in CF8 when I try to use cfoutput content in the header I either get an error (when using the query variable only i.e. #var#) or if I use the #queryname.variablename# syntax I get the first records information ...
|
| ColdFusion.Ajax.submitForm ResultHandler Question | 07 Mar 2008 19:52 GMT | 2 |
I am developing an CF Ajax based solution in which I use ColdFusion.Ajax.submitForm to pass form values to a CFC for processing via Java Script. My question is related to the Java Script resultHandler and whether or not there is an easy way to return the results from the CFC to ...
|
| Printing Structure Issue | 07 Mar 2008 14:16 GMT | 2 |
I am writing a report and I am printing the days of the week, school day periods and the rooms that are empty on any period. To print my structure I do the following: <cfif StructKeyExists(roomStruct,Periods.PERIOD_CODE[period])>
|
| how to break a very long word when it is longer then the cell width prvided? | 07 Mar 2008 13:58 GMT | 2 |
hi I have problem finding a solution to detect and break the sentence with no space or break in between when it reach the end of the cell width. Example: -----------
|
| A Simple CFC Question | 07 Mar 2008 13:21 GMT | 2 |
The "output" attribute upon getting set as "false" won't process and convert any "##" variables into their values (as per CF documentation). However when I am trying something like this, interesting I am getting an ouput "test1" which obviously shoudn't be!. How is it possible?.
|
| CFLDAP and bulk updates ? | 07 Mar 2008 09:45 GMT | 1 |
I am using CF 7 Enterprise and I am looking to bulk update active directory with content contained in a .csv file. The csv file contains content such as telephone number, e-mail address, name, job title, section etc.
|
| XML to Query Error | 06 Mar 2008 21:49 GMT | 2 |
I have an XML document that I'm trying to turn into a query, but I'm getting an error: "Element P is undefined in MYDOC." I have an element called "P-Info" and I think that the code doesn't like the dash. I am trying to extract the TS, Latitude, Longitude and Own values out of ...
|
| add 4 hours to a variable | 06 Mar 2008 21:25 GMT | 4 |
I need to add 4 hours to a variable. This is the variable: <cfparam name="application.startFacTime" default = "#Dateformat(now())#" /> I want to compare application.startFacTime + 4 hours to Now. If Now and the variable are the same date, I want to see if adding 4 hours to
|
| Tracking another blog's stats | 06 Mar 2008 19:29 GMT | 14 |
Can someone tell me how or give me a tutorial link that explains how I can monitor the # of visits to someone else's blog?
|
| CFPDF ddx replaceExisting attribute in header and Footer | 06 Mar 2008 17:08 GMT | 1 |
I would LOVE to hear from anybody experimenting with the new CFPDF tag in CF8, especially with writing pdfs using the ddx xml files. There is an attribute in the header and footer tags called replaceExisting="true" which is supposed to allow you to overwrite any existing
|
| CF7: Problem with commons-logging and complex web service | 06 Mar 2008 15:11 GMT | 2 |
I am trying to call a complex web service from ColdFusion so I built a wrapper class using the stubs i created with wsdl2java. This works just fine when I run it from within Eclipse and I get a response from the web service. I then exported the whole thing as a jar and put it ...
|
| Why does a feature of CFLOCK seem like a bug? | 06 Mar 2008 08:21 GMT | 13 |
I searched this forum for discussions about cflock and read the livedocs at http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=sharedVars_20. html.
|