First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
Monitoring CF server web service traffic.
I am making calls to a web service to update data. Is there a way I can see what data is being sent to the web service? Thx pwp ... 9 Apr 2008 04:33
Facebook
I want to join the party! I want to write an application in CF that integrates with facebook. So far the only language I can find fb tutes in is php. Well I don't want to use php darnit I want to use cfml. Ben Forta where are you when I need you? ... 9 Apr 2008 06:59
affiliate reporting
Hi.I put the affiliate program in my web site.the code is: <form> <textarea cols="60" rows="10" name="affilateSource"> <form name="search" action="<CFOUTPUT>#urlPath#Search/index.cfm</CFOUTPUT>" method="post"><table background="<CFOUTPUT>#imagePath#</CFOUTPUT><hr /><div style="padding-top:11px;padding-lef... 9 Apr 2008 04:33
Convert Text to Table
I am trying to Convert Text (tab delimited text file) to insert records into a table. but not sure how to do this, can anybody throw some light on this here is the tab delimited text file. [b]JOHN WORKING MY COMPANY KRIS MECHANIC OTHER COMPANY JAY WORKER THIS COMPANY SADD ... 8 Apr 2008 20:31
Controlling the font output in a <cfdocument...> created pdf
I am using this to create a PDF file from a text file. It is creating very small fonts. <cfdocument format="pdf" orientation="landscape" pagetype="letter"> <cfoutput><pre>#report#<pre></cfoutput> </cfdocument> I've tried adding a style section to the <cfdocument...> block. But it has only had partial a... 8 Apr 2008 14:04
Looping over a list with a 'NP form feed, new page' character [ascii(12)]
Azadi wrote: delimiter="#chr(12)#" maybe? DOH!!! Yes, asc() tells one the number and chr() matches the character of that number! Thank you Azadi, that was not getting through my sleep deprived brain this morning. ... 8 Apr 2008 14:04
Looping over a list with a 'NP form feed, new page' character[ascii(12)]
delimiter="#chr(12)#" maybe? asc(char)=12 != char=12... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ... 8 Apr 2008 14:04
Looping over a list with a 'NP form feed, new page' character [ascii(12)]
I have a text file that I am trying to loop over using the "NP form feed, new page" character. The ultimate goal is to output this text file as a PDF with <cfdocument...> replacing that ASCII(12) character with <cfdocumentitem type="pagebreak"/> tags. If I output the text file character by character I count 6... 8 Apr 2008 13:15
CFC instantiation
I'm just starting to try and wrap my head around the idea of instantiating CFCs. Here's a real simple example, that I think if I could get clarification on to make sure I'm doing it "right", might help a lot of other people in this situation. Keeping it real basic, let's say I have a simple user registration ... 9 Apr 2008 05:21
Clear template cache on multiple CF instances in asingle action?
I'm running several instances of Coldfusion on the same box with template caching turned 'on' for each instance. I have it set up where one instance will replicate file changes to the other instances, but with caching turned on, I currently have to log in to each CF Admin instance and click the "Clear Template ... 8 Apr 2008 11:38
First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87