| Thread | Last Post | Replies |
|
| XML Rendering | 02 Oct 2007 03:05 GMT | 1 |
Stupid question, but how can you walk down this result to get to the address? I am stuck on the first tag. <?xml version="1.0" encoding="utf-8" ?> - <SearchResults:searchresults
|
| Skipping errors and moving on | 02 Oct 2007 02:56 GMT | 3 |
I have data files (.txt) supplied by a company. Sometimes the data is bad and causes the site to crash. Is there a way to read record 1 and if it is bad, skip it and move to number 2. It is not imperative to have ALL the records. If a couple are not inserted,
|
| adding using javascript | 02 Oct 2007 00:45 GMT | 1 |
I cannot get the following Javascript calculation to work. Could someone give me an idea of what the problem might be? The code is below: <head> <title>Account Calculator</title>
|
| cfimage ImageRotate - change background color | 01 Oct 2007 22:34 GMT | 1 |
I'm reading a jpg image, setting its background color to white, then rotating it but the background is always black. I could change the color with alagad's image.cfc, but can't with CF8. Any suggestions?
|
| Splitting a list (loop and insert) | 01 Oct 2007 22:18 GMT | 3 |
I have a text file with about 65000 records to be looped and inserted into a database. I am using cfhttp to read the list and turn it into a query. I am then using that query to loop and insert the records into a database. However, its too large and the server is timing out. Is ...
|
| My cookie has a bug. Please help | 01 Oct 2007 16:51 GMT | 1 |
I am working with this cookie, It works nice, but there is a bug in it and I can't figure out what the problem is. Here is my code: PAGE 1: <cfif IsDefined("cookie.hitbox")>
|
| New CFIMAGE to BLOB | 01 Oct 2007 13:41 GMT | 1 |
I am playing with the new CFIMAGE (very nice-by the way!!) and cannot figure how to save a form variable which is a base64 image directly to an MS SQL database BLOB without saving the image to a file and then reading it and writing it to the DB as a BLOB.
|
| cfajax insert to table loading gif | 01 Oct 2007 09:37 GMT | 1 |
Hi i have a cf page with a form, this form gets submited to a action page, where the details are insertde into a table, the form could be quite big, so i am thinking of using ajax to do: 1. submit form
|