| Thread | Last Post | Replies |
|
| CF-Ajax-Javascript Issue | 31 Dec 2008 11:00 GMT | 7 |
We have added a "recently viewed items" panel to the right side of our website. In this panel we simply loop through the array of viewed items and present them
|
| Meta keyword | 30 Dec 2008 12:02 GMT | 1 |
I am using metadata in my xml and converting to element metadata to invalidtag. is metadata is keyword. Thanks, Darren
|
| XML Query | 30 Dec 2008 11:59 GMT | 4 |
Hope everyone is having a great break and christmas. Unfortunately I am back at work and have a query, hopefully to gain some understanding about some xml webservices I need to send data to. Using a 3rd party tool I have figured out the request data the webservice is looking ...
|
| cfinvoke with xml-rpc | 30 Dec 2008 11:53 GMT | 4 |
Can you use cfinvoke with XML-RPC arguments or is it just for SOAP methods? Does anyone have an example of passing XML-RPC?
|
| Admin API Error | 29 Dec 2008 19:46 GMT | 1 |
I am attempting to use the Admin API to add a user to coldfusion. However when I call the setUser method and pass in a username and password I get the error "The USERNAME parameter to the setUser function is required but was not passed in." The call to the setUser method is below ...
|
| SQL Err | 29 Dec 2008 16:12 GMT | 2 |
[Macromedia][SQLServer JDBC Driver][SQLServer]Arithmetic overflow error converting real to data type numeric on Line 57 Line 57 : AND EID = <cfqueryparam cfsqltype="CF_SQL_CHAR" value="#arguments.EID#">
|
| Web Service Call : Java Error | 29 Dec 2008 13:09 GMT | 1 |
I'm trying to consume a web service with the simple code below, but it always gives me an error. The code: <cfscript>
|
| cfftp Error Code 82 | 29 Dec 2008 12:57 GMT | 1 |
I am trying to use cfftp to upload files from our coldFusion server to our file server but about 50% of time, I get this error when system tries to make a connection. I am trying to upload 2 files at a time when I submit a form and I am trying to connect through cfftp, upload ...
|
| Passing SQL Variable to CF Function | 29 Dec 2008 12:45 GMT | 1 |
MS SQL Database The statement first uses the function to convert the currency of 'arguments.info.amountMax' from 'session.member.currency_id' to 'p.currency_id'. Then it is to be compared to the 'p.property_saleprice'.
|
| Ajax Upload Problem | 29 Dec 2008 04:38 GMT | 2 |
I am trying to upload image with custom form fields to make it work butsomehow it is not working.. here is my complete code: <img id="loading" src="ajax/loading.gif" style="display:none;">
|
| Sql Select Problem | 24 Dec 2008 16:38 GMT | 3 |
I am building a blog and I'm trying to have a"Read More" button to allow someone to write an article description, and place a read more link wherever they want. The read more link will have an id = systemreadmore. When the whole article gets inserted into a database it is one ...
|
| Mysql Select Problem | 24 Dec 2008 05:50 GMT | 5 |
Good day all. Im having problems with selecting information from a mysql database. This is what i want to do. I have a table with a bunch of products and prices in them.
|
| javascript and ajax libraries | 23 Dec 2008 05:13 GMT | 3 |
We are adding ajax and javascript to our website and trying to decide which library to use. I've heard that you should pick one and stick with it. What libraries does everyone like and why? We are fairly new to both javascript and ajax, so the ones that are the easiest to work ...
|
| A AJAX behaving misterious here | 22 Dec 2008 11:28 GMT | 3 |
I have some AJAx cod which behave very awkward.. I have some submit code which i submit the value to a page. Here is what i do: i have a form and input type text named as firstname..
|
| Parsing HTML returned from CFHTTP | 21 Dec 2008 21:10 GMT | 5 |
I am trying to create a function that will parse out individual pieces of information returned by a cfhttp request. I need the name of the city, country, and state returned. I need the script to start at the word " CITY: ", " STATE: ", and " COUNTRY: " respectively and ends at ...
|