| Thread | Last Post | Replies |
|
| Consume NOAA Web Service | 22 Apr 2005 06:20 GMT | 1 |
I'm using the code below to attempt to consume the NOAA weather service and am getting the following error: Web service operation "NDFDgen" with parameters {latitude={42.3485},longitude={-71.0733},endTime={{ts '2005-04-22
|
| Running a query with multiple lists | 22 Apr 2005 05:19 GMT | 4 |
Any help would be so appreciated, I have beat my head against the wall on this one and have scoured the web trying to find an answer. I am trying to build an email program for a client that will allow them to issue press releases. The trick is that they need to be able not only ...
|
| REFindNoCase with variable length string | 22 Apr 2005 04:14 GMT | 2 |
regexpClause = "REFindNoCase('^[0-9\-\+\(\)]{" & numLength & "}+$',str)"; if (regexpClause) { return true; }
|
| How high up a structure should you name your locks? | 22 Apr 2005 00:34 GMT | 1 |
This is another one of those late night "locking - do i need them?" questions:- I use application variables extensively - based on userids e.g. application["user"]["u#userid#"]["LastAccess"] When I want to change the LastAccess I normally use a named lock -
|
| Process Email to Specific Mailing List | 21 Apr 2005 22:20 GMT | 1 |
I would like to be able to process an email to a specific mailing list when it is received. For example if someone sends an email to help@abc.com I would like that email to be automatically entered into our database so we can process it. We are using cfmx 6 and exchange 2000. If ...
|
| Criticism of CFCs and the So-Called Debugger | 21 Apr 2005 21:29 GMT | 11 |
I am developing an web application that is complex enough to require object orientation. It is a system for subjects (users) in a dietary study to hit a website from a Pocket PC phone, navigate through menus of foods (that may also lead to submenus), and enter what they ate at a ...
|
| CFMail Dynamic Attachment | 21 Apr 2005 21:17 GMT | 6 |
Greetings, I have a form that a user fills out and it sudmits to a page that uses cfmail. That cfmail tag sends an attachment to a web admin. The attachment is a html page. This page is used on the users website. Here is my question... Is it possible to dynamically write to the ...
|
| setting focus | 21 Apr 2005 20:16 GMT | 7 |
K I got a huge form with multiple postbacks done in javascript, I hope im just doing something stupid, or overlooking a simple CF trick. I need to set the focus after the postback, only my function doesn't keep control after the postback. here is my code example function ...
|
| Birthdate Calculations | 21 Apr 2005 19:17 GMT | 2 |
How do I use SQL to get all records from an Access Database where the birthdate of an individual is within that week? I was trying a > Now()-1 and < Now()+7, but that only checks to see if they were born yesterday ;) and yet to be born? How do I narrow the search to only ...
|
| Verity and CFINCLUDE templates | 21 Apr 2005 18:56 GMT | 1 |
The verity search engine works great, but it can't distinguish the cfinclude templates in the pages. The URL's reported by cfsearch are the content templates, and not the main template that is pulling in the content templates. Is there a way to fix this?
|
| Sending XML to remote web site | 21 Apr 2005 18:46 GMT | 6 |
I am creating a web site which needs to take some data, create XML and send it to another website. I understand the creation of the XML process. Example: <cfxml variable='test'> <Person> <Name>Some Name</name> <Age>25</Age> </Person> </cfxml> Can I then take the created ...
|
| Outputting current time | 21 Apr 2005 02:15 GMT | 4 |
I output the current day/date on our web site home page. We recentlt moved to an american server that is 10 hours behing us in Australia. Whats the easiest way to add 10 hours to this date function to display the correct Australian date.
|
| Dynamically Populate Multiple Select Boxes | 20 Apr 2005 20:45 GMT | 4 |
I am trying to develop an application where a user selects the Year, Make and Model of their vehicle. In the past, I had a query that input the vehicle year into a select box. When a user picked the year, the form would submit and go to page 2. Page 2 would then select the ...
|
| Update content without page refresh? | 20 Apr 2005 18:28 GMT | 1 |
I'm not sure this can be done without javascript but it doesn't hurt to ask. I want to be able to update content on a non-frames page within a table, without reloading the page. Example: On a product page for a T-shirt, there would be an area on the page with a drop-down menu to ...
|
| CFHTTP | 20 Apr 2005 17:03 GMT | 5 |
I was wondering if anyone can look at my code and see if it's incorect, because right now I'm passing some parameters to 2checkout and it's not working so I'm wondering if it's even possible to do a cfloop within an cfhttp? please let me know if it's possible. thanks.
|