Re: Changes to .cfm files showing up on duplicate/test site cross multiple IIS Sites/Directories. Critical for us!

2006-09-06 Thread millerj
Thanks Guys! I'm headed off to check this out. This particular server is 4.5 or 5 so you may have helped me find it. jay In your caching settings in the cfadmin there is a setting for multi-homed servers. By default it's configured for servers that have a single webroot, but if you've got

Changes to .cfm files showing up on duplicate/test site cross multiple IIS Sites/Directories. Critical for us!

2006-08-28 Thread millerj
Hello. I'm making a change in a production site and it's showing up in test site even though they are 2 sites, 2 sets of files and IIS has them point to 2 different ips. On server they are 2 completely different folders within wwwroot. let's call one cache.com and the other is beta.cache.com

sub.domains / dif domains User Authentication - input please

2005-11-11 Thread millerj
Hello list, I have a hybrid flash and cf site that I need to authenticate users and forward them to a new sub domains or seperate domain based on user authentication. I'm having real trouble committing to the way I should authenticate... and was hoping to explain a bit in theory what I am

Re: Web/RAD Software Tools Solid CF Code

2004-09-17 Thread millerj
When is soon for a launch - within weeks? Months? I'll check it out... I guess it will be hard to get feedback on the product since it isn't live yet.. anyone else? jay plum is the answer!! it rocks -- Original Message -- From: Adam Churvis [EMAIL

Web/RAD Software Tools Solid CF Code

2004-09-15 Thread millerj
Anyone here succesfully use any Web/RAD tools to build online applications. I have delved into looking into some UML tools - but most start at $15k + They are not out of the question - however some tools like codecharge by yes look okay. The biggest thing is using a tool like this to jump start

Re: Printing Multiple Files All dynamically created or linked through Cold Fusion - Now desperate

2004-09-14 Thread millerj
Already have it as that is one of the functions as well. It's not the distribution of the documents as much as it is making it easy to print. There can be between 1 and 50+ products that have a 3 page questionare associated with them. On top of that - I can have up to 10 documents - images,

Display Inline files WITH dynamic data for printing

2004-09-13 Thread millerj
Hello everyone. I am dynamically outputting a query that loops through some documents associated with a particular order and displays a list. I need to take this to the next step and display documents inline. It's a worksheet I am building - so it is 1 order, but can have multiple products - Each

Multiple files, html, cfm, xls, doc, pdf Converted to 1

2004-09-13 Thread millerj
Hello List, I decided to try to attack this another way - and since I hadn't gotten a response earlier - figured there is a good reason for that. Here are the elements I have 1) Dynamic generated Variable page - of which I can use cfsavecontent 2) A handful of doc, xls, pdf and html pages All

Printing Multiple Files All dynamically created or linked through Cold Fusion - Now desperate

2004-09-13 Thread millerj
Hello everyone, I am now past desperate - Thought PDF was the way to go but very unsuccesful. On the 7th hour of attempts. Earlier posts were related- but this is a NEW post - I am starting from scratch - this the core of what I need to do. Dynamically through coldfusion I am compiling a master

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread millerj
The system is only available with a valid account, I can create one but if you are interested you can contact me by personal mail. So that means one can't even see what it is about and what it's features are etc? It would be nice to see how it works, what the interface/workflow is etc without

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread millerj
otherwise you get a blank page? It's not just a blank page either - it's void of any html or coding etc. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-27 Thread millerj
Hello List - I am looking to store information about variables nad form fields in a db to conditionally build html forms - Has anyone stored the variable name, and the form type in a database - and built the form dynamically on the fly? I can't seem to find any references to it and am

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-27 Thread millerj
only problem I have with that idea is that input boxes can be so vaired as far as on click events, on change events, diffrent formating, then theres the action page and form validation..there is a lot more to a form than a simple Name:inputbox. Adam H Absolutely agree with that. I had already

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-27 Thread millerj
Mat - Thanks for the reply. 1st - Regarding my code below - I was considering passing the FormType (radio, text, textarea) variable througha if / case or tag that appropriate spits out the same code. Your right -they all essentially do the same thing. As for terra forms - I have watched that

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-27 Thread millerj
Aaron, I would most likely create static pages from generated content more often then have a form generated dynamically every time. I was just working on an application this evening... Customer can order 1 of 5 reports. Each report has alot of information. - Client side - when ordering - I can

Array Variable Available within CFFILE but no where else- userfile[0]

2004-07-22 Thread millerj
Hello List... I am working with a standard upload.cfm type file. I am receiving parameters through an applet. I am able to append vars to an url and view them through testing as well so I know the applet and the upload.cfm are communicating.. Also - using the applet - I can see and upload a

Radinks - Drag Drop with CF code

2004-07-21 Thread millerj
Hello group - long time no post. I think that www.radinks.com has a great applet - but I am having problems getting the .cfm to act as the file upload. So - 2 questions. 1) Has anyone done or know of a LITE drag and drop capable element I can include on a webpage. I will be tracking different

Coldfusion possibly altering Browser Agent Stats? Anyone?

2004-02-04 Thread millerj
Hello list, I recently stumbled onto a very awkward contradiction in stats software on a ISP server. It is using Live Stats log statistics - I beleive by Media Metrix. Problem is - I realized a trend on all .cfm generated pages. Browser agents are reporting a specific contradiction in the User

using js to post variables to sepearte CF server - (track users click paths)

2003-10-09 Thread millerj
Hello list, Was wondering if someone can help. I need to create a piece of js (or other recomended piece) that can run across browsers on asp, cfm, static or php etc sites. Basically I need to collect some basic CGI. Variables like http_referer and params, useragent etc etc. Essentially I am

SOT - Integration with Great Plains using XML and CFM

2003-09-08 Thread millerj
to CF quite easily. If not, then you'll have to get access to a GP server which you can experiment with. Try connection and getting chunks of known data from it and see how it comes through. Then do it in reverse to see what it accepts and what it does with it. I'm really unhappy with MS because

Using CF to pull content from with div tags for printing

2003-02-03 Thread millerj
I thought that would be easier as well. However the site I am building uses ALOT of css tricks and positioning and I was having trouble with the print CSS style. I was specifically setting alot of content to not display and it continues to sneak through. I thought it may be easier if I could

Using CF to pull content from with div tags for printing

2003-02-03 Thread millerj
no it does not have to be a pop up - I just thought it would be one of the easier ways. I tried the CSS route and have such things as body { font-family: verdana, helvetica, arial, sans-serif; background: white; } #mainMenu, #menuList, #menuList ul, #menuList li, a.actuator,