Re: OLE DB and Maintain Connections

2003-01-15 Thread jon hall
Wednesday, January 15, 2003, 4:26:21 PM, you wrote: IL Hi all, IL We've got a server that's suddenly become very cranky - running slowly, IL hanging, etc. 3-4 times per day. When you say hanging, do you mean the CF process, or the entire machine? If the entire machine is locking, then it's

RE: MS Outlook Calendar - Pulling Data

2003-01-14 Thread Moneymaker, Jon S CONT (WPNSTA Yorktown)
on the number of users with exchange accounts and the sizes of their mailboxes the PRIV.edb could be huge. I have a very small exchange server (10 users) and the PRIV.edb is 700+MB Jon Moneymaker Fleet and Family Support Center, Yorktown Computer Specialist -Original Message- From: Kennerly, Rick H

RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-14 Thread Moneymaker, Jon S CONT (WPNSTA Yorktown)
) for display purposes. It's kinda crude (I am fairly new to CF) and the code looks U.G.L.Y...but it does work. Jon -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:33 AM To: CF-Talk Subject: RE: How to handle Calendar Scheduling

RE: MS Outlook Calendar - Pulling Data

2003-01-14 Thread Moneymaker, Jon S CONT (WPNSTA Yorktown)
oh geez, what a killjoy lol... but he is right... does not take much to corrupt them (speaking as the Exchange admin, and from experience) will make you very unpopular with your users who have made the PRIV.edb what it is. Jon -Original Message- From: Dave Watts [mailto

RE: WOT: MySQL in the Enterprise

2003-01-14 Thread jon roig
perfectly. 'Course, I'm doing mostly insert, delete, update, select... nothing too complicated. I'll be very happy when the next version comes out that can do subqueries, though. -- jon -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003

transactions and multiple datasources

2003-01-09 Thread jon hall
-engineering that would be necessary. Anyone have a suggestion? -- jon mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

Re: transactions and multiple datasources

2003-01-09 Thread jon hall
Yeah, that's actually what I am doing, if the first fails, no need to do the second one at all. The problem lies in that when the second query fails, I need to roll back the first. -- jon mailto:[EMAIL PROTECTED] Thursday, January 9, 2003, 3:27:33 PM, you wrote: MA According to Mastering

Re: Test CSV

2003-01-08 Thread jon hall
=textqry SELECT * FROM [#arguments.filename#] /cfquery cfreturn textqry /cffunction -- jon mailto:[EMAIL PROTECTED] Tuesday, January 7, 2003, 5:27:11 PM, you wrote: PK I have a CSV file that I want to read into variable (see below). Before PK doing so I think I

Re: custom tag: pair of list boxes with transferring

2003-01-08 Thread jon hall
Unless you really want this in custom tag format, I'd suggest using this one. It's got a lot of nice helper functions, is well written js, and is free. http://www.mattkruse.com/javascript/optiontransfer/ -- jon mailto:[EMAIL PROTECTED] Wednesday, January 8, 2003, 12:45:05 PM, you wrote: CM

Re: CFFILE Workarounds?

2003-01-07 Thread Jon Hall
://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/html/vamthgetfile.asp I have some code examples for both methods somewhere. If you would want to see them let me know. -- jon mailto:[EMAIL PROTECTED] Tuesday, January 7, 2003, 4:57:00 AM, you wrote: RB I can use CFExecute

whats a black line around my cfdumped query mean?

2003-01-07 Thread Jon Block
query again? Thanks, Jon ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http://www.thenetprofits.co.uk

RE: whats a black line around my cfdumped query mean?

2003-01-07 Thread Jon Block
Doh!... I just realized my deserialization tag wasn't set up right. Thanks anyway, Jon -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:31 AM To: CF-Talk Subject: whats a black line around my cfdumped query mean? I serialized my query

Re: New Mac Browser

2003-01-07 Thread jon hall
4... -- jon mailto:[EMAIL PROTECTED] Tuesday, January 7, 2003, 2:38:35 PM, you wrote: AJ I'm elated, but at the same time sick to my stomach. After years we AJ finally got ie and netscape to render damn near close to identical. AJ Please tell me this meets all w3c standards. Btw, anyone know

Re: New Mac Browser

2003-01-07 Thread jon hall
I hope so...but I feel the same way Ben does about them not using Gecko. They have quite a few excellent Gecko specific tutorials one their developer site even. -- jon mailto:[EMAIL PROTECTED] Tuesday, January 7, 2003, 3:39:44 PM, you wrote: DA Ahh, but... They started with the KHTML engine

Re: CFFILE Workarounds?

2003-01-07 Thread Jon Hall
Just had a thought...if cfobject is disabled, you could try getting the more command via cfexecute to read a text file too... -- jon mailto:[EMAIL PROTECTED] Tuesday, January 7, 2003, 4:57:00 AM, you wrote: RB I can use CFExecute on my host. But the file I create I need to read it RB

Re: Recursive UDFs ?...

2003-01-06 Thread Jon Hall
How about calling the UDF with an extra parameter only when you do the recursive call? Then test the length of the arguments array to see if the function was called by itself or from outside? -- jon mailto:[EMAIL PROTECTED] Monday, January 6, 2003, 9:17:31 AM, you wrote: TS Is there a way

Anybody have a UDF that will sort a structure on it's values?

2003-01-06 Thread Jon Block
I want to loop over a structure that I have but in a specific order. The values of my structure are integers so I want to start with the highest number first and go from there decending. Anybody have a good UDF for this? Thanks, Jon

RE: Anybody have a UDF that will sort a structure on it's values?

2003-01-06 Thread Jon Block
my life. Given all the things I'm trying to do in this page load, this will be the best way to go for me. Thanks, Jon -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 4:47 PM To: CF-Talk Subject: Re: Anybody have a UDF that will sort

Re: Page context

2003-01-02 Thread jon hall
a good idea to me. -- jon mailto:[EMAIL PROTECTED] Thursday, January 2, 2003, 12:27:28 PM, you wrote: JH Ok, this might sound weird, but I'm thinking of building something I'd JH call a page-context. JH The idea is that on certain pages one needs to have a lot a variables JH that you load once

Re: INPUT = FILE

2002-12-31 Thread Jon Hall
onclick=this.form.nameFile.click() input type=text size=70 name=nameText -- jon mailto:[EMAIL PROTECTED] Tuesday, December 31, 2002, 12:52:34 PM, you wrote: RBA Is there anyway to assign a class file to the BROWSE button RBA on an input type of FILE? RBA Maybe you can and I am just

Re: Restore a backup over a current SQL Dbase

2002-12-31 Thread Jon Hall
Server\MSSQL\Data\dbname.mdf', move 'dbname_Log' to 'C:\Program Files\Microsoft SQL Server\MSSQL\Data\dbname.ldf' -- jon mailto:[EMAIL PROTECTED] Tuesday, December 31, 2002, 4:56:04 PM, you wrote: RJS How do you restore a .BAK file over a current Database in SQL SERVER 2000? RJS Joy

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-27 Thread jon roig
Not too many, these days... and compared to the # of hosts that support CF? -- jon -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 9:44 AM To: CF-Talk Subject: Re: Cold Fusion forum (OPEN SOURCE?) I can think of one good

Re: Best way to handle Checkboxes with Insert Query?

2002-12-27 Thread jon hall
MSSQL's Query Analyzer and DBArtisan both have functionality that will generate INSERT statements from a table. Saves a ton of time, I would hate to have to write every insert from scratch... I'm sure one of the MySQL frontends does something similar. -- jon mailto:[EMAIL PROTECTED] Friday

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-26 Thread jon roig
... and that's also not to say there aren't little pockets of OS CF stuff developing. I mean, look at CFLIB.org and how helpful that has been to the community. -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site: http

cfstoredproc code generator

2002-12-26 Thread jon hall
Does a free one of these exist? I faintly remember the topic coming up in the past, but my searches are coming up empty. I did find this one for $99. http://www.netwebapps.com/Products/speedDB/introduction.cfm -- jon mailto:[EMAIL PROTECTED

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-26 Thread jon roig
into this, let us know -- I might be interested in helping out a bit as well if it's the right project. -- jon -Original Message- From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 2:10 PM To: CF-Talk Subject: RE: Cold Fusion forum (OPEN SOURCE

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-26 Thread jon roig
Sure... I'm down. Let me know how I can help... -- jon -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 3:38 PM To: CF-Talk Subject: RE: Cold Fusion forum (OPEN SOURCE?) I feel like I'm talking to empty air. ;p Who's up

Re: cfstoredproc code generator

2002-12-26 Thread jon hall
;br /cfoutput /cfloop -- jon mailto:[EMAIL PROTECTED] Thursday, December 26, 2002, 3:44:51 PM, you wrote: AC You can get ours free of charge at http://www.ProductivityEnhancement.com. AC It runs as a wizard within ColdFusion Studio. AC Enjoy! :) AC Respectfully, AC Adam Phillip

Re: FW: Cold Fusion forum (OPEN SOURCE?)

2002-12-26 Thread jon hall
software as far as features vs price go though for a small site. A quick look at the SMB source shows that while it could use some work (precalculating those counts for starters), it looks less bloated, and would probably perform better out of the box. -- jon mailto:[EMAIL PROTECTED] Thursday

Re: CFMX / JVM

2002-12-24 Thread Jon Hall
the best JVM in existence. One of those little facts those Java owns the world, Microsoft haters like to forget. Watch...one will pipe up and proclaim some minor missing feature actually made it the worst. It's pretty much end of lifed now though. -- jon mailto:[EMAIL PROTECTED

Re: MS CF?

2002-12-23 Thread Jon Hall
is going to get a nice push for a bit if Wall Street catches this rumor. -- jon mailto:[EMAIL PROTECTED] Monday, December 23, 2002, 5:06:31 AM, you wrote: LC http://theregister.co.uk/content/4/28667.html ~| Archives: http

Re: Rating System

2002-12-23 Thread jon hall
-Sourceforge type app given the chance. Bug tracking, comments, and a todo list would be all that's needed right off. -- jon mailto:[EMAIL PROTECTED] Monday, December 23, 2002, 1:45:08 PM, you wrote: CC Adam, CC This is a great idea, and something that will be included in the next CC version

Re: OT: W3C DOM Reference

2002-12-21 Thread Jon Hall
...which may have what you want. http://www.xs4all.nl/~ppk/js/linksv5.html -- jon mailto:[EMAIL PROTECTED] Saturday, December 21, 2002, 11:22:16 PM, you wrote: SID I've been putting off going and buying a reference book for the W3C's dom SID .. I really like the dhtml reference

RE: writing to Excel

2002-12-20 Thread jon roig
. -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site: http://www.epilepsyfoundation.org email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:19 PM

Re: OT: browser stats, mozilla rising

2002-12-20 Thread jon hall
. Kinda ironic that Macromedia still hasn't updated their dev exchange to detect Gecko based browers. I heard they were pretty big into web stuff... ;-) -- jon mailto:[EMAIL PROTECTED] Thursday, December 19, 2002, 3:56:58 AM, you wrote: ZS few interesting stories around the web today about

Re: Best Way To Integrate Separate Web Sites using CF

2002-12-19 Thread Jon Hall
Sounds like you are using Access...if a better db server is not in the budget, you might want to investigate MySQL. That would allow you to make remote db connections. -- jon mailto:[EMAIL PROTECTED] Thursday, December 19, 2002, 1:15:56 AM, you wrote: C The databases will be on separate

Simplest translation of simple XML file to CF5 structure?

2002-12-19 Thread Jon Block
there somewhere. Please advise. Thank you, Jon ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http

RE: cferror

2002-12-18 Thread jon roig
the source of the error. -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site: http://www.epilepsyfoundation.org email: [EMAIL PROTECTED] -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

RE: CF Instant Messaging

2002-12-17 Thread jon roig
Does CFMX have better sockets support through Java now? If so, it might be trivial to whip something simple up... -- jon -Original Message- From: Brandon Harper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 3:49 AM To: CF-Talk Subject: RE: CF Instant Messaging

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

2002-12-17 Thread jon hall
Netscape 4 does not support changing table background colors like that... -- jon mailto:[EMAIL PROTECTED] Tuesday, December 17, 2002, 1:17:33 PM, you wrote: JB Hello Everyone: JB I’ve spent too many hours on this I hit a wall. I’m using the code below JB to alternate row color for my table

Re: need tag for dropdown and input

2002-12-17 Thread jon hall
Not a tag, but you can use it however you want... http://www.oztek.net/jon/combobox.htm -- jon mailto:[EMAIL PROTECTED] Tuesday, December 17, 2002, 12:06:25 PM, you wrote: VLC I know I've seen it somewhere on my journeys. VLC It's the tag that displays both a dropdown (populated from a query

Re: debug report/image magick with cfexecute

2002-12-17 Thread jon hall
not, but just a thought. A possible solution would be to pipe the output of imagemagick to a file and read it in, or use cfexecute to write the output to a file and read that file it... -- jon mailto:[EMAIL PROTECTED] Tuesday, December 17, 2002, 8:53:21 PM, you wrote: OH I thought if I did

RE: mySQL CF

2002-12-16 Thread jon roig
to replace it with This won\'t work In other words, you need to escape the quotes. Good luck and enjoy mysql. For what it is -- a quick, simple little db -- it's really quite nice. -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site

Re: Coldfusion moving very..cold

2002-12-16 Thread Jon Hall
I'd suspect the MDAC first...make sure you have the latest version. The original 2.7 had performance problems with Access under certain circumstances. -- jon mailto:[EMAIL PROTECTED] Monday, December 16, 2002, 10:48:55 PM, you wrote: AC Hi, AC I might say I am a cf newbie because I got

Re: Mildly OT: JS, Form, Passing Vars

2002-12-15 Thread Jon Hall
= 'completeForm.cfm'; } elem.submit(); /script form id=letter input type=submit id=preview value=preview onclick=setFormParams(this.form, 'preview') input type=submit id=complete value=sumbit onclick=setFormParams(this.form, 'complete') /form -- jon mailto:[EMAIL PROTECTED] Sunday, December 15, 2002, 2:59

Re: Mildly OT: JS, Form, Passing Vars

2002-12-15 Thread Jon Hall
=preview value=preview onclick=setFormParams(this.form, 'preview'); return true input type=submit id=complete value=sumbit onclick=setFormParams(this.form, 'complete'); return true /form -- jon mailto:[EMAIL PROTECTED] Sunday, December 15, 2002, 5:36:53 PM, you wrote: G - Original Message

Re: Mildly OT: JS, Form, Passing Vars

2002-12-15 Thread Jon Hall
', ...) elem.submit(); /script form id=letter input type=submit id=preview value=preview onclick=setFormParams(this.form, 'preview'); return true input type=submit id=complete value=sumbit onclick=setFormParams(this.form, 'complete'); return true /form -- jon mailto:[EMAIL PROTECTED] Sunday, December 15

Re: Pass null to a Java object?

2002-12-13 Thread jon hall
where does Java Objects even fit here? JE Joe Been to cflib.org or read Forta's MX book? People are using Java objects in CF everywhere... -- jon mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists

cfcatch.nativeErrorCode and sqlstate?

2002-12-13 Thread jon hall
Is there any way in CF5 to get this information using only cfquery? In particular I am having a problem where a trigger is returning an error, but not throwing an error. -- jon mailto:[EMAIL PROTECTED] ~| Archives

Re: XML and Javascript

2002-12-12 Thread jon hall
How about using the wddx.js in the wddx api? Might save you some time. I've used it in the past and it's very nice. -- jon mailto:[EMAIL PROTECTED] Thursday, December 12, 2002, 11:25:08 AM, you wrote: JM Hey, JM Would anyone know off any good online resources giving good help with JM

For the gurus: Question about state management with CLIENT scope

2002-12-12 Thread Jon Block
elegant solutions for this problem. Thanks, Jon ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http

RE: For the gurus: Question about state management with CLIENT sc ope

2002-12-12 Thread Jon Block
Dave, That makes perfect since. Thats a great idea I didn't even think of it. I'm just suprised that the default behavior or CF Server is to drop permanent state cookies. I will do it manually and then I will be golden. Cool. Thanks, Jon -Original Message- From: Dave Watts [mailto

RE: cf5 and mx both on iis

2002-12-12 Thread Jon Block
Why don't you just post it to the list? Thanks, Jon -Original Message- From: Matt Bathje [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 4:56 PM To: CF-Talk Subject: cf5 and mx both on iis Hi all. I just today figured out how to run CF5 and CFMX both on the same W2K

Re: Redirection based on IP address.

2002-12-11 Thread Jon Hall
is reliable, it means 100%. Browserhawk would not fit my definition of reliable. Not even close if you ask me. -- jon mailto:[EMAIL PROTECTED] Wednesday, December 11, 2002, 9:53:21 AM, you wrote: There is no reliable way to determine the country of a user on a web site based on ip, user locale

Re: BlueDragon J2EE on OSX - Working !!!

2002-12-11 Thread Jon Hall
JBoss is written in Java, it should run on the Mac... Why not choose the J2EE version if he is running Tomcat? -- jon mailto:[EMAIL PROTECTED] Wednesday, December 11, 2002, 10:22:13 AM, you wrote: KO I'm very interested... KO are there any J2EE servers available for the MAC? If not why did

Re: Anonymous Access to Web Server -- CF 5.0

2002-12-10 Thread jon hall
Administrators, and IUSR. Then go to advanced, and check Reset Permissions...Then click OK, Apply. That should do it. -- jon mailto:[EMAIL PROTECTED] Tuesday, December 10, 2002, 5:06:13 PM, you wrote: NB First and foremost -- I am a self proclaimed illiterate (in totality) NB regarding Network admin

Re: Redirection based on IP address.

2002-12-10 Thread Jon Hall
is from and set a cookie. -- jon mailto:[EMAIL PROTECTED] Wednesday, December 11, 2002, 9:48:53 AM, you wrote: S Yup. Thanks. S How do I reliably determine the country from the IP address realtime. S I think that the tricky part. S Is there a CF tag that will do that for me? S Srimanta S

RE: Redirection based on IP address.

2002-12-10 Thread jon roig
probably figure out how to port it to CF without too much trouble. -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site: http://www.epilepsyfoundation.org email: [EMAIL PROTECTED] -Original Message- From: Srimanta [mailto

Re: CFMX - Mail Spooling Issue!

2002-12-09 Thread jon hall
counter of some kind, and if you copy an email out of the spool, let MX send it, and copy it back again it doesn't get sent. Are the emails getting stuck in the CF spool or the mail server spool, if it's the mail server spool, which mail server are you running? -- jon mailto:[EMAIL PROTECTED

Re: CFMX - Mail Spooling Issue!

2002-12-09 Thread jon hall
checking time in the CF admin affects the problem at all. Other than that, I'm fresh out of ideas. -- jon mailto:[EMAIL PROTECTED] Monday, December 9, 2002, 6:42:49 PM, you wrote: DN It seems as if it's being stuck in the CF mail spool DN (c:\cfusionmx\mail\spool) -- I use IIS as my mail server

Re: Client Variable Question

2002-12-06 Thread jon hall
0 -- jon mailto:[EMAIL PROTECTED] Friday, December 6, 2002, 2:20:08 PM, you wrote: JJ I generally make client variables those that aren't going to change while JJ the user is logged in. (ie:Group type=admin/etc) JJ I have an app that will have several different forms per student. (some with JJ

RE: CFX_Image - Quality of images not good when rotating

2002-12-05 Thread jon roig
Agreed. It's in PHP. You can do all kinds of cool manipulations in either the GD or ImageMagick libraries without any funny business. -- jon -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:53 AM To: CF-Talk Subject: Re

Strange characters appearing in emails?

2002-12-05 Thread jon hall
to the end user, the string is in the source! I think this is the weirdest bug I have ever had the displeasure of battling...anyone have any clue what might be going on? -- jon mailto:[EMAIL PROTECTED] ~| Archives: http

Re: SQL Database Decimal problem

2002-12-05 Thread jon hall
Set the scale to something other than 0. -- jon mailto:[EMAIL PROTECTED] Thursday, December 5, 2002, 1:20:44 PM, you wrote: LM Hi, LM 1. Field data type is defined as Decimal LM 2. Insert/Update from form 1.234 LM 3. Look in database - value written is 1. LM It's getting truncated LM

Re: SOT: Ending tasks with CF

2002-12-05 Thread jon hall
pstools from www.sysinternals.com -- jon mailto:[EMAIL PROTECTED] Thursday, December 5, 2002, 4:14:13 PM, you wrote: MT Oops, didn't see these before sending my own response. MT I don't have the Win2k Resource Kit, but there are freeware Win32 ps and MT kill utilities available. As I

RE: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread jon roig
Kind of interesting -- somebody sat down and wrote a custom tag to manipulate imagemagick. http://www.alagad.com/index.cfm/name-mtinfo -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site: http://www.epilepsyfoundation.org email

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread jon hall
IFrame's have been a part of the HTML 4.0 spec which was finalized in 1998, one year after Netscape 4.0 came out. Every browser released since the end of 1998 has supported iframes. Netscape 4.0's version of iframe's are ilayer's. -- jon mailto:[EMAIL PROTECTED] Monday, December 2, 2002, 8:41

Re: Trying to dynamically populate IFrame content pages...somehow.

2002-12-02 Thread jon hall
It's very similar, but technically it's probably closer to the span tag, with the addition of a src parameter. Being a layer tag, it's a bit more flexible than an iframe, but it's a close to an iframe tag as it gets in ns4. -- jon mailto:[EMAIL PROTECTED] Monday, December 2, 2002, 10:46:30 AM

Re: OT: CFX_SNMP, usefulness in the CF community

2002-12-02 Thread jon hall
I'm very interested. Is there a place I can download it? What is the cost? -- jon mailto:[EMAIL PROTECTED] Monday, December 2, 2002, 11:30:54 AM, you wrote: RE Hi, RE I've written a CFX tag that creates a simple and easy interface with SNMP-enabled entities. I am curious of the community's

Re: Posting XML

2002-11-29 Thread Jon Hall
CF4.5 actually was the last version before they hosed up cfhttp. It still may be slow and flakey, but it doesn't encode. -- jon mailto:[EMAIL PROTECTED] Friday, November 29, 2002, 10:12:41 AM, you wrote: FM Is there a known Java component or tag I can use with CF 4.5 to make to type FM of post

Re: CFJava - SOLVED!! (maybe)

2002-11-27 Thread Jon Hall
So CF now has a server side Javascript implementation? :) Taking a look at the BSF site, it look like the last release was in January of 01 though, or am I looking in the wrong place? http://www-124.ibm.com/developerworks/projects/bsf My mind boggles at the possibilities... -- jon mailto

Re: Image creation

2002-11-25 Thread Jon Hall
There are a couple free cfx_image tags around that can do this, also a commercial one called cfx_imageflare which is pretty nice. You can use any of the COM objects out there to do this also. -- jon mailto:[EMAIL PROTECTED] Sunday, November 24, 2002, 9:27:15 PM, you wrote: SW I'm just

remove all linebreaks

2002-11-25 Thread jon hall
Kind of an odd request, but does anyone know if it's possible to use Studio's replace function to replace all line breaks from a document, and if so, how? -- jon mailto:[EMAIL PROTECTED] ~| Archives: http

RE: remove all linebreaks

2002-11-25 Thread Moneymaker, Jon S CONT (WPNSTA Yorktown)
In studio goto searchextended replace..find what.hit the enter key in that box, leave replace with blank, and hit replace caution: make sure you have a copyonce done, it's not easily undone, and FYI, the resulting code is very hard to read. -Original Message- From: jon

Re: remove all linebreaks

2002-11-25 Thread jon hall
Doh...that was too easy, thanks. I've got a bunch of large formatted XML files that I need to programmatically create and I was gettting really sick of going through and deleting all the line breaks... -- jon mailto:[EMAIL PROTECTED] Monday, November 25, 2002, 11:14:57 AM, you wrote: MJSCWY

Re: CFAPPLICATION causes NULL Error for new users

2002-11-25 Thread jon hall
I've seen this problem in action, but never on one of my installs, but this bug was the topic of a thread about a month ago. -- jon mailto:[EMAIL PROTECTED] Monday, November 25, 2002, 1:45:46 PM, you wrote: DSUSL Answering my own post. I changed the variable handling mechanism from DSUSL

Re: combo box

2002-11-25 Thread jon hall
Sure, do you already have the combo box working in one direction? If so, just apply the same logic to the second dropdown, the only difference would be that you would be searching for a software title, instead of searching for the company. -- jon mailto:[EMAIL PROTECTED] Monday, November 25

Re: list problems - empty fields

2002-11-23 Thread Jon Hall
also try bypassing all the insanity directly and using the Link Table function to link the text file directly to the database. No need to do anything then...the text file is already part of the database. -- jon mailto:[EMAIL PROTECTED

Re: JSRS and ColdFusion

2002-11-22 Thread Jon Hall
, but they make that annoying click in IE when the url is changed. -- jon mailto:[EMAIL PROTECTED] Friday, November 22, 2002, 12:15:12 AM, you wrote: gec Has anyone out there done anything with JSRS (JavaScript Remote Scripting) by gec Brent Ashley (see http://ashleyit.com/rs/) and ColdFusion

RE: Image Resize without MS server

2002-11-21 Thread jon roig
to manipulate imagemagick from the commandline in CF. (Which isn't actually that evil...) -- jon -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 6:01 PM To: CF-Talk Subject: Re: Image Resize without MS server That statement is true only

Re: CF + COM

2002-11-21 Thread jon hall
Why not use their new XML API? The ShipAPI stuff is really nasty imho. -- jon mailto:[EMAIL PROTECTED] Thursday, November 21, 2002, 11:59:32 AM, you wrote: CA Im not using FedEX's Java API because CA 1) We are not using CFMX as of yet and 2) because my knowledge of Java CA is extremely

Re: Java in CF (CFMX)

2002-11-21 Thread jon hall
Not to my knowledge...if there is, I haven't seen it documented. You can of course instantiate classes and read/set properties and use the classes methods with standard CF. -- jon mailto:[EMAIL PROTECTED] Thursday, November 21, 2002, 3:36:54 PM, you wrote: RR is there a way to do something

Re: Java in CF (CFMX)

2002-11-21 Thread Jon Hall
is pretty solid as it is. -- jon mailto:[EMAIL PROTECTED] Thursday, November 21, 2002, 8:19:04 PM, you wrote: PC We made a design decision not to allow inline Java code. This was done to keep the code more organized and rational, and because we felt the many methods for calling out covered

Re: Java in CF (CFMX)

2002-11-21 Thread Jon Hall
Thursday, November 21, 2002, 11:54:58 PM, you wrote: MT Jon Hall wrote: The case for allowing inline Java is simple, CF developers can use Java without having to know everything about Java. Methods and classes are easy to get. Compiling, classpath's, and understanding the lengths Java goes

Re: SOT: Stand alone cfmx class interpreter

2002-11-21 Thread Jon Hall
I think cfclassclown is scheduled for the next version of CF. Ack! No cfspitballs! /me runs back to cf-community :) -- jon mailto:[EMAIL PROTECTED] Thursday, November 21, 2002, 8:25:23 PM, you wrote: RR Is MM thinking about making a standalone cfm class interrupter. snip

Re: Image Resize without MS server

2002-11-20 Thread jon hall
That statement is true only if there is no current software installed on the server that resizes images...g There is no built in CF functions to resize images though. ImageMagick is another good option that I didn't see mentioned yet. http://www.imagemagick.org/ -- jon mailto:[EMAIL PROTECTED

RE: [OT] Zip Code Lookup

2002-11-19 Thread jon roig
Yeah... it's for US only, you're correct. That's interesting about PostGres, though. I hadn't realized that. .. another reason to support open source databases! -- jon -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 4:01 PM

Re: MX and UPS XML

2002-11-19 Thread Jon Hall
MX enterprise, you can use the Jakarta JSP Taglibs also, which are pretty neat imo. -- jon mailto:[EMAIL PROTECTED] Tuesday, November 19, 2002, 4:14:48 PM, you wrote: C We actually got MX to talk to UPS for tracking. We had to use C CFX_RawSocket http://www.iexp.com/ C Of course according

Re: SSL Certificate usage in Cold Fusion

2002-11-18 Thread jon hall
Did you set port 443 as the SSL port in IIS? That's always the step I forget... cflocation will work fine... -- jon mailto:[EMAIL PROTECTED] Monday, November 18, 2002, 2:19:40 PM, you wrote: BL I have purchased a secure certificate from GeoTrust. I have it BL installed in IIS under

RE: [OT] Zip Code Lookup

2002-11-18 Thread jon roig
# * 0.0005)) ) AND ((jcszip.lon)= (#geoCode.Lon# - (#Radius# * 0.0005)) And (jcszip.lon)= (#geoCode.Lon# + (#Radius# * 0.0005)) )) ORDER BY jcszip.Zip /cfquery We purchased this fairly recently and we love it. -- jon -Original Message- From: Jochem van Dieten [mailto:[EMAIL

Importing Studio snippets into DW?

2002-11-16 Thread Jon Hall
How can I import my Studio snippets into DW? -- jon mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method

Re: secure email...

2002-11-16 Thread Jon Hall
our server, no if's and's or but's. -- jon mailto:[EMAIL PROTECTED] Saturday, November 16, 2002, 8:03:42 PM, you wrote: PL so we are in the process of changing email servers and we toggled PL relaying on and somehow the malicious spammers found it in record time PL and started bombing us

OT: Serverwide SSL's

2002-11-15 Thread jon hall
site once, but the information I am finding is sparse or may be old. Anyone have any pointers? -- jon mailto:jonhall;ozline.net ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: SOT: Sad Day

2002-11-12 Thread Jon Hall
Will there be a Community Manager MX beta program? ;) -- jon mailto:jonhall;ozline.net Monday, November 11, 2002, 11:52:56 PM, you wrote: MC this is from an email that i sent out earlier: MC We will be providing more information on a new, enhanced community MC manager position in the very

Re: SOT: Sad Day

2002-11-12 Thread jon hall
on, then... Pardon me while I go wrestle with my own internal demons now. jon ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ

RE: webConference software

2002-11-11 Thread jon roig
Doesn't MSN Messenger have something like that built in? Haven't tried it... but I seem to remember something to that effect. -- jon -Original Message- From: Brian Scandale [mailto:Brrrian;Excite.com] Sent: Thursday, November 07, 2002 6:22 PM To: CF-Talk Subject: webConference

fast compare?

2002-11-11 Thread jon hall
? -- jon mailto:jonhall;ozline.net ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http

Re: Really bad cfc performance?

2002-11-10 Thread Jon Hall
FYI the program is an addon to our shopping cart that allows people to visually construct an html email from their database of products. Spammers don't worry about dupes and remove lists either... -- jon mailto:jonhall;ozline.net Saturday, November 9, 2002, 3:02:06 PM, you wrote: s It just

Re: Really bad cfc performance?

2002-11-09 Thread Jon Hall
Saturday, November 9, 2002, 9:01:36 AM, you wrote: -Original Message- From: jon hall [mailto:jonhall;ozline.net] Sent: Friday, November 08, 2002 4:22 PM To: CF-Talk Specifically what I was trying to optimize was a check to see of an email address was a duplicate, valid

Re: OT: Using Javascript to disable backspace key with exception

2002-11-08 Thread jon hall
) keyPressed = event.keyCode; if (document.layers) keyPressed = event.which -- jon mailto:jonhall;ozline.net Friday, November 8, 2002, 9:52:27 AM, you wrote: JT I am using Javascript to disable backspace key. It works fine. The only JT problem is that I need to have the backspace key

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