The problem is there is a folder ./log/ containing the files like: jan2010.xml, feb2010.xml, mar2010.xml, jan2009.xml, feb2009.xml, mar2009.xml ...
Given the following stri开发者_如何学运维ng in ColdFusion: ul[0][id]=main1 &ul[0][children][0][id]=child2 &ul[0][children][0][class]= &ul[1][id]=main3 &ul[2][id]=main4 &ul[3][id]=
Not sure if this would be better suited for ServerFault, but since I am not an admin but a developer I figured I would try SO.
I\'m wondering if anyone has come up with a clean way to generate a breadcrumbs trail in Fusebox. Specifically, is there a way of keeping track of \"where you are\" and having that somehow generate th
I have a list of values I want to insert into a table via a stored procedure. I figured I would pass an array to oracle and loop through the array but I don\'t see how to pass an array into Oracle.I\'
I am using Coldfusion to view images stored in the fi开发者_如何转开发le system and I can READ the EXIF metadata of JPEGs, but I\'d like to know if it is possible to modify this information and re-sav
I am not a ColdFusion coder.Doing a favor for a friend who ported his CF site from a Windows server to Unix on GoDaddy.
ColdFusion 8 I have a cfgrid that that is based on a query. It is not bound to a cfc function because I want a scrolling grid, not a paged grid (you must supply the page number and page size if you u
I\'m trying to use a Webservice which is SSL secured with ColdFusion. 开发者_如何学CNow the following Error is occuring:
The application layer (ColdFusion) needs to insert multiple rows into SQL Server 2005. I was thinking of using loop in app layer to construct multiple input statements and send to SQL Server over JDB