| Thread | Last Post | Replies |
|
| input type="button" | 09 Feb 2005 23:24 GMT | 1 |
I have created a form in which i need to have 3 different buttons which goes to different pages. this is the code which i am using and it is giving me a error of that Object doesn't support this propertyor method <input type="button" class="button" ...
|
| Need help with link!!!!!!! | 09 Feb 2005 23:22 GMT | 1 |
Can someone help me with this. I have an image on my site of a map of the us. I?ll be using hotspots to have each of the states be a link. When a customer clicks on a state it should goto page storelistings.cfm and show all the stores in that state. In my database I have a ...
|
| Photography Lightbox | 09 Feb 2005 21:01 GMT | 3 |
I work for a photographer who is looking to expand his stock photography by creating a web site. I plan on writing it with CFML, but I haven't been able to find a lightbox feature (something that allows a buyer to login and add images for previewing). Does anyone know of a ...
|
| Development/Design Style | 09 Feb 2005 20:55 GMT | 1 |
It's been a while since I've programmed with CF, but back when I did I remember I can across a document/community that coded websites in a certain way. I really liked what they did and wanted to refresh myself on the details of it, but I can't remember the name of it.
|
| Distance Calculators | 09 Feb 2005 20:09 GMT | 1 |
I need a script that will figure the distance in statute miles between two zip code locations using latitudes and longitudes, taking that information and inserting it into a mysql database. I have the zip code database, but don't know where to begin with a script.
|
| How do I append the index.cfm to the address bar URL? | 09 Feb 2005 19:51 GMT | 2 |
If a user comes into my site withouth specifiying the index.cfm in teh address, how to I force the application to put it into the address bar? My CFLOGIN tag will not funciton properly without that in the adddress, and I can't figure out why. THIS ONLY WORKS IF INDEX.CFM IS AT ...
|
| CF7 xmlParse not picking up attributes?! | 09 Feb 2005 16:51 GMT | 4 |
I have to exact same XML files. THere is a node that has 4 atttributes in it. In 6.1, CF has no problem parsing through them and including them. In CF7, it is not even grabbing them. Anyone experience something along the lines of this, and if so found a solution yet? Thanks ...
|
| CFGRID Skins??? (cfmx 7) | 09 Feb 2005 02:58 GMT | 1 |
Using CFMX 7, I have this code: <cfform> <cfgrid query="whatever" name="myGrid" format="flash"> </cfgrid>
|
| cfdocument Parsing Problem | 08 Feb 2005 22:22 GMT | 1 |
When I try to render a webpage I've written in the new coldfusion 7 cfdocument tag, I get the error below. The web page I am viewing is on the internet, the URL is correct and the web page validates under the The W3C Markup Validation Service. So, what is the problem. I ...
|
| cfhttp Connection Failure: Status code unavailable | 08 Feb 2005 20:33 GMT | 1 |
Anyone have any clue what this error code means? My guess is that the crappy a.s proxy server is not accepting my credentials. Any other guesses? ERROR: cfhttp Connection Failure: Status code unavailable
|
| Need an XML Pro. | 08 Feb 2005 17:24 GMT | 1 |
I have an XML Spreadsheet that I need to query and I don't know where to begin. I have the file on the server and I can CFFILE (read) it fine, but I'm not sure what to do with the output variable and then how to query it. The XML Spreadsheet was generated using MS Excel. Any ...
|
| CFHTTP - PHP equivalent | 08 Feb 2005 16:24 GMT | 3 |
there is a PHP code , which get an URL html content. For example : $source = implode ('', file ('http://translate.google.com/translate_t?text=$q_p&langpair=$lang&hl=fr &ie=UTF-8&oe=UTF-8')); I tried to code the ColdFusion equivalent with
|
| Configure Trusted cache for 1 directory | 08 Feb 2005 16:12 GMT | 1 |
Hello, Is there a way to specify which directories will be trusted and which are not. For us it would be a great performance boost to use trusted cache, but not all templates in certain directories must be trusted. Can this be done with some advanced coldfusion configuring? ...
|
| CF MX 7, clustering and application variables | 08 Feb 2005 16:10 GMT | 1 |
It's really nice to see macromedia making it so easy to cluster server instances, and have them share session variables. We run a very busy community site, and use a lot of application variables. The site would probably benfit from a load balancing system with two machines. ...
|
| Qry of Qry Order By problem going to MX | 08 Feb 2005 15:58 GMT | 4 |
Am moving a CF5 site to MX. Am getting info from another source via cfhttp with results as a query, which includes among several fields a *Miles* column, (distances from a certain point), which holds numbers such as: 4.07326, etc and 0. I then run a Q of Q on that and do an Order ...
|