| Thread | Last Post | Replies |
|
| Create a web playlist | 09 Jun 2005 05:21 GMT | 1 |
Yeah you can probobly see where I am going with this. Basically I have a very large collection of free music (about 1250) songs that users can play. Instead of playing a song, click back, find another song, click it, wait for it to load, then play it and repeat, what if I could ...
|
| wrong template being run | 08 Jun 2005 20:48 GMT | 3 |
We are experiencing a problem where a service is trying to run a template at a path like this: domains/mydomain.org/rcpt.cfm but is actually running a similarly named template living one directory higher
|
| CFHTTP | 08 Jun 2005 18:18 GMT | 1 |
I am trying to use CFHTTP's get method to read a text file. What I would like to do is begin reading the file at some other line than the first (or the second). Is there some way that I can do this? Thanks in advance.
|
| Capture Debuggin Information | 08 Jun 2005 16:29 GMT | 2 |
When the administrator made server changes, I lost Coldfusion debugging information. I add the IP address to the Debugging IP List, still does not work. I suspect is because of firewall. If that is case what I should do to get debuggin back? This is on ColdFusion 4.5 server.
|
| display blocks of records | 08 Jun 2005 04:18 GMT | 7 |
Hi i've some records which needs to be displayed by block according to the serial no.. here's the below one. sl.no -- name -- school -- date ==============================
|
| Mach II Framework Questions | 08 Jun 2005 04:01 GMT | 5 |
I am considering rewriting my website using the machii framework. First a specific question as of right now my site loads a topbar and a menubar located at the top and left of the page respectively. How does the framework handle this kind of setup. Second how does the framework ...
|
| PAUSE CFMAIL | 08 Jun 2005 03:27 GMT | 4 |
Have a need to pause the mail send using cfmail for a short period (15 sec) after every 200 emails sent. A fellow pointed out this <cfset thread = CreateObject("java", "java.lang.Thread")> About to sleep for 5 seconds...<cfflush>
|
| Cfform inside HTML | 08 Jun 2005 03:17 GMT | 1 |
Hi I am getting nothing inside CFFORM. I want to bring the cfform in particular area in my page. I tried something like this:
|
| Brain Exploding Madness | 08 Jun 2005 03:12 GMT | 3 |
Hey everyone, I have found a very odd error that has totally fried my brain. I have a query and a loop that read all files from a dir, then posts them as links, easy enough right? Well get this, think links it makes don't work with the extensions of the files. Most of the files ...
|
| Using ValidateXML in CFMX 7 | 07 Jun 2005 22:18 GMT | 1 |
Macromedia and CFMX Community, Is anyone out there using the XMLValidate() function in CFMX 7? I have an XML and related XSD file that I'm attempting to validate. When I open the XML file using Stylus Studio XML Pro, it checks out as being well-formed and valid
|
| Large Query Options | 07 Jun 2005 21:05 GMT | 8 |
Ok, So we've been racking our brains for a viable (and scalable) solution to this problem. We've played with a couple ideas, but I'd like to pose the problem to the community and see if anyone has a solution that they know works:
|
| session variable - lost | 07 Jun 2005 17:13 GMT | 1 |
Appllication.cfm <cfapplication sessionmanagement="yes" clientmanagement="yes"> but the session.variable wer lost from one page to another page... why??? on another server, I work without problem : It's the same
|
| Pagination with CF | 07 Jun 2005 16:36 GMT | 5 |
Hi, I am creating an online magazine. So whenever I call an article out from my MS Access Database, it will display about 1000 characters of text. How do I make ColdFusion separate these text into 4 pages of 250 characters each? Can someone point me to a sample code? Thanks!
|
| Using CFTHROW to catch invalid email addresses | 07 Jun 2005 13:32 GMT | 6 |
I'm working on a helpdesk system that sends notification emails to users and support consultants whenever they updated certain fields in the forms. Unfortunately they want users to be able to add free-form email addresses to the CC fields of the email. Our mail server is set so ...
|
| cfc location variable | 07 Jun 2005 13:03 GMT | 1 |
My client site uses CFC extensivly and they are all held above the wwwroot level to allow webservices to access them. So the directory strucutre looks something like this db
|