Re: HomeSite

2012-10-09 Thread Lewis Sellers
I don't use it much but dreamweaver (at least the CS5 version anyway) seems to have decent code editing abilities -- it might make some sense to you to use that considering it's an Adobe product. After using homesite for many years myself, I eventually gave up on it, and aside from using pspad wi

Re: automated screen capture of web pages

2012-09-12 Thread Lewis Sellers
The cfdocument option John Bliss mentioned works nicely. I just wrote a script that nicely converted a couple websites on my dev machine into a collection of pdfs. :) On Wed, Sep 12, 2012 at 3:56 PM, John M Bliss wrote: > > You can do this with: > > cfdocument format="PDF" src="#theurl#" filena

Re: 64-bit COM Objects

2012-09-01 Thread Lewis Sellers
Ah. Thanks for the j-integra link. August 2012 they say? So 64-bit support any day now? :) A bit late in more than a few ways I think. Fortunately this is just a 64-bit recompile/tweak of three old projects. I _believe_ more people used them under ASP than CF anyway. Well, I'm going to stop fidd

64-bit COM Objects

2012-09-01 Thread Lewis Sellers
I am understanding this right that CF8 and up on 64-bit Windows doesn't play well with 64-bit COM objects? I'm wading through a lot of google searches on the subject right now and tests of my own 64-bit coms (which work otherwise) seem to confirm this so far. (But I'm somewhat out of date on this

Re: 64-bit updates to CFX at intrafoundation.com

2012-08-29 Thread Lewis Sellers
On Tue, Aug 28, 2012 at 9:38 PM, Michael van Leest wrote: > > +1 for CFX_IIS (7.5 support) > > 2012/8/28 Lewis Sellers > > > > > Possible. Are there any of them you had in mind in particular? I have > > become somewhat out of touch as to how many people are still u

Re: 64-bit updates to CFX at intrafoundation.com

2012-08-28 Thread Lewis Sellers
tm it would be CFX_IIS. I'll look into it. On Sat, Aug 25, 2012 at 2:30 PM, Rick Mason wrote: > > Lewis, > > I want to commend you for your efforts. I would also suggest that you > consider cohosting them on gitHub as well. > > > Rick > > On Sat, Aug 25, 2

Re: 64-bit updates to CFX at intrafoundation.com

2012-08-25 Thread Lewis Sellers
>great to hear your working on this project again, I thought you had stopped >working on this years ago. I had. But there had been several different folk asking about 64-bit versions recently (way more than usual.) Suppose this is the summer* everyone finally got around to upgrading to 64-bit.

Re: credit card fraud

2012-08-25 Thread Lewis Sellers
>I run a charity website and am getting a blitz of donation attempts. >It looks like they were trying a list of names and credit card >numbers that they had - but they must have been old because only 1 >out of hundreds suceeded. They tried to donate $1 with different >names and credit card n

64-bit updates to CFX at intrafoundation.com

2012-08-25 Thread Lewis Sellers
I have been getting several requests in the last two months or so to update various CFX at intrafoundation.com to 64-bit. As I was in a bit of an accident not long ago and have several more weeks to spend sitting in a wheel-chair, it seemed like as good a time as any to do a mass-update. :) A

Re: Using NT user database with CF

2005-12-02 Thread Lewis Sellers
ld DOS VGA demo... Notice the screenshots. http://www.intrafoundation.com/intrafoundation/products.php? ProductCode=demob Min is short for "minimalist group". Long story... --min er, Lewis. > -Original Message- > From: Lewis Sellers [mailto:[EMAIL PROTECTED] > Sent:

Re: Using NT user database with CF

2005-12-02 Thread Lewis Sellers
On Dec 1, 2005, at 5:26 PM, Matt Robertson wrote: > Anyone know of a way that CF can hook into win2k/NT/2k3 user accounts? > In other words, someone logs onto Windows when they fire up their > desktop and this info is also used to authenticate their CF-based > intranet session. What Ian said. Al

Re: Small CF Job - What the heck *is* emo, anyway?

2005-12-02 Thread Lewis Sellers
On Nov 30, 2005, at 11:29 AM, Jennifer Gavin-Wear wrote: > lol .. small furry muppet .. > > I'd never heard of it either :-/ Ditto. Seems to be essentially a competitor for paypal from what I read on the website. Nice to see paypal hasn't completely squashed any competition. (Because they cou

Re: Preventing users sharing accounts

2005-11-08 Thread Lewis Sellers
On Nov 8, 2005, at 9:58 AM, Munson, Jacob wrote: >> I'm just looking for a >> good solution >> that works in the majority of cases and does not make it too >> difficult for >> the user. > > ActiveX will cut out a good portion of your market. Especially amount those of us who've switched primarily

Re: "Limit" or "Top" and mySQL Question

2005-11-03 Thread Lewis Sellers
>> A. "SELECT TOP 50" doesn't work in mySQL. "Top" is >> only SQL >> Server, correct? >> B. "From Shows Limit 50" returns an error as well. >> To further elaborate on your question... Question: Is it "Shows" or "shows"? Case makes a difference (between platforms). As a general rule it's be

Re: "Limit" or "Top" and mySQL Question

2005-11-03 Thread Lewis Sellers
I believe you've answered yourself in your subject. It's called LIMIT in mysql, and it's slightly more flexible than using TOP. SELECT Airdates.ShowID FROM shows LIMIT 30; shows only the first 30 records returned from the query. SELECT Airdates.ShowID FROM shows LIMIT 10,30; shows records 1

Re: "Limit" or "Top" and mySQL Question (hes alive!)

2005-11-03 Thread Lewis Sellers
if your next statement to me was to try to hit me up for a spare copy of tcpclient or something :-P --min > > -Original Message- > From: Lewis Sellers [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 03, 2005 3:13 PM > To: CF-Talk > Subject: Re: "Limi

Re: capturing SOAP/AXIS data

2005-01-13 Thread Lewis Sellers
Dave Watts wrote: >>I remember a while back someone (possibly Dave Watts?) >>mentioning I believe a proxy server that could be used to >>capture raw traffic XML with between a client and a web >>service? I vaguely recall even downloading it ... and then >>forgetting what CDR I eventually backed

capturing SOAP/AXIS data

2005-01-13 Thread Lewis Sellers
to save me a few hours of searching and point me to a link? :) Thanks, --min -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Discover CFTicket - The leading ColdFusion Help Desk and

Re: Thread-safe CFCs

2004-12-26 Thread Lewis Sellers
to change anything about the way the rest of the software works. Very useful for larger scale projects where multiple hands are in the pie focusing on their specific talents or skills. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~~~

Re: Does anyone know of a concise list of Java objects/methods...

2004-12-25 Thread Lewis Sellers
n add the jar files from C:\CFusionMX\lib and C:\CFusionMX\runtime\lib? I think that's right. If so, then you should be able to call anything you see there in the package structure. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com

Re: [OT] Eclispe and Java

2004-12-21 Thread Lewis Sellers
iteration option for java 1.5 beta which might let you do the iteration similiar to the way you were doing it, but I haven't looked into it closely yet.) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intra

Re: Portable CFEclipse

2004-12-19 Thread Lewis Sellers
Emmet McGovern wrote: > Now I have a reason to finally buy one of those things. I hope it's not too > late for a stocking stuffer request. :) > > -e They're cool. Epecially for the paranoid among us who like to backup important stuff often and don't trust CDRWs. :

Re: cfeclipse + phpeclipse?

2004-12-18 Thread Lewis Sellers
quot;replace..." clicking that will run the search then ask if you want to > replace, and with what. > > Bit hidden, but does the same thing. As for a cool studio style find > and replace plugin I haven't seen one. > > Rob > > On Sat, 18 Dec 2004 16:56:09 -

Re: cfeclipse + phpeclipse?

2004-12-18 Thread Lewis Sellers
or eclipse? -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com

Re: PayPal "Enterprise" merchants

2004-12-18 Thread Lewis Sellers
27;m really quite nice, so I'm told, ... unless I'm in nicotine withdrawal, then I start thinking how pleasant carpet-bombing the world with A-bombs would be. /-) Anyway > Rey... -- --Lewis Sellers (AKA min) Intrafoundat

Re: cfeclipse + phpeclipse?

2004-12-18 Thread Lewis Sellers
vary with what they assume is the relative folder structure. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Silver Sponsor -

CFX_PayPalAPI

2004-12-17 Thread Lewis Sellers
hich essentially make it not usable on a shared host at the moment. :) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Gold Sponsor - CFHos

META-INF/services/

2004-12-17 Thread Lewis Sellers
Q: Does coldfusion/jrun pay attention to META-INF/services in jars? I'm having a bit of frustration in that area. :) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks t

Re: PayPal "Enterprise" merchants

2004-12-15 Thread Lewis Sellers
o scary. :) Anyway... -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com

Re: PayPal "Enterprise" merchants

2004-12-15 Thread Lewis Sellers
Rey Bango wrote: > Lewis, is that you in the picture on the homepage? > > Rey... Umm... mmm... Yes? I've had some comments that the photo (and site) were a bit... scary so I've meaning to upload a new site I made before the years out, though.... :) -- --Lew

PayPal "Enterprise" merchants

2004-12-15 Thread Lewis Sellers
nterprise class merchants. They have no plans of even turning it on in the sandbox test area. Which presents a slight quandry to say the least... :) (Basically I'd give you a copy of the software and you can tell me yea or nay if it worked.) Reply off list if you like. Thanks, -- --Le

Re: Web services ok for sensitive data?

2004-12-12 Thread Lewis Sellers
was implimented. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: h

Re: Blackstone Beta

2004-12-10 Thread Lewis Sellers
developers might be most apt to make the most changes? That and getting "free stuff" you can try to to see if it'll make your life easier. etc. :) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~

Re: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Lewis Sellers
Barney Boisvert wrote: > That's aewmsoe! I think I'd heard something like that before, but > never as clearly demonstrated as that. Course, now we're WAY OT, and > probably going to get yelled at soon. Doubt it. It's Friday. And night's approaching. /-) > c

Re: paypal API

2004-12-10 Thread Lewis Sellers
oftware itself does perform the function, it simply gives back an "unauthorized" message at the moment. FYI. I was seeing about convincing the PayPal people into letting me test against this in the sandbox to validate the software. PayPal. Ug. :) -- --Lewis S

Re: fck editor 2.0 RC

2004-12-10 Thread Lewis Sellers
Barney Boisvert wrote: > I can't speak for FCK editor (does anyone else read that in a profane > manner every time they see it?), Yes. But until you mentioned it I hadn't noticed I was doing that in my mind. :) -- --Lewis Sellers (AKA min) Intrafoundati

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Lewis Sellers
several of my relatives computers when they'd ask me to come over and "fix" them. Repeatedly. Installing and firewall and anti-virus software, as well as the network version of the serice packs before you go on line usually side steps this me

Re: paypal API

2004-12-06 Thread Lewis Sellers
dard feature now. (It wasn't even mentioned in the last version I downloaded not perhaps two weeks ago.) > > > -Original Message- > From: Lewis Sellers [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 10:38 AM > To: CF-Talk > Subject: Re: paypal API

Re: paypal API

2004-12-06 Thread Lewis Sellers
'll see what the "official" stance is on the issue. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlant

Re: paypal API

2004-12-06 Thread Lewis Sellers
quot;. It's the only function call that returns that error. So... when I've some time later today i'll look into it further > Could you explain your acronyms.. GTF, RF and TS Sorry. GTD=GetTransactionDetails, RF=RefundTransaction, etc. Too much typing otherwise -

Re: paypal API

2004-12-05 Thread Lewis Sellers
over. :) (I've written a java CFX called CFX_PayPalAPI I can test it against fairly easily.) > Mark A. Kruger, CFG, MSCE > www.cfwebtools.com > www.necfug.com > http://blog.mxconsulting.com -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com

eclipse html plugin

2004-12-05 Thread Lewis Sellers
errors or browsers incompatiblities, etc etc. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.ne

Re: Any luck using CFX_IIS?

2004-12-05 Thread Lewis Sellers
this month, I _am_ going to put up the new website with new toys etc ... but at the moment the only way you can get the 3.19 beta is by asking on this list. :) (Hmm. I need to upload a slightly newer version while I'm thinking about it. Sec.) So ... what exactly are you having trouble

Re: SOT: Browser Stats (stirring the pot)

2004-12-04 Thread Lewis Sellers
m "living" community. Of things improving. Getting easier. IE feels cold and dead to me. Of being stuck in an endless rut. Unless Mozilla really screws it up somehow, don't plan on ever going back. (Aside from the necessary evils of using IE for webdev related reasons of course.)

Java CFX attributeExists failure in debug mode

2004-12-01 Thread Lewis Sellers
ue.) If anyone knows, thanks. :) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com

Variant Arrays and COM

2004-11-24 Thread Lewis Sellers
Someone please jog my memory. :) If you have CF5 and a COM that returns a SAFEARRAY of VARIANT type long's ... can you access that data from CF5? At last theoretically? (Assuming God is smiling down on you that day.) Thanks. -- --Lewis Sellers (AKA min) Intrafoundation Software

Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Lewis Sellers
ly browse them. But you could extension the functionality to zip as well. -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting

Re: Getting a CFX to read variables from the calling template.

2004-11-24 Thread Lewis Sellers
hin a CFX, but (with an exception for custom tags(?) ... oh, that's getSetting. Never used it.) the only data you can read is what you pass to it -- i.e., one (1) query and all the attributes (ie, parameters). Can you simply pass the session as: and from the CFX Request.SetVariable("Sessi

Re: CFXRegServer released

2004-11-23 Thread Lewis Sellers
Phillip Beazley wrote: >> >>But I do plan on it otherwise :) > > Hehe, cool. :) Try now. Haven't had a chance to do a lot of testing with it and BlueDragon yet, but http://www.intrafoundation.com/freeware/CFXRegServer_v1.5.exe. -- --Lewis Sellers (AKA min) I

Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
ave to have an update to CFXRegServer that goes finding the home folder through another registry entry? IE, checking "BlueDragon Server JX 6.1" through "BlueDragon Server JX 6.21a" or something? Ug. Other than that, no problem. (Once I got it installed.) /-) --min > Ada

Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
>>But I do plan on it otherwise :) > > Hehe, cool. :) BTW. Besides BlueDragon there was another CFML compat server out there wasn't there? The name escapes me though. Somehting starting with an I though I think. -- --Lewis Sellers (AKA min) Intrafoundat

Re: PayPal CFC?

2004-11-22 Thread Lewis Sellers
John Beynon wrote: >I seem to remember someone was writing a CFC wrapper for PayPal transactions? > >Did anything materialise? > >thanks, > >john. > > > How about a full-fledged Java CFX to interface with the PayPal API? ;-) (It's commercial though, ie, not

Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
Paul Vernon wrote: >>(And Delphi I assume.) >> >> > >Seeing as Delphi just piggy backs the C++ API it should be fine... > That's what I was guessing. CF (old and new) seems to assume any CFX with a DLL extension is written in C++, whether it actually is or not. :) >All the >tags I write are

Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
7;ll just try downloading different versions and see if any of them work. But I do plan on it otherwise :) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to the CF

CFXRegServer released

2004-11-21 Thread Lewis Sellers
et emptor, etc. I'm interested in any feedback on the software. Bugs. Thoughts on improvements, etc. Thanks, --min -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com ~| Special thanks to th

Re: controlling IIS via CF?

2004-11-21 Thread Lewis Sellers
> > > >I would like to automate the creation of a web site under IIS in WIN2K. >Is there some way Coldfusion could do this, or even maybe CF could call >an IIS script of some sort to create a web site? Has anyone done >something like this before? Thanks. >

Re: controlling IIS via CF?

2004-11-21 Thread Lewis Sellers
> >M!ke > > > >I would like to automate the creation of a web site under IIS in WIN2K. >Is there some way Coldfusion could do this, or even maybe CF could call >an IIS script of some sort to create a web site? Has anyone done >something like this before? Thanks. >

Re: error loading cfx dll

2004-11-18 Thread Lewis Sellers
Steve Logan wrote: >I'm relatively new to CFMX 6.1 (though I do have a handfull of CF5 >servers I'm in charge of). This one is CFMX 6.1 / Windows 2000 >Advanced Server. > >Anyway, I've put a cfx tag (CFX_ResolveDNS.dll) in my >C:\CFusionMX\CustomTags directory. I've registered it in CF Admin, >b

Re: CFMX / IIS Crash

2004-11-18 Thread Lewis Sellers
fferent web server the other day when I HAD to run some CFM ... been wondering if I should have just been cursing Microsoft instead. At least in part. Anyway, to answer you, it does seem that (COM issues aside) all the problems I've been having with CFMX (at least recently) go away with

IHTK v3.19

2004-11-17 Thread Lewis Sellers
I've finally [risen from the dead] and fixed the issues with CFX_IIS tag in IHTK not working under CFMX 6.1, etc. If two or three people want to beta it, email me. It's a 1.8mb exe. I'm looking for a bit of feedback on the issue with people who have actively been using it the last few years, btw.

IHTK v3.19

2004-11-17 Thread Lewis Sellers
I've finally [risen from the dead] and fixed the issues with CFX_IIS tag in IHTK not working under CFMX 6.1, etc. If two or three people want to beta it, email me. It's a 1.8mb exe. I'm looking for a bit of feedback on the issue with people who have actively been using it the last few years, btw.

Re: Image color info?

2004-11-17 Thread Lewis Sellers
Emmet McGovern wrote: >I totally forgot about that site. It should get the wacky cf site of the >millennia award. Or something like that. > > > Hey... Like, I _HEARD_ you. /-) For your information, the site is about to under go a relaunch. All the software has been updated and repackaged, pl

RE: CFX_ConsoleCommand and CFX_Execute

2004-07-04 Thread Lewis Sellers
At 12:07 PM 6/2/2004, you wrote: >Your install them as CFX custom tags. > >They do come with the DLL. you need. > >If you mail me off list I can send you an Updated DLL what will allow you to >get Output 1& 2 out in the return. Pardon? >Cheers >Mr Kev McCabe >I'm trying to find an alternative to

Re: In need of CFX_ImageInfo and CFX_ImageInfoMX

2004-07-03 Thread Lewis Sellers
At 04:45 AM 7/1/2004, you wrote: >Hi All, > >I'm in urgent need of the ImageInfo and ImageInfoMX CFXs which are >normally available from the following page: > >http://www.intrafoundation.com/CFX_ImageInfoMX.asp > >The trouble is that the download page at www.intrafoundation.com is >currently not wo

Re: Image Tag

2004-03-25 Thread Lewis Sellers
At 11:05 PM 3/24/2004, you wrote: >i meant deskewing! :) >   Pardon. "deskwing? (googles it.) Ah. de-skewing. Not desk-wing. ;) I grok now. (Didn't read the first few messages in the thread.) Deskewing is a little difficult to do from a layer higher than the graphics primitive itself. There ar

Re: Image Tag

2004-03-24 Thread Lewis Sellers
At 10:39 AM 3/24/2004, you wrote: >I tried looking for tags/ CFX's that have deskwing, but to no avail.  So i >decided instead to have a field where the user inputs a number.  The user >basically guesses roughly about how many degrees to rotate theimage in >order to get the lines straight. Pard

Re: How do I perform a radius search based on zip code?

2004-03-19 Thread Lewis Sellers
>SELECT ZIP_CODE, (180/Pi() * (ACOS ((SIN(Pi()/180*#OriginLatitude#) * >SIN(Pi()/180*Latitude)) + (COS(Pi()/180*#Attributes.OriginLatitude#) * >COS(Pi()/180*Latitude) * COS(Pi()/180*ABS(#Attributes.OriginLongitude# - >Longitude) * 69.11) AS Distance >FROM ZipCodes >WHERE (180/Pi() * (ACOS ((

Re: CFX_Cybercash error

2004-03-14 Thread Lewis Sellers
At 04:46 PM 3/10/2004, you wrote: >Has anyone seen an error with CFXs similar to this? This is on Windows, >CFMX: > >Native CFX library does not have a ProcessTagRequest entry point "ProcessTagRequest" is the name of the entry point/function that is exposed from a C++ DLL that ColdFusion calls on

Re: Getting computer name via variables?

2004-03-06 Thread Lewis Sellers
At 12:20 PM 3/6/2004, you wrote: >Ben Forta wrote: > > > A reverse DNS lookup? There are UDFs for this at www.cflib.org, and > > tags in > > the latest DRK. > > >Thanks everybody for the suggestions, but I do not think any of this >will achieve what I am trying to do, which is the following: Lets s

Re: CFX_EXECUTE for CFMX?

2004-03-04 Thread Lewis Sellers
At 01:45 PM 3/4/2004, you wrote: >In CF5, I used CFX_Execute to execute commands that were really long. >Apparently, the ColdFusion CFEXECUTE tag has some kind of limitation as to >the length of the command line command you can pass. I therefore used > to call the command. How can I execute the com

Re: CFMCentral

2004-01-15 Thread Lewis Sellers
At 04:47 PM 1/15/2004, you wrote: >Is CFMCentral still around? >http://www.cfmcentral.com/ > >I went to the site today and it was down. I see it. The news at the top says they'd moved. So probably just DNS propagation issues. (Give it 1 to 3 days as usual.) --min [Todays Threads] [This Messa

RE: Access Windows accounts through CF

2003-11-28 Thread Lewis Sellers
At 08:45 PM 11/28/2003 +1100, you wrote: >Hi All, > >I have just recommended this kit on CFAussie: > > >The Internet Hosting Toolkit does that very thing. > > > >http://www.intrafoundation.com/i > htk.asp > > > >For some reason, the site is not responding right now. > >With the same result.Does an

RE: Resize Image ?

2003-11-25 Thread Lewis Sellers
At 03:46 PM 11/25/2003 -0500, you wrote: >ive seen matt liotta talk about it before...its something whoever it is that >looking at this, should looking to, also there seems to be a memory or two >about a tag or something called imagemagick that could maybe do this for >him? > >...tony Well... I wa

Java CFX_AudioInfoMX

2003-11-13 Thread Lewis Sellers
Just a slight note while I think of it -- converted the old C++ version of CFX_AudioInfo to Java, ie CFX_AudioInfoMX and fixed several long outstanding bugs with the tag while I was at it. Free of course. http://www.intrafoundation.com/CFX_AudioInfoMX.asp (Maybe this will work under Linux/Solari

RE: Deleteing a directory

2003-11-10 Thread Lewis Sellers
At 06:45 PM 11/10/2003 -0500, you wrote: >I think you have to delete every file (and subdirectory) inside a directory >before you can delete the directory itself. > > >-sutton While do I sometimes suspect (when this subject comes up) that I'll see a thread the next day titled "UN-deleting a direc

CFX_ImageInfoMX

2003-11-07 Thread Lewis Sellers
'lo all. Thought I might as well get the Java certifications to add to my resume' so I've been learning Java as time permits the last two or three weeks. Just for the experience of it (not because there's a great roaring demand or anything) I created a new Java version of the ancient C++ CFX I

RE: UPS XML Rates w/ DRK5 Socket Component

2003-11-05 Thread Lewis Sellers
At 09:01 AM 11/5/2003 -0600, you wrote: >Let's try it this way... > >Has anyone implemented the UPS rates XML service with CFMX 6.1's >underlying J2EE functionality (namely the java.net.Socket object)? Well, do you have a link to the specs of the format UPS's uses? Shouldn't be all that hard. I'

RE: Using

2003-11-05 Thread Lewis Sellers
At 01:33 PM 11/4/2003 -0800, you wrote: >Read Only?  On WinXP it acts "just" like another explorer window.  Drag and >drop to ftp. Kinda nice! You're right of course. About 2 seconds after I hit send I thought a mild expletive concerning the phrase "read only" -- but too late. Was thinking somet

RE: Using

2003-11-04 Thread Lewis Sellers
>Your browser is an HTTP client and an FTP client. If you want to perform FTP >operations from CF, you'll have to use CFFTP instead of CFHTTP. > >Dave Watts, CTO, Fig Leaf Software Like Dave says, HTTP and FTP are fairly different protocols. Different command sets, different ports, etc. Microsoft

Re: IHTK 3.17 THE CFMX UPDATE

2003-07-17 Thread Lewis Sellers
At 07:43 AM 7/17/2003 +0100, you wrote: >On Thursday 17 Jul 2003 07:18 am, Lewis Sellers wrote: > > After being bugged to death about it, I released a version of IHTK (3.17) > >Of what ? >No google hits If you don't know then the message wasn't for you. :) Oh,

IHTK 3.17 THE CFMX UPDATE

2003-07-16 Thread Lewis Sellers
Speaking of CFMX After being bugged to death about it, I released a version of IHTK (3.17) that works with CFMX (no updates). Macromedia subscribed me to their beta program (I guess some of them were tired of being bugged about it as well) so I was going to do a little more testing of it wi

JRUN Gone Wild

2003-03-13 Thread Lewis Sellers
Actually I've tried that but it doesn't seem to help. The IIS web service will stop working for a while then start back up if I restart, but the jrun.exe itself is still... I have no idea what it's doing, but it's taking up a lot of cpu time doing it. Keeps doing it for hours if I let it. Never

JRUN Gone Wild

2003-03-13 Thread Lewis Sellers
Off hand does anyone know how to restart the jrun.exe process when it go insane and starts using 90% + cpu (as it's aught to do every few minutes under load any load.) CFMX. Updater 2. W2K Pro SP3. --min ~| Archives: http://www.

Re: Com and CFMX

2003-03-13 Thread Lewis Sellers
>Btw. Didn't you get the memo from MM that said 'COM was dead'? j/k I thought the memo said CF was dead? /-> --min ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

Re: Cold Fusion and Telnet

2003-01-24 Thread Lewis Sellers
On Thu, 23 Jan 2003 14:46:49 -0800, in cf-talk you wrote: >Here's an interesting one and conceivable not possible, but I thought I >would ask all the wise ones here on the CF-Talk list before I tell my client >NO!. Has anybody ever done anything connecting Cold Fusion and Telnet? >Basically the c

Re: CF Instant Messaging

2002-12-16 Thread Lewis Sellers
On Mon, 16 Dec 2002 11:42:56 -0500, in cf-talk you wrote: >I was on the macromedia site looking for an instant messaging application written in >cold fusion. I came across CF_QuickMessage and CF_ChatWindow but the person who >created these seems to be unattainable. The website no longer exists a

Re: CF-TALK / Usenet?

2002-12-02 Thread Lewis Sellers
On Mon, 2 Dec 2002 19:39:51 +0100, in cf-talk you wrote: >> Just curious if Usenet will become an option at some point? >> >I am following the list using NNTP since years :-) >Just point your newsreader to news.fuseware.com > >Be aware that in order to post you need to be subscribed, I am subscrib

Re: no posts?

2002-11-20 Thread Lewis Sellers
On Wed, 20 Nov 2002 12:25:18 -0500, in cf-talk you wrote: >no posts since 1:38 am this morning? The world ended last night at a little after Midnight. Guess you didn't get the memo? --min ~| Archives: http://www.houseoffusion.c

Re: Problem Determining Image Size

2002-11-20 Thread Lewis Sellers
On Tue, 19 Nov 2002 16:30:07 -0800, in cf-talk you wrote: >I'm using the custom tag imagesize to get the width/height of uploaded >images. I'm finding a problem sometimes with very simple jpeg uploads. >Say the image is 200 x 200. I can upload it to the server and it >remains 200 x 200 (I've check

Re: Really big file manipulation

2002-10-21 Thread Lewis Sellers
On Mon, 21 Oct 2002 11:23:28 -0700, in cf-talk you wrote: >Hey all - > >I have got a 76,000+ line data file (ZipUSA comma delim file) that I >need to break into smaller tables in my DB. This needs to happen at >least monthly, so I wrote a cfm template to automate the process. The >problem I am ha

CFMX jrun crashing/feasting on ram

2002-10-18 Thread Lewis Sellers
Fairly regularly after a cfml script to update a database runs for a while jrun ... goes mad. Even after the script stops and it shouldn't be doing anything, it continues to allocate more and more virtual memory, thrashing the hard drive. It'll do this for an hour or so until it finally crashes th

CFMX jrun crashing/feasting on ram

2002-10-18 Thread Lewis Sellers
Fairly regularly after a cfml script to update a database runs for a while jrun ... goes mad. Even after the script stops and it shouldn't be doing anything, it continues to allocate more and more virtual memory, thrashing the hard drive. It'll do this for an hour or so until it finally crashes th

Re: Lee's CFMX/IIS Crash Issue

2002-10-09 Thread Lewis Sellers
On Wed, 9 Oct 2002 12:54:32 -0700, in cf-talk you wrote: >Is it ok for me to attach a small image to my message on the list? Say, >10-15k or less? I think attachment's are blocked? Probably placing the image on a http site somewhere and then the link in the email will do. --min ~~

Re: Any Christian ColdFusion developers out there?

2002-10-03 Thread Lewis Sellers
On Thu, 3 Oct 2002 09:59:09 +0100, in cf-talk you wrote: >no religion here thank you (wel, certainly none for me), as the list master >stated : cf-community. Well, some of us just don't care to subscribe to the cf-community because it's mostly all irrelevant, endless, juvenile chatter. :) So man

Re: NT errors

2002-10-03 Thread Lewis Sellers
On Thu, 3 Oct 2002 15:12:09 -0400, in cf-talk you wrote: >I'm seeing an awful lot of these errors in my server.log: > >Windows NT error number 232 occurred > >Anybody know what it means? My searches haven't borne fruit. "The pipe is being closed. " Pretty much self-explainatory, unlike most win

Re: FUSEWARE CF-Talk mirror users... HELP!!!

2002-10-03 Thread Lewis Sellers
On Thu, 3 Oct 2002 14:08:24 -0400, in cf-talk you wrote: >If you can read this message, you must be reading CF-Talk via the fuseware >NNTP mirror. > >If so, could someone please give me a hand getting set up? I can read >messages via fuseware just fine, but when I try to post, they only get adde

Re: Line Nibbler Alert!!!

2002-09-29 Thread Lewis Sellers
On Sun, 29 Sep 2002 00:30:49 +0200, in cf-talk you wrote: >> To clarify what what he's saying, basically the mail protocol uses a >> dot on a line by itself as an indicator that we're at the end of an >> email message. > >Hardly a left over. You need *something* to signal the end of a message. T

Re: Line Nibbler Alert!!!

2002-09-28 Thread Lewis Sellers
On Thu, 26 Sep 2002 17:31:54 +0100, in cf-talk you wrote: >> Any dot/period character in the following email was stripped if >> it was the first character on a line. >> >> Is this intentional? > >You've never looked at what happens if you telnet to a mail server on port >25 have you :-) ? To cla

Re: Com ASP and CFMX hopefully MM are listing and fixing

2002-09-26 Thread Lewis Sellers
On Thu, 26 Sep 2002 15:33:18 -0700, in cf-talk you wrote: >I don't know where you are coming from claiming me to be a Java/Linux >guy. You must have missed all my anti-Java posts back when Neo was >announced. You might have also missed my contributions to the VB >community, to various C based ope

Re: NSLookup

2002-09-24 Thread Lewis Sellers
On Tue, 24 Sep 2002 12:55:16 +0100, in cf-talk you wrote: >The reason for attempting direct interaction is that the page I have here >has about 200+ domains on it and it is growing every day and every custom >tag I have tried can't cope with the volume. Ah. The built-in nslookup functions of win

  1   2   3   >