yes thats where query in the add to cart comes into play, from now on when they add an item I check to see if it is active "AND active = 'on'" lol anyhow again...
I'm stuck with this and I'm sure its easy but I need to extract 0.7025 from this result string. i've got it as close as: >0.07025< with 2 re's I'm sure it can...
Perfect Thank you very much. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important...
assuming your source is actual/valid XML, why not just use XMLParse()? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ...
Can I use cffile to append one file to another? <cffile action="append" output="File2.txt" file="File1.txt"> Doesn't seem to work. (This is assuming File2.txt...
... I did this in DOS not too long ago - the command was: COPY File1.txt + File2.txt + File3.txt OutputFile.txt You should be able to do something similar...
This isn't a direct answer to your question, but if your process involves creating or concatenating a very large amount of strings you should look into Java's...
... I figured that was the case, but that still doesn't eliminate the race condition. The cart lives for the duration of their session, which is like 20...
... very true. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and dramatic...
Happy New Year all, I have a client who has asked me to 'mask' his directory structure. I actually have two issues and I hope to find solutions to both. ...
... the illegalaccessError was fromt he xercesimpl.jar in the flex/jars directory. but.. the root problem was a missing namespace entry for the xalan functions...
Yes, I have done this before. You want to go into IIS and change the file that the 404 errors are pointing to. In IIS: Right click on the website you want and...
Try using replaceNoCase. It's not finding the string do to "DELETE_IMAGE_" being upper case and your match string is lower case. Wil Genovese One man with...
Bravo, Wil, bravo! ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and...
"cf express +" :oP ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and...
Thank you very much, I will use your suggestions today for the 404 issues. Can anyone give any ideas on the directory masking? William ... From: Chuck...
William, For the second part of your question (URL rewriting) there are two ways you can do it. Firstly you can redirect _all_ requests (including 404s) to a...
... I think rick uses cf express beta. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most...
Thankyou for the assistance . I am currently using that type of redirect system inside of my application. What the client wants is for the user to see the...
Well you can do that with frames/iframes or AJAX navigation, or something like that, if I understand you correctly - but you would only ever have one public...
... You would need to use frames or a RIA interface (AJAX, Flex) to do that. If you're not building a single RIA interface, this is a monumentally bad idea for...
I have a standard javascript function on a CF page intended to open a popup window: function openProfileWindow(url) { popupWin = window.open(url, 'detail',...
... Rather than actually addressing your main question, I would recommend that you not bother with encrypting primary key values. If your application is...