Regular Expression - decimal number positive negative

2012-12-14 Thread Paul Giesenhagen
Heya, I know that some will know this quickly ... but I have ReplaceNoCase(str, [^0-9\.],,ALL) And this takes -5 to 5 ... which is not what I want - I want to include negative numbers what do I add to this regular expression to keep the decimals (if there) and keep the negative if there? So

RE: Regular Expression - decimal number positive negative

2012-12-14 Thread Paul Giesenhagen
://www.cflib.org/udf/NumberUnFormat On 14 December 2012 14:59, Paul Giesenhagen p...@quilldesign.com wrote: Heya, I know that some will know this quickly ... but I have ReplaceNoCase(str, [^0-9\.],,ALL) And this takes -5 to 5 ... which is not what I want - I want to include negative numbers what do

RE: Chrome Display Issue

2012-02-20 Thread Paul Giesenhagen
at it again. Thanks Paul Giesenhagen Quill Design http://www.quilldesign.com -Original Message- From: Mosh Teitelbaum [mailto:mosh.teitelb...@evoch.com] Sent: Monday, February 20, 2012 11:19 AM To: cf-talk Subject: Chrome Display Issue All: A bit off-topic as it's not strictly a CF question

RE: Session info lost on BlackBerry

2012-02-02 Thread Paul Giesenhagen
Have you tried: cfheader statuscode=307 statustext=Temporary Redirect cfheader name=Location value=/mobile/index.cfm Paul -Original Message- From: Joshua Rowe [mailto:jos...@nvisionweb.com] Sent: Thursday, February 02, 2012 10:57 AM To: cf-talk Subject: Session info lost on

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
(org.apache.batik.transcoder.TranscoderOutput).init(outputStream); transcoder.transcode(input, output); outputStream.flush(); outputStream.close(); /cfscript On Thu, Sep 29, 2011 at 6:25 PM, Paul Giesenhagen p...@quilldesign.com wrote: SO there was a directory that had the commons logging

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
Mack, Gave that a shot and removed all of the files and directories from the .jar .. uploaded it ... loaded the logger with Javaloader and still not firing - now it's just throwing a 500 error that I can't see .. generic. If I comment out the transcoder.transcode(input,output) I don't get the

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
- Gaining access to the log files now - No, the ones that come with CF are outdated ... (per my developer). -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, September 30, 2011 10:27 AM To: cf-talk Subject: Re: Commons Logging issues are you not able

RE: Coldfusion Hosting

2011-09-29 Thread Paul Giesenhagen
We use and many of our clients use JWeb Development contact j...@jwebdevelopment.com for Shared/VPS/Dedicated and other options . They are a good group and good at what they do! Paul Giesenhagen Quill Design -Original Message- From: Paul Smith [mailto:psmit...@gmail.com] Sent

Commons Logging issues

2011-09-29 Thread Paul Giesenhagen
-transcoder.jar the LogFactory it trying to load .. but CF is already loading it and thus causing our problems ... Any suggestions on getting around this? (Or ask any questions, that may help define my question) Thank you, Paul Giesenhagen Quill Design

RE: Commons Logging issues

2011-09-29 Thread Paul Giesenhagen
SO there was a directory that had the commons logging files in it .. removed those - restarted the CF Service and still have the same error - so at this time, it I believe is just loading the CF defaults. ~| Order the Adobe

Last Index Solr Collection

2011-09-22 Thread Paul Giesenhagen
Is there a tag/call to get the last time a collection was indexed? (Using Solr CF9) ... Thanks Paul Giesenhagen Quill Design http://www.quilldesign.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Solr - CF9 Not Indexing Queries

2011-08-23 Thread Paul Giesenhagen
the files in the collection change dates and times, but the size is like 20k and such). So it's not populating. We've killed the collection and re-created it .. then ran the index on it .. without luck... Has anyone ever ran into this before? Any suggestions? Thanks in advance, Paul

RE: What the heck

2011-08-22 Thread Paul Giesenhagen
Your comment mentions cookie .. should it be (cookie.userid)? -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, August 22, 2011 12:51 PM To: cf-talk Subject: What the heck What am I missing here Element USERID is undefined in SESSION.

RE: What the heck

2011-08-22 Thread Paul Giesenhagen
cfif StructKeyExists(cookie,StudentPortalUser) Is what I would do Same with Session cfif StructKeyExists(Session,UserID) -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, August 22, 2011 1:16 PM To: cf-talk Subject: RE: What the heck

RE: CF Cart/Store

2011-06-28 Thread Paul Giesenhagen
the files and make sure everything was calculating on points. If you have any questions - give me a buzz. Thanks Paul Giesenhagen Quill Design -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, June 28, 2011 9:57 AM To: cf-talk Subject: Re: CF Cart/Store

RE: CF Cart/Store

2011-06-28 Thread Paul Giesenhagen
Understood, You may want to look at Steve's StarterCart then - sounds like it may be a good fit, starter and gets you rolling with some of the headaches - I haven't looked at it .. but it should get you further ahead than writing that first piece of code yourself. Thanks Paul Giesenhagen

RE: Finding a Designer/CSS with CF - Where?

2011-05-27 Thread Paul Giesenhagen
Right .. that is why I asked it here cf-jobs-talk .. I was looking for a good place to find a CSS/Designer as opposed to a CF person ... figured my CF folks may have some suggestions. Thanks Paul Giesenhagen Quill Design http://www.quilldesign.com -Original Message- From: Matt

RE: down?

2011-05-25 Thread Paul Giesenhagen
+ 1 -Original Message- From: Jason Durham [mailto:jqdur...@gmail.com] Sent: Wednesday, May 25, 2011 2:34 PM To: cf-talk Subject: Re: down? How many people just freaked out because they thought one of *their own* websites were down? Jason Durham On Wed, May 25, 2011 at 2:27 PM,

Scrate it - 301

2011-05-22 Thread Paul Giesenhagen
Ok - figures I always ask a question and find the answer within SECONDS after I ask. I would help to remove the cflocation url=#SomeNewURL# addtoken=false above the redirect I was working on. It's working now... Paul Giesenhagen Quill Design http://www.quilldesign.com

301 Redirects - showing as 302's

2011-05-22 Thread Paul Giesenhagen
=#SomeNewURL# Finally I tried cflocation url=#SomeNewURL# statuscode=301 addtoken=false ALL produced 302 status codes .. has anyone figured this out - did some searching without luck. Thanks in advance Paul Giesenhagen Quill Design http://www.quilldesign.com

RE: HOF Site

2011-05-20 Thread Paul Giesenhagen
Yup ... I'm seeing it -Original Message- From: Steve Milburn [mailto:scmilb...@gmail.com] Sent: Friday, May 20, 2011 10:20 AM To: cf-talk Subject: HOF Site Just an alert to those who maintain the HOF site (Michael?) - It looks like it's been hacked. Anyone else seeing something

RE: Movable Windows

2009-07-01 Thread Paul Giesenhagen
This one I always thought was pretty nifty: http://extjs.com/deploy/dev/examples/desktop/desktop.html -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Wednesday, July 01, 2009 8:50 AM To: cf-talk Subject: Movable Windows Hi All, I have this

Creating MS Word Documents

2009-06-02 Thread Paul Giesenhagen
for this before? Any suggestions would be most helpful. Thanks Paul Giesenhagen QuillDesign http://www.quilldesign.com Coldfusion Shopping Cart Software ~| Want to reach the ColdFusion community with something they want? Let them know

RE: Creating MS Word Documents

2009-06-02 Thread Paul Giesenhagen
That sounds like a pretty straightforward way of doing it. We'll dig into it tomorrow. Thanks Gerald. Paul Giesenhagen QuillDesign http://www.quilldesign.com Coldfusion Shopping Cart Software -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Tuesday, June

Cybersource - Coldfusion 8

2009-05-18 Thread Paul Giesenhagen
I'm hoping someone has dealt with CF8 and Cybersource (Simple Order API). We've gotten it to run on CF6.1 but can't seem to get past this on CF8. Here is the sniplet of error code: ROOT CAUSE: ROOT CAUSE: java.lang.NoClassDefFoundError: Could not initialize class

RE: (ot) Database comparison software

2009-05-16 Thread Paul Giesenhagen
Michael, I just answered this question for myself, http://www.sqldelta.com fairly priced and powerful. Changes in schema and data .. I looked a number of them and this was easy to use and did everything I needed and more. -Original Message- From: Michael Dinowitz

RE: delete directory when user navigates away from site

2009-03-25 Thread Paul Giesenhagen
Are you using Application.cfc? You can use on SessionEnd to do your dirty work. Paul Giesenhagen QuillDesign http://www.quilldesign.com -Original Message- From: Tony Bentley [mailto:t...@tonybentley.com] Sent: Wednesday, March 25, 2009 3:01 PM To: cf-talk Subject: delete directory

RE: What IDEs are folks using?

2008-12-09 Thread Paul Giesenhagen
Yup, Vista 64-bit -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 8:39 AM To: cf-talk Subject: RE: What IDEs are folks using? Anyone running Eclipse on vista out there? -Original Message- From: Andy Matthews [mailto:[EMAIL

RE: continous loop

2008-12-07 Thread Paul Giesenhagen
Can you show more code .. do you have a cflocation in there? -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 1:14 PM To: cf-talk Subject: continous loop hi we have the following code in the onrequeststart method in the application.cfc

RE: ACH

2008-10-02 Thread Paul Giesenhagen
Jenny, What are you needing help with... what has caused you problems? -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 2:05 AM To: cf-talk Subject: ACH I've been asked to bid on a site using ACH, I'm assuming it's the following:

RE: CFMAIL

2008-09-23 Thread Paul Giesenhagen
If you are not sending an HTML email ... set the ascii character cfset Variables.AddLineBreak = chr(10) / Name: #form.name# #Variables.AddLineBreak# Home Address: #form.hadd# #Variables.AddLinebreak# Ect.. Paul Giesenhagen QuillDesign http://www.quilldesign.com -Original Message- From

Application.cfc OnSessionEnd

2008-08-14 Thread Paul Giesenhagen
Can you call other components within the OnSessionEnd? If I call a query directly in the OnSessionEnd function it works fine .. but if I put that query into a component and call the component, it doesn't work. Any ideas? ~|

RE: Application.cfc OnSessionEnd

2008-08-14 Thread Paul Giesenhagen
Scratch that question .. we found a small problem in the code .. it does run the components. Thought it should. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 10:30 AM To: CF-Talk Subject: Application.cfc OnSessionEnd Can you call

Redirection old ID values to new ID values

2008-08-11 Thread Paul Giesenhagen
I have a client whos old site (in ASP) is converting over to our CF storefront. We have the old ID values for their products and have stored them alongside the new ID values for the new store. I'm sure there is a way, but what would be the best solution when someone tried to go to the old

RE: Redirection old ID values to new ID values

2008-08-11 Thread Paul Giesenhagen
Also note, this is on an IIS Server and the customer is leary of adding additional software to the server. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 3:51 PM To: CF-Talk Subject: Redirection old ID values to new ID values I have

RE: Redirection old ID values to new ID values

2008-08-11 Thread Paul Giesenhagen
Subject: RE: Redirection old ID values to new ID values One thing you also need to keep in mind is SEO ranking. If you do a redirect your domain is going to lose ranking in search engines because you're redirecting to a different page. -Original Message- From: Paul Giesenhagen [mailto

RE: Redirection old ID values to new ID values

2008-08-11 Thread Paul Giesenhagen
just solved it. It should be pretty simple to add in one of a few things: IIS redirect based on the incoming ID. ASP redirect to the new CF page. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 3:51 PM To: CF-Talk Subject: Redirection old

RE: Productizing a Coldfusion web app, question

2008-08-07 Thread Paul Giesenhagen
cfexecute name=C:\CFusionMX\bin\CFCompile.bat arguments=-deploy C:\CFusionMX\wwwroot C:\CFusionMX\wwwroot\compile\tocompile\ C:\CFusionMX\wwwroot\compile\compiled\ /cfexecute Obvisouly make sure you have the right directories -Original Message- From: Tom Jones

RE: Productizing a Coldfusion web app, question

2008-08-07 Thread Paul Giesenhagen
: Productizing a Coldfusion web app, question Paul Giesenhagen wrote: cfexecute name=C:\CFusionMX\bin\CFCompile.bat arguments=-deploy C:\CFusionMX\wwwroot C:\CFusionMX\wwwroot\compile\tocompile\ C:\CFusionMX\wwwroot\compile\compiled\ /cfexecute Obvisouly make sure you have the right

Transfering files from Non-coldfusion IIS Server to a CF Webservice

2008-08-04 Thread Paul Giesenhagen
We have an application on a remote server where customers enter images (the images are located on their machine). We want to do a form post from within their windows application. I am at a loss on it ... I have been reading on MSXML2.ServerXMLHTTP.4.0, but I am not sure if that is the right

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Paul Giesenhagen
resultQueries / Paul Giesenhagen -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 7:30 AM To: CF-Talk Subject: Returning multiple recordsets in a single component Hey all, I have three related queries, they're not dependant on each other however

RE: Returning multiple recordsets in a single component

2008-07-29 Thread Paul Giesenhagen
Oops ... that'd be correct... On Tuesday 29 Jul 2008, Paul Giesenhagen wrote: cfset resultQueries = ArrayNew(2) cfset resultQueries = ArrayNew(1) ? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

RE: Barclays ePDQ MPI Integration

2008-07-28 Thread Paul Giesenhagen
Thank you Les, I am looking for the code that is posting to the bank for authorization .. anything you can provide you can email to [EMAIL PROTECTED] Thank you! -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 1:54 PM To: CF-Talk Subject: Re:

Barclays ePDQ MPI Integration

2008-07-25 Thread Paul Giesenhagen
Heya Folks, Has anyone out there had any success in connecting via XML to BarclayCards ePDQ MPI? Having some troubles and would like some help . .. example code would be tremendous... Thank you in advance Paul ~| Adobe®

Moving/Copy Datasources

2008-01-11 Thread Paul Giesenhagen
restart the service. Any suggestions? Paul Giesenhagen * Office Phone - (417) 885-1375 @ E-mail [EMAIL PROTECTED] @ Website http://www.quilldesign.com/ www.quilldesign.com ~| Adobe® ColdFusion® 8

RE: Moving/Copy Datasources

2008-01-11 Thread Paul Giesenhagen
Have you don't this before with Standard? What do I archive just the neo-query.xml? Paul Giesenhagen * Office Phone - (417) 885-1375 @ E-mail [EMAIL PROTECTED] @ Website www.quilldesign.com -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 3

RE: Moving/Copy Datasources

2008-01-11 Thread Paul Giesenhagen
Sorry, have you DONE this before with Standard? What do I archive just the neo-query.xml? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

returning variable

2007-03-07 Thread Paul Giesenhagen
Paul Giesenhagen QuillDesign http://www.quilldesign.com 417-885-1375 ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2. Free Trial http://www.adobe.com/products/coldfusion

RE: returning variable

2007-03-07 Thread Paul Giesenhagen
That was it .. thanks for the help, overlooked it completely. Paul Giesenhagen QuillDesign http://www.quilldesign.com 417-885-1375 -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 10:24 AM To: CF-Talk Subject: Re: returning variable Paul

Variables in function returntype

2007-02-14 Thread Paul Giesenhagen
.. is this possible at all? Thanks Paul Giesenhagen QuillDesign http://www.quilldesign.com 417-885-1375 ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform

Unexpected Constant Error

2006-09-27 Thread Paul Giesenhagen
We are getting the following error on a CFMX 7.1/Linux server, we haven't seen this error before and cannot find any references to it. Error: unexpected constant #122 65 Anyone ran into this before? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: purchasing CF7 license

2006-09-27 Thread Paul Giesenhagen
You can purchase through me (reseller) Macromedia ColdFusion MX Standard Edition - ( v. 7.0 ) - complete package - 2 processors - CD - Linux, Win, Mac - Universal English - Canada, United States Price: $1165.00 Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: purchasing CF7 license

2006-09-27 Thread Paul Giesenhagen
No, you will have to contact me directly and we will get the order information over the phone. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Ray Champagne [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday

Re: Ideas please!!

2006-09-14 Thread Paul Giesenhagen
someone actually places a bid and do it on the fly instead of a having a process run every minute even if it doesn't need to? Say I place a bid with 1 minute left, you update the system with my bid and then fire off a query that updates the auction item's time to 5 minutes from now(). Paul

Re: Possible bug?

2006-09-14 Thread Paul Giesenhagen
It's still a list, you just don't have a second item in your list. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Victor Moore [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 14, 2006 3:38 PM Subject

Re: A Continue Shopping button should take you to...

2006-08-29 Thread Paul Giesenhagen
or all the way back. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Che Vilnonis [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 29, 2006 2:52 PM Subject: OT: A Continue Shopping button should take you

Re: A Continue Shopping button should take you to...

2006-08-29 Thread Paul Giesenhagen
Heck yeah ... things like that make it great ;) (couldn't resist) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Che Vilnonis [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 29, 2006 3:09 PM Subject: RE

Re: A Continue Shopping button should take you to...

2006-08-29 Thread Paul Giesenhagen
Thanks ... just storing the values from the session and dumping them out into a select list. Simple things sometimes have great impact. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Che Vilnonis [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: CFLocation to an exe on another server

2006-08-28 Thread Paul Giesenhagen
This may sound like a bad solution .. (but it's all I could come up with quickly). Redirect to server 2 to a file that redirects locally to the exe and see if that works (it most likely won't if it is not working already). Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Finding Component Directory

2006-08-21 Thread Paul Giesenhagen
and still no go. System: Windows Server CFMX 6.1 Anythoughts? ( I did create a mapping and that seemed to work just fine, but I don't like that solution) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software

Re: OT: Finding Server IP

2006-08-20 Thread Paul Giesenhagen
And how do you do that? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, August 20, 2006 4:34 AM Subject: RE: OT: Finding

Re: OT: Finding Server IP

2006-08-20 Thread Paul Giesenhagen
Ok .. thanks .. we can't use CFExecute so that won't work .. Is there anyway outside of cold fusion to see? Ie some sort of a ping if you know the website address? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message

Re: OT: Finding Server IP

2006-08-20 Thread Paul Giesenhagen
Maybe I should clarify .. is there anyway from the outside to tell if website A, B or C what server they are coming from OR if they are on the same server. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message

Re: OT: Finding Server IP

2006-08-19 Thread Paul Giesenhagen
that would be great. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Ryan, Terrence [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, August 19, 2006 11:34 PM Subject: RE: OT

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
Yes, I do NOT want to use CFExecute ... But somehow get that information. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Ryan, Terrence [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
with. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 18, 2006 8:22 AM Subject: RE: OT: Finding Server IP What are you

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
want to know that these 2-3 sites are coming from this server and those 2-3 sites are responding from that server. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
No, I do not have access to the code in all places .. the code is calling back to me and I want to know what server it's on. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Ryan, Terrence [EMAIL

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
Yes we are validating a license ... but we need to know for a particular license the host server. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Adkins, Randy [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
Simple webservice calling a CFC that is sending back and forth XML Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 18, 2006 9

CFMX 6.1 reading a compiled CFMX 7 file

2006-08-18 Thread Paul Giesenhagen
I have compiled down a CFM template with cfcompile -deploy and I was told that CFMX 6.1 servers could see it, but it doesn't seem to be working .. actually it acts like it doesn't see the file at all! Can a compiled CFMX 7 CFM template be read by a 6.1 server? Paul Giesenhagen QuillDesign 417

Re: Quick CF CSS question.

2006-08-18 Thread Paul Giesenhagen
Yes/No ... Yes if you go into your webserver and set .css files to be processed by your cold fusion server .. but that means all of your style sheets will be ran as CF templates at all times on the server. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector

OT: Finding Server IP

2006-08-17 Thread Paul Giesenhagen
the SERVER that they are running on's IP address (coding method) not look it up in the operating system tools. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software

Re: Any ideas

2006-08-16 Thread Paul Giesenhagen
I would leave it up to the ad owner to turn the ad off by manually setting it to sold. There is really no other way to do this, they will be encouraged to do so as they do not want to keep getting emails and contacts from people when they do not have the stuff anymore. my .02 Paul Giesenhagen

Re: CSS

2006-08-14 Thread Paul Giesenhagen
span style=/span Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 9:11 PM Subject: OT: CSS Say I want to apply color on text. I need to do

Re: ASP.NET How can one love it.

2006-06-06 Thread Paul Giesenhagen
Format your hard drive and re-install your operating system ** Couldn't resist ** Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 06, 2006 4:52 PM

MySQL - MS SQL

2006-06-02 Thread Paul Giesenhagen
AND sf.coID = #url.coID#) ! This is the problem line --- IF(sf.speciesFusionID IS NULL, 0, 1) Basically if speciesFusionID IS NULL then I want speciesFusionID to be 0 if it isn't, I want it to be 1 Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: MySQL - MS SQL

2006-06-02 Thread Paul Giesenhagen
Thanks folks, that worked perfectly! Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Munson, Jacob [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, June 02, 2006 5:24 PM Subject: RE: MySQL - MS SQL I usually use

Simpler Cleaner Way

2006-05-31 Thread Paul Giesenhagen
request.componentDirectory = #ReplaceNoCase(translatedPath, '/','.','all')#.components /cfif /cfif Is there a simpler/cleaner way of doing this?? Basically I am getting a dynamic component directory path. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Regular Expression

2006-05-30 Thread Paul Giesenhagen
I have the following regular expression: ReReplaceNoCase(getContent.title, '[^a-z0-9 ]', '', 'all') I want it to ALSO keep all the hyphens too... but remove everything else except numbers, alpha and hyphens. What would I change? Thanks Paul Giesenhagen QuillDesign 417-885-1375 http

Re: Regular Expression

2006-05-30 Thread Paul Giesenhagen
Works great! Thanks! Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Munson, Jacob [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 30, 2006 2:31 PM Subject: RE: Regular Expression This should do

Component Directory Issue

2006-05-25 Thread Paul Giesenhagen
components.departmentController Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241451 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

Re: Component Directory Issue

2006-05-25 Thread Paul Giesenhagen
For this customer I don't have access to CFAdmin, they are hosting ... (crystaltech.com) I have another customer on crystaltech with the exact same setup ... working without a hitch. Just curiouis of what possible problems there could be... Paul Giesenhagen QuillDesign 417-885-1375 http

Re: Component Directory Issue

2006-05-25 Thread Paul Giesenhagen
don't have access to the server so I can't check, but I can contact support. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Neil Middleton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, May 25, 2006 10:30 AM

Re: Component Directory Issue

2006-05-25 Thread Paul Giesenhagen
No, it isn't that ... it isn't calling any of the CFC's in there. I am stumped ... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday

Re: MySQL to Oracle

2006-05-25 Thread Paul Giesenhagen
I think this may be of help to you: http://www.convert-in.com Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Robert Everland III [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, May 25, 2006 3:04 PM Subject: OT

Re: concantenating entries

2006-05-16 Thread Paul Giesenhagen
Is the @here.com the same for all users? If so, just have them input the me and then add your @here.com to it in the backend. cfset variables.emailAddress = [EMAIL PROTECTED] cfmail from=#variables.emailAddress# ... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: What CMS for .cfm?pageid=

2006-05-12 Thread Paul Giesenhagen
and many times number one. It definately convinced us and with our newest version, that is our route to take absolute page names and minimal query strings. It's all about the SEO .. that is why so many large corporations have full time staff working on them. Paul Giesenhagen QuillDesign 417-885

Converting a Date

2006-05-10 Thread Paul Giesenhagen
I have a variable that has a date in this format: 20060508 (which is 05/08/2006) Does anyone have a quick and good way of converting 20060508 to a date stamp that DateFormat() can work with? Thanks Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: Converting a Date

2006-05-10 Thread Paul Giesenhagen
I get this error: 2006/05\/3 is an invalid date format. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Ben Nadel [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, May 10, 2006 2:46 PM Subject: RE: Converting

One more TIME conversion

2006-05-10 Thread Paul Giesenhagen
Ok, I got the date working good .. now I need to convert TIME I need to figure out how to take 154100 to 3:41 PM OR 061800 = 6:18 AM Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com ~| Message

Query of Queries

2006-03-31 Thread Paul Giesenhagen
the following error: Query Of Queries runtime error. Unsupported type comparison. 1) does anyone see any problem with this? 2) Is there anotherway of getting a specific row/column value out of a query result set ? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: Reg Expression to revome (most) punctuation

2006-03-28 Thread Paul Giesenhagen
Perfect ... thanks! Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, March 28, 2006 2:06 AM Subject: Re: Reg Expression to revome (most) punctuation Hi

Reg Expression to revome (most) punctuation

2006-03-27 Thread Paul Giesenhagen
remember if it was 12 or 12 I have tried a few things and I can remove EVERYTHING, but can't get it to leave just the spaces. THANKS Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com ~| Message: http

Part Time Coding

2005-12-20 Thread Paul Giesenhagen
If this is something you are interested and you have the additional evening/daytime to work with me, send me your information and something about yourself. We are looking for someone ASAP. Thanks Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

XML Is or NOT?

2005-11-04 Thread Paul Giesenhagen
out saying it isn't valid XML... how do you check to see if it is a particular XML document and not error if it is not? Make sense? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com ~| Logware

Re: XML Is or NOT?

2005-11-04 Thread Paul Giesenhagen
One of the nodes of the XML string is NOT there unless it is an error .. XMLResponse.thisPacket.error If all is fine with the request the .error is not there ... how do I check to see if .error element is defined ... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Re: XML Is or NOT?

2005-11-04 Thread Paul Giesenhagen
No this is not something I can do ... I get what I get .. I just have to check to see if XMLResponse.Package.ERROR is valid or not ... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Jim Davis [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: XML Is or NOT?

2005-11-04 Thread Paul Giesenhagen
wanting to see if package.ERROR is there ... if it is not, then process normally.. The IsXMLElem fuction doesn't catch this. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: XML Is or NOT?

2005-11-04 Thread Paul Giesenhagen
I tried: cfif IsDefined(#XMLResponse.RateV2Response.Package.Error#) And recieved this error: Element RATEV2RESPONSE.PACKAGE.ERROR is undefined in XMLRESPONSE. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Jim Davis [EMAIL PROTECTED

  1   2   3   4   5   6   7   >