Magento CFC or sample code

2013-02-22 Thread Scott Stevens
I need to interact with a Magento store and was wondering if there were any existing CFCs or sample code for interacting with the Magento API. I search the forum but couldn't find anything initially. Thanks. ~| Order the

Re: Parse .html files with Coldfusion

2008-10-02 Thread Scott Stevens
I don't suppose there is a way to do an if statement in the web.xml file. Something like: IF DOMAIN = mydomain.com servlet-mapping id=macromedia_mapping_16 servlet-nameCfmServlet/servlet-name url-pattern*.htm/url-pattern /servlet-mapping servlet-mapping id=macromedia_mapping_17

Re: Parse .html files with Coldfusion

2008-10-02 Thread Scott Stevens
Can you confirm that you added the AddHandler line to JUST the VirtualHost that you wanted to have the html files interpreted? What if you remove the Directory tags from around it and simply had the line directly in the VirtualHost directive? I did only add the AddHandler to the vhost.conf file

Parse .html files with Coldfusion

2008-10-01 Thread Scott Stevens
I'm running CF 7.02 on a Linux server (Red Hat,Plesk 8, Apache) and would like to have Coldfusion parse .html files as it would .cfm files. I have root access to the server, and am hosting about 100 domains on the box. I only want Coldfusion to process .html files as .cfm for one particular

Re: Parse .html files with Coldfusion

2008-10-01 Thread Scott Stevens
After playing around with this I discovered that the entries in the web.xml file (#2 above) were case sensitive (probably a linux thing). I changed the CFMServlet to CfmServlet and the server started processing .html .htm files asif they were .cfm files. The problem now is that it's doing

Re: Parse .html files with Coldfusion

2008-10-01 Thread Scott Stevens
If that's the case, is there a huge processing increase by running the standard .html files through CF? There's no CF code in the .html files for most of the domains on the server, but is it still a big processing hit to the server to run all those files through CF? It would probably add

Coldfusion's execution time relative to C++

2008-05-22 Thread Scott Stevens
I found the article below, which was about Ruby on Rails and Twitter. The part that specifically interested me was the table that listed several languages and their Execution Time Relative to C++. Where would CF 7 and 8 be on this list? Is there another table that any of you have found with

Re: Coldfusion's execution time relative to C++

2008-05-22 Thread Scott Stevens
That would be nice. Does anyone have any benchmarking to hopefully back this up? Any comparison tables for CF 7 8 versus .Net, php, asp, etc... This is an assumption but.. Seeing as ColdFusion 7 and 8 compile to java byte code It *should* be in the same ratio ball park. -- Scott Stewart

Re: Coldfusion's execution time relative to C++

2008-05-22 Thread Scott Stevens
I would think you are right on this as well. Is there any benchmarking for CF against other languages? I'm sure someone somewhere must have done this. Assuming it's relatively favorable, I would think this would be something good to have when pitching the CF language for various apps. This

Re: Split data over multiple mysql tables or leave in 1 table

2008-05-05 Thread Scott Stevens
Thanks for the help. Is there a version of MySQL that can handle partitioning? I looked on the MySQL website, it says it has partitioning in 5.1, but had the following disclaimer: The partitioning implementation in MySQL 5.1 is still undergoing development. Have you (or anyone else) had any

Split data over multiple mysql tables or leave in 1 table

2008-05-03 Thread Scott Stevens
I'm building an application where the amount of data in a table will be growing fairly quickly. The particular application is a little complicated to explain, so for simplicity, let's say I was building a blog app in the following enviroment. Linux server w/apache MySQL 4.1 Coldfusion 7.02 I

Re: Unable to Create a Verity Collection

2007-10-31 Thread Scott Stevens
I had the same issue, and for me it was the permissions problem. When I tried to create the collection the first time it gave me the same error you had, however it did create the directory I had setup for the Path. I compared that directory to the other collection directories and all the other

Re: Help! Error in OnSessionEnd in Application.cfc

2006-08-17 Thread Scott Stevens
Was this ever resolved? I'm having this same issue, and would appreciate any guidance you can provide. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your