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 with some plugins, eventually settled on Eclipse.
Eclipse ... can be sluggish, even after doing a lot of tweaks to speed it
up, but it does do almost everything you'd want and a lot of folk across
several disciplines use it. So I'd probably suggest giving it a try for a
while.

On Sun, Oct 7, 2012 at 10:27 AM, Richard Colman col...@uci.edu wrote:


 Hate to bring this up again, but I have used Homesite for many years and
 do like it.

 I need to transfer the application to a new computer, and the original
 install disks are long gone.

 Does anyone know of a source to obtain or purchase?

 TNX,

 signed ... the dinosaur ...

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Is there steady work to be had in CF currently?

2012-10-09 Thread Lewis Sellers

I asked this in the wrong forums earlier. Been a while

But the question was that while I was once very familiar with ColdFusion
(if you've ever visited intrafoundation.com, that's me) that was a few
years ago. I've mainly be working in PHP developing websites with my
soon-to-be-ex-wife. (She handled the design and art, I handled all the
programming and technical aspects.) I was wondering about anyone's thoughts
on whether it would be worth the time and effort to get fully back up to
speed on modern ColdFusion as far as finding relatively steady telecommute
contract work. That is, is there enough work to go around to atm. From what
I'm seeing it's a little hard to say. It seems that though there are less
sites being built in CF, a lot of the CF developers from years ago have
left as well so... maybe there is steady work. Any opinions on the matter
would be helpful.

Thanks.

-- 
Lewis A. Sellers
cell 865-719-0928 (backup cell, always with 24/7)
cell 1 828 423 1822 (main cell, android)
865 828 4024 (other backup)
http://lewisasellers.com Blog
https://plus.google.com/u/0/106364214681900327755/posts G+ (writing
oriented)
https://www.facebook.com/pages/Lewis-A-Sellers-Author/121055864636231 FB
Page
http://www.facebook.com/lasellers FB
http://www.goodreads.com/lewisasellers
http://twitter.com/#!/lewisasellers
http://www.intrafoundation.com Software
http://www.cedargrovedesign.com Web Design
http://www.happyplacegames.com Games
http://www.communalperfection.com Programming
P.O. Box 8340 Asheville, NC 28814


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4586
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-jobs-talk/unsubscribe.cfm


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 bliss.j...@gmail.com wrote:


 You can do this with:

 cfdocument format=PDF src=#theurl# filename=#thefilename#





-- 
Lewis A. Sellers
cell 1 828 423 1822 (main cell, android)
cell 865-719-0928 (backup cell, always with 24/7)
865 828 4024 (other backup)
http://lewisasellers.com Blog
https://plus.google.com/u/0/106364214681900327755/posts G+ (writing
oriented)
https://www.facebook.com/pages/Lewis-A-Sellers-Author/121055864636231 FB
Page
http://www.facebook.com/lasellers FB
http://www.goodreads.com/lewisasellers
http://twitter.com/#!/lewisasellers
http://www.intrafoundation.com Software
http://www.cedargrovedesign.com Web Design
http://www.happyplacegames.com Games
http://www.communalperfection.com Programming
P.O. Box 8340 Asheville, NC 28814


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352561
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 subject.)

-- 
Lewis A. Sellers
cell 1 828 423 1822 (main cell, android)
cell 865-719-0928 (backup cell, always with 24/7)
865 828 4024 (other backup)
http://lewisasellers.com Blog
https://plus.google.com/u/0/106364214681900327755/posts G+ (writing
oriented)
https://www.facebook.com/pages/Lewis-A-Sellers-Author/121055864636231 FB
Page
http://www.facebook.com/lasellers FB
http://www.goodreads.com/lewisasellers
http://twitter.com/#!/lewisasellers
http://www.intrafoundation.com Software
http://www.cedargrovedesign.com Web Design
http://www.happyplacegames.com Games
http://www.communalperfection.com Programming
P.O. Box 8340 Asheville, NC 28814


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352393
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 fiddling with them now, and get back to what I was
doing before. Thanks.


On Sat, Sep 1, 2012 at 12:55 PM, Dave Watts dwa...@figleaf.com wrote:


  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 subject.)

 I'm pretty sure that's correct. CF relies on a third-party library to
 run COM objects, and that library doesn't yet support 64-bit COM
 objects.

 http://j-integra.intrinsyc.com/64bit.asp

 That said, COM is pretty much dead for new development on Windows, as
 far as I can tell. CF includes a third-party library to run .NET
 assemblies, which is where the action is nowadays for Windows
 development.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352395
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2012-08-29 Thread Lewis Sellers

I set up an account
https://github.com/lasellerhttps://github.com/lasellers/IHTK.CFX_IISs/
at github. The code needs to be cleaned up and refactored a bit as it is a
monolithic single file atm. Also there are a few IIS6/7 functions I want to
see about at least adding the skeleton functions for. But after that I'll
upload it and a few of the others.

After, anyone interested in maintaining the code-base can chat there or on
intrafoundation itself. (I guess I will update the docs to point to github
as well and occasionally repackage a stable version for intrafoundation.com
.)

On Tue, Aug 28, 2012 at 9:38 PM, Michael van Leest mvanle...@gmail.comwrote:


 +1 for CFX_IIS (7.5 support)

 2012/8/28 Lewis Sellers lasell...@gmail.com

 
  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 using what
  these days and thus what might be a priority. I think though that if any
 of
  them need more than work and testing than I'm probably willing to invest
  atm it would be CFX_IIS.
 
  I'll look into it.
 
  On Sat, Aug 25, 2012 at 2:30 PM, Rick Mason rhma...@gmail.com 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, 2012 at 5:01 AM, Lewis Sellers 
   webmas...@intrafoundation.com wrote:
  
   
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 few of the CFX have already been rebuilt, repackaged and uploaded.
Currently, I'm working on getting IHTK out the door as well. As it's
 a
collection of several networking and service related CFX, it is --
  rather
involved to test, however.
   
Anyway, anyone out there still using any of these CFX should feel
 free
  to
download the new versions as they are released, and get back to me if
something is not quite working right in the new builds.
   
   
   
   
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352339
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2012-08-28 Thread 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 using what
these days and thus what might be a priority. I think though that if any of
them need more than work and testing than I'm probably willing to invest
atm it would be CFX_IIS.

I'll look into it.

On Sat, Aug 25, 2012 at 2:30 PM, Rick Mason rhma...@gmail.com 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, 2012 at 5:01 AM, Lewis Sellers 
 webmas...@intrafoundation.com wrote:

 
  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 few of the CFX have already been rebuilt, repackaged and uploaded.
  Currently, I'm working on getting IHTK out the door as well. As it's a
  collection of several networking and service related CFX, it is -- rather
  involved to test, however.
 
  Anyway, anyone out there still using any of these CFX should feel free to
  download the new versions as they are released, and get back to me if
  something is not quite working right in the new builds.
 
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352325
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 few of the CFX have already been rebuilt, repackaged and uploaded. Currently, 
I'm working on getting IHTK out the door as well. As it's a collection of 
several networking and service related CFX, it is -- rather involved to test, 
however. 

Anyway, anyone out there still using any of these CFX should feel free to 
download the new versions as they are released, and get back to me if something 
is not quite working right in the new builds.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352307
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 numbers on each attempts, but all from the ip 
address 113.161.94.67 which appears to be from vietnam.
  I permanently banned that IP address from all of my websites.
I am also going to limit bad attempts and increase the minimum donation to $2..
Is there anything else I should do?

I should point out, depending how intelligent and determined the attackers are 
the IP banning may only work temporarily. It is fairly easy to build 
database/code to dump new proxy ips into it daily (lists are not hard to find), 
and have your attack software randomly connection through them, downgrading and 
dumping the proxy ip after n number failures.
If ip blocking is working, it probably means the person/group targeting you 
probably isn't very sophisticated. Some people that barely know what they're 
doing, copy-catting a get-rich-quick scheme others told them about. Consider 
yourself fortunate in that regard.

Also, those kind of attackers usually use software that does a single direct 
post to an url, filling all urls it finds. It also has no sense of sessions, or 
cookies, etc. You can use all that against them. I find they occasionally do 
send a real live human to test things out though. 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352309
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.

*or winter, depending where you live of course.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352310
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 could definitely use someone to light  
a fire under them in terms of professionalism.)

--min


 it happens to be https://www.emocorp.com/

 A merchant account thingy whatsit.

 The job is to make some (very) minor web site changes and then  
 integrate
 with EMO for on line payment.

 The client is offering $200, but might pay a little more.  I'm not  
 looking
 for anything out of it.

 It doesn't look very complicated but I'm up to my eyeballs in other  
 stuff.

 Any takers?

 Jenny








 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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. Also, see
http://www.intrafoundation.com/intrafoundation/products.php? 
ProductCode=IHTK
for some older CFX tools to manage IIS and NT user accounts if that  
need comes up (with full source).

--min


 --
 --mattRobertson--
 Janitor, MSB Web Systems
 mysecretbase.com

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225936
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Using NT user database with CF

2005-12-02 Thread Lewis Sellers
On Dec 2, 2005, at 10:19 AM, Robertson-Ravo, Neil (RX) wrote:

 What happened to your Lewis?!


Pardon?

I'm right here? ...

If you mean my name ... it's Lewis, yes, but my nickname has been  
min since around 1993.. if that's what you mean. Sec. K. An old 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: 02 December 2005 15:27
 To: CF-Talk
 Subject: Re: Using NT user database with CF

 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. Also, see
 http://www.intrafoundation.com/intrafoundation/products.php?
 ProductCode=IHTK
 for some older CFX tools to manage IIS and NT user accounts if that
 need comes up (with full source).

 --min


 --
 --mattRobertson--
 Janitor, MSB Web Systems
 mysecretbase.com





 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225980
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 to Macs. :)
--min


 According to the
 latest survey by OneStat IE is down to 85% world wide, and in the
 US/Canada it's only got about 80% market share: http://tinyurl.com/ 
 bmx88
 And the trend keeps going in that direction.  Most every new survey  
 that
 has come out in the last year or so has shown IE with less and less
 market share.



--min

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223586
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

2005-11-03 Thread Lewis Sellers
On Nov 3, 2005, at 3:22 PM, Emmet McGovern wrote:

 I thought you were dead!!!  ;)

Um... That was an unexpected response.

No. Not dead. Just away... fighting evil in another dimension. Etc. :)


More seriously, true, I have been out of the scene for a while. About  
a year. However about a month or so ago my (new) wife (and I) decided  
it would be nice to be able to work together at home ... Etc. So... 

Among other things, I've been rebuilding the old intrafoundation.com  
website this last week. Just uploaded the very newest, freshly  
packed, viri-scanned versions of several old CFXs and COMs (i.e.  
tcpclient, IHK, etc.) All available, as per usual, free of charge.  
[True side-note: with I think it was 3 hours or so after I put  
intrafoundation I get 2 unsolicited pleas for copies of tcpclient.  
Now the site hasn't been up in months remember. Jeez.]

Anyway, 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: Limit or Top and mySQL Question

 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 10 through 40.


 --min
 http://www.intrafoundation.com


 Using a mySQL Database with thousands of records.
 For the query below,
 to optimize performance, I'd like to be able to
 return on the TOP N records.

 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.

 1. What's the equal of TOP in mySQL?
 2. At what point in the query is that actually
 evaluated?
 I don't want the first 50 records, I want the
 first
 TOP records out of all of them according to the
 sort.




 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223091
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 10 through 40.


--min
http://www.intrafoundation.com


  Using a mySQL Database with thousands of records.
  For the query below,
  to optimize performance, I'd like to be able to
  return on the TOP N records.
 
  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.
 
  1. What's the equal of TOP in mySQL?
  2. At what point in the query is that actually
  evaluated?
  I don't want the first 50 records, I want the
  first
  TOP records out of all of them according to the
  sort.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223082
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 best to have all MySQL table names  
be lowercase.

--min
http://www.intrafoundation.com


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


capturing SOAP/AXIS data

2005-01-13 Thread Lewis Sellers
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 up a 
copy to.

Anyone care 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 Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190348
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 up a copy to.
 
 
 Actually, I think CFMX gives you one. Look for sniffer.exe (I think) within
 your CFMX directory.

Found it in CFusionMX\runtime\bin. Looks like just what I was looking 
for. Thank you. :)

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 
 Fig Leaf Software provides the highest caliber vendor-authorized 
 instruction at our training centers in Washington DC, Atlanta, 
 Chicago, Baltimore, Northern Virginia, or on-site at your location. 
 Visit http://training.figleaf.com/ for more information!
 
 
 

~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190353
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Thread-safe CFCs

2004-12-26 Thread Lewis Sellers
The CFC this. variables are an extremely powerful feature in a CFC.

If you went round telling C#, Java and C++ developers to use public
data members like that, they'd laugh in your face.

Well, smirk anyway.

Using public data members is a serious no-no (that's the technical 
term I think :) ) because it greatly limits what changes you can make to 
the functions in the future. If the author of the code (you) at a future 
date discovers a better way to design the function that is very 
different than the original, and changes it, then all the 3rd party 
software that was written using it will crash or have to be rewritten, 
perhaps significantly. It much better to just abstract it out to 
function calls and hide the actual implimentation so that's it is as 
close to plug-and-play as possible, even if there may be a slight 
performance loss. (Except for a few rare cases of course.) It's better 
to take performance hit than have potentially buggy, crashing code 
because you're having to change ever little part of it to accomodate 
modificates, thereby loosing all the investment you and others have made 
to date stress testing the software.

This is one of the things I love most about C++/Java, etc. I can write a 
function or class that will work ok for now and get something going, 
then latter, as time permits, refine and hone -- perhaps even completely 
rewrite a class -- and not _have_  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

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188798
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

2004-12-25 Thread Lewis Sellers
Rick Root wrote:
 Sean Corfield wrote:
 
... that we can use in our templates/pages/CFCs, etc?

http://java.sun.com/j2se/1.4.2/docs/api/

You can use *any* Java objects in a CF page.
 
 I might add... any java object included in the standard java 
 distribution, unless you want to also muck with classpaths and stuff.. 
 which I've done with jasperReports.
 
   - Rick

As well as several other things

Eclipse's exploration tools could be very handy for this. You could 
create a blank java project and then 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

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188780
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: [OT] Eclispe and Java

2004-12-21 Thread Lewis Sellers
Qasim Rasheed wrote:
 this error has nothing to do with eclipse infact I am sure it should
 be giving you compile errors. Your code has various problems i.e
 greetings not initialized, syntax error in for loop.

Exactly. The sample Greg gave him was correct (for 1.4 ... there are new 
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.intrafoundation.com

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188389
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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. :)

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfeclipse + phpeclipse?

2004-12-18 Thread Lewis Sellers
 
 I have installed the XML plugin  - well at least I THOUGHT I had - but
 it's not available in the dialog box when you select WindowShow
 PerspectiveOther.   When you DO select anything out of that menu,
 nothing moves.  Certainly nothing like in the video.

Perspectives and the way it handes file types is rather confusing to 
say the least. It's the most annoying/unintuitive part of the program 
for me.

As for the plugins, if you're doing it manually, check to be sure you're 
unzipping them into the correct folders. The zips 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 - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PayPal Enterprise merchants

2004-12-18 Thread Lewis Sellers
Rey Bango wrote:

 
 So based on that pic, I definitely wouldn't run out of a room if you were 
 there but if I found a bug in your code, I may just fix it for ya. ;o)
 
 Of course, this is all in fun so I hope you're not taking it personally.

Of course not. :)

I'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)
Intrafoundation Software
http://www.intrafoundation.com


~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfeclipse + phpeclipse?

2004-12-18 Thread Lewis Sellers
Speaking of eclipse ... I've been keeping a copy of Homesite around just 
explicity for it's global file replace feature. I occasionally want to 
change a string of text that might might be repeated in dozen or so 
files and this handy.

Has anyone sighted such a feature or plugin for 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/lists.cfm/link=i:4:188162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfeclipse + phpeclipse?

2004-12-18 Thread Lewis Sellers
Wow. That is hidden... and convoluted. But it looks like it will work 
(and could be powerful).

Makes me wonder though ... ... just how difficult it would be to start 
making my own plug-ins. Hmm. :)

Thanks.

  Rob wrote:
 The somewhat hidden way to do that with eclipse is to do
 SearchSearch... from the main tool bar. then at the bottom of the
 windows is Scope - I select selected Resource (after having chosen
 the project root in the navigator view), but if you only have one
 project open you can choose Workspace. Then at the very bottom is
 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 -0500, Lewis Sellers
 [EMAIL PROTECTED] wrote:
 
Speaking of eclipse ... I've been keeping a copy of Homesite around just
explicity for it's global file replace feature. I occasionally want to
change a string of text that might might be repeated in dozen or so
files and this handy.

Has anyone sighted such a feature or plugin for eclipse?

--
--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/lists.cfm/link=i:4:188180
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188030
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFX_PayPalAPI

2004-12-17 Thread Lewis Sellers
  Mike Kear wrote:
 
 It's probably something I've done to upset the Internet Gods, but the
 week before Christmas I just dont have time to stuff around with
 things. Either they work and I can look at what they do and maybe use
 them, or they're out.

Speaking of chunking things out a window... =)

http://www.intrafoundation.com/trial/CFX_PayPalAPI_v1.5.exe

I'm tired of fooling with it. It works. It's worked for about two weeks 
except.. two annoying Axis related issues I just haven't been able to 
figure out a way around as of yet -- which 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 - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


PayPal Enterprise merchants

2004-12-15 Thread Lewis Sellers
I don't suppose there is anyone on this list that has opted for the 
Enterprise merchant feature on PayPal?

To be blunt, I was wanting to verify that a Java CFX I wrote to talk 
with the PayPal API works with their new AddressVerify feature, but 
seems it only is turned on for Enterprise 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,

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187824
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 :)

-- 
--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/lists.cfm/link=i:4:187840
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PayPal Enterprise merchants

2004-12-15 Thread Lewis Sellers
Rey Bango wrote:
 LOL! Yeah, you look a bit intimidating. ;o)
 
 Rey...

Well... it was the first photo that Cynthia (the girl I've been living 
with for a year this week and am engaged to be married to this summer) 
ever saw of me, so... I guess it's not to 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/lists.cfm/link=i:4:187844
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Web services ok for sensitive data?

2004-12-12 Thread Lewis Sellers
Will Tomlinson wrote:
 Thanks so much Barney. 

What Barney just said.

Some of them will use unencrypted HTTP, others will use standard HTTP 
(SSL) security. Some in fact, like PayPals WS API I just wrote a Java 
CFX to interface with will use custom security protocols. Just depends 
how it 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: http://www.houseoffusion.com/lists.cfm/link=i:4:187289
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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)
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/lists.cfm/link=i:4:187049
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: paypal API

2004-12-10 Thread Lewis Sellers
Mark A Kruger wrote:
 Lewis - thanks! you've been extremly hepful.  I look forward to hearing more
 about your cfx tag.
 
 -mark

Ok. Sometime later tonight it's finally in limited beta. There are 
three issues I have to massage a bit and test against, then it's just 
trying to clean up the documentation and jarring the little fellow.

BTW, I asked about the AddressVerify function of the WS API. Supposedly 
it will only properly work if you're an enterprise partner(?) of 
PayPal. Whatever that is supposed to mean.

The software 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 Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187063
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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. /-)

 cheers,
 barneyb

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187069
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Blackstone Beta

2004-12-10 Thread Lewis Sellers
Jim McAtee wrote:
 I implore you. NOW! But I can't tell you why.
 
 Pass.
 
 Is there a really good reason that people seem so eager to become beta 
 testers for someone else's product? 

Probably... a chance to influence the development of the software when 
the 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

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187085
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Lewis Sellers
 If I weren't an atheist I would say that you've hit Karma pretty hard.  
 
 Perhaps try spending some time not using ridiculous symbols when writing
 MS and not calling the OS CrapXP - perhaps the universe will smile upon
 you more often.
 
 It's worth a shot: because from what you describe you are, without a doubt,
 the unluckiest individual I've yet to see.
 
 Jim Davis


It sounds, honestly, like the machine is getting hit by a worm through 
the internet connection. I've had the same experience with 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 mess.

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186743
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: paypal API

2004-12-06 Thread Lewis Sellers
Mark A Kruger wrote:
 What about the addressVerify function?  It verifies an email against a
 given address - and returns and error code if the email is not associated
 with a valid paypal account.

(Looks at paypal source code). You're quite right. An oversight. I was
focused on the main functions and simply forgot about it.

(I should mention this was something I've been doing as time permits
over the last two weeks or so. The plan, in fact, was to release it as a
beta on monday (today) or tuesday. The code is _that_ new. As it stands
it'll probably be sometime tomorrrow night I think.)

   Does your CFX tag support that function?

Um. Sec... (Ok another sec) 

Why yes, it apparently does now. However, after submittin the required 
email/zip/street, I'm getting back a You do not have permissions to 
make this API call. 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

-Mark
 -Original Message-
 From: Lewis Sellers [mailto:[EMAIL PROTECTED]
 Sent: Sunday, December 05, 2004 8:46 PM
 To: CF-Talk
 Subject: Re: paypal API
 
 
 Mark A Kruger wrote:
 
I'm looking for a Java class or CFC implimentation of the paypal developer
network API. My purpose is to be able to verify whether someone has a
 
 valid
 
paypal account before they are allowed to list products on a site. Does
anyone have such an animal?
 
 
 Hmm. The paypal API has, aside from a tell fortune function (for
 certifice-less connection testing) and BillUser+
 (both of which are still in private beta testing) the following functions:
 
 GetTransactionDetails, RefundTransaction, TransactionSearch and, most
 recently, MassPay.
 
 I don't see (off hand) how either GTD or RF would help you validate a
 paypal account. TS has a lot of options... so many I'd have to look to
 make sure first but I don't think it will help either. MassPay (as the
 name might suggest) allows you to pay 1-250 registered paypal accounts
 (the same dollar amount) at one time. I'd have to look and try it out,
 but ... perhaps you could sent a small amount (preferably $0.00) and it
 may give you back and error (it should anyway) if their account is not
 valid.
 
 I'll try it later after the 5 people you met in heaven is 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
 
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186290
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: paypal API

2004-12-06 Thread Lewis Sellers
Mark A Kruger wrote:
 What about the addressVerify function?  It verifies an email against a
 given address - and returns and error code if the email is not associated
 with a valid paypal account.  Does your CFX tag support that function?

I get the feeling from the lack of doumentation it may be another of the 
unsupported API calls.

http://paypal.forums.liveworld.com/thread.jspa?forumID=1059threadID=11404
http://paypal.forums.liveworld.com/thread.jspa?forumID=4004threadID=11475

I asked about the function in the developer forums btw. Perhaps, we'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 Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186304
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: paypal API

2004-12-06 Thread Lewis Sellers
Mark A Kruger wrote:
 Lewis,
 
 This whole API is a first-run in a lot of ways. They've done a good job of
 providing lots of documents - but not a lot of useful samples and they've
 overlooked some obvious stuff.
 
 -Mark

Agreed. The old phrases moving target and left hand not knowing what 
the right is doing come to mind. It was a lot of work simply deducing 
what was supposed to be going on -- none of the examples, source code or 
  WSDL/XSD's, etc ever seemed to work or be released at the same time 
(every part is slightly out of version sync with the rest.)

Btw. I checked. Again. Today. A new version of the API PDF came out 3 
days ago and it DOES actually (officially) mention AddressVerify now. 
So, any temporary issues aside I would assume this means it's supposed 
to be a standard 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
 
 
 Mark A Kruger wrote:
 
What about the addressVerify function?  It verifies an email against a
given address - and returns and error code if the email is not associated
with a valid paypal account.  Does your CFX tag support that function?
 
 
 I get the feeling from the lack of doumentation it may be another of the
 unsupported API calls.
 
 http://paypal.forums.liveworld.com/thread.jspa?forumID=1059threadID=114
 04
 http://paypal.forums.liveworld.com/thread.jspa?forumID=4004threadID=114
 75
 
 I asked about the function in the developer forums btw. Perhaps, we'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 Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186353
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Any luck using CFX_IIS?

2004-12-05 Thread Lewis Sellers
Paul Campano wrote:
 Has anyone tried using CFX_IIS or any of The Intranet/Hosting Toolkit (or
 IHTK) from Intrafoundation (http://www.intrafoundation.com/ihtk.asp) ?I
 need something to auotmate the creation of websites in IIS on my WIN2K box
 and thought this would be it, but I can't grasp what I need to do with this
 tag.  Would anyone have code to share that sets up a basic website so I
 would have an example to go from?  Thanks.
 
 -Paul
 

Try
http://www.intrafoundation.com/freeware/IHTK_v3.19.exe
for the most recent beta.

I swear, sometime 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 with?


-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186241
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


eclipse html plugin

2004-12-05 Thread Lewis Sellers
I use Eclipse for everything Java related of course (it makes MS's 
Visual Studio for C++ seem a bit... well, like it's 15 years out of date 
or so)... but still using Homesite+ for HTML.

Anyone have suggestions on the best plugins for HTML (and CSS)? 
Something to prod and hint about 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.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186250
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: paypal API

2004-12-05 Thread Lewis Sellers
Mark A Kruger wrote:
 I'm looking for a Java class or CFC implimentation of the paypal developer
 network API. My purpose is to be able to verify whether someone has a valid
 paypal account before they are allowed to list products on a site. Does
 anyone have such an animal?

Hmm. The paypal API has, aside from a tell fortune function (for 
certifice-less connection testing) and BillUser+
(both of which are still in private beta testing) the following functions:

GetTransactionDetails, RefundTransaction, TransactionSearch and, most 
recently, MassPay.

I don't see (off hand) how either GTD or RF would help you validate a 
paypal account. TS has a lot of options... so many I'd have to look to 
make sure first but I don't think it will help either. MassPay (as the 
name might suggest) allows you to pay 1-250 registered paypal accounts 
(the same dollar amount) at one time. I'd have to look and try it out, 
but ... perhaps you could sent a small amount (preferably $0.00) and it 
may give you back and error (it should anyway) if their account is not 
valid.

I'll try it later after the 5 people you met in heaven is 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

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186260
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Browser Stats (stirring the pot)

2004-12-04 Thread Lewis Sellers
...snip...

I moved completely from ie/eudora to firebox/thunderbird for normal use 
about two months ago. Mainly inspired by the fact I was _sick_ of IE 
crashing constantly. Firefox only crashes 2 or 3 times a week or there 
abouts. (It just did an hour ago in fact... but I'd had it open for 
about three days constantly loading in so many tabbed windows of 
research materials there was hardly enough room for the icons, let alone 
the text. So it's somewhat understandable.)

Besides the practical issues of stability and tabs, etc what I like 
about it it is the feeling of a warm  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.)

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186217
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Java CFX attributeExists failure in debug mode

2004-12-01 Thread Lewis Sellers
Ok, when you're writing a Java CFX you can of course use the debugging
functions of the CFX API to call the main part of the CFX through the
command-line... etc

request.attributeExists never has seemed to want to work for me in debug 
mode though. There are workarounds for this though -- so I'd almost 
forgotten to use attributesExists anymore.

My question though is ... is this simply a long standing, forgotten bug 
... or is there a fix for this? I seem to recall some mention on this on 
htis list ages back (but of course at that time I wasn't concerned with 
the issue.)

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185881
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

2004-11-24 Thread Lewis Sellers
Keith Gaughan wrote:
 I need to build a Java CFX to do a little socket programming. Thing is,
 the protocol involved needs me to remember a session identifier.
 
 My first thought was to look to see if there was any way to read
 variables--just like using the CALLER scope with regular pure CF
 tags--but there doesn't seem to be any way of doing so. I wanted to
 do this so as I could store the session id in the REQUEST scope.
 
 So my question is, is there any way to persist data (per request:
 static variables aren't an option because this stuff isn't shared
 between all instances of the tag. Same with getSetting()) for the
 duration of a request so that a CFX can refer to it between invocations?
 
 K.
 

The CFX API is rather limited as to what it can pass back and forth. 
You can _set_ variables from within 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:
CFX_mytag SessionID=blah123456789

and from the CFX

Request.SetVariable(SessionID,newblah123);

?

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185330
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Lewis Sellers
how to create zip files on the fly with CF and without use
CreateObject statement? CFX_Zip could be an option but your price is
proibitive... what you suggest?
 
 Or, seeing as Dan is after giving me a kick and reminding me that there
 are alternatives, you might want to take a look at CFX_JZip:
 
  http://www.cftagstore.com/tags/cfxjzip.cfm
 
 K.

I have a vauge recollection that one of the java cfx examples included 
with CFMX might have been a showing how to use java's built in funtion 
to zip a file.  Well. Looked. It only 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.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185331
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185367
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185249
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
Phillip Beazley wrote:

At 03:22 PM 11/21/2004, you wrote:

  

I'm interested in any feedback on the software. Bugs. Thoughts on
improvements, etc.



How about BlueDragon support?  ;)


  

Well, that thought did already occur me me after the fact. :)
Just can't convince the stupid thing to install -- it's caiught in an 
endless loop of please select another location to extract installer 
to. I always did hate installanywhere installers though -- unfriendly 
cpu-hogs.

Urg. I guess I'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 Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184984
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 Delphi based so you could download one of the free ones and
try registering it just to be certain :)

  

I did and it seems, on passing, to work fine. Not that I'm surprised. 
The software doesn't even verify the CFX physical exists (at least not 
yet) unless it's a java tag, in which case it first copies it the proper 
cfusionmx java folder before registering.

http://store.newmediadevelopment.net/cfdevelopment.cfm

  

Some interesting tags. I didn't realize Delphi tags were still being 
made for CF. :) Then again, it's easy to miss the fact because of the 
low profile Allaire/Macromedia gave them. In other words, the CF 
administrator panel could use a Register Delphi CFX button -- even if 
it is only cosmetic and they're handled like C++ CFXs internally.

Paul




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184995
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 free. Sorry.)

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184999
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185034
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFXRegServer released

2004-11-22 Thread Lewis Sellers
Adam Haskell wrote:
 Railio (SP?) is out there and IgniteFusion is the other one I think.

Railo apparently. Downloaded them. Haven't looked them over yet though.

I did get a copy of BlueDragon JX 6.1 that would _let_ me install it 
btw. I feel honored. ;)

Slightly less work to add it to CFXRegServer than CFMX .. except for 
someone's silly decision to encode the home folder field in the 
registry with a field name including the version number. IE, BlueDragon 
Server JX 6.1.

Does that mean that every release they put out I'll have 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


 Adam H
 
 
 On Mon, 22 Nov 2004 12:14:47 -0500, Lewis Sellers 
 
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)
Intrafoundation Software
http://www.intrafoundation.com


 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185055
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: controlling IIS via CF?

2004-11-21 Thread Lewis Sellers
http://www.intrafoundation.com/freeware/IHTK_v3.19.exe

See CFX_IIS.

It's a collection of several C/C++ CFX dll's I wrote years ago that was 
previously commercial, then at end-of-life released as open-source 
freeware. Also includes CFX_Users, CFX_Groups, CFX_Shares, 
CFX_Permissions (ACL, etc), CFX_NetworkTopology, etc, etc.

I asked on the list last week for a few volunteers in fact to beta the 
v3.19 release as it addressed some long standing CFMX issues, fixed the 
distribution archive, added an installer, added the command-line 
CFXRegServer to handle CFX registration, etc.

v3.19d is the most recent update. Try it. If there is _anything_ that 
needs to be tweaked or fixed though, now is the time to holler. This 
week. If you wait til v3.20 is out it may be months before I get around 
to it again.

--min

You can use ADSI to create this.  However, from what I have seen so far,
CF doesn't support ADSI directly.  You have a couple of options then.

1. Use ASP and ADSI.  If you need CF in the mix, then use CFHTTP to call
the ASP page.
2. Create a COM object that supports the ADSI, then use the COM object
with CF.

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.

-Paul

  



-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184966
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: controlling IIS via CF?

2004-11-21 Thread Lewis Sellers
http://www.intrafoundation.com/freeware/IHTK_v3.19.exe

See CFX_IIS.

It's a collection of several C/C++ CFX dll's I wrote years ago that was
previously commercial, then at end-of-life released as open-source
freeware. Also includes CFX_Users, CFX_Groups, CFX_Shares,
CFX_Permissions (ACL, etc), CFX_NetworkTopology, etc, etc.

I asked on the list last week for a few volunteers in fact to beta the
v3.19 release as it addressed some long standing CFMX issues, fixed the
distribution archive, added an installer, added the command-line
CFXRegServer to handle CFX registration, etc.

v3.19d is the most recent update. Try it. If there is _anything_ that
needs to be tweaked or fixed though, now is the time to holler. This
week. If you wait til v3.20 is out it may be months before I get around
to it again.

--min

You can use ADSI to create this.  However, from what I have seen so far,
CF doesn't support ADSI directly.  You have a couple of options then.

1. Use ASP and ADSI.  If you need CF in the mix, then use CFHTTP to call
the ASP page.
2. Create a COM object that supports the ADSI, then use the COM object
with CF.

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.

-Paul

  



-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184968
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFXRegServer released

2004-11-21 Thread Lewis Sellers
Fresh new freeware available.

http://www.intrafoundation.com/freeware/CFXRegServer.exe

CFXRegServer is a command-line utility that registers/unregisters
ColdFusion Extensions (CFX's). It works with both Java and C++ CFX's.
(And Delphi I assume.) For CF 3.x up to MX 6.1.

The purpose of this software is to allow one to write batch files that
can automatically un/register the tags (or register them upon install
using programs such as InstallShield, etc.)

For pre-CFMX it modifies the windows registry. For CFMX it modifies the
neo-runtime.xml file.

A few command-line examples:
CFXRegServer mycfx.dll
CFXRegServer /u mycfx.dll
CFXRegServer mycfx.jar

Also, it has a /cp switch that checks if jvm.config has the proper CFX
classpaths and adds them if not.


This is _brand_ new code. In C. (Written mainly last night.) So some
care should be taken initally. Cavet 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 the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184967
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX / IIS Crash

2004-11-18 Thread Lewis Sellers
Lawrence Ng wrote:

I wonder if the same would happen if one were to use Apache (if it's
IIS crashing or root of it in the first place)
  

I'm using both at the moment (because it was driving me crazy trying to 
get CFMX 6.1 to even load an admin page without hanging up the machine a 
while back). Had it running CFMX for two or three weeks now and Apache 
works smooth and fine. So far.

There were a lot of problems over the last year or so which I was 
blaming on CFMX (cursing it for being unusable since jumping to Java) 
but since I had the inspiration to try a different 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 
Apache. Hrm.

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184769
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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,
but each time we try to load up the test page we get an error of
Unable to Load Library.
  

Well, off hand it smells like a C++? CFX tag that's trying to load 
another external .dll for some purpose. As to what DLL it's trying to 
load ... one would guess something with a MFC in front of it's name 
(i.e., MFC*.dll). Or perhaps whatever DLL's they use for doing 
networking. (Microsoft's networking API confused and frustrated me so I 
just ended up writting my own. Have ever used MS's so I'm very 
unfamiliar with it. Sorry.)

Sec. (grabbed it.)

Not much documentation on it. Or source to look at.

Anyway, that does indicate a DLL it's assume is on the machine isn't 
there, or at least, in somewhere where it's not expecting it.

You just need to get the domain name of an ip?

Um. I don't have time at the moment to explain how to do do it (I'm a 
bit time stressed at the moment) but you can use my udpclient or 
tcpclient com to chat with dns servers to do such.

Perhaps I could be nice one weekend and just throw together a new CFX  
(with source) to replace that tag if I have the time. /-)

I've tried all versions of letter case - cfx_resolvedns,
CFX_ResolveDNS etc. - no help.  To see if it's a permissions issue, I
temporarily gave the CustomTags folder and the specific dll Everyone /
Full Control privs - no help (also, there is another cfx tag in that
folder that is working fine and I've matched the security permissions
between the two DLLs to no avail).

Not sure if this stack trace info is any help, but here it is:
Stack Trace (click to expand)  
at 
cfCFX_ResolveDNS2ecfm142035402.runPage(D:\UserHome\varady\CFX_ResolveDNS.cfm:32)

coldfusion.tagext.DerivedNativeCFXException: Unable to load library
   at coldfusion.tagext.NativeCfx.processRequest(Native Method)
   at coldfusion.tagext.CfxTag.doStartTag(CfxTag.java:110)
   at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1876)
   at 
 cfCFX_ResolveDNS2ecfm142035402.runPage(D:\UserHome\varady\CFX_ResolveDNS.cfm:32)


12:44:40.040 - coldfusion.tagext.DerivedNativeCFXException - in
D:\UserHome\varady\CFX_ResolveDNS.cfm : line 32
   Unable to load library

Any ideas?

Thanks!
Steve



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184784
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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, plus some neat new stuff. Some 
free, some commercial.

It will still be wacky/scary, etc, I'm afraid, but a little less so at 
least.  (Sorry, I just couldn't restrain myself enough to get rid of the 
Oroborous logo/tattoo -- It's now the official logo.)

I put together a nice server manager with his hosting toolkit a long time
ago. I wonder if any of that stuff works with IIS/win2003 these days.

  

Yes. At least the copy on my machine does. I just rebuilt and repacked 
it two or three(?) weeks ago. Simply haven't had the chance to finish 
the redesign of the website so that it's all downloadable.

BTW...  the tag works like a charm.  Hopefully the server will appreciate
the atomic warfare that I've unleashed upon it.

  

Yes... It's true, since I was a wee lad I've always wanted my remains to 
be laid to rest on a little wooden platform draped above a live 
thermonuclear device ... A modern-day viking-style pyre... just without 
the business of the long boats.

I know.

I have a problem.

Shrug. ;)

-e

-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 17, 2004 11:55 AM
To: CF-Talk
Subject: RE: Image color info?

I think http://www.intrafoundation.com/CFX_ImageInfoMX.asp will do what you
ask.

--
Jay 
  

--min
Intrafoundation Software
http://ww.intrafoundation.com


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184687
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

Thanks,

--min
Intrafoundation Software
http://ww.intrafoundation.com




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184688
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

Thanks,

--min
Intrafoundation Software
http://www.intrafoundation.com




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184689
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 cfexecute (which doesn't work
well with some commands, I've found), and I'm now looking at
CFX_ConsoleCommand and CFX_Execute (both at
http://www.intrafoundation.com/coldfusion.html).

Two questions: How do these tags differ, and what do I do with the
downloads? It looks like they're in C++ source code, which I don't
know how to configure and compile, etc. Is this really what I'm
expected to do? Can anyone compile these for me and send me the dll,
or is that not even possible? Any tips?

Thanks,
Jamie

I wrote both of the said tags. What happened is I ended up creating a 
series of about half a dozen similar tags a few years back -- one after 
another. Each one a new, improved and *cough* better version that the one 
before. CFX_Execute was the last one created in that series, and not 
surprisingly, I consider all the ones that came before it as deprecated.

I believe I created an updated version of CFX_EXECUTE tag just a month or 
two ago per someone's request one weekend. Spent a few hours debugging a 
few outstanding issues with it. I don't recall whether I uploaded it before 
the server the site is on went all unstable or not though. Hmm.

CFX_Execute was created, FYI, to replace CFEXECUTE (or add the feature to 
earlier versions of CF that didn't have it in the first place.)

As Kev said, the DLL's *should* be in the zip itself already (though they 
may be down in a folder called Release. Don't recall exactly.) If they're 
not there, email me, and I'll send you a copy asap. :)

And yes, I know -- the reply is a little late. Just now getting to the 
backlog of email.

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 working.

If anyone has any recent copies of either CFX_ImageInfo or
CFX_ImageInfoMX, or knows where I could source them, I'd greatly
appreciate it if they could contact me at this email address
([EMAIL PROTECTED]). If you have the files, please just
attach them if that's convenient for you.

I've already checked the tag library / developer exchange at
macromedia.com, and unfortunately they only have an out of date copy of
the superceded, non-MX version.

Thanks!

Sorry. A few weeks back, as I understand it, a group of hackers tried 
setting up a warez site on the server and it hasn't worked very well since 
then. To be honest, maintaining that site is usually such an annoyance to 
me these days I was considering simply deleting the entire thing and being 
done with it. Actually I'm probably going to do exactly that next week if I 
get around to it.

There's not much I can do about the problem on this end as I don't have 
remote access to the machine.

But as for your question, you could just try:
http://www.intrafoundation.com/downloads/CFX_ImageInfoMX.zip

All the downloads are in that folder. The script simply updates the 
download count in the database, then redirects to it.

Sorry about the inconvenience.

(As a side note, as it understand it, the server is running Windows 2003 
IIS6. The site itself uses a small little access database for tracking 
downloads, etc. Apparently it's in some form of read only mode at the 
moment which is the problem. I'd fix it if I could. Really. :) )

--min.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 are a couple ways to do it, the simplest being to 
doing a color scan up one side of the image returning the top/bottom y 
lines where an image is first detected (scanline wise) and a depth across 
the x axis toward the image. Basically then you have four variables that 
you can plug into a trig equation to solve for a right triangle and give 
you back an angle. Then you just straight call a basic rotation function 
(or better yet, call a rotation then a call a clipping function to remove 
the excess border space. Or call a much more complex transform function 
that essentially does this in inverse order but at the same time.)

Like I said, a little hard to do from CF though.

(I know these things because I've been working for a while as a hobby on a 
complete commercial graphics software package.)

Well... on rereading that wasn't very clear. I could go into more technical 
detail on how actually to do it though if you want.

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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.

Pardon. deskwing? (googles it.)

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 ((SIN(Pi()/180*#Attributes.OriginLatitude#) * 
SIN(Pi()/180*Latitude)) + (COS(Pi()/180*#Attributes.OriginLatitude#) * 
COS(Pi()/180*Latitude) * COS(Pi()/180*ABS(#Attributes.OriginLongitude# - 
Longitude) * 69.11) = #Attributes.Radius#
ORDER BY Distance

Hrmmm. THAT probably explains why MapQuest _insists_ that I live at a Fish 
Hatchery. :)

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 the tag. Far as I recall it's the 
only function that's exposed from a CFX DLL in fact. In any event, if the 
DLL doesn't have one, then the CF server will be somewhat at a lose as to 
what to do with the tag ... to say the least.

Tell you what ... There are several tools you can download that will list 
the functions a DLL exports for you. pexports is the name of the one I 
sometimes use.

Below is what CFX_Execute brings up, for reference. (I know it's a proper 
CF CFX because I wrote the DLL myself.)

Give it a try if you're curious. Considering CFX_Cybercash is a fairly 
well-known tag that's been around a while, my best guess to your issue is 
A) it's a bad build or B) it's a corrupt DLL.

BTW. While ProcessTagRequest *IS* the default function to call, CF does 
allow you to enter in the name of any function that is exported (there's a 
form field at the bottom in the CF admin when you register the DLL). If you 
find CFX_CyberCash has a different function name exported, try plugging 
that into the CF admin. (I don't know why they'd use a nonstandard name, 
but they might have.)

--min

; .text: RVA: 1000, File offset: 1000
;.rdata: RVA: 00011000, File offset: 00011000
; Reading exports from section: .rdata
; Export table: EXECUTE.dll
; Ordinal base: 1
; Ordinal table RVA: 00014c20
; Name table RVA: 00014c1c
; Export address table RVA: 00014c18
LIBRARY EXECUTE.dll
EXPORTS
ProcessTagRequest@1 ; .text ; RVA 10b0
; .data: RVA: 00015000, File offset: 00015000
; .rsrc: RVA: 0001c000, File offset: 00019000
;.reloc: RVA: 0001f000, File offset: 0001c000
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 say I
have a server farm, and in my error handling emails I receive, I want to
know THE WINDOWS MACHINE NAME. Nothing to so with IIS or the web. That
way I will know the specific box that generated the error.

See http://www.intrafoundation.com/coldfusion.html. The CFX called SystemInfo.

(That route requires the C++ CFX to be register on the box first though of 
course.)

--min

Dan

--
[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
CFX_execute to call the command. How can I execute the command in qeustion
in CFMX?

My CFX_Execute? (The C++ CFX from intrafoundation.com?)

It's not working for you under CFMX?

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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/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 Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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/ihtk.asphttp://www.intrafoundation.com/i 
 htk.asp
 
 For some reason, the site is not responding right now.

With the same result.Does anyone know if min is OK? No response to emails 
either.

Sorry about that. (I do remember your email, among a couple others I 
haven't gotten to yet in the last month or so.)

Basically, I'd been frustrated by the lack of contract work of late and had 
essentially decided I might as well just quit the field entirely and delete 
intrafoundation.com, etc after the Thanksgiving holidays.

Now that someone mentioned it, it probably would be a good idea for me to 
upload the last revisions of everything to the developers exchange though. 
I'll see about doing that sometime this week. (Assuming it lets me -- it 
never has liked me much in any of it's incarnations. :)

--min

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 was about to unsubscribe when I saw this, but anyway I could 
probably put together a pure, open source Java CFX that handles jpeg, png, 
gif, etc etc in week or so. Doing bicubic interpolation, etc. Perhaps with 
an option to emit raw image data for on-the-fly display. (If the community 
wants to get together and subsidize it -- don't have the time otherwise at 
the moment. Just a passing thought.)

later,
--min

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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/Solaris as well, maybe not. Haven't try 
it. But FYI.)

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 directory!!!?

:)

--min

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 wrote that 
was called CFX_ImageInfo.

It's at
http://www.intrafoundation.com/CFX_ImageInfoMX.asp
if anyone feels like playing around with it.

Slow as Christmas, but it's only the third actual Java app I think I've 
ever written (not including the requisite Hello World) so... suffer. ;)

(And as always, yes, the full Java source code is included.)

Have fun,
--min


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Using cfhttp to access FTP via IE

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 
something along the lines of simple and that came out. Happens. ;)

--min


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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've been learning Java the last three weeks with a nod 
to taking the certifications in mind. If it doesn't look like it would take 
too long I might just do it for the practice.

-cccfug.org

--min


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Using cfhttp to access FTP via IE

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 has simply added a helpful 
feature to IE that lets you browse FTP servers through an artificial 
read-only HTML-like interface. (I haven't tried it in ages but it might do 
GOPHER:// as well.)

--min


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




IHTK 3.17 THE CFMX UPDATE

2003-07-17 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 with Redsky over the 
weekend. (Not of course that I can say anything concerning it and the beta 
beyond It works! or Crap, it still doesn't work!)

I mention this for the reason that those of you using IHTK know that to 
properly test it you need _a lot_ of workstations and servers in various 
configurations. It's been two years since the last update of IHTK. If it 
still doesn't work for you you _might_ want to speak up know or forever 
hold your peace. :)

(I'm not normally subscribed to this list, so... you know.)

--min

~|
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/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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, ok. Since you're new -- http://www.intrafoundation.com/ihtk.asp. It's a 
set of CFX tags for intranets and hosting companies to manage NT 
users,  groups, IIS settings, drive/share ACL permissions, etc, etc.

--min

~|
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/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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.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/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 had any problems like this under CF5, FYI. It's a CFMX thing.

This is the restart bat I've tried to use. Not much effect though.

net stop ColdFusion MX Application Server
net stop ColdFusion MX ODBC Agent
net stop ColdFusion MX ODBC Server
net stop iisadmin /y
net stop w3svc

net start iisadmin /y
net start w3svc
net start ColdFusion MX Application Server
net start ColdFusion MX ODBC Agent
net start ColdFusion MX ODBC Server

--min
~|
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/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 client wants to create a web-based telnet session to a back
end application on a HP L3000 Unix server so that every computer in the
organization doesn't have to have the customized telnet client installed and
maintained/upgraded on them.

Is this even possible?  If not, any other suggestions on how such a system
may be created?  Anybody know of any tools/custom tags/CFX/applications or
something else that may do this already?

As two people mentioned, it's fairly trival if you know the protocol
the server in question is using a C++ COM object I wrote a few years
back now.

http://www.intrafoundation.com/tcpclient.html.

Never got around to releasing the SSL-enabled version 3 of the
software, so, FYI, if the communications stream is encrypted you'd
propbably want to try using some of the pesky little native Java
functions instead (or, I guess, $bribe$ me to finish v3 and make a cfm
script for you while I'm at it. ;-)

Btw, technically a telnet' connection is a very different thing then
most people think. You can talk to a SMTP mail server or FTP server
with the tag using simple ASCII commands with COM (and some early
versions of UNREAL before they switched over to using UDP for their
game server like the rest of the sane world)... but this isn't a
telnet connection.

When I say telnet I mean an actually honest-to-goodness VT100-like
ANSI-aware session. If you're wanting to do that now... well, that's a
wee bit more of a hassle because of the binary control codes, etc.
Just FYI.

Hopefully, for your sanity, they don't really mean a telnet
connection in that manner, but they mispoke about a simple ASCII
command protocol like email, usegroups, ftp, http, etc use.

--min

Thanks

Ian Skinner
Web Developer
BloodSource
Sacramento CA

Hm. I know you. Everytime someone downloads tcpclient, udpclient or
ihtk the intrafoundation.com the site sends me an email. Saw the
BloodSource domain go by yesterday.  BloodSource is a name that you
tend to remember. :)

--min


~|
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/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




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 and I haven't 
heard anything from his email. Does anyone know how to download the unencrypted 
version of these programs?

Not exactly what you were looking for I think, but, just FYI, I did
wander across the protocol spec for ICQ once upon a time (put together
by some Linux folk making open-source versions of ICQ for Linux) and,
as far as I know, it is theoretically possible to take my two COM
objects udpclient and tcpclient and chat directly with ICQ.

That is, you could make a cf page that essentially acted as a real ICQ
client (directly send a recieve messages through the ICQ network.)

Not saying it would something you could put together over the weekend
:) but... it's an option. I think.

--min


~|
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/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



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 subscribed to
the digest, this way I can post without getting hundreds of emails

Massimo

Just a note for anyone using that option (as I have for ages as well),
that you have to reply via email back to [EMAIL PROTECTED]
Standard usenet posts aren't propagated back from the NNTP version.

--min

~|
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/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



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 checked), but the imagesize tag tells me the
image is 112 x 112.

If I take the same image into Fireworks and re-export, again as a jpeg
with same 200 x 200 dimensions, this time the imagesize tag reports
the correct dimensions.

Is there a known issue with either CF and/or something to do with
exporting jpegs -- eg, corrupt image info in the binary jpeg file?


I've written jpeg encoders/decoders from scratch in c++ before, so I
can tell you different graphics applications will save jpeg's in many
different, but still perfectly legal ways.

I don't think I'm familiar with the imagesize tag you're talking
about, but it feels like it's simply trying to assuming that the width
+ height values are always in the same fixed place in every jpeg file.
They are in the same place in quite a few simply because of the quirk
that a lot of apps are based on the same original open-source IJG JPEG
code.

But many also aren't. The 112 values most likely have nothing to do
with the size ... it's just what the tag sees when it looks where it
blindly thinks the data should be.

--min

~|
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/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



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.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/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



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 having is speed and server load. I have tried using the
following methods, and am wondering if anybody has any suggestions
(apart from using SQL's DTS) Platform info: CF 5 on Win2k, IIS 5 writing
to MSSQL 2000

Years ago I wrote a simple CFX to parse large server logs.
CFX_ReadLine (or something like that). See
http://www.intrafoundation.com/freeware.html.

Basically you pass it a position into a file (starting with 0) then it
returns everything up to the next newline as a string and the position
of the next line after that. Just do this in a for-next loop to get
all the lines in a file.

It's not the fastest thing in the world, but it only reads into memory
one line at a time -- not the entire file. I believe it should read
through files up to at 2GB or more.

You could probably do the same thing in java without much trouble if
you prefer that.

--min


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



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 the computer
or I reboot it.

Any ideas what's up?

CFMX SP1. W2K SP3.


Pardon me while I reboot now before my hard drive catches fire. :)

--min

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



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 the computer
or I reboot it.

The CF server becomes unavailable and the event log catches errors
from sequelink, so I'm asuming it's a database driver crash.

Any ideas what's up? Or, more importantly, if there are any patches to
fix?

CFMX SP1. W2K SP3.


Pardon me while I reboot now before my hard drive catches fire. :)

--min

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



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 added
to the newsgroup... not actually submitted to the CF-Talk list.

I am subscribed to CF-Talk under the address [EMAIL PROTECTED]   I am
using Outlook Express as my news reader.  I have the same email account set
up in OE and it works both send/receive. I am using the same email address
in the from and reply-to settings for my newsgroup account setup.

At one point a year or so ago I had this working no problem... so long as I
was subscribed to CF-Talk, it all worked, but now all that remains is
frustration.

Any ideas as to what I'm doing wrong?  Any help would be appreciated.


Yes, it used to work before Michael made some changes... right about
the time the ads started to appear at the bottom. (That's actually an
easy way to tell if you posted directly to the newsgroup mirror -- no
ads appear at the bottom.)

At any rate, posts to the newgroup aren't propagated to the cf-talk
list anymore. All you need to do is to reply via email (as it's
called in Agent) and cf-talk will pick it up, and it'll be propagated
back out to the newsgroup... eventually.

Nothing special about the set-up... you just have to remember to reply
by email and not to the NNTP server.

--min
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



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 windows error messages.

--min

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



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
many folks will never see such posts.

Not to go against the list master, but in some cases such as this
post, I don't mind if they post here to the wider group AS LONG as
they mention that all follow-ups should go to the cf-community. In
otherwords, a simple announcement, not the starting of a new thread.


(BTW,  I'm basically a Gnostic (not an agnostic) ... the same folks
the new Christian church all called heretics and crucified in 300AD.
Does that count? :) I suppose not. Christian's have a tendancy to look
at me strange and try to cast out demons if we talk too long)

--min

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



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.

True enough. I suppose what I meant is that if it was done these days
it'd probably be something only a machine could read... byte codes or
the like. Something non-obvious, bloated... and well, Microsoft-ish.
:)

You mean you use an email client? Ewww

I'm spoiled, I know it.

I still do that on occasion. But I leave out the colon after DATA :)

Oops. I apparently don't do it as often as you do. :)

Jochem

--min

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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.

This is left over the the old days when folks didn't really use email
clients as we know them but simply logged directly into a SMTP server
and sent raw commands to handle their email.

Basically:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO: [EMAIL PROTECTED]
DATA:
Let's have lunch.

.


Sometimes server/client software (especially if it's been upgraded to
handle some of the new RFC standards) doesn't quite handle this
properly in all cases.

--min


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 open source projects, and of course to the
Mono project, which is working on an open source implementation of .NET.

I suppose you're normally just so anti everything it's just a
natural to assumption that you're sleeping in the Linux/Java camp. ;-)


As far as the COM issue goes however, all tech dies, some more slowly
than others. Whether or not it's parents disown it or say it's dead
isn't all that relevant really -- all that matters is whether or not
you can still find it useful to do what you need to get done.

Java's dead now too BTW. I guess MM didn't get Bill's note. ;-)

--min

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   3   >