Re: adding code into links

2004-01-21 Thread Pete Ruckelshaus
or session scoped variables. Pete Wurst, Keith D. wrote: > hey everyone. i have a chunk of code that i would like to attach in the url > string of a series of links. i dont want to have to replicate the code each > time for each link. i would like to write the code once, set it equ

Re: Running PHP code inside CF page

2004-01-19 Thread Pete Ruckelshaus
Cfhttp Spectrum WebDesign wrote: > Hi > > we're developing a support area for our site. I'm thinking about insert > a php live support code inside support.cfm page. How to? > > Thanks > -- > ___ > Get your free email from http://www.mail.com > [Toda

MX 6.1 Internationalization

2004-01-19 Thread Pete Ruckelshaus
lude/udflibrary.cfm" error message, and there is no such directory or file in the .zip file that I downloaded. Where am I supposed to put this unzipped directory so that it will actually work?  Are there any other I18n guides for MX 6.1 out there? Thanks Pete [Todays Threads] [This Messa

Re: Flashpaper Macromedia - Please

2004-01-15 Thread Pete Ruckelshaus
n't save is a bummer and the can't resize is a deal-breaker, though I would assume that's a function of how the page HTML is coded. Pete [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: cfx_image help?

2004-01-12 Thread Pete Ruckelshaus
I'm not wild about the look of the thumbnail either, but it does everything else I want it to do (reduce if >100px, won't enlarge if it's <100px) easily... Philip Arnold wrote: >  > I'm using cfx_image on a project I'm working on (CF5/Win2K).  It does >  > what I need it to, more or less, but do

cfx_image help?

2004-01-12 Thread Pete Ruckelshaus
d also is there a way to define the background color to use (I want white)? Has anyone written an in-depth guide to cfx_image that would provide info on any other features not covered in the documentation included with cfx_image? Thanks, Pete [Todays Threads] [This Message] [Subscriptio

Re: insert multiple drop down list selects into access

2004-01-09 Thread Pete Ruckelshaus
You'll have to loop over that field and do multiple inserts.  Something like: Pete Tim Laureska wrote: > Is it possible to insert into one access database number field, a comma > delimited list of numbers, received from a form template thusly (is not > working now ... only

Re: eNewsletter Application Written in CF

2004-01-08 Thread Pete Ruckelshaus
ws my client to compose, save, and edit email newsletters.  They can select who the newsletter gets emailed to by individual or groups or send it to everyone.  It's pretty simple, but it's all they needed. Pete Dave Clay wrote: > Anyone know of a good online newsletter program? > [

Re: MACR Stock price?

2003-12-30 Thread Pete Ruckelshaus
> Look for that stock price to hit $280 soon. > > Actually, that would be great, that's just a little more than what I paid for some ALLR stock :-( Yeah, I'm the idiot who buys high. Pete [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: JSP and Cold Fusion.

2003-12-19 Thread Pete Freitag
ers. _____ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Sitewide Error handler for CFMX

2003-12-19 Thread Pete Ruckelshaus
Yeah, just use CFERROR in your application.cfm and then set the site-wide error handler in the CF Administrator.  From there, use any code you want.  This is the code that I use in my error handler page, and I store the data in a database: tmp = structNew(); tmp.date_time = error.d

Re: Joining the dark side - using DWMX

2003-12-19 Thread Pete Ruckelshaus
The main reason I won't do that is because I rely on my custom toolbars so much. Besides, they aren't THAT different... Pete Raymond Camden wrote: > Just as an FYI, if you are still using CFS5, you should really consider > upgrading to HomeSite+ 5.5. > [Todays Threa

Re: JSP and Cold Fusion.

2003-12-18 Thread Pete Freitag
(), or CFOBJECT). JSP is not all that complicated, if you can understand java, _javascript_, php, then you shouldn't have too much trouble figuring out what is going on. hope that helps. _ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers C

Re: Storing big queries in Application Scope to search?

2003-12-18 Thread Pete Freitag
u to set a different timeout for each query. ___ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Missing Datasource Config File

2003-12-18 Thread Pete Freitag
t; blank when you create a new datasource, and it will use default.cfm by default. _ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Hiding an Email Address from harvesters

2003-12-18 Thread Pete Ruckelshaus
I've used the emailAntiSpam UDF available at http://www.cflib.org/udf.cfm?ID=405 for a while and have not had SPAM issues with those email addresses. Still, the variable thing is a good way to go. Pete Les Mizzell wrote: > Ben Densmore wrote: >  > Are you hardcoding an email ad

Re: Hiding an Email Address from harvesters

2003-12-18 Thread Pete Ruckelshaus
How are they able to harvest email addresses from CFMAIL tags?  I don't understand how this would even be possible if the page is coded properly? Anyway, if you want to hide the email address, set it as a variable in the application.cfm and then call the variable from the CFMAIL tag. Pete

Re: CFStat from remote machine

2003-12-16 Thread Pete Freitag
now if this works. Hi Peter, I'm not sure how that works, but you could create a cfm page and use the GetMetricData function. I just posted an example in my blog: http://www.petefreitag.com/item/101.cfm __ Pete Freitag http://www.cfdev.com Author of the CF

CFTREE and displaying directory structure

2003-12-11 Thread Pete Ruckelshaus
I am writing an application where I need to display the directory structure on the server so I can allow the user to select where a file gets written to.  Macromedia uses this in the CF Administrator, but I cannot find an example of how to accomplish this.  Any ideas? Thanks, Pete [Todays

Re: OT: MySQL DATETIME datatypes?

2003-12-10 Thread Pete Freitag
imestamp. I'd rather keep my applications as database platform independant as possible. 1000 records is not going to take up too much diskspace any way you slice it. ___ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http

Re: Cached Query Memory Usage- How to find out?

2003-12-10 Thread Pete Freitag
storing the size). Also keep in mind that your CF Server is storing more than just your variables in memory, it is also caching compiled CFM files, database connections, etc. ___ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http://ww

cferror causing me pain

2003-12-10 Thread Pete Ruckelshaus
nd part of that form will be these error variables in hidden form fields. Thanks, Pete [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Source Control: everyone uses it, right?

2003-11-25 Thread Pete Ruckelshaus
Heck, I even use CVS at home, and I have my entire Documents and Settings tree in it, and my system does an automatic commit every 6 hours.  So, if my workstation craps itself, I can restore my data from the CVS repository on my home server :-) Geeky?  Certainly. Daryl Walsh wrote: > Anyone no

Re: AntiSpam Technique: Output to images instead of text

2003-11-21 Thread Pete Ruckelshaus
Why not simply use the emailAntiSpam UDF available here http://www.cflib.org/udf.cfm?ID=405 It's worked well for me. Pete David Adams wrote: > Does anyone know if there is a tool or technique for representing text > through a series of small images that substitue for letters or

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Pete Ruckelshaus
Understood, and, yes, I chuckled.  However, this is a place where we can all check our ideological differences at the door, and I value it because of that. Pete Bushy wrote: > I just thought some people might get a little chuckle from this. > > Relax... > [Todays Threads] [

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Pete Ruckelshaus
Look, I'm about as rabid of a Democrat as you could ever find, but I don't feel that this is even remotely on-topic for this list. Pete Bushy wrote: > LOL... > > http://www.ebaumsworld.com/presaddress2.shtml > > > [Todays Threads] [This Message] [Subsc

How to determine if a scheduled task is already running?

2003-11-11 Thread Pete Ruckelshaus
Simple question (relatively).  Is there a way to determine if a specific scheduled task is running?  I'm using CFMX 6.1 on Win2K. Thanks Pete [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Attempts at banking fraud

2003-11-10 Thread Pete Ruckelshaus
tter...I got mine for $99 after a $200 "coupon". Pete   - Original Message -   From: Peter Tilbrook   To: CF-Talk   Sent: Friday, November 07, 2003 6:39 PM   Subject: OT: Attempts at banking fraud   It staggers me that there are people in the world who will attempt to rob   

Re: Verbose account of files transfered with an HTTP request

2003-11-05 Thread Pete Ruckelshaus
at http://www.microsoft.com/technet/treeview/default.asp?url=""> Pete   - Original Message -   From: James Milks   To: CF-Talk   Sent: Wednesday, November 05, 2003 1:25 PM   Subject: OT: Verbose account of files transfered with an HTTP request   Hi all,   I have a need

Re: XML Feed for Amazon w/ColdFusion 4.5 Enterprise

2003-11-03 Thread Pete Freitag
You might also want to check out our xml parser http://www.cfdev.com/xml/ it's a java cfx tag so it should be faster than the cf solution. -pete [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: XML Parse with CF50

2003-11-03 Thread Pete Freitag
Larry Juncker wrote: > I am receiving an XML string from a client and I am trying to learn how to > parse out the values I want. Hi Larry you might also want to check out our XML Parser for CF 4.5 and 5: http://www.cfdev.com/xml/ [Todays Threads] [This Message] [Subscription] [Fast Unsubs

Re: CF on RedHat9?

2003-11-03 Thread Pete Freitag
yes I've got CF running on Redhat 9 with CF MX 6.1, and Apache 2.0.47 A few months back I wrote up some instructions: http://www.cfdev.com/apache/apache2src.cfm http://www.cfdev.com/apache/apache2cfmx.cfm Pete Freitag http://www.cfdev.com/ Author of

Re: OT: Web Reports

2003-10-23 Thread Pete Freitag
Emmet McGovern wrote: > I need to buy a new reports application.  Anyone have any good > suggestions? Anything but webtrends. Try aw-stats, its free: http://awstats.sourceforge.net/ ___ Pete Freitag http://www.cfdev.com/ Author of CFMX Deve

Re: OT: Comprehensive CGI.http_user_agent values listing?

2003-10-22 Thread Pete Ruckelshaus
Yes, that is very nice.  Bookmarked! Thanks, Pete   - Original Message -   From: David Delbridge   To: CF-Talk   Sent: Wednesday, October 22, 2003 12:20 PM   Subject: Re: OT: Comprehensive CGI.http_user_agent values listing?   I particularly like this one:   http://www.zytrax.com

Re: Comprehensive CGI.http_user_agent values listing?

2003-10-22 Thread Pete Ruckelshaus
Damn.  I was googling for "http_user_agent value list" and permutations thereof.  Thanks! Pete   - Original Message -   From: Philip Arnold   To: CF-Talk   Sent: Wednesday, October 22, 2003 9:26 AM   Subject: RE: Comprehensive CGI.http_user_agent values listin

OT: Comprehensive CGI.http_user_agent values listing?

2003-10-22 Thread Pete Ruckelshaus
I'm trying to find a fairly comprehensive of browser user agent CGI variables, i.e. a listing of what http_user_agent string IE, Mozilla, Netscape, Opera, etc. send.  Does anybody know of one?  I've googled with little success. Thanks Pete [Todays Threads] [This Message] [Su

Re: multiple inserts, no solution

2003-10-13 Thread Pete Ruckelshaus
changes to this, but it might require firing the neurons up a bit. Pete   - Original Message -   From: mayo   To: CF-Talk   Sent: Monday, October 13, 2003 10:52 AM   Subject: multiple inserts, no solution   BACKGROUND INFO:   I'm creating an admin form allowing a user to enter

Re: How do I flush cached queries?

2003-10-10 Thread Pete Ruckelshaus
The problem is with caching dynamic queries.  If you cache a query that has dynamic statements, it will cache the result set from each dynamic statement that is run. I'll try Jeff's solution. Thanks for the help! Pete   - Original Message -   From: Philip Arnold   To: CF-Ta

How do I flush cached queries?

2003-10-10 Thread Pete Ruckelshaus
. Thanks Pete [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Third-Party Search Engines with Customizeable Results?

2003-09-30 Thread Pete Freitag
Kelly Tetterton wrote: > We are currently using FreeFind for many of our clients, and it does a > very nice job of providing search functionality, but our clients are > increasingly asking for something that allows for a customized set of > search results pages. For instance, several of our cli

Re: mailserver suggestions (outgoing)

2003-09-30 Thread Pete Freitag
> Any good suggestions for a new mserver? I just need something coldfusion > can connect to and send mail through. on unix: qmail http://www.qmail.org/ postfix http://www.postfix.org sendmail http://www.sendmail.org on windows you can use the Microsoft SMTP server. [Todays Threads] [This Me

Re: Java Custome Tag

2003-09-30 Thread Pete Freitag
> Anyone know of a unencrypted java custom tag for CF. Preferrably > performs a somewhat basic function. We have some free/open source java CFX tags here: http://www.cfdev.com/products/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: paypal and cf

2003-09-22 Thread Pete Freitag
or an example of doing Instant Payment Notification (this verifys that the person actually payed for the item). Typically you will want to use the custom field to pass a customer id, or order number. ___ Pete Freitag http://www.cfdev.com/ Author Of CFMX Develope

Re: Stripping and replacing last "\" from a variable

2003-09-22 Thread Pete Freitag
>Whats the easist way to strip the last "\" from var1 and insert a "," >(comma)? > > try: ReReplace(yourstring,"\\$",",") The $ character in regular expressions represents the end of a string, and the \ had to be escaped (that's wh

Re: Tag for driving boxes from a statement?

2003-09-17 Thread Pete Freitag
Something like this ought to do the trick: 1 2 Pete Freitag http://www.cfdev.com/ Author of CFMX Developers Cookbook http://www.amazon.com/exec/obidos/ASIN/0672324628/netgig-20

Re: Mac usage [Re: CFC-based GPL web HTML editor]

2003-09-16 Thread Pete Freitag
because you can't seamlessly interact with a web form. I've submitted several bug reports to Apple with no avail. Flash also relies on LiveConnect, in it's fscommand function. Other than this problem, OSX is a pretty kickin OS. _ Pete Freitag http://www

RE: (Admin) List upgrades

2003-09-15 Thread Pete Freitag
ists/cache I hit those a lot in google searches. - Pete Freitag http://www.cfdev.com Author CFMX Developers Cookbook http://www.amazon.com/exec/obidos/ASIN/0672324628

RE: Cracking the RDS protocol?

2003-09-09 Thread Pete Freitag
I've also asked Macromedia to document it as well, with no response. How about we all send a request to their wish form: http://www.macromedia.com/support/email/wishform/ I already have. --- Pete Freitag http://www.cfdev.com Author

RE: CFMX 6.1 FreeBSD

2003-08-28 Thread Pete Freitag
y someone had it running one of the beta's. I think they deployed it as a war on tomcat. ___ Pete Freitag http://www.cfdev.com/ Author CFMX Developers Cookbook http://www.amazon.com/exec/obi

RE: Coldfusion Code analyzer

2003-08-14 Thread Pete Freitag
Hi Steve, I think we may extend that offer until the end of the month, but we planned on starting at $300. Pete Freitag http://www.cfdev.com/ Author CFMX Developers Cookbook http://www.amazon.com/exec/obidos/ASIN/0672324628/netgig-20 -Original Message- From: DURETTE, STEVEN J (AIT

RE: Coldfusion Code analyzer

2003-08-14 Thread Pete Freitag
Yes, send me an email pete AT cfdev with your phone number and mailing address, and preferred email address so I can add it to the system. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 6:42 AM To: CF-Talk Seriously? That'd be aw

HELP! Can't clear the CLIENT scope

2003-08-14 Thread Pete Ruckelshaus
ng something stupid? Thanks Pete >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> structClear(CLIENT); if ( isDefined("CLIENT.expiration") AND len(trim(CLIENT.expiration)) GT 0 AND dateDi

RE: Coldfusion Code analyzer

2003-08-11 Thread Pete Freitag
Thanks for pointing that out, fixed. I'll have to give you a free copy of the tool Calvin. Pete Freitag http://www.cfdev.com/ Author CFMX Developers Cookbook http://www.amazon.com/exec/obidos/ASIN/0672324628/netgig-20 -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED]

RE: Coldfusion Code analyzer

2003-08-08 Thread Pete Freitag
eview/browse.cfm The idea of the tool was to automate parts of the code review process, but you can really use it for anything because it's so easy to add new rules. ____ Pete Freitag http://www.cfdev.com Author CFMX Developers Cookbook http://www.amazon.com/exec/o

RE: CFMAIL REplacement

2003-07-24 Thread Pete Freitag
>Who has any good CFX tags or com objects that are good replacements for >cfmail? ActivMail (Java CFX Tag) - http://www.cfdev.com/activmail/ ___ Pete Freitag http://www.cfdev.com/ Author CFMX Developers Cookbook http://www.amazon.co

RE: MX Server Memory Usage

2003-07-11 Thread Pete Freitag
ng: http://java.sun.com/docs/hotspot/gc1.4.2/ _____ Pete Freitag http://www.cfdev.com/ Author: The ColdFusion MX Developers Cookbook http://www.amazon.com/exec/obidos/ASIN/0672324628/netgig-20 ~| Arc

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Pete Freitag
> I only just put together the proposal for us to buy DRK3. Aaron Johnson wrote a free Java CFX tag that uses Apache Lucene for searching, check it out here: http://cephas.net/blog/archives/cat_lucene.html _____ Pete Freitag http://www.cfdev.com/ Aut

RE: Move ColdFusion 5 to new server

2003-06-17 Thread Pete Freitag
y key: HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\ You might also look into using the Archive and Deploy feature, and create a CAR file. ___ Pete Freitag http://www.cfdev.com/ ~| Archives:

RE: cf studio users

2003-06-09 Thread Pete Freitag
> Very interested, please send There is a direct link to the article here: http://www.devnewz.com/devnewz-3-20030603ExtendingColdFusionStudio.html Looks like the article was written a while ago, mentions allaire and JRun Studio, CF4, etc. _____ P

RE: cf studio users

2003-06-09 Thread Pete Freitag
> ColdFusionProNews is? a newsletter: http://www.coldfusionpronews.com/ _____ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ ~| Archives: http://www.houseoffusion.com/cf_li

RE: Xalan and ColdFusion

2003-06-09 Thread Pete Freitag
w one. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 11:18 AM To: CF-Talk Subject: Xalan and ColdFusion Does anyone know where the class files are stored for Xalan in

RE: RedHat 7.2 support (WAS Re: CFMX on Redhat 9 with Apache2 2.0 .46)

2003-06-05 Thread Pete Freitag
CFMX currently works on Redhat 8 but verity doesn't work and it's not an officially supported platform by Macromedia. So if you don't care about that you don't need to wait for RedSky. _____ Pete Freitag CTO, CFDEV.COM http://www.cfdev

RE: cfx wrapper for c++ dll

2003-06-03 Thread Pete Freitag
> Can you register the DLL on your web server and use cfobject to interact? If it is a COM object, then yes, otherwise you will have to write a CFX tag (or COM wrapper). Personally I'd go with CFX over COM. _____ Pete Freitag CTO, CFDEV.

Any easy way of counting the number of active sessions?

2003-04-02 Thread Pete Ruckelshaus
Is there a simple way of counting the number of active sessions in an application? Thanks Pete ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm

OT: Current JS & CSS help files for CF Studio 5?

2003-03-28 Thread Pete Ruckelshaus
committed to memory :G: Thanks, Pete ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ:

RE: Methodology for retrieving file names.

2003-03-25 Thread Pete Freitag
call it: You could also write a recursive function in CFMX to do this. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 4:22 PM To: CF-Talk Subject

RE: Bulk Datasource update

2003-03-18 Thread Pete Freitag
only using OLE DB datasources, then I believe you only need to backup the first key. This should work on CF5 and below. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED] Sent

Re: Macromedia DONT help me now. so where do i turn now?

2003-03-11 Thread Pete Ruckelshaus
Shoot me a ticket to NSW and I'll take care of it for you :-) (I'm growing weary of Winter in the Northeastern US) Pete - Original Message - From: "Michael Kear" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003

RE: blue dragon and coolfusion iMS

2003-03-03 Thread Pete Freitag
Oh, you could certainly send the messages with it, but there is nothing built-in to receive the messages. So to answer your question: no, not out of the box. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Owens

RE: blue dragon and coolfusion iMS

2003-03-03 Thread Pete Freitag
Yes with ActivMail you can use a ColdFusion query to supply the email addresses, or a list. You can also personalize the content in the message using the query columns. Is that what you mean by "Does it handle mailing lists?" _ Pete F

Re: CFMX DSN woes

2003-03-03 Thread Pete Ruckelshaus
That, and changing the server name to my machine name in all caps did the trick. Thanks! The Oracle issue persists, but I would prefer to prototype with SQL Server anyway... Pete - Original Message - From: "Mike Townend" <[EMAIL PROTECTED]> To: "CF-Talk" <[E

CFMX DSN woes

2003-03-03 Thread Pete Ruckelshaus
cess DSN's work fine. Thanks, Pete ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.c

RE: blue dragon and coolfusion iMS

2003-02-28 Thread Pete Freitag
all but the free versions of BD. _____ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.h

RE: CFMAIL error.....help please

2003-02-25 Thread Pete Freitag
. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:29 PM To: CF-Talk Subject: CFMAIL error.help please I am generating some errors that are not letting me send mail using CFMAIL

Re: Differences in SELECT type="multiple" on POST and GET methods

2003-02-18 Thread Pete Ruckelshaus
That did the trick, thanks! Very annoying to realize these differences between POST and GET this late in the game ;-) I'll test later to see if Mozilla does the same thing. Pete - Original Message - From: <"Everett>; > To: "CF-Talk" <[EMAIL PROTECTED]>

Differences in SELECT type="multiple" on POST and GET methods

2003-02-14 Thread Pete Ruckelshaus
collection? Is there an easier or more straightforward way of doing this? I'm using CF5 Ent. Thanks for any help. Pete ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://ww

Re: CFMX & Oracle native DSN issues

2003-02-12 Thread Pete Ruckelshaus
Yes, I installed the oracle client months ago and a similar DSN is working fine on CF5. Pete - Original Message - From: "Stephenie Hamilton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 3:41 PM Subject: RE:

CFMX & Oracle native DSN issues

2003-02-12 Thread Pete Ruckelshaus
attempting to connect, please check your username, password, URL, and other connectivity info. Has anyone had this problem, and what was your solution? Is CFMX just picky about the format of a tnsnames.ora file? Thanks Pete ~

RE: issues with JVM change?

2003-02-10 Thread Pete Freitag
should see a big boost), Increased threading performance, 35% servlet performance increase (CFM pages are run as servlets in CFMX), byte code to native code compliation _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From

Re: Upload binary file and insert into Oracle

2003-02-03 Thread Pete Ruckelshaus
p, heavy objects being thrown in my general direction). This is a mission-critical app and we want to make sure that all is well with the new app before we put the old one out to pasture. And, yes, it IS an awful lot like flying by the seat of ones' pants. Pete ~

Re: Upload binary file and insert into Oracle

2003-02-03 Thread Pete Ruckelshaus
Not to be rude, but...please reread sentence 2 of paragraph 1 of my original post. Believe me, the goal IS to get the files onto the file system, but it's not going to happen with this release of the app that I'm building. Pete - Original Message - From: "Stephen M

Re: Upload binary file and insert into Oracle

2003-02-03 Thread Pete Ruckelshaus
Using CFQUERYPARAM, do I need to use CFFILE to get the file onto the server? Or do I just use CFQUERYPARAM with the name of the file upload field as the variable? Thanks! Pete - Original Message - From: "Jesse Houwing" <[EMAIL PROTECTED]> To: "CF-Talk" <[E

Upload binary file and insert into Oracle

2003-02-03 Thread Pete Ruckelshaus
steps will be: * User selects file in form. * Upon submission, use CFFILE to save the file to the app server's file system. * Do a SQL INSERT to insert the binary file into the database...but how? It's the last step

Re: Breadcrumb navigation CF Tutorial

2003-01-30 Thread Pete Ruckelshaus
We use one that I found on the devex under cf_breadcrumb. Note that we did some minor revisions to make it suit our needs. variables.outputStr = ""; variables.pathList = cgi.script_name; variables.listLength = listLen(variables.pathLis

Re: CF 5 and Unicode

2003-01-29 Thread Pete Ruckelshaus
While I would like to believe Jim Campbell's statement, my experience has shown otherwise. Pete - Original Message - From: "Jim Campbell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 4:56 PM Subject: Re: CF 5 a

RE: MM Dev Exchg submit broken or is it just me?

2003-01-24 Thread Pete Freitag
Yes it is broken! It has been broken for a while now. I've recently emailed some people at Macromedia and I'm waiting for a response to the issue. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Matt

RE: URL Strings

2003-01-22 Thread Pete Freitag
rried about people removing the uID, why not just add at the top of your page: Hey you didn't give me a uid. then use or to ensure that they are passing an integer. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ ---

Re: Best way to store 40 values?

2003-01-17 Thread Pete Ruckelshaus
Why not just use a delimited list? Or save it in the database as WDDX or XML? - Original Message - From: "Paul Campano" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 9:51 AM Subject: Best way to store 40 values? > I have a database of approx 1 s

Next N" Navigation and query caching theory question

2003-01-17 Thread Pete Ruckelshaus
n variable? All I want is for the user to not have to wait for subsequent pages after the first page is loaded... Thanks for any tips or advice, Pete ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subs

Re: Icons?

2003-01-09 Thread Pete Ruckelshaus
http://www.glyfx.com/ Nice stuff. - Original Message - From: "Kris Pilles" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 10:07 AM Subject: OT: Icons? > Does anyone know of a good source to get some high quality icons for one > of our applications

RE: Free enterprise manager application

2003-01-08 Thread Pete Freitag
There is a free/open source web based SQL Server Enterprise Manager for ASP.NET http://www.aspenterprisemanager.com/ http://sourceforge.net/projects/asp-ent-man/ It isn't bad, but I'd love to see a ColdFusion version of it. _ Pete F

looping through a list using cfscript

2003-01-07 Thread Pete Ruckelshaus
I need to loop through a comma delimited list (the output of a multiple select box) using cfscript, yet "list" isn't a loop type in cfscript. Is there any workaround? Thanks Pete ~| Archives: http://www.ho

Re: newbie school of hard knocks

2003-01-03 Thread Pete Ruckelshaus
Just do a query for the value passed from the form before you do the cfquery insert, if the queryname.recordcount GT 0, don't do the insert. You can take this much further, but in a nutshell, that'a what you would do. Pete - Original Message - From: "Mike Miessen" &l

Re: Web Based Collaboration System

2002-12-20 Thread Pete Ruckelshaus
Groove rocks my world, but it's not truly web-based -- it uses client software and the internet for communication/sharing. Pete - Original Message - From: "Ryan Kime" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 19

Re: Web Based Collaboration System

2002-12-19 Thread Pete Ruckelshaus
http://www.viecon.com/ - Original Message - From: "Jeff D. Chastain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 4:27 PM Subject: WOT: Web Based Collaboration System > This is way off topic, but I am running into a wall here. I am looking > fo

Re: Page Breaks for Printing

2002-12-19 Thread Pete Ruckelshaus
CSS holds the answer. BR.pageEnd{page-break-after: always;} . . . This line should be above the break This line should be after the page break. This only works in CSS2 compliant browsers. Hope this helps, Pete - Original Message - From: "Chad" <[EMAIL PROTEC

Re: Issue: Change row color on mouse over in Netscape 4.7

2002-12-17 Thread Pete Ruckelshaus
average as far as browser stats, I wouldn't even bother to offer anything beyond a basic, presentable layout in NS4.x since they are a very small minority (<5% on our site). But that's just me, I love browsers with solid CSS support :-) Pete - Original Message - From: "Ja

Re: need tag for dropdown and input

2002-12-17 Thread Pete Ruckelshaus
ready for whatever it is that you need to do. Pete - Original Message - From: "Valerie L. Criswell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 12:06 PM Subject: need tag for dropdown and input > I know I&

Re: CF price increase in 2003?

2002-12-17 Thread Pete Ruckelshaus
If they (MM) did a better job of marketing/promoting Cold Fusion, then maybe this would actually make them some money. Instead, it's going to alienate a lot of current users, probably driving a number of them to the free (PHP, NET) alternatives. Pete - Original Message - From:

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Pete Freitag
ese issues further. You can also set a stylesheet for use within activedit via the stylesheet attribute. _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Cantrell, Adam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Decembe

<    4   5   6   7   8   9   10   11   12   13   >