Anyone Have XPAAJ.jar ?

2008-04-16 Thread Josen Ruiseco
I need to get my hands on XPAAJ.jar for some old production code involving PDF Forms processing. Because that is no longer available from Adobe, can someone email that to me: webmaster AT gomotorbids.com Thanks... Josen ~|

Re: Creating XML from RecordSet

2007-10-07 Thread Josen Ruiseco
Hatton, Would you be willing to share your final template? Email to webmaster gomotorbids com Thanks, Josen ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

CFMX 6.1 Mail Spooler Problem

2005-06-07 Thread Josen Ruiseco
I have been running CFMX 6.1 for about 18 months without any problem. Now for the past month my cfmail spooler has just locked up and refuses to send mail until I restart the services. I am using Rob Bilson and Cameron Childress' version 3 CF_ResendUndeliverableMail3 tag. It seems to run fine

Re: cfx image?

2005-04-26 Thread Josen Ruiseco
I also use Efflare's ImageCr and ImageFlare. They are great products. They are affordable. Their support is great. http://www.efflare.com Josen Ruiseco GoMotorBids.com http://www.gomotorbids.com As I stated earlier in this thread, if there were problems with cfexecute on CFMX, they were

Preventing Automated Logins Registrations

2005-04-25 Thread Josen Ruiseco
? Does anyone know of a module that can be purchased for CF that already does this? Any thoughts would be appreciated. Regards, Josen Ruiseco GoMotorBids.com ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Preventing Automated Logins Registrations

2005-04-25 Thread Josen Ruiseco
from but... ... if you don't mind the delay, what about a confirmation email? Are scripts that automat sign-ups wise to these? Ade -Original Message- From: Josen Ruiseco [mailto:[EMAIL PROTECTED] Sent: 25 April 2005 21:11 To: CF-Talk Subject: Preventing Automated Logins Registrations I

RegEx Problem Trying to Use Matched Text

2004-09-08 Thread Josen Ruiseco
I am trying to follow the regex example on page 82 of Ben Forta's regular Expressions in 10 Minutes book. The example does a simple replace using matched text and reReplaceNoCase(). cfset newString = [EMAIL PROTECTED] #newString#br cfset newString = reReplaceNoCase(newString, ([EMAIL PROTECTED]),

Re: RegEx Problem Trying to Use Matched Text

2004-09-08 Thread Josen Ruiseco
Josen In CF it is \1 : a href=""> Pascal -Original Message- From: Josen Ruiseco [mailto:[EMAIL PROTECTED] Sent: 08 September 2004 19:27 To: CF-Talk Subject: RegEx Problem Trying to Use Matched Text I am trying to follow the regex example on page 82 of Ben Forta's regular

Re: RegEx Problem Trying to Use Matched Text

2004-09-08 Thread Josen Ruiseco
:]] to replace them. BTW -- are you sure this is a direct copy from the book (aside from the \1 vs $1 change)?It looks odd in several ways to me. --Ben Josen Ruiseco wrote: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Need Function or UDF that does this...

2004-09-03 Thread Josen Ruiseco
I need a function or udf that is like find() or findNoCase() except that it searches backward from a starting point instead of forward. In other words, it finds the first occurance of a substring within a string but searches backwards from a starting point. Josen GoMotorbids.com [Todays

Re: Need Function or UDF that does this...

2004-09-03 Thread Josen Ruiseco
-0400, Josen Ruiseco [EMAIL PROTECTED] wrote: I need a function or udf that is like find() or findNoCase() except that it searches backward from a starting point instead of forward. In other words, it finds the first occurance of a substring within a string but searches backwards from

Calling a .Net control from ColdFusion

2004-09-01 Thread Josen Ruiseco
I found a very cool .net control here: http://scottonwriting.net/demos/RoundedCorners.aspx and want to use the functionality of it in my cf pages. Is it possible to call a .net control and use it within coldFusion and if so, how? If not possible, does anyone know of any cf component that does

Re: Calling a .Net control from ColdFusion

2004-09-01 Thread Josen Ruiseco
Yes, I looked at your tag. However, it requires the use of a graphic as I understand it. I am only able to use dynamically created graphics or css in this application. Am I correct in thinking that it requires a graphic? Josen I found a very cool .net control here This one is even cooler! ;-))

Re: Template Encryption

2004-08-31 Thread Josen Ruiseco
reason)? I am running ColdFusion 5 for this project. Josen Ruiseco GoMotorBids.com Thanks to everyone for the help... Josen [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFHTTP and replace() on Multiple Lines

2004-08-31 Thread Josen Ruiseco
I am calling a document via cfhttp. I am replacing numerous lines of text within the called document. There is a snippet in the document that I cannot seem to grab: td width=1 /td Spacing is as it is in the doc... I can grab the td width=1 with no problem. But I cannot grab the /td because I

Re: CFHTTP and replace() on Multiple Lines

2004-08-31 Thread Josen Ruiseco
, barneyb On Tue, 31 Aug 2004 12:27:46 -0400, Josen Ruiseco [EMAIL PROTECTED] wrote: -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com It turns out that I used the find function then used the removeChars function. Other techniques, such as ReFindNoCase and replace using chr()s

Re: Access Coldfusion MX6.1 problems...sites keep dying

2004-02-27 Thread Josen Ruiseco
Is the unicode driver just useful for Access or will it stabilize Sql Server 2000 also? Where can it be found? Josen www.gomotorbids.com Donnie Bachan said: We are experiencing this problem also. I have tried the hotfixes on Macromedia's site, which do not really apply to MS Access but it

Re: Question regarding CFMX 6.2 - UPDATE

2004-02-27 Thread Josen Ruiseco
Ben, Any word on whether or not work is being done on the Could not connect to JRUN server error. This issue seems to affect a lot of folks and there is yet no word from Macromedia on the issue. Regards, Josen [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Access Coldfusion MX6.1 problems...sites keep dying

2004-02-27 Thread Josen Ruiseco
Regarding the Microsoft JDBC driver, have you heard if that lessens or elimiantes the Could not connect to JRUN Server error? Josen Josen Ruiseco wrote: Is the unicode driver just useful for Access or will it stabilize Sql Server 2000 also? Where can it be found? Access only

Re:Looking for URL RegEx

2004-02-17 Thread Josen Ruiseco
. It is able to validate that the URL is correct and has many methods of interacting with URLs, which I find to be much more useful than a RegEx. -Matt On Feb 16, 2004, at 3:52 PM, Josen Ruiseco wrote: I am looking for a regular _expression_ that captures a domain name within a url. It needs

Looking for URL RegEx

2004-02-16 Thread Josen Ruiseco
I am looking for a regular _expression_ that captures a domain name within a url. It needs to consider all the possible variations of a domain name, ie. domain.com, www.domain.com, www.domain.co.uk, domain.biz, etc. Does anyone have that written already? Thanks... Josen [Todays Threads]

CFDJ Spell Check Article this Month

2004-02-06 Thread Josen Ruiseco
In CFDJ this month Darron Schall wrote an article on how to add spell checking functionality to a site with open source Java. He does not, however, reveal the code for the _javascript_ interface that enables a user to replace, ignore, replace all, and ignore all, etc. Does anyone have this code

Re:CFDJ Spell Check Article this Month

2004-02-06 Thread Josen Ruiseco
No worries on the length of the article from our perspective. It's a great article with some very useful code. Is there any chance they would have you back to do a follow up article showing the rest of the code? I'm going to write them and suggest it. Regards, Josen Sorry, I didn't have time

Re:Changing HTML text to images

2004-01-29 Thread Josen Ruiseco
The way you're suggesting to do is fine, however, there is a custom tag out there that will take the pain (if there IS any) out of what you're doing. Check out http://www.efflare.com/products/cfx_gfont/ The tag is called cfx_gfont. It automatically draws an image in the font of your choice from

Re:Image-Gallery Managment

2004-01-27 Thread Josen Ruiseco
a good idea - all sound and fury, signifying nothing.The Fifth Discipline - Peter Senge -- Original Message -- From: Josen Ruiseco [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Mon, 26 Jan 2004 19:19:37 -0400 Dwayne, I use the cfx_imageCr

Re:Image-Gallery Managment

2004-01-27 Thread Josen Ruiseco
at once now... up to 300 images and add a watermark.Can anybody recommend how to go about this? Thanks -Original Message- From: Josen Ruiseco [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 7:33 AM To: CF-Talk Subject: Re:Image-Gallery Managment I have an admin interface where

Re:Image-Gallery Managment

2004-01-26 Thread Josen Ruiseco
Dwayne, I use the cfx_imageCr tag extensively. It is a great little tag that does far and away more than just resize an image. Nonetheless, all I store in the database is the directory path and image name. ImageCr will do all the rest for you (ie. get the size, attributes, etc.) You will want to

Re:Write to html file

2004-01-19 Thread Josen Ruiseco
How do you do this? I went into application extensions and added .htm to be run as a .cfm page. I restarted the CF service and now I get an error message stating: SERVER ERROR: Either the Macromedia application server is unreachable or it does not have a mapping to process this request. Is

Re:Write to html file

2004-01-19 Thread Josen Ruiseco
Nevermind... I figured it out. Apparently it needed some config info changed and a reboot... Josen [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Strange CFMX Error: String index out of range

2004-01-15 Thread Josen Ruiseco
Has anyone seen this error before? String index out of range: 0 null If so, what does it mean and how do you fix? Josen [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:Multiple sites on XP Pro workstation

2003-12-29 Thread Josen Ruiseco
Try this... http://www.mindxpand.be/iisadmin/ This is a great tool for doing the very thing you want to do. Regards, Josen GoMotorsports.com GoMotorBids.com Is there a way to hack IIS that ships with XP Pro to allow it to serve mutliple sites? This is for development purposes. Alternatively,

Re:I'm lost converting ASP to CF5

2003-10-26 Thread Josen Ruiseco
Give this a try... CFM2ASP is a programming tool that will convert most of CFM code to ASP. It will convert the most commonly used CFM tags into ASP along with variable and function syntax. The code editor is a full featured programmer-style editor with features such as auto-indent, line numbers,

(OT) RegEx editor

2003-07-14 Thread Josen Ruiseco
i would love to put some words in a form box.. say for instance... [EMAIL PROTECTED] and then the regex interprets that, and turns it into some sort of @[EMAIL PROTECTED]([EMAIL PROTECTED])%($#([EMAIL PROTECTED])*!@)#$_ thing. make sense? and maybe a wizard type thing...where it could say,

Calendar App

2003-06-26 Thread Josen Ruiseco
I agree. I would like it also. I can provide an FTP site too... ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

Active PDF?

2003-06-25 Thread Josen Ruiseco
I just purchased active Pdf and am having a rpoblem figuring out how to merge pdf docs together. I have contacted support and after three days they still have not helped me. Basically I have document names stored in a database. I want to pull those names and merge, then show a link to the

Active PDF?

2003-06-25 Thread Josen Ruiseco
Janine, Thanks for your reply. How would you modify this if it were not an action page but rather just pulling pdf names from a database and merging them? Basically, do a lookup of names then merge the lookup results. ~|

Active PDF?

2003-06-25 Thread Josen Ruiseco
Janine, I got this figured out. No need to reply. Thanks... Josen ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4

Free enterprise manager application

2003-01-08 Thread Josen Ruiseco
Hi Pablo, I spoke with you about this offline. I'd like to see a demo of what you have. I'm debating the purchase of your previous control panel or waiting for this one. Getting a first look would help me make that decision. Josen Ruiseco GoMotorsports.com

Evaluate a variable stored in a database?

2002-11-21 Thread Josen Ruiseco
I have text in a database record with a variable containing a dynamic value that gets evaluated at display time. Here is the value of NewsText coming from the News query listed below: ...blah, blah, blah some text a href=#textHere#some more/a text... The record is displayed within the

RE: CF-Talk-list V1 #377

2002-10-10 Thread Josen Ruiseco
Did something happen with the list? I was on daily digest and am now receiving emails every hour or so. And I have not made any changes to my list preferences... Regards, Josen Ruiseco Director of Internet Development Motorsport Marketing, Inc. http://www.gomotorsports.com -Original