Banner Ads Solution

2000-08-03 Thread Jake Hileman

I'm going to be opening a site very soon that will be selling banner
advertising.  I've been looking around and am looking for something fairly
simple that will let my clients log in and see the status of their banners,
etc.. the features everyone needs! :-)

I've looked at dreambanner, and fuseads.. I'm not sure which is better.. one
is cheaper obviously, dreambanner looks a little easier to use, but fuseads
looks more full-featured...

what do you guys think?  what have you had experience with?  which was
easier to setup?

thanks and let me know,

jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Upgrading Databases Question

2000-08-04 Thread Jake Hileman

[11:44]  say, if i have an access db
[11:44]  and i import my db in a sql server 7...
[11:44]  and change my driver in my odbc setup to point my dsn to
the sql server db...
[11:45]  theoretically.. do i have to change any of my code or do
CF's drivers take care of it.. like a  works no matter what type
of db your working with because it goes through the drivers in ODBC setup?

It's hard to explain what I'm trying to ask... :-)  I'm wondering if I
switch databases, do I have to change any of my code if the db takes my
tables etc.. in exactly as they were in access?

See in ASP when I used to code ASP, depending on the way you coded you more
then likely had to change most if not all your code to reflect the new
database you were working on.  You could either use straight SQL, or
RECORDSETS, etc.. And I'm wondering if that's the same about CF.. I was told
that you didn't have to change code which is probably the one reason I
switched.  :-)

Thanks and let a brotha know,

jake hileman - 17 year old hoster man, guy, thing.
www.divineweb.com - ceo.  we will be supporting cf ver soon.




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Upgrading Databases Question

2000-08-04 Thread Jake Hileman

hhaha, what are ANSI standard SQL commands like?  I thought INSERT, etc..
were all "standard" :-)

Jake
- Original Message -
From: "Kevin Marshall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 04, 2000 1:31 PM
Subject: Re: Upgrading Databases Question


> Brotha',
>
> The answer is, of course, It Depends.
>
> If you used ANSI standard SQL commands in your CFQueries, then your code
> should be portable for the most part.  If you are using _ANY_ database
> functions in your queries, then you've got to check to see if they work in
> the new db environment.  Seems to me that SQLServer and Access don't
always
> share function names for functions with similar purposes - Now( ) vs
> GetDate??( ), etc.
>
> Another issue which may be more significant is the use of AutoNumber
> datatypes for primary keys in Access.  [I don't want to pick the scab on
> this one;  you should be able to find numerous recent postings on the
> subject of Primary Keys and Access Autonumber fields, etc. etc.  I read
> many of the postings but don't recall that the Right Answer(tm) was ever
> officially announced.  You'll want to refer back to the postings - or
start
> the whole brou-ha-ha again.]  In any case, SQLServer doesn't exactly have
> an AutoNumber field, so a different mechanism will have to be identified
> for automatically creating PrimaryKeys - if that's what you really want to
do.
>
> How's that for a definitive answer? ;-)
>
> Kevin
>
> At 11:54 AM 8/4/00 -0400, you wrote:
> >[11:44]  say, if i have an access db
> >[11:44]  and i import my db in a sql server 7...
> >[11:44]  and change my driver in my odbc setup to point my dsn
to
> >the sql server db...
> >[11:45]  theoretically.. do i have to change any of my code or
do
> >CF's drivers take care of it.. like a  works no matter what
type
> >of db your working with because it goes through the drivers in ODBC
setup?
> >
> >It's hard to explain what I'm trying to ask... :-)  I'm wondering if I
> >switch databases, do I have to change any of my code if the db takes my
> >tables etc.. in exactly as they were in access?
> >
> >See in ASP when I used to code ASP, depending on the way you coded you
more
> >then likely had to change most if not all your code to reflect the new
> >database you were working on.  You could either use straight SQL, or
> >RECORDSETS, etc.. And I'm wondering if that's the same about CF.. I was
told
> >that you didn't have to change code which is probably the one reason I
> >switched.  :-)
> >
> >Thanks and let a brotha know,
> >
> >jake hileman - 17 year old hoster man, guy, thing.
> >www.divineweb.com - ceo.  we will be supporting cf ver soon.
>
> --
> Kevin Marshall
> Web Application Developer
> eCalton.com, Inc.
> Vero Beach, FL
> www.ecalton.com
> [EMAIL PROTECTED]
> 561.569.4500
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



2 Simple Questions

2000-08-04 Thread Jake Hileman

1.  I'm going to be opening a site very soon that will be selling banner
advertising.  I've been looking around and am looking for something fairly
simple that will let my clients log in and see the status of their banners,
etc.. the features everyone needs! :-)

I've looked at dreambanner, and fuseads.. I'm not sure which is better.. one
is cheaper obviously, dreambanner looks a little easier to use, but fuseads
looks more full-featured...

what do you guys think?  what have you had experience with?  which was
easier to setup?

2.  How do I password protect my database so that only I can read/write data
to it?  I'm using access 2k baby.  Also if I'm storing credit card numbers
in it as TEXT, any precautions to take?  What are my options for security
other then password.

thanks and let me know.

jigga man jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Setting up SQL Server and ColdFusion

2000-08-05 Thread Jake Hileman

I believe you just use the IP address of the SQL server when it's not local

i am retarded so i don't know for sure..

jake
- Original Message -
From: "Shane Witbeck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 05, 2000 10:29 AM
Subject: Setting up SQL Server and ColdFusion


> A bit off topic but Im sure someone here could answer my question:
>
> Goal:
> To connect SQL Server 7 databases to a ColdFusion 4.5 Web server. The SQL
> machine is on a local server on our LAN and the ColdFusion server is
> elsewhere(geographically).
>
> Question:
> What is the BEST way to have the SQL datasources available for the
> ColdFusion machine? I have noticed there is a "Server" entry for setting
up
> new datasources in CF Admin, is this where I need to establish a TCP/IP
> protocol command line to connect with a remote SQL server?
>
> What is known:
> I have implemented several local datasources(MS Access) on the CF machine,
> but never setup a remote datasource.
>
> Sincerely,
>
> Shane Witbeck
> Webmaster
> mailto:[EMAIL PROTECTED]
> www.digitalsanctum.com
>
>
>
>
> -Original Message-
> From: James Taavon [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, August 05, 2000 9:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Frames
>
>
> Thanks Art, I will give it a shot. I will let you know.
>
> James
>
> Art Broussard wrote:
> >
> > >How do I refresh the contents of one frame while performing an action
in
> > >another? I am updating a column in my database in one frame and I have
a
> > >list of data in another frame. When updating the data I want the other
> > >frame to reflect the change. Does that make sense?
> >
>
>--
> > 
> > >
> > I am doing the very same thing.
> >
> > Try this.
> >
> > 
> > 
> > 
> >
> > 
> >
> > 
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
>
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: login verification problem

2000-08-05 Thread Jake Hileman

I am doing the same, but I need a way to pass the ID of the user logged into
other pages... and if it isn't passed to display the login screen.

The whole client session, cookie, cfapplication thing puzzles and confuses
me...

any help?

jake
- Original Message -
From: "Jennifer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 31, 2000 11:19 PM
Subject: Re: login verification problem


> Try this. Query for the information WHERE (LoginName='#LoginName#' AND
> Password='#Password#') as you did below.
>
> 
> 
> 
> You are attempting to gain access into a restricted area.
> 
>
> You could also run a query for Loginname WHERE (LoginName='#LoginName#'
AND
> Password='#Password#') and run the second query in the cfif statement. I
> don't see that it would be much more secure and it would be faster.
>
> At 07:36 PM 7/31/00 -0700, you wrote:
> >Hi,
> >
> >Here's my problem, I've got a login page, in which when you login, you
are
> >presented with your specific details that you filled out etc...
> >
> >Now, the problem is, if I just put in whatever text for the login and the
> >password (obviously not stored in the database under that persons entry)
> >instead of getting an error, I get the output page but just no details.
Not
> >something I want to have happen.
> >
> >Here's what I have for code;
> >
> >I need a way to check and see if the form entry is being checked against
the
> >database entry.
> >
> >
> >
> >You are attempting to gain access into a restricted area.
> >
> >
> >
> >
> >You are attempting to gain access into a restricted area.
> >
> >
> >
> >
> >SELECT LoginName,
> >   Password,
> >   Name,
> >   Birthday,
> >   Age,
> >   PictureName,
> >   StreetAddress,
> >   City,
> >   Country,
> >   Phone,
> >   Email,
> >   WebSite,
> >   Question2,
> >   Question3,
> >   Question4,
> >   Question7,
> >   Question8,
> >   Question9,
> >   Question10,
> >   Question11,
> >   Question12,
> >   Question13,
> >   Question14,
> >   Question15,
> >   Question16,
> >   Question17,
> >   GeneralComments,
> >   EmailList,
> >   ICQ
> >FROM Grad94
> >WHERE (LoginName='#LoginName#' AND Password='#Password#')
> >
> >
> >and of course, the HTML goes below here for the output etc...and its
closed
> >off with the  tag (not put in, just to save space), so the process
> >works however it'll process anything for a login but just won't output
> >anything when the login and password is wrong.
> >
> >Mark Smeets/stranger0/ICQ #1062196
> >
> >"Mr. West, not every situation requires your patented approach of shoot
> >first, shoot later, shoot some more and then when everybody's dead try to
> >ask a question or two" - Wild Wild West
> >
> >Other Press Webslinger *New and Improved*
> >http://otherpress.douglas.bc.ca/
> >
> >Official Splitting Adam Homepage
> >http://www.splittingadam.com/
> >
> >Over the Wall Productions and Web Designs
> >http://www.solarcourt.com/
> >
> >
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
>
>---
---
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Banner Advertising and Login

2000-08-06 Thread Jake Hileman

1.  I'm going to be opening a site very soon that will be selling banner
advertising.  I've been looking around and am looking for something fairly
simple that will let my clients log in and see the status of their banners,
etc.. the features everyone needs! :-)

I've looked at dreambanner, and fuseads.. I'm not sure which is better.. one
is cheaper obviously, dreambanner looks a little easier to use, but fuseads
looks more full-featured...

what do you guys think?  what have you had experience with?  which was
easier to setup?

2.  How do I password protect my database so that only I can read/write data
to it?  I'm using access 2k baby.  Also if I'm storing credit card numbers
in it as TEXT, any precautions to take?  What are my options for security
other then password.

thanks and let me know.

jigga man jake


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: I need a host. Intermedia testimonials

2000-08-08 Thread Jake Hileman

I know Shiloh, we both started our hosting business at the same time,
obviously he got much larger then we did at a much quicker pace.  He's a
great guy and has always helped me when I needed it, but you guys are
correct, over the last year his service has deteriorated greatly.   Such a
sad thing to see.

:-(

jake
- Original Message -
From: "Bud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 6:10 AM
Subject: Re: I need a host. Intermedia testimonials


> On 8/7/00, Eric Dawson penned:
> >I need a host. and I gather from cftalk that Intermedia is the winner. I
am
> >interested in hearing testimonials or other alternatives.
>
> To be perfectly honest, when I signed on with them a year ago they
> were wonderful. Their tech support and their console are still among
> the best in the business, although to try and use it over the last 6
> months is enough to make you lose your hair. It occasionally takes me
> an hour just to set up an e-mail account. Click, go make a ham
> sandwich, come back, still spinning. Click again, go off on another
> project...
>
> Their servers are far too overloaded with CF sites. Where html pages
> will server right up sometimes, CF templates take anywhere from 30
> seconds to load up until just timing out. The performance, in my
> opinion, since around the first of the year has been abysmal at best.
> Although I never host new sites with them any more, I do work for a
> company it does. It's quite an embarassment when I have to walk a
> client through the administration of a site i build only to have them
> ask me "Why won't the pages load". I've gone so far as to finally
> tell the company that I won't build any more CF sites for them to be
> hosted there. I can't in good conscience lie to the customer and tell
> them that it's their connection, or I don't know what the problem is.
> I do know. Too many CF sites coupled with unlimited bandwidth and
> datasources.
>
> And although their 5.00 per month domains at unlimited bandwidth is a
> good deal, you don't get your own domain setip. All the 5.00 domains
> run off a main domain then are redirected to the site directory with
> an asp or CF script. Tough to do search engines. Cleints want to know
> why they have an additional directory tacked onto the end of their
> URL. After awhile, when you do a search for a site, your site will
> come up in the search engines... UNDER ONE OF THE OTHER DOMAINS ON
> THE SERVER! :)
>
> Just my experience. I still hear people saying they have good
> experiences with them. I went from having over 20 sites with them
> down to my current 2, and they'll be off of there soon.
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Jake Hileman

That will still let you set the cookie?

Also, I'm using cookies for authentication.. once they are authenticated, it
sets the cookie and the other pages check for the cookie, if it's not there,
it sends them back.  Is this a safe way to do things?  The whole session,
application.cfm thing confuses me... and I don't like the idea of it being
stored in ram.

Let me know,

Jkae
- Original Message -
From: "Terry Bader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 5:29 PM
Subject: RE: Setting a Cookie and Redirecting the Browser


> you can also use:
> location="http://URL";
>
> this help?
>
>
> Terry Bader
> Web Developer
> EDO Corp - Combat Systems
> (757) 424-1004 ext 361
> [EMAIL PROTECTED]   [EMAIL PROTECTED]
> icq: 5202487   aim: lv2bounce
> http://www.cs.odu.edu/~bader
>
>
>
>
>
> > -Original Message-
> > From: Brandon Behrens [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 08, 2000 4:34 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Setting a Cookie and Redirecting the Browser
> >
> > Been there, done that.  I wound up using a meta tag to refresh the page
> > with
> > a time of 0.  That was the only way I could get it to work.
> >
> > Brandon
> >
> > Brandon Behrens
> > The Internet Design Firm
> > 512.451.5225
> > [EMAIL PROTECTED]
> > http://www.theidf.com
> >
> > -Original Message-
> > From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 08, 2000 3:18 PM
> > To: [EMAIL PROTECTED]
> > Subject: Setting a Cookie and Redirecting the Browser
> >
> > Has anyone come up with a plausible way of setting a cookie and
> > redirecting
> > the browser from within a ColdFusion 4.01 template using HTTP headers
(as
> > opposed to META tag redirects)?
> >
> > Specifically, we're trying to redirect an image call from the browser.
The
> > image fails to load when it comes upon a HTTP "Refresh" header, and the
> > "Location" header seems to negate the setting of the cookie.
> >
> > Benjamin S. Rogers
> > Web Developer, c4.net
> > voice: (508) 240-0051
> > fax: (508) 240-0057
> >
>
> --
> > --
> > --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
>
> --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Jake Hileman

Good idea mate, very good idea actually.  I like that styleee.

hehe

jake
- Original Message -
From: "Terry Bader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 6:04 PM
Subject: RE: Setting a Cookie and Redirecting the Browser


> this works for us:
>
> 
> 
>
>
>
> -
> 
> location="<A  HREF="http://URL">http://URL</A>";
>
>
>
> alot of in between missing but we have this concept..
>
>
> Terry Bader
> Web Developer
> EDO Corp - Combat Systems
> (757) 424-1004 ext 361
> [EMAIL PROTECTED]   [EMAIL PROTECTED]
> icq: 5202487   aim: lv2bounce
> http://www.cs.odu.edu/~bader
>
>
>
>
>
> > -Original Message-
> > From: Jake Hileman [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 08, 2000 5:33 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Setting a Cookie and Redirecting the Browser
> >
> > That will still let you set the cookie?
> >
> > Also, I'm using cookies for authentication.. once they are
authenticated,
> > it
> > sets the cookie and the other pages check for the cookie, if it's not
> > there,
> > it sends them back.  Is this a safe way to do things?  The whole
session,
> > application.cfm thing confuses me... and I don't like the idea of it
being
> > stored in ram.
> >
> > Let me know,
> >
> > Jkae
> > - Original Message -
> > From: "Terry Bader" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 08, 2000 5:29 PM
> > Subject: RE: Setting a Cookie and Redirecting the Browser
> >
> >
> > > you can also use:
> > > location="<A  HREF="http://URL">http://URL</A>";
> > >
> > > this help?
> > >
> > >
> > > Terry Bader
> > > Web Developer
> > > EDO Corp - Combat Systems
> > > (757) 424-1004 ext 361
> > > [EMAIL PROTECTED]   [EMAIL PROTECTED]
> > > icq: 5202487   aim: lv2bounce
> > > http://www.cs.odu.edu/~bader
> > >
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Brandon Behrens [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, August 08, 2000 4:34 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: Setting a Cookie and Redirecting the Browser
> > > >
> > > > Been there, done that.  I wound up using a meta tag to refresh the
> > page
> > > > with
> > > > a time of 0.  That was the only way I could get it to work.
> > > >
> > > > Brandon
> > > >
> > > > Brandon Behrens
> > > > The Internet Design Firm
> > > > 512.451.5225
> > > > [EMAIL PROTECTED]
> > > > http://www.theidf.com
> > > >
> > > > -Original Message-
> > > > From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, August 08, 2000 3:18 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Setting a Cookie and Redirecting the Browser
> > > >
> > > > Has anyone come up with a plausible way of setting a cookie and
> > > > redirecting
> > > > the browser from within a ColdFusion 4.01 template using HTTP
headers
> > (as
> > > > opposed to META tag redirects)?
> > > >
> > > > Specifically, we're trying to redirect an image call from the
browser.
> > The
> > > > image fails to load when it comes upon a HTTP "Refresh" header, and
> > the
> > > > "Location" header seems to negate the setting of the cookie.
> > > >
> > > > Benjamin S. Rogers
> > > > Web Developer, c4.net
> > > > voice: (508) 240-0051
> > > > fax: (508) 240-0057
> > > >
> > >
> > >
>
> --
> > > > --
> > > > --
> > > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > > To Unsubscribe visit
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > or
> > > > send a message to [EMAIL PROTECTED] with
'unsubscribe'
> > in
> > > > the body.
> > > >
> > >
> > >
>
> -

Copying a Directory and it's files

2000-08-14 Thread Jake Hileman



I'm trying to copy a directory and it's contents to another directory... any
ideas on how I can achieve this?

I've tried many things with cffile and cfexecute... any help?

jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Copying a Directory and it's files

2000-08-15 Thread Jake Hileman



 I'm trying to copy a directory and it's contents to another directory...
any
 ideas on how I can achieve this?

 I've tried many things with cffile and cfexecute... any help?

 jake


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Copying a Directory and it's files

2000-08-15 Thread Jake Hileman

Ahhh, true, pass to batch file!  Good idea!

I'll be copying the same thing over and over so just create a batch file to
do it.

Hmm, Does anyone know a way to pass variables to a batch file?  Any code
snippets?

jake
- Original Message -
From: "Robert Everland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 15, 2000 4:52 PM
Subject: RE: Copying a Directory and it's files


> Why not get a list of files with cfdirectory then loop over your cffile
> action. I am sure there is a way to do it with cfexecute if you can pass
> variables to a batch file but I have no experience doing that.
>
> Robert Everland III
> Web Developer
> Dixon Ticonderoga
>
>
> -Original Message-
> From: Jake Hileman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 15, 2000 4:22 PM
> To: [EMAIL PROTECTED]
> Subject: Copying a Directory and it's files
>
>
>  SOURCE="d:\apps\cgi-bin\*.*"
> DESTINATION="d:\www\#domain#\cgi-bin\">
>
>  I'm trying to copy a directory and it's contents to another directory...
> any
>  ideas on how I can achieve this?
>
>  I've tried many things with cffile and cfexecute... any help?
>
>  jake
>
>
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Copying a Directory and it's files

2000-08-15 Thread Jake Hileman

Yeah that' what I'd figure I'd have to do but there are many many
subdirectories also.

Oh well.

Jake
- Original Message -
From: "Justin Kidman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 15, 2000 7:22 PM
Subject: RE: Copying a Directory and it's files


> Use CFDIRECTORY to list the files in a query then loop through the query
and
> use CFFILE to copy the individual files.
>
> Justin Kidman
>
> -Original Message-
> From: Jake Hileman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 15, 2000 4:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Copying a Directory and it's files
>
>
> Ahhh, true, pass to batch file!  Good idea!
>
> I'll be copying the same thing over and over so just create a batch file
to
> do it.
>
> Hmm, Does anyone know a way to pass variables to a batch file?  Any code
> snippets?
>
> jake
> - Original Message -
> From: "Robert Everland" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 15, 2000 4:52 PM
> Subject: RE: Copying a Directory and it's files
>
>
> > Why not get a list of files with cfdirectory then loop over your cffile
> > action. I am sure there is a way to do it with cfexecute if you can pass
> > variables to a batch file but I have no experience doing that.
> >
> > Robert Everland III
> > Web Developer
> > Dixon Ticonderoga
> >
> >
> > -Original Message-
> > From: Jake Hileman [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 15, 2000 4:22 PM
> > To: [EMAIL PROTECTED]
> > Subject: Copying a Directory and it's files
> >
> >
> >  > SOURCE="d:\apps\cgi-bin\*.*"
> > DESTINATION="d:\www\#domain#\cgi-bin\">
> >
> >  I'm trying to copy a directory and it's contents to another
directory...
> > any
> >  ideas on how I can achieve this?
> >
> >  I've tried many things with cffile and cfexecute... any help?
> >
> >  jake
> >
> >
>
> --
> --
> > --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
>
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Win2K and CF 4.5.1

2000-08-15 Thread Jake Hileman

No problemos, no leaks, nothing.  Great.

jake
- Original Message -
From: "Adam Breaux" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 15, 2000 8:56 PM
Subject: Win2K and CF 4.5.1


> Has anyone had any problems running CF 4.5.1 on Win2K Adv Server? Looking
> for input on this, bot good and bad.
>
> Allaire says CF is not Win2K compliant but compatible.
>
> Thanks!
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Setting a Cookie and Redirecting the Browser

2000-08-17 Thread Jake Hileman

Why include that redirect.cfm.. why not just put the straight up 
data in the original CFM?

jake
- Original Message -
From: "Terry Bader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 6:04 PM
Subject: RE: Setting a Cookie and Redirecting the Browser


> this works for us:
>
> <CFCOOKIE NAME="xID" VALUE="#QueryName.Login_ID#">
> <CFINCLUDE TEMPLATE="redirect.cfm">
>
>
>
> -
> <!---  redirect.cfm   >
> <SCRIPT>location="<A  HREF="http://URL">http://URL</A>";
>
>
>
> alot of in between missing but we have this concept..
>
>
> Terry Bader
> Web Developer
> EDO Corp - Combat Systems
> (757) 424-1004 ext 361
> [EMAIL PROTECTED]   [EMAIL PROTECTED]
> icq: 5202487   aim: lv2bounce
> http://www.cs.odu.edu/~bader
>
>
>
>
>
> > -Original Message-
> > From: Jake Hileman [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 08, 2000 5:33 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Setting a Cookie and Redirecting the Browser
> >
> > That will still let you set the cookie?
> >
> > Also, I'm using cookies for authentication.. once they are
authenticated,
> > it
> > sets the cookie and the other pages check for the cookie, if it's not
> > there,
> > it sends them back.  Is this a safe way to do things?  The whole
session,
> > application.cfm thing confuses me... and I don't like the idea of it
being
> > stored in ram.
> >
> > Let me know,
> >
> > Jkae
> > - Original Message -
> > From: "Terry Bader" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 08, 2000 5:29 PM
> > Subject: RE: Setting a Cookie and Redirecting the Browser
> >
> >
> > > you can also use:
> > > location="<A  HREF="http://URL">http://URL</A>";
> > >
> > > this help?
> > >
> > >
> > > Terry Bader
> > > Web Developer
> > > EDO Corp - Combat Systems
> > > (757) 424-1004 ext 361
> > > [EMAIL PROTECTED]   [EMAIL PROTECTED]
> > > icq: 5202487   aim: lv2bounce
> > > http://www.cs.odu.edu/~bader
> > >
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Brandon Behrens [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, August 08, 2000 4:34 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: Setting a Cookie and Redirecting the Browser
> > > >
> > > > Been there, done that.  I wound up using a meta tag to refresh the
> > page
> > > > with
> > > > a time of 0.  That was the only way I could get it to work.
> > > >
> > > > Brandon
> > > >
> > > > Brandon Behrens
> > > > The Internet Design Firm
> > > > 512.451.5225
> > > > [EMAIL PROTECTED]
> > > > http://www.theidf.com
> > > >
> > > > -Original Message-
> > > > From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, August 08, 2000 3:18 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Setting a Cookie and Redirecting the Browser
> > > >
> > > > Has anyone come up with a plausible way of setting a cookie and
> > > > redirecting
> > > > the browser from within a ColdFusion 4.01 template using HTTP
headers
> > (as
> > > > opposed to META tag redirects)?
> > > >
> > > > Specifically, we're trying to redirect an image call from the
browser.
> > The
> > > > image fails to load when it comes upon a HTTP "Refresh" header, and
> > the
> > > > "Location" header seems to negate the setting of the cookie.
> > > >
> > > > Benjamin S. Rogers
> > > > Web Developer, c4.net
> > > > voice: (508) 240-0051
> > > > fax: (508) 240-0057
> > > >
> > >
> > >
>
> --
> > > > --
> > > > --
> > > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > > To Unsubscribe visit
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
&g

Re: CFLOCK and server variables

2000-08-18 Thread Jake Hileman

do you have to use application.cfm to use session variables?

jake
- Original Message -
From: "Bud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 18, 2000 9:00 AM
Subject: RE: CFLOCK and server variables


> On 7/13/00, Dave Watts penned:
> >  > The also recommend  when locking
> >>  session vars; do you agree, or if not, what do you recommend?
> >
> >No, again, this causes the same problem. You want a unique name to apply
to
> >an individual session, but you don't want to store it in a session
variable.
> >If you're using CF's cookies for state management, you could do this:
> >
> >
>
> OK. I'm still having a hard time getting a grasp on this (so, what
> else is new?).
>
> I thought the whole idea of naming a lock was so nobody else would be
> able to read or write to that memory space and it would lock other
> users out based on the name of the lock.
>
> So, if I'm setting a session variable named "total":
>
> 
>
> If I lock that cfset and name the lock #Cookie.CFID##Cookie.CFTOKEN#,
> won't that mean that anyone else would still be able to write to
> session.total and session.subtotal seeing as how using that method
> everyone would have the same lock named differently? I mean, why name
> a lock if every user has the lock named differently? Won't ColdFusion
> look and see if a lock by that name is being written and if it's not,
> go ahead and write it?
>
> And a question about names across different application, or even the
> same application, but named differently:
>
> When accessing or writing an application or session variable, does
> the danger lie only within duplicate named variables within the same
> application? Or across the whole server? Example:
>
> I have 3 instances of my shopping cart on a server which uses the
> session variable "session.total", all 3 with the application name
> unique (I always name the application the same name as the main
> datasource of the app so there's no chance I can accidentally name 2
> applications the same). Joe Blow has his totally different shopping
> cart and it also uses a session variable of "session.total".
>
> If none of these were locked, and there is a single user using each
> shopping cart, and each cart has a diffent application name, and they
> are all writing a session.total at the exact same time, is there a
> danger in that? Or would there only be a danger if 2 people were
> writing to session.total in the SAME NAMED APPLICATION at the same
> time?
>
> If it's based upon the session variable name across the server and
> not within an application, then there's no way of knowing that you
> could ever have a uniquely named lock. I am HOPING it's based on the
> name in cfapplication.
>
> And one more question:
>
> If you are locking all session variables with the same name by using
> a unique local variable, will that cause all writing to all sessions
> to be postponed until the lock is released?
>
> For instance, I have these 2 cfsets:
>
> 
> 
> 
>
> 
> 
> 
>
> Would the second query be locked out while the first is being written
> since the locks are named the same (even though they are accessing
> different session variables)? If so, then it seems like it would be
> detrimental to name any 2 locks the same that don't contain
> references to the same session variable. I'm assuming this is the
> case.
>
> I'm hoping this will clear things up for me once and for all. I read
> BF's CFLOCK article in CFDJ and although it was a little useful,
> there was really no clear cut explanation about what happens across
> different applications on the server. Sadly, that is what the
> majority of us are faced with. I have alot of copies of the same
> application running on my server and if I need to lock session.total
> with the same name on all instances of the application to stop all
> users from writing to session.total no matter what application it is
> in, then that's REALLY going to be a performance hit. If I can at
> least name the lock different on each copy of the application, and
> not worry about a user writing to session.total on application A
> while other users are writing to session.total on applications B, C,
> D, and E, that would be somewhat helpful.
>
> I hope somebody understood that. LOL
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lis

Mailing List

2000-08-18 Thread Jake Hileman

Anyone have any ideas to how to maintain a one-way mailing list with CF?
Like we can add emails and send an email to everyone in a certain field in a
db, etc.. but all at once instead of a loop?

I guess a loop would work actually..

I dunno, any ideas?

Jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Mailing List

2000-08-19 Thread Jake Hileman

yes, that's what I wanted, a one way newsletter type thing.

jake
- Original Message -
From: "Gordon Burns" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 19, 2000 1:10 AM
Subject: RE: Mailing List


> At 23:25 18/08/00 -0400 Steve Pierce said
> >Why would you want to use CF to drive an email list. That isn't what it
was
> >designed to do. Use something like Lyris. The right tool for the right
job.
>
> Quite right, but you could use a Mail/List server whose
> functionality has been designed to be controlled and configured by CF.
>
> iMS is a fast efficient Mail Server that you control, manipulate,
> add features using CF, best of both worlds really.
>
> http://www.coolfusion.com/iMS.htm
>
> Presumably that is why Mike is developing a new list server based
> on iMS to use for this list.
>
> If it is a one way "newsletter " type application they have a iMS
> PostSE (Special Edition) which we use. It runs along side our
> existing Mail server on the same box.
>
> Gordon
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Cold Fusion Server Question

2000-08-20 Thread Jake Hileman

How can I disable CFFILE, and CFDIRECTORY etc.. like a shared hosting
provider does?

(All those "dangerous" tags.. :-) )

Jake
- Original Message -
From: "Bud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 19, 2000 6:10 PM
Subject: Re: Client Storage question


> On 8/19/00, paul smith penned:
> >APPLICATION scoped variables that once set are read only
> >VARIABLES scoped variables, and
> >CLIENT scoped variables
> >
> >and no other non-scoped variables,
> >
> >then I don't have to worry about CF locking.
>
> I believe the general consensus is you should still lock the
> application variables just to be sure. Yes to the others.
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Cold Fusion Server Question

2000-08-20 Thread Jake Hileman

In the UNSECURE tags directory.. can you map more then one directory?

Like

D:\cfusion; d:\www\text.com;

etc.?

Anyone know?
- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, August 20, 2000 10:38 AM
Subject: RE: Cold Fusion Server Question


> > How can I disable CFFILE, and CFDIRECTORY etc.. like a shared hosting
> > provider does?
> >
> > (All those "dangerous" tags.. :-) )
>
> It's done right from within the CF Administrator, on the "Basic Security"
> screen.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



ColdFusion and Cobalt RAQ

2000-08-20 Thread Jake Hileman

Anyone had any experience with Cold Fusion and a Cobalt RAQ 3 or 4 server?
I'm interested to find out what people have come up with trying to get these
two beasts working together.

Jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Using Cobalt RaQ3 with CF

2000-08-21 Thread Jake Hileman

awww man!  You have got to be  kidding me!  The new ones run on AMD
processors.. like 300s or something I thought.  The new RAQ 4s that is.

And they come with upwards of 512mb ram, etc.

Is it still not possible?

Jake
- Original Message -
From: "Kevin Schmidt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2000 9:25 AM
Subject: Re: Using Cobalt RaQ3 with CF


> Adam,
>
> The cobalt systems run a MIPS based processor.  CF won't run on a MIPS
> processor system only X86 processors. I have a qube that I would love to
run
> CF on.  The only dynamic solution for RAQ's is CGI or Cobalt offers a
> product called Chilisoft ASP for Active Server Pagers  By the way if you
are
> thinking of getting one don't expect timely tech support I have never
spent
> less than an hour on hold waiting to talk to a technician.
>
> Kevin
> - Original Message -
> From: "Reynolds, Adam" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, August 21, 2000 5:40 AM
> Subject: Using Cobalt RaQ3 with CF
>
>
> > Anybody installed CF Server Professional on one of these Red Hat Linux
> > Servers? (www.cobalt.com)
> >
> > They look quite good. I'd also be interested in knowing what a
reasonable
> > Linux/Apache/CF server should have memory wise.
> >
> > Thanks.
> > Adam Reynolds
> > ColdFusion Consultant
> > H.J. Heinz
> > Tel.: +44 (0) 20 8756 5170
> > Mob.: +44 (0) 7973 386620
> > **
> >  This email and any attachments are confidential and solely
> >  for the use of the intended recipient.  They may contain
> >  material protected by legal professional or other privilege.
> >  If you are not the intended recipient or the person responsible
> >  for delivering to the intended recipient, you are not authorised
> >  to and must not disclose, copy, distribute or retain this email
> >  or its attachments.  Although this email and its attachments
> >  are believed to be free of any virus or other defect, it is the
> >  responsibility of the recipient to ensure that they are virus free
> >  and no responsibility is accepted by the company for any
> >  loss or damage arising from receipt or use thereof.
> >
> > **
>
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Mail Servers?

2000-08-23 Thread Jake Hileman

IPSwitch.com, IMAIL.. THE BEST you can buy for NT.

Jake
- Original Message -
From: "Gary McNeel, Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 23, 2000 11:53 AM
Subject: RE: Mail Servers?


> Mercury Mail Transport. We run it here. No problems. Works fine on NT.
Free
> to cheap.
>
> http://www.pegasus.usa.com
>
> -Gary
>
> > -Original Message-
> > From: Neil Middleton [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 23, 2000 10:39 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Mail Servers?
> >
> >
> > I think it could be,
> >
> > try www.sendmail.org
> > --
> > Neil Middleton
> > Technical Director
> > Stez Media
> > 01737 212282
> >
> > - Original Message -
> > From: JustinMacCarthy <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 23, 2000 4:20 PM
> > Subject: Re: Mail Servers?
> >
> >
> > > Free ? Surely not on NT ...
> > >
> > > ~Justin
> > >
> > > - Original Message -
> > > From: "Neil Middleton" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, August 23, 2000 4:02 PM
> > > Subject: Re: Mail Servers?
> > >
> > >
> > > > lets see, a good cheap mail server?
> > > >
> > > > Seems you'll be wanting sendmail, it's superb and above all FREE.
> > > >
> > > > --
> > > > Neil Middleton
> > > > Technical Director
> > > > Stez Media
> > > > 01737 212282
> > > >
> > > > - Original Message -
> > > > From: Kelly Matthews <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Wednesday, August 23, 2000 2:58 PM
> > > > Subject: Mail Servers?
> > > >
> > > >
> > > > > Are there any GOOD yet not too expensive mail servers out there?
We
> > > > > currently
> > > > > have exchange no matter what we do we cant get CF to work with
> > exchange
> > > as
> > > > > long
> > > > > as Relaying is shut down.  So we wanted to install another
> > mail server
> > > for
> > > > > CF
> > > > > that can bypass exchange. Meaning we dont want a mail server, like
> > some,
> > > > > that still
> > > > > POINTS to another mail server. We want a mail server that
> > can send out
> > > > SMTP
> > > > > mail on it's own, i dont care about receiving mail. Any
> > recommendations?
> > > > > Kelly
> > > > >
> > > > > Stay current with what's happening on AirportNet. Subscribe to our
> > > > > Announcement list today: http://www.airportnet.org/email.htm
> > > > >
> > > > > ---
> > > > > Kelly Matthews
> > > > > Internet Development Coordinator
> > > > > AAAE
> > > > > 703.578.2509
> > > > > [EMAIL PROTECTED]
> > > > > http://www.airportnet.org
> > > > > ---
> > > > >
> > > >
> >
> >
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Password Protecting a DB/DSN

2000-08-24 Thread Jake Hileman

In a shared hosting environment with critical data, how can you be sure that
your database(s) are not accessible by anyone else via CF, CFQUERY, etc?
How can you password protect a DSN/DB so that data is not allowed to be
pulled from the DB without supply the password in your code, etc... we don't
want anyone quering our DB and getting our data do we?  It seems like if
they knew our DSN name, they could do pretty much whatever they wanted. :-)


Thanks and let me know,

By the way, I'm wondering how to do this with ACCESS2k.

Jake



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Cookies

2000-08-24 Thread Jake Hileman

Sorry, that's correct.  20 is it.. PER DOMAIN.  :-)  Also there is a size
limitation on cookies that must be considered also.

Jake


- Original Message -
From: "Tim Bahlke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 24, 2000 3:43 PM
Subject: Cookies


> Hey all, I have a cookie question ...
>
> I was reading an article on Allaire's site, Cookie Considerations and
> Limitations, article 165, and it mentions that there is a maximum of 20
> cookies per domain.
> This surely can't be a *total* can it?  Does this mean that there can only
> be 20 cookies set at any one time?
>
> Can someone clear this up for me ...
>
> Thanks
>
> 
> Tim Bahlke, CIFO
> Graphica
> p. 230-0570
> f. 230-0083
>
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



DREAMBanner

2000-08-27 Thread Jake Hileman

I've tried to get a copy of the CFDREAMBanner program from POLARISMAN but
haven't been able to get in touch with him to demo or even purchase a copy.
The emails I send are returned (which I get from his website.)  Anyone have
a copy of his software I can demo?  Know where on his site I can download a
copy?  I register on his site and it says it emailed me the PW, yet no email
ever arrives.

Anyone used his software?  How about FUSEAD?  I need some banner software.

Jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Web Host Ratings

2000-08-29 Thread Jake Hileman

http://www.superiorhosts.com will be opening soon which is a site dedicated
to helping you find a viable host!  Check on September 2nd.. should be live
then.

Jake
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
DivineWEB - Web Hosting
Http://www.divineweb.com


- Original Message -
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 29, 2000 8:34 AM
Subject: OT: Web Host Ratings


> Occasionally, the topic comes up about host reliability, etc.  Isn't there
a
> web site where they rate the web hosting operations?  Does anybody know
> where that is?
>
> Thanks,
> Dave
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Protecting A DSN/DB

2000-08-30 Thread Jake Hileman

In a shared hosting environment with critical data, how can you be sure
that
 your database(s) are not accessible by anyone else via CF, CFQUERY, etc?
 How can you password protect a DSN/DB so that data is not allowed to be
 pulled from the DB without supply the password in your code, etc... we
don't
 want anyone quering our DB and getting our data do we?  It seems like if
 they knew our DSN name, they could do pretty much whatever they wanted. :-)

I've set the PW up in the ODBC setup of CF ADMIN but it still lets me query
etc.. I've tried setting a password everywhere! :-)


 Thanks and let me know,

 By the way, I'm wondering how to do this with ACCESS2k.

 Jake


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Perf Mon

2000-08-30 Thread Jake Hileman

I'm having some trouble getting PERF MON to recognize my CF Server hits,
etc.

I am running Win2k, CF 4.5.1 Advanced.

I load the Perf Mon from Start -> Programs -> Cold Fusion Server but once it
loads everything stays at 0... no matter how many people are hitting the
site.

i also run cfstat and it asks me to make sure that CFAS is running, etc.

I have Enable PERF MON in the Administrator checked and have rebooted since
it was checked.

any ideas?

jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF Perf Mon

2000-08-31 Thread Jake Hileman

Ahh, I see, any patches or anything of that sort?  Where is the latest CF
Beta?

Jake
- Original Message -
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 31, 2000 9:27 AM
Subject: Re: CF Perf Mon


> This is a known bug and is fixed in the latest CF beta.
>
> Regards,
>
> Howie
>
> - Original Message -
> From: "Jake Hileman" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 30, 2000 11:22 PM
> Subject: CF Perf Mon
>
>
> > I'm having some trouble getting PERF MON to recognize my CF Server hits,
> > etc.
> >
> > I am running Win2k, CF 4.5.1 Advanced.
> >
> > I load the Perf Mon from Start -> Programs -> Cold Fusion Server but
once
> it
> > loads everything stays at 0... no matter how many people are hitting the
> > site.
> >
> > i also run cfstat and it asks me to make sure that CFAS is running, etc.
> >
> > I have Enable PERF MON in the Administrator checked and have rebooted
> since
> > it was checked.
> >
> > any ideas?
> >
> > jake
> >
>
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF Perf Mon

2000-08-31 Thread Jake Hileman

Found the fix and anyone else who is having problems can download it here:

http://www.allaire.com/Handlers/index.cfm?ID=15968&Method=Full


thanks Howie, I appreciate your help!

Jake
- Original Message -
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 31, 2000 9:27 AM
Subject: Re: CF Perf Mon


> This is a known bug and is fixed in the latest CF beta.
>
> Regards,
>
> Howie
>
> ----- Original Message -
> From: "Jake Hileman" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 30, 2000 11:22 PM
> Subject: CF Perf Mon
>
>
> > I'm having some trouble getting PERF MON to recognize my CF Server hits,
> > etc.
> >
> > I am running Win2k, CF 4.5.1 Advanced.
> >
> > I load the Perf Mon from Start -> Programs -> Cold Fusion Server but
once
> it
> > loads everything stays at 0... no matter how many people are hitting the
> > site.
> >
> > i also run cfstat and it asks me to make sure that CFAS is running, etc.
> >
> > I have Enable PERF MON in the Administrator checked and have rebooted
> since
> > it was checked.
> >
> > any ideas?
> >
> > jake
> >
>
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hotel Booking Engine up

2000-09-11 Thread Jake Hileman

Hey, I think your script is pretty dope and $500 is a much more reasonable
price.

I do a lot of work for hotels in the area and I like your script.. but do
you have any way to integrate it into the hotels actual booking setup?

Let me know,

Jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re:

2000-09-13 Thread Jake Hileman

What?  Why are you asking me.

jake
- Original Message -
From: "William J Wheatley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, September 13, 2000 6:08 PM
Subject: Re:


> Does this work for LINUX? i need a good bulk mailing system on LINUX for
CF
>
> > Bill, Check out the inFusion POST Server Special Edition from
> > CoolFusion.com.  It is designed exactly for what you want to do and it
> > costs only $79 US.
> > http://www.coolfusion.com/post_se.htm
> >
> > From:   "William J Wheatley" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Copies to:  <[EMAIL PROTECTED]>
> > Subject:OT: Urgent Bulk Mail
> > Date sent:  Wed, 13 Sep 2000 16:15:35 -0400
> > Send reply to:  [EMAIL PROTECTED]
> >
> > > Ok another pestering question =)
> > >
> > > I want to write my own bulk mailer for our Company so we do
> >
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Single Quotes - Double Quotes ARGH!

2000-09-21 Thread Jake Hileman

I'm still waiting for an answer to this question also! :)  Don't forget when
you select, you'll have to use it also.  :)

Jake

- Original Message -
From: "Peter Theobald" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 26, 2000 4:03 PM
Subject: Single Quotes - Double Quotes ARGH!


> --=_14561452==_.ALT
> Content-Type: text/plain; charset="us-ascii"
>
> In several CFQUERYs on many pages I am updating several tables. Very often
these text fields have apostrophes or double-quotes in them. If I surround
the fields with single quotes, then CF escapes them by doubling them. They
actually go into the database doubled. If I surround the fields with double
quotes, then CF cuts them off when it sees the first double-quote.
>
> I cant believe my only option is to surround every single field in every
single update on every single page with PreserveSingleQuotes(). That would
be several hundred PreserveSingleQuotes()...
>
> What is the common practice for handling this? The apostrophe is a common
character in English text...
>
>
>
> --
-
> Peter Theobald, Chief Technology Officer
> LiquidStreaming http://www.liquidstreaming.com
> [EMAIL PROTECTED]
> Phone 1.212.545.1232 Fax 1.212.679.8032
>
> --=_14561452==_.ALT
> Content-Type: text/html; charset="us-ascii"
>
> 
> In several CFQUERYs on many pages I am updating several
> tables. Very often these text fields have apostrophes or double-quotes in
> them. If I surround the fields with single quotes, then CF escapes them
> by doubling them. They actually go into the database doubled. If I
> surround the fields with double quotes, then CF cuts them off when it
> sees the first double-quote.
> 
> I cant believe my only option is to surround every single field in every
> single update on every single page with PreserveSingleQuotes(). That
> would be several hundred PreserveSingleQuotes()...
> 
> What is the common practice for handling this? The apostrophe is a common
> character in English text...
> 
> 
>
> 
> --
-
> Peter Theobald, Chief Technology Officer
> LiquidStreaming
> http://www.liquidstreaming.com/"
eudora="autourl">http://www.liquidstreaming.com
> [EMAIL PROTECTED]
> Phone 1.212.545.1232 Fax 1.212.679.8032
> 
>
> --=_14561452==_.ALT--
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFCASE/CFIF

2000-09-24 Thread Jake Hileman

Is CFCASE faster then CFIF?

Also, execution time wise.. I'm hitting upwards of 500ms or so when I
usually only hit about 100-200ms.. but I'm setting about 100CFparams in this
so 500 I guess is expected.

Is 500ms slow?  This is my dev machine.. p2 300, 256mb ram, win2k, mysql
3.23.24.

thanks!

jake --more below.
422 milliseconds
  282 ms D\ADDPLAN.CFM
  93 ms D\ADDPLANCASE.CFM
  16 ms D\FOOTER.INC
  0 ms D\HEADER.INC
  31 ms STARTUP, PARSING, & SHUTDOWN



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFCASE/CFIF

2000-09-24 Thread Jake Hileman

Okay also.. about my MS question.

I have a form with about 25 check boxes.. so the processing of checking if
they are checked, etc.. makes my one template run at about 600-800ms.. while
every other template on the site runs at around 200ms or less.

The db time is 0-20ms.. so it's very fast.

I am doing the following:

test.cfm?action=insert
action can be, insert, update, delete.

action is a cfswitch and each switch loads up 3 include files.. about 40k in
total include text with about 2-3 quick db calls.  the 3 include files
include all the large code to check the checkboxes out, etc. and a header
and footer.

this takes upwards of 800ms... I've never written anything so far that took
over 400ms or so on this machine.

is my coding bad?  is 800ms slow?

thanks,

jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFCASE/CFIF

2000-09-25 Thread Jake Hileman

Yes, I did that.

Should have been pasted in the previous message at the bottom.

Jake
- Original Message -
From: "Hayes, David" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 10:35 AM
Subject: RE: CFCASE/CFIF


> Turn on your debugging and look at the execution times for each template.
>
> -Original Message-
> From: Jake Hileman [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 12:22 AM
> To: CF-Talk
> Subject: Re: CFCASE/CFIF
>
>
> Okay also.. about my MS question.
>
> I have a form with about 25 check boxes.. so the processing of checking if
> they are checked, etc.. makes my one template run at about 600-800ms..
while
> every other template on the site runs at around 200ms or less.
>
> The db time is 0-20ms.. so it's very fast.
>
> I am doing the following:
>
> test.cfm?action=insert
> action can be, insert, update, delete.
>
> action is a cfswitch and each switch loads up 3 include files.. about 40k
in
> total include text with about 2-3 quick db calls.  the 3 include files
> include all the large code to check the checkboxes out, etc. and a header
> and footer.
>
> this takes upwards of 800ms... I've never written anything so far that
took
> over 400ms or so on this machine.
>
> is my coding bad?  is 800ms slow?
>
> thanks,
>
> jake
>
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Web Server Questions

2000-09-25 Thread Jake Hileman

IIS... why even think about anything else?

jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hi

2000-05-14 Thread Jake Hileman

Boom!  That's exactly why I switched... right now I'm looking for a good
resource.  ASP has activerserverpages.com, aspin.com etc.. cold fusion falls
short in that area.  And cold fusion eats up 10x the memory that ASP did.  I
haven't even really run any programs except the sample ones and the
cfserver.exe was using 30 megs of ram on nt2k.  My inetinfo which is running
asp apps while we speak was only using 7 megs.  :-(  That really stinks.
Anyhow I'm looking for some resources and a good, free or inexpensive
shopping cart.. one like www.ihtmlmerchant.com .. something comparable to
that!

Thanks,

Jake
- Original Message -
From: "Steve Minton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 14, 2000 6:59 PM
Subject: RE: Hi


> The reasons that I decided to turn to CF are:
>
>   1) While ASP is great for complex programming tasks, it is awkward and
> unwieldy for simple tasks such as merely presenting data from a database.
>
>   2) Whilst considering CF, I also took a brief look at PHP3, although I
> found that this would not be suitable for my needs, as its integration
with
> MySQL is too complex. I also primarily work on a Windows based platform
and
> therefore prefer the ODBC support offered by this system.
>
>   3) Finally, CF actually looks *fun* to use! It has a good structured
> development environment (CF Studio) which is where ASP sorely falls
short -
> although there are rumours that MM Ultradev will go some way to resolving
> this.
>
>
> Regards
>
> Steve Minton
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Tom Harris [mailto:[EMAIL PROTECTED]]
> Sent: 14 May 2000 21:46
> To: [EMAIL PROTECTED]
> Subject: Re: Hi
>
>
> Steve:
> I'm sure everyone wants to know... what are the specific reasons you
decided
> on CF?
>
> Tom
>
> - Original Message -
> From: "Steve Minton" <[EMAIL PROTECTED]>
> To: "Cf-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, May 14, 2000 4:08 PM
> Subject: Hi
>
>
> > Hi Everyone
> >
> > I'm new to this list and just thought I'd briefly introduce myself.
> >
> > My name is Steve Minton and I am a Senior Web Designer/Developer, with
> > Development skills in ASP (3 years). However, I felt the time had come
to
> > learn something new, and decided upon Cold Fusion.
> >
> > You will therefore be hearing a lot from me over the coming weeks ;-).
> >
> > Of course if anyone has any ASP queries then feel free to give me a
shout.
> >
> > Regards
> > Steve Minton
> > [EMAIL PROTECTED]
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hi

2000-05-14 Thread Jake Hileman

Really?  Wow, because I was running SQL Server 7 here also.  And I'm barely
even using it and it was hitting 70 megs of ram!  Something has got to be
going on here.. any suggestions?  I'm having troulbe with SQL Server 7 using
70 megs of ram with light usage and CF Enterprise hitting almost 30 megs
with me barely looking at the demo scripts...

Help!

Jake
- Original Message -
From: "David Hannum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 14, 2000 8:45 PM
Subject: Re: Hi


> >And cold fusion eats up 10x the memory that ASP did.  I
> > haven't even really run any programs except the sample ones and the
> > cfserver.exe was using 30 megs of ram on nt2k
>
> Jake,
>
> It's gotta be something in your setup.  We use CF for some very processor
> intensive apps, and we NEVER reach anywhere near
> that kind of RAM usage.  The most I've ever seen the meter hit was about
> 18meg - and I had the thing caught in a loop.  (NT4.0 SP5 running CF
> Enterprise 4.01).  I think you'll find CF quite capable of running the
> "complex" tasks mentioned by Steve as well as ASP.
>
> Dave
>
>
>
> - Original Message -
> From: Jake Hileman <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 14, 2000 7:06 PM
> Subject: Re: Hi
>
>
> > Boom!  That's exactly why I switched... right now I'm looking for a good
> > resource.  ASP has activerserverpages.com, aspin.com etc.. cold fusion
> falls
> > short in that area.  And cold fusion eats up 10x the memory that ASP
did.
> I
> > haven't even really run any programs except the sample ones and the
> > cfserver.exe was using 30 megs of ram on nt2k.  My inetinfo which is
> running
> > asp apps while we speak was only using 7 megs.  :-(  That really stinks.
> > Anyhow I'm looking for some resources and a good, free or inexpensive
> > shopping cart.. one like www.ihtmlmerchant.com .. something comparable
to
> > that!
> >
> > Thanks,
> >
> > Jake
> > - Original Message -
> > From: "Steve Minton" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, May 14, 2000 6:59 PM
> > Subject: RE: Hi
> >
> >
> > > The reasons that I decided to turn to CF are:
> > >
> > >   1) While ASP is great for complex programming tasks, it is awkward
and
> > > unwieldy for simple tasks such as merely presenting data from a
> database.
> > >
> > >   2) Whilst considering CF, I also took a brief look at PHP3, although
I
> > > found that this would not be suitable for my needs, as its integration
> > with
> > > MySQL is too complex. I also primarily work on a Windows based
platform
> > and
> > > therefore prefer the ODBC support offered by this system.
> > >
> > >   3) Finally, CF actually looks *fun* to use! It has a good structured
> > > development environment (CF Studio) which is where ASP sorely falls
> > short -
> > > although there are rumours that MM Ultradev will go some way to
> resolving
> > > this.
> > >
> > >
> > > Regards
> > >
> > > Steve Minton
> > > [EMAIL PROTECTED]
> > >
> > >
> > > -Original Message-
> > > From: Tom Harris [mailto:[EMAIL PROTECTED]]
> > > Sent: 14 May 2000 21:46
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Hi
> > >
> > >
> > > Steve:
> > > I'm sure everyone wants to know... what are the specific reasons you
> > decided
> > > on CF?
> > >
> > > Tom
> > >
> > > - Original Message -
> > > From: "Steve Minton" <[EMAIL PROTECTED]>
> > > To: "Cf-Talk" <[EMAIL PROTECTED]>
> > > Sent: Sunday, May 14, 2000 4:08 PM
> > > Subject: Hi
> > >
> > >
> > > > Hi Everyone
> > > >
> > > > I'm new to this list and just thought I'd briefly introduce myself.
> > > >
> > > > My name is Steve Minton and I am a Senior Web Designer/Developer,
with
> > > > Development skills in ASP (3 years). However, I felt the time had
come
> > to
> > > > learn something new, and decided upon Cold Fusion.
> > > >
> > > > You will therefore be hearing a lot from me over the coming weeks
;-).
> > > >
> > > > Of course if anyone has any ASP queries then feel free to give me a
> > shout.
> > > >
> > > > Rega

Re: CF hosting??

2000-05-22 Thread Jake Hileman

My company, www.divineweb.com will be offering cf hosting starting this
friday.. and if you tell me you got refferred from this list, we'll hook you
up with a discount.  we are based in ocean city, maryland and new jersey.

thanks

[EMAIL PROTECTED]

jake
- Original Message -
From: "Joshua Starr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 22, 2000 3:26 PM
Subject: Re: CF hosting??


Richard,
  Its not in the UK, but try www.awwm.com - outstanding service and uptime -
the package with ColdFusion is NT Developer.

Joshua P Starr
President & Creative Director, Ælana
Evenings (719) 268-1588  Day (719) 310-3030
Email: [EMAIL PROTECTED]

Please visit us on the web at http://www.aelana.com
or contact me on AOL Instant Messenger at AelanaWeb


- Original Message -
From: "Richard Hart" <[EMAIL PROTECTED]>
To: "houseoffusion" <[EMAIL PROTECTED]>
Sent: Monday, May 22, 2000 8:46 AM
Subject: CF hosting??


Hi

Does anyone know of a cheap hosting company
in the UK where I can get my ColdFusion site
online ?

Or is it just so expensive to host ColdFusion sites ?!

Thanks

Richard

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF hosting directory

2000-05-24 Thread Jake Hileman

Actually, hostknow.com/superiorhosts.com is a new site I'm developing as we
speak... if anyone is interested in getting a hand in this project it would
be appreciated.  The company will be new and provide hosting information
etc.. it just started as an idea so I registered 9 domain names and have
been a bit busy lately but if anyone wants to join our team, I'm sure we can
work something out when it comes to free hosting or such.

thanks

[EMAIL PROTECTED]
- Original Message -
From: "Tim Bahlke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 2:41 PM
Subject: RE: CF hosting directory


> I think there should be an area where individuals can provide comments on
> their experiences with the hosting company.  I can fill up the
> WebHosting.com area!
>
> --
> Tim Bahlke
> thinkcreate.com
> P: 336.230.0575
>
> -Original Message-
> From: Leong Yew [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 23, 2000 4:49 AM
> To: [EMAIL PROTECTED]
> Subject: CF hosting directory
>
> Hello everyone,
>
> I'm thinking of starting a searchable directory of ColdFusion hosting
> companies and their plans. Since there are plenty of general hosting
> directories out there, the intention of this directory is to make it
> possible for users to make as detailed searches as possible concerning the
> level of CF hosting offered.
>
> I've got a list of search fields in mind and I was wondering if all you
good
> people out there could suggest what additional ones you'd like to see.
>
> Alternatively does anyone of you think there are too many fields and
should
> any be removed?
>
> Categories
> CF Server Details
> 1.  CF version and product level
> 2.  Restricted Tags
> 3.  Third Party Tags and Components available
> Other Application Servers Available
> 1.  ASP
> 2.  CGI
> 3.  PHP
> 4.  server side Javascript
> Database Connectivity
> 1.  MS SQL
> 2.  MySQL
> 3.  MS Access
> 4.  Oracle
> 5.  Other
>
> E-mail:
> 1.  Own aliased POP and SMTP servers
> 2.  POP accounts
> 3.  Autoresponder
> 4.  Server type: IMAIL, MAILMAX, SENDMAIL, INFUSION
> 5.  Mailing Lists
>
> Server Info
> 1.  Type â€" Unix, NT
> 2.  Own IP number
> 3.  SSL
> 4.  Telnet access
> 5.  Control Panel
> 6.  Connection type: T1s? T3s? OC3s?
>
>
> Price and Package
> Setup Fee
> Monthly
> Diskspace and bandwidth
> Prepay discounts?
>
> Company Info
> General Server Info
> -   Location?
> -   Number of staff
> Technical Support
> 1.  Toll free number?
> 2.  24/7 support?
> Payment Accepted
> 1.  Credit card
> 2.  personal check
> Reseller Plans Available?
>
>
> Leong
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or
send
> a message to [EMAIL PROTECTED] with 'unsubscribe' in the
> body.
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



ISAPI

2000-06-10 Thread Jake Hileman

Does Cold Fusion run as an ISAPI?  Or just as a stand alone web server
(CFServer.EXE)?  If it runs as an ISAPI... shweee, that would be nice...
:-)

thanks and let me know,

Jake

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: SQL Server/CF Question

2000-06-17 Thread Jake Hileman

Are you using Win2k Server?  I'm using Win2k Advanced server and have the
same exact problem.  CFSERVER ends up eating around 40 megs after a few days
of serving one page and sqlserver ends up eating 80 megs for odbc logging of
one page!

it sucks, ms needs to fix it.. i won't run sql server on a 2k machine.. and
i need to!

jake
- Original Message -
From: "Kelly Matthews" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2000 3:57 PM
Subject: SQL Server/CF Question


> Ok here's the deal. I run a TON of Cold Fusion apps on our site, and
running
> SQL Server 7.0.
> I am still learning SQL Server but here is whats happening.  Over time the
> RAM usage
> for SQL Server goes up and up, and continues to until I stop and restart
the
> service then
> it drops back down.  Obviously there is some type of memory leak and I
dont
> know where
> to begin to trouble shoot. Meaning are there some settings on the
> Datasources I should
> change to prevent this or is it something in SQL Server I need to look at.
> If anyone has
> experience with this please respond.
> Kelly
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ASP equivalent to CFExecute

2000-06-19 Thread Jake Hileman

Yes, serverobjects aspexec, but cf is better, i don't like asp anymore.

jake
- Original Message -
From: "Duane Boudreau" <[EMAIL PROTECTED]>
To: "Talk-Cf" <[EMAIL PROTECTED]>; "CFTalk" <[EMAIL PROTECTED]>
Sent: Monday, June 19, 2000 3:13 PM
Subject: ASP equivalent to CFExecute


> All,
>
> Does anyone know of an ASP equivalent to CFExecute?
>
> Duane Boudreau,
> Project/Beta Manager, eMPower
> Director, Web Technologies
> Ektron, Inc.
> http://www.ektron.com
> 5 Northern Blvd, Suite 6
> Amherst, NH 03031
> Tel: 603-594-0249
> Fax: 603-594-0258
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Cheap, reliable ColdFusion ISP Host??

2000-06-26 Thread Jake Hileman

www.divineweb.com they offer their plan A with Cold Fusion for only
$28/month.  Super Super Super deal and SQL server 7 is very very very
cheap.. check em out.

jake
- Original Message -
From: "Denny Sheridan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 25, 2000 3:35 PM
Subject: RE: Cheap, reliable ColdFusion ISP Host??


> Hey guys,
>
> I have had incredible luck in the fact that I've found Flare Networks.
> CF hosting - really great support, by support people that KNOW CF and they
> provide you with fast response time. ( they are a tier 2 hosting service!)
>
> I have set-up over a dozen clients there.
> www.flarenetworks.com
>
>
> later -
>
> Denny
>
> -Original Message-
> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 25, 2000 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Cheap, reliable ColdFusion ISP Host??
>
>
> There are two CF ISPs that always come to mind. The first is FusionFX,
which
> is where I host and the other is VirtualScape. Both are strong CF places
and
> I know people in each.
>
>
> > Having problems with ABI Hosting. Just received an email from them that
> > they will be suspending hosting services for  awhile.
> > Isn't that a a good one. I need to move all my clients to a new CF host.
> >
> > Where should I start??
> >
> > Kevin M.
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Digital Camera

2000-07-05 Thread Jake Hileman

I know you programmers/designers all have some dope digital cameras and here
is what my problem is.

I have about $675 to spend on a digital camera.  And so far all the reviews
are pointing to the Kodak DC280 with lots of extras (flash reader, 64MB
card, bag, extra rechargable batteries and AC adapter) and that comes to
about $675.  It would primarily be used for anything and everything it much
be very versatile.

If you guys have suggestions or rants or raves about some cameras in the
$675 range, please let me know!  I need to order one soon!

Jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Web Hosting

2000-07-08 Thread Jake Hileman

www.divineweb.com, can't beat em--guaranteed, cause I own it.  we can work
something out, let me know.

jake
- Original Message -
From: "chuck hergenroeder" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 08, 2000 3:19 PM
Subject: Re: Web Hosting


> Try http://www.halfpricehosting.com
>
> -- Original Message --
> From: "Darren Labrum" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Sat, 8 Jul 2000 12:52:50 -0600
>
> >This is a multi-part message in MIME format.
>
> --=_NextPart_000_0011_01BFE8DB.6C58BD20
> Content-Type: text/plain;
> charset="Windows-1252"
> Content-Transfer-Encoding: quoted-printable
>
> Hello,
>
> I am just starting out in Cold Fusion Development and just finished an =
> application I would like to have hosted on the Internet.  However, being =
> an 18 year old with no funds is their any one our their that can suggest =
> a good host that is either very low cost or free (I heard there were =
> some out their that are).  Any help would be greatly appreciated.=20
>
> Thanks,
>
> Darren
>
> --=_NextPart_000_0011_01BFE8DB.6C58BD20
> Content-Type: text/html;
> charset="Windows-1252"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
> Hello,
>  
> I am just starting out in Cold Fusion =
> Development=20
> and just finished an application I would like to have hosted on the=20
> Internet. However, being an 18 year old with no funds is their any =
> one our=20
> their that can suggest a good host that is either very low cost or free =
> (I heard=20
> there were some out their that are). Any help would be greatly=20
> appreciated. 
>  
> Thanks,
>  
> Darren
>
> --=_NextPart_000_0011_01BFE8DB.6C58BD20--
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Webcams . . .

2000-07-08 Thread Jake Hileman

Wow, beachin.net eh'?  Cool, glad to see that someone else in Ocean City
programs Cold Fusion!

Jake
- Original Message -
From: "Emmet McGovern" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 08, 2000 7:26 PM
Subject: RE: Webcams . . .


> Ive had terrible luck with axis cams, weve gone through 4 in less than a
> year.  The iris on the cam goes bad in out door situations even with a
> weatherproof housing.  The only time ours works now is when its the
perfect
> lightness outside.  Not too dark, not too light. Dusk and dawn  :(  Indoor
> use seems pretty good though.
>
> Emmet
> senior designer
> Byte Size Inc
>
> -Original Message-
> From: Dirk De Bock
> To: [EMAIL PROTECTED]
> Sent: 7/8/00 11:40 AM
> Subject: Re: Webcams . . .
>
> Get an Axis cam, it's a stand-alone device with a mini linux kernel on
> board, it has an ethernet interface, comes with it's own webserver built
> in
> and an ftp client that can upload pics every couple of seconds to any
> ftp
> server you tell it to.
>
>
> - Original Message -
> From: "Dan Haley" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, July 07, 2000 10:09 PM
> Subject: OT: Webcams . . .
>
>
> > Anyone have recommendations for webcams?  Low-end, middle of the road,
> or
> > high-end.  Our CEO wants to put a webcam on the top of the building
> pointing
> > at the new construction the company is doing and have the pictures put
> on
> > the web.  I'm assuming the webcam could be hooked into a workstation
> which
> > would then upload the pictures to the web server?  Do webcams come
> with
> the
> > software to do the upload?
> >
> > Thanks for any input.
> >
> > Dan
> >
> >
> 
> --
> 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or
> send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in
> the body.
> >
>
> 
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: SQL and apostrophes

2000-07-28 Thread Jake Hileman

Just put it between double quotes. Most datatypes use doublequotes anyhow..
so it would be
last_name="O'Brien" and you should be okay.

let me know if i'm retarded or not.. i probably am :-)

jake
- Original Message -
From: "Peter Theobald" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 28, 2000 1:23 PM
Subject: Re: SQL and apostrophes


> --=_12476792==_.ALT
> Content-Type: text/plain; charset="us-ascii"
>
> I'm having the same problem.
>
> At 04:03 PM 7/27/00 -0600, Nick Call wrote:
> >Any SQL Server 7 gurus out there that know how to allow apostrophe's in
SQL
> >statements?  For example, last_name = 'O'Brien' chokes the query.
> >
> >TIA.
> >Nick
> >
> >
>
>---
---
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>
> --
-
> Peter Theobald, Chief Technology Officer
> LiquidStreaming http://www.liquidstreaming.com
> [EMAIL PROTECTED]
> Phone 1.212.545.1232 Fax 1.212.679.8032
>
> --=_12476792==_.ALT
> Content-Type: text/html; charset="us-ascii"
>
> 
> I'm having the same problem.
> 
> At 04:03 PM 7/27/00 -0600, Nick Call wrote:
> Any SQL Server 7 gurus out there that know how
> to allow apostrophe's in SQL
> statements?  For example, last_name = 'O'Brien' chokes the
> query.
> 
> TIA.
> Nick
> 
> 
> --

> Archives:
> http://www.mail-archive.com/cf-talk@houseoffusion.com/"
eudora="autourl">http://www.mail-archive.com/cf-talk@houseoffusion.com/<
br>
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk"
eudora="autourl">http://www.houseoffusion.com/index.cfm?sidebar=lists&bo
dy=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body. 
>
> 
> --
-
> Peter Theobald, Chief Technology Officer
> LiquidStreaming http://www.liquidstreaming.com/" eudora="autourl">http://www.liquidstreaming.com
> [EMAIL PROTECTED]
> Phone 1.212.545.1232 Fax 1.212.679.8032
> 
>
> --=_12476792==_.ALT--
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: SQL and apostrophes

2000-07-29 Thread Jake Hileman

Here...


SELECT Name, Address1, Address2, City, Phone
FROM Centers
WHERE City IN (#PreserveSingleQuotes(List)#)



You have to use PreserveSingleQuotes.  Let me know PLEASE if this helped
anyone!

thanks,

Jake
- Original Message -
From: "Brian W. Zaleski, DC, MS" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 29, 2000 1:50 PM
Subject: Re: SQL and apostrophes


> Jake,
>
> I may be totally off base, but in ASP you do something like this:
>
> Function RequestDQ (VarName)
> RequestDQ = Replace (Request(VarName), "'", "''")
> End Function
>
> The SQL output that is returned to the page is normal (i.e. even though it
> puts in O''Rielly to the SQL Server when it is displayed to the page it is
> O'Rielly). It appears that for once MicroShaft got something right.
>
> Try the same thing in CF:
>
> 
> 
>
> 
>
> 
> 
>
> 
>
> 
>
>  dbtype="ODBC">
> DELETE FROM TEST WHERE JobID = 123
> 
>
> 
>
> 
> INSERT INTO TEST (Name, JobId) VALUES ('#varUnSafeAtAnySpeed#', 123)
>  --->
>
> varUnSafeAtAnySpeed=#varUnSafeAtAnySpeed#
>
> 
> 
> 
> 
>
> 
> 
> INSERT INTO TEST (Name, JobId) VALUES ('#varSQLSafeName#', 123)
> 
>
> varSQLSafeName=#varSQLSafeName#
>
> 
> 
> INSERT INTO TEST (Name, JobId) VALUES ('O''Reilly Hard-Code', 123)
> 
>
>  dbtype="ODBC">
> SELECT * FROM TEST JobId WHERE JobID = 123 ORDER BY CreateDate
> 
>
> 
> Results= #Name#
> 
>
> These are the results on the page:
>
> varUnSafeAtAnySpeed=O''Reilly
> varSQLSafeName=O''Reilly from form
>
> Results= O'Reilly Hard-Code
> Results= O''Reilly from form
>
> You don't run into these problems when you use cfstoredproc on SQL Server.
> Any other suggestions would be welcomed.
>
> Brian Zaleski
> [EMAIL PROTECTED]
>
>
> >I did just that. Now if the field has a double quote in it, it gets cut
off
> at that point (it looks like the end of the string). :-(
>
> >At 04:18 PM 7/28/00 -0400, Jake Hileman wrote:
> >Just put it between double quotes. Most datatypes use doublequotes
anyhow..
> >so it would be
> >last_name="O'Brien" and you should be okay.
> >
> >let me know if i'm retarded or not.. i probably am :-)
> >
> >jake
> >- Original Message -
> >From: "Peter Theobald" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> >Sent: Friday, July 28, 2000 1:23 PM
> >Subject: Re: SQL and apostrophes
> >
> >> I'm having the same problem.
> >>
> >> At 04:03 PM 7/27/00 -0600, Nick Call wrote:
> >> >Any SQL Server 7 gurus out there that know how to allow apostrophe's
in
> >SQL
> >> >statements?  For example, last_name = 'O'Brien' chokes the query.
> >> >
> >> >TIA.
> >> >Nick
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: Hosting

2000-09-26 Thread Jake Hileman

Nor I.  Looks like a fly by night company.

Take a look at superiorhosts.com and see if you can find a host there.

I'll be launching an all new version (2.0) in about 2 weeks, that's filled
with reviews, articles, etc.

Check out my buddies site too, www.hostcompare.com

jake
- Original Message -
From: "Laszlo Nadai" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 26, 2000 10:03 AM
Subject: Re: OT: Hosting


> I can't find them (readyhost.com)
> laszlo
>
> Dave Hannum wrote:
> >
> > Anybody heard of ReadyHost.com?  What they offer sounds good, but I have
no
> > idea about the service.  I was about to open an account with Shanje, but
if
> > anyone can vouch for these folks, this might be a better deal.  $99/yr
gets
> > you:
> >
> > --500MB of Space
> > --Unlimited POP3 Email Accounts
> > --Unlimited Data Transfer
> > --Full Version Shopping Cart Program
> > --Live Statistics
> > --30-day Money Back Guarantee
> > --50% off Reseller Accounts
> > --24 Hour FTP Access
> > --And much, much more...
> > --Cold Fusion 4.5
> > --FrontPage 2000 Extensions
> > --Database Support
> > --CGI/Perl
> > --ASP
> > --Password Protected Directories
> > --SSL Security
> > --PHP Server Extensions
> > --Just to name a few...
> >
> > They claim to have been in business over 6 years.
> >
> > Thanks,
> > Dave
> >
>
> --

> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Protecting Content / content leeching... A CF method?

2000-10-01 Thread Jake Hileman

Does doing this part of what you said:
"> 
src="picture.cfm?picture=#URLEncodedFormat(encrypt('C:\WINNT\Help\iis\htm\tu
> torial\rock.jpg', mykey))#">"

slow down things considerably?  Using the encrypt and then using the decrypt
later.

Thanks,

Jake

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
DivineWEB - Web Hosting
Cold Fusion / ASP / mySQL
Http://www.divineweb.com
Design: http://www.18go.com

- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, October 01, 2000 9:23 AM
Subject: Re: Protecting Content / content leeching... A CF method?


> To expand on this a little further, you could use the following code...
>
> index.cfm
> 
>  file="c:\key.txt"
> variable="mykey">
> 
src="picture.cfm?picture=#URLEncodedFormat(encrypt('C:\WINNT\Help\iis\htm\tu
> torial\rock.jpg', mykey))#">
>
> picture.cfm
> 
>  file="c:\key.txt"
> variable="mykey">
> 
>  de('image/jpeg'))>
> 
>
> key.txt
> 
> anythingyoulikeasanencryptionkey
>
> As you can see in this example the encryption key is stored in a file
called
> key.txt but could just as easily come from a database, either way you can
> change it with ease.  You could even set up a scheduled task to randomise
> the key on an hourly basis if you wanted (depending on just how secure you
> want it).
>
> The file name is also URLEncoded to avoid html characters from messing up
> the string.
>
> If you are running NT4 you probably have the image I used as an example on
> your system, and it is not in the web servers path anywhere, yet will
> display correctly.  You will also be able to see (by viewing source) that
> the chance of anyone guessing a correct sequence is remote at best. Using
> "anythingyoulikeasanencryptionkey" as the key the img tag becomes...
>
> 
src="picture.cfm?picture=G6%205OOB%29RHZN%5B5%3FOPH%5E%5C%26E%5BF%2AITD1P%2D
> N2BZ%29%257A%2A%23N%28WP%3D8%3EW6%3AF%3B%0A">
>
> and if that isn't secure enough for you, then nothing is!
>
> The supplied code will work fine for .gif, .jpg and .jpeg images, but you
> will have to modify it slightly if you use png or other formats.
>
> Have fun.
>
> --
> James Smith
> [EMAIL PROTECTED]
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



New SuperiorHosts.com *CF STYLE*

2000-10-04 Thread Jake Hileman

Okay guys, with your help, I finally launched
http://www.SuperiorHosts.com v2.0

Took me 5 weeks and a lot of testing and more testing.. and some more
testing. :P
It's written in CF and uses mySQL as the database on Windows 2000 Server.

I added features like articles, host comments, article comments and a
forum/message board... and more. :-)

I was constantly asking questions in here and I wanted to show my
appreciation by showing you the site.  Please feel free to visit and check
it out!  If you find any errors (i'm sure you will.. I can only check so
much.) please let me know!

I designed, "lay'ed out", programmed and configured the server.. it sucks
doing everything by yourself.

This is my first real CF site, since I'm only 19, I'm sure I have plenty of
time to make some more sites!

Everyone email me or reply to the list and let me know what you think.. ALL
COMMENTS are appreciated--especially from you guys!

cf rockz,


jake


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: New SuperiorHosts.com *CF STYLE*

2000-10-04 Thread Jake Hileman

Cool thanks for all the tips, gonna change them all!

jake
- Original Message -
From: "David Shadovitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2000 10:40 PM
Subject: Re: New SuperiorHosts.com *CF STYLE*


> Jake,
>
> Very good!
>
> On the Contact page, change the submit button's text from "Submit Query"
> to "Send Comment".  Also, you should provide an email address.
>
> On the Search page, my query returned 103 rows.  The first page displayed
> 16, and the "Next" link says "Next 15".  Why 16 and then 15?  Also, show
> the row number at the left of each row, for easy reference.
>
> The top nav links include "Search" but when I click on it, the breadcrumb
> nav calls it "Power Search".  The "Quick Search" link brings up "Search".
>  The names should agree.
>
> The SuperiorHosts logo is very different on the home page than on the
> Message Board.
>
> Bad grammar in Showcases: "Check them out if your looking" -- should be
> "you're"
>
> Spotlight on Kablosion: "This company has 0 comments.  Click HERE to read
> them."  Umm, maybe if there are 0 comments you shouldn't write "Click
> HERE..."
>
> -David
>
> On Wed, 4 Oct 2000 21:33:10 -0400 "Jake Hileman" <[EMAIL PROTECTED]>
> writes:
> > Okay guys, with your help, I finally launched
> > http://www.SuperiorHosts.com v2.0
> >
> > Took me 5 weeks and a lot of testing and more testing.. and some
> > more
> > testing. :P
> > It's written in CF and uses mySQL as the database on Windows 2000
> > Server.
> >
> > I added features like articles, host comments, article comments and
> > a
> > forum/message board... and more. :-)
> >
> > I was constantly asking questions in here and I wanted to show my
> > appreciation by showing you the site.  Please feel free to visit and
> > check
> > it out!  If you find any errors (i'm sure you will.. I can only
> > check so
> > much.) please let me know!
> >
> > I designed, "lay'ed out", programmed and configured the server.. it
> > sucks
> > doing everything by yourself.
> >
> > This is my first real CF site, since I'm only 19, I'm sure I have
> > plenty of
> > time to make some more sites!
> >
> > Everyone email me or reply to the list and let me know what you
> > think.. ALL
> > COMMENTS are appreciated--especially from you guys!
> >
> > cf rockz,
> >
> >
> > jake
> >
> >
> >
> -
> -
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
>
> > or send a message to [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
>
> 
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: New SuperiorHosts.com *CF STYLE*

2000-10-05 Thread Jake Hileman

haha first CF error!  finally we found one!  i uploaded that page before i
went to sleep and didn't check it i don't know what i was thinking with
DateTime format.. :-)

it's fixed, small little thing
AT #DateFormat(Now(), "mm/dd/yy")# #TimeFormat(Now(), "hh:mm")#

Didn't realize what I was doing.. :-)  Go and suggest or do whatever you
were trying do before now. :)

there a few things graphic and text wise that need to be fixed also that you
guys have pointed out which was cool.. over all everything seems to work
okay though. :-)

thanks for the help everyone!!  you guys are great!

jake
- Original Message -
From: "Dick Applebaum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 05, 2000 6:02 AM
Subject: Re: New SuperiorHosts.com *CF STYLE*


> Jake
>
> Just went to your site... nice!
>
> I tried to submit a Host to checkout & got the error below.
>
> Dick
>
>
> ---
>
> Error Occurred While Processing Request
>
>   Error Diagnostic Information
>
>   An error occurred while evaluating the expression:
>
>   #DateTimeFormat(Now(), "mm/dd/yy hh:mm")#
>
>   Error near line 13, column 5.
>
>
>   There is no ColdFusion function named DateTimeFormat. Check the
> spelling of the function name in the ColdFusion
>   documentation
>
>   The error occurred while processing an element with a general
> identifier of (#DateTimeFormat(Now(), "mm/dd/yy hh:mm")#),
>   occupying document position (13:4) to (13:44).
>
>   Date/Time: 10/05/00 05:49:03
>   Browser: Mozilla/4.61 (Macintosh; I; PPC)
>   Remote Address: 38.29.181.232
>   HTTP Referer: http://www.SuperiorHosts.com/sh/contact.cfm
>
> ---
>
>
> The host I was Recommending is:
>
>Jason
>Barney
>[EMAIL PROTECTED]
>
> I have used http://www.onviasites.com (formerly itool/zanova) since
> June 1998.  They are rock solid, reasonably-priced, good feature set
> and provide great support.
>
> The contact above is CTO and one of the founders.
>
> Check 'em out!
>
> Dick Applebaum
> [EMAIL PROTECTED]
>
> ---
>
>
>
> At 9:33 PM -0400 10/4/00, Jake Hileman wrote:
> >Okay guys, with your help, I finally launched
> >http://www.SuperiorHosts.com v2.0
> >
> >Took me 5 weeks and a lot of testing and more testing.. and some more
> >testing. :P
> >It's written in CF and uses mySQL as the database on Windows 2000 Server.
> >
> >I added features like articles, host comments, article comments and a
> >forum/message board... and more. :-)
> >
> >I was constantly asking questions in here and I wanted to show my
> >appreciation by showing you the site.  Please feel free to visit and
check
> >it out!  If you find any errors (i'm sure you will.. I can only check so
> >much.) please let me know!
> >
> >I designed, "lay'ed out", programmed and configured the server.. it sucks
> >doing everything by yourself.
> >
> >This is my first real CF site, since I'm only 19, I'm sure I have plenty
of
> >time to make some more sites!
> >
> >Everyone email me or reply to the list and let me know what you think..
ALL
> >COMMENTS are appreciated--especially from you guys!
> >
> >cf rockz,
> >
> >
> >jake
> >
> >
>
>---
---
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal
> >k or send a message to [EMAIL PROTECTED] with
> >'unsubscribe' in the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT Increasing Traffic

2000-10-11 Thread Jake Hileman

You guys are in the development field... how do you go about increasing
traffic to your sites?  What do you tell your clients when they ask how to
increase traffic?

Any ideas other then meta tag optimization and search engines, etc?



Thanks any ideas are appreciated!

Jake
superiorhosts.com

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CACHING queries

2000-10-15 Thread Jake Hileman

When using the following code:



Will that cache for the user, or for the entire server?  I want it to cache
per user...

My main problem is I have a search that has the results ordered by the
RAND() function in mysql.  Now in order to page through the query and not
get the same record more then once, I was caching the query and then paging
through the cached query.

The code above was working fine, until someone told me it is caching at the
server level.  I don't want this because as long as someone is search within
10 minutes, the cache will never be updated with new data, etc.. right?
It'll be running off of the same old cache over and over.

Am I being stupid again?

Thanks

Jake

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ReadyHosting

2000-11-01 Thread Jake Hileman

True.  That's what I'm talking about.Stuff never is as good as it
seems.. ESPECIALLY with the 'net :-)

check out www.superiorhosts.com (gotta plug my site.. that's why it's there
though, to help you find a host.. )

jake
- Original Message -
From: "Parker, Kevin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 01, 2000 8:35 PM
Subject: RE: ReadyHosting


> I just tried emailing their tech support area and the messages bounced 4
> times.
>
>
> 
> Kevin Parker
> Service and Communication
> WorkCover Corporation
>
> [EMAIL PROTECTED]
>
> ph:  +61 8 82332548
> fax: +61 8 82332000
> 
>
>
> -Original Message-
> From: Rob Keniger [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 2 November 2000 11:47:AM
> To: CF-Talk
> Subject: ReadyHosting
>
>
> Hi there,
>
> I'm considering moving hosting providers and I was just pointed to
> http://www.readyhosting.com who have an amazing $99.00 per year deal with
> unlimited data transfer, ASP/CF4.5/Perl/PHP and 500MB of storage. This
> sounds too good to be true (and I know these things usually are)
>
> Has anyone had any experience with these guys, good or bad?
>
> --
>
> Rob Keniger
>
> big bang solutions
>
> 
> 
>
> --
--
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>
>
>
>

> This e-mail is intended for the use of the addressee only. It may contain
> information that is protected by legislated confidentiality and/or is
> legally privileged. If you are not the intended recipient you are
prohibited
> from disseminating, distributing or copying this e-mail. Any opinion
> expressed in this e-mail may not necessarily be that of the WorkCover
> Corporation of South Australia. Although precautions have been taken, the
> sender cannot warrant that this e-mail or any files transmitted with it
are
> free of viruses or any other defect.
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail and any
copies.
>

> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Memory Hog!

2000-05-14 Thread Jake Hileman

Just checked it again, right now without me even running any CF
applications, cfserver.exe has reached 38,780k of RAM.  I'm using Windows NT
2000.  Also, I'm having the same problem with SQL Server.. I'm barely using
it, and it hit 70 megs of ram.  Hmmm, inetinfo.exe and everything else stays
under 10 or so.  Actually homesite.exe sometimes hits 30 megs of ram...
think there is a memory problem in win2k?

Let me know,

Jake

 - Original Message -
From: "David Hannum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 14, 2000 8:45 PM
Subject: Re: Hi


> >And cold fusion eats up 10x the memory that ASP did.  I
> > haven't even really run any programs except the sample ones and the
> > cfserver.exe was using 30 megs of ram on nt2k
>
> Jake,
>
> It's gotta be something in your setup.  We use CF for some very processor
> intensive apps, and we NEVER reach anywhere near
> that kind of RAM usage.  The most I've ever seen the meter hit was about
> 18meg - and I had the thing caught in a loop.  (NT4.0 SP5 running CF
> Enterprise 4.01).  I think you'll find CF quite capable of running the
> "complex" tasks mentioned by Steve as well as ASP.
>
> Dave
>
>
>
> - Original Message -
> From: Jake Hileman <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 14, 2000 7:06 PM
> Subject: Re: Hi
>
>
> > Boom!  That's exactly why I switched... right now I'm looking for a good
> > resource.  ASP has activerserverpages.com, aspin.com etc.. cold fusion
> falls
> > short in that area.  And cold fusion eats up 10x the memory that ASP
did.
> I
> > haven't even really run any programs except the sample ones and the
> > cfserver.exe was using 30 megs of ram on nt2k.  My inetinfo which is
> running
> > asp apps while we speak was only using 7 megs.  :-(  That really stinks.
> > Anyhow I'm looking for some resources and a good, free or inexpensive
> > shopping cart.. one like www.ihtmlmerchant.com .. something comparable
to
> > that!
> >
> > Thanks,
> >
> > Jake
> > - Original Message -
> > From: "Steve Minton" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, May 14, 2000 6:59 PM
> > Subject: RE: Hi
> >
> >
> > > The reasons that I decided to turn to CF are:
> > >
> > >   1) While ASP is great for complex programming tasks, it is awkward
and
> > > unwieldy for simple tasks such as merely presenting data from a
> database.
> > >
> > >   2) Whilst considering CF, I also took a brief look at PHP3, although
I
> > > found that this would not be suitable for my needs, as its integration
> > with
> > > MySQL is too complex. I also primarily work on a Windows based
platform
> > and
> > > therefore prefer the ODBC support offered by this system.
> > >
> > >   3) Finally, CF actually looks *fun* to use! It has a good structured
> > > development environment (CF Studio) which is where ASP sorely falls
> > short -
> > > although there are rumours that MM Ultradev will go some way to
> resolving
> > > this.
> > >
> > >
> > > Regards
> > >
> > > Steve Minton
> > > [EMAIL PROTECTED]
> > >
> > >
> > > -Original Message-
> > > From: Tom Harris [mailto:[EMAIL PROTECTED]]
> > > Sent: 14 May 2000 21:46
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Hi
> > >
> > >
> > > Steve:
> > > I'm sure everyone wants to know... what are the specific reasons you
> > decided
> > > on CF?
> > >
> > > Tom
> > >
> > > - Original Message -
> > > From: "Steve Minton" <[EMAIL PROTECTED]>
> > > To: "Cf-Talk" <[EMAIL PROTECTED]>
> > > Sent: Sunday, May 14, 2000 4:08 PM
> > > Subject: Hi
> > >
> > >
> > > > Hi Everyone
> > > >
> > > > I'm new to this list and just thought I'd briefly introduce myself.
> > > >
> > > > My name is Steve Minton and I am a Senior Web Designer/Developer,
with
> > > > Development skills in ASP (3 years). However, I felt the time had
come
> > to
> > > > learn something new, and decided upon Cold Fusion.
> > > >
> > > > You will therefore be hearing a lot from me over the coming weeks
;-).
> > > >
> > > > Of course if anyone has any ASP queries then feel free to

Re: Memory Hog!

2000-05-15 Thread Jake Hileman

Okay, well that's completely unacceptable.  I'm using CF 4.5 and I haven't
run one script since I rebooted, and it's using 15 megs of ram.  I am also
going to be offering it in a shared hosting environment, and 180 megs of
unacceptable also.  I checked MS' Site and they are having problems with
Win2k leaking memory in the first place and I tried to get the SP1 for 2k
but they are still in beta with it.  It's got to be a mem leak because
homesite is using 22,000k and sql server hit 80,000k with VERY light usage.
If cf 4.5 uses that much memory by default, I'm going to have to switch back
to asp.

jake
- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 12:39 AM
Subject: RE: Memory Hog!


> > I thought there was some rumblings about win2k and the
> > ODBC/MDAC that CF installs on win2k with CF Enterprise
>
> That's a different problem. Versions before CF 4.5.1 would install MDAC
2.1
> on Win2K, even though it has MDAC 2.5 already.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Hi

2000-05-15 Thread Jake Hileman

I'm using cf 4.5 and right now it's using 14,688k of memory with NO one
hitting it all, I haven't loaded one cf page since it restarted.

Jake
- Original Message -
From: "Russ Michaels" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 9:44 AM
Subject: Re: Hi


> No resources for CF, Are you mad???
>
> Despite the masses of stuff on Allaire's Developer Exchange, what about
the
> many many sites like:-
>
> cfsearch.com
> forta.com
> cfspot.com
> cfadvisor.com
> cfmcentral.com
> cfscripts.com
> houseoffusion.com
> etc etc.. at all of these sites you will find hundreds more links.
>
> If CF used 10x more memory than ASP, I along with many others certainly
> wouldn't be using it. You have a configuration problem.
>
> And as you mentioned you are running NT2k, in other words Windows 2000,
> only CF4.5 has been tested with this, so if you using anything older, this
> may be the problem.
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: and IIS

2000-05-15 Thread Jake Hileman

Yeah there is a way and I just set that up actually.  But you can't do it in
CF, must be done in ASP.  :-(  There is a way to do it with WSH but it's a
big security risk.

email me for more info.. I should probably sell what I wrote.. a lot of
people seem to want something like it.  :-)

Jake
- Original Message -
From: "Todd Ashworth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 5:26 PM
Subject:  and IIS


> Does anyone know of a way to have CF interact with IIS?  Basically, what I
> am trying to do is make a CF app. that will set up the directories and
paths
> and settings in IIS to get a web site up and going, 100% configured,
without
> using the IIS management console.  I'm sure there's a way to do it .. just
> not sure how to approach the problem.
>
> .Todd
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Web Store

2000-05-15 Thread Jake Hileman

If anyone here is or has used CF web store, please email me.. :-)

thanks guys,

[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Slightly OT: Lighten things up a little

2000-05-15 Thread Jake Hileman

word, that's what i'm saying... school can NOT keep up. half the professors
there got their degrees in the early 80s and late 70s... bleh.. please mr.
professor have a seat, lemme show ya a lil' sumtin sumtin.. :-)

as you can tell, i'm young, i'm 18, own my own hosting company and finished
my first year of college this year.. and guess what... it's my last too.

learning cf now... cf rocks... but it uses too much mem.. hahaha

thanks guys, rock on.

jake
- Original Message -
From: "Michael Kear" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 6:57 PM
Subject: RE: Slightly OT: Lighten things up a little


> This will amuse some of you no doubt ... my 20 year old son dropped out of
> university.  He just wouldn't put in the work and the results reflected
> his effort.   He's got a job in a support department for a software
> company.
>
> After he made the decision to drop out (only days before the decision was
> made for him I should add) he sat back in the couch and said "A. At
> last.  I'm finished with all that learning!"
>
> HEhehe  . hate to have bad news for you kid, but your learning's only just
> started.
>
> Seems to me the vast majority of people earning a living in Internet
> disciplines are doing things they never learned in university.  Technology
> is just moving far too fast for schools to keep up.
>
> Similarly, if we let our own knowledge fall behind, we're dead ducks.
>
>
> Cheers,
> Mike Kear
> AFP Web Development
> Windsor, NSW, Australia
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Able Commerce

2000-05-15 Thread Jake Hileman

Anyone use Able Commerce?

if you do, tell me :-)

Jake

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFPOP

2000-11-01 Thread Jake Hileman - Patmos

How can I get my CFPOP to actually display and use the reply-to address?
the #replyto# var isn't working

i'm using cf 4.5.1 sp1 on nt2k.

thanks

jake


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP - GetMail400 error

2000-11-01 Thread Jake Hileman - Patmos

haha, im telling you, i can't even get the "replyto" var set... so i can't
make a page that lets users reply to email...


wtf.

jake
- Original Message -
From: "Dylan Bromby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 01, 2000 7:17 PM
Subject: CFPOP - GetMail400 error


> Anyone ever seen a GetMail 400 error? Anyone know how to get around it?
>
> For that matter, has *anyone* got a *really* good CFPOP implementation
that
> doesn't freak out with multipart MIME attachments?
>
> --Dylan
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



CFPOP - replyto variable

2000-11-02 Thread Jake Hileman - Patmos

I can't seem to get the replyto variable to pull out the reply information.
I've got to be able to reply to email messages online... what good is web
based email if you can't reply! :-)

Here's some code.. the #replyto# is coming up blank.. when the senders email
should be showing up.



 
 
  From:
  #from# (#replyto#)
 

I'm using CF Server Ent, 4.5.1 SP1.

Thanks guys and let me know!

Jake


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



CFPOP

2000-11-02 Thread Jake Hileman - Patmos

Is there an alternative to use CFPOP?  the replyto var is obviously a bug in
cf 4.5.1, sp1, so... is there anything else I can do?

jake


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Paranoid programming...

2000-11-02 Thread Jake Hileman - Patmos

In Win, you can just set a certain key to 0 and wallah, the CFPassword is no
longer even in use... hosting companies should never let users use the
CFregistry tag.

Anyhow... do any of you boys have a solution to why cfpop won't give me a
valid #replyto# var?  it just pops it out empty... is this a bug?

jake
- Original Message -
From: "Larry W. Virden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 02, 2000 2:36 PM
Subject: Re: Paranoid programming...


>
> From: Gavin Myers <[EMAIL PROTECTED]>
>
> > what about a dummy database?
>
> Now that's an interesting approach - I'll think about this one.
>
> The problem with the idea of storing the password in a file 'accessible
> only by the CF user' is that, under Unix, the server runs as a single
> user.  It gets certain info from LDAP, etc. but runs as a separate, low
> priority user.  So if coldfusion can read the file, so can everyone
else...
> --
> Never apply a Star Trek solution to a Babylon 5 problem.
> Larry W. Virden  http://www.purl.org/NET/lvirden/>
> Even if explicitly stated to the contrary, nothing in this posting should
> be construed as representing my employer's opinions.
> -><-
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP

2000-11-02 Thread Jake Hileman - Patmos

> Now I use Howie's iMS and have done away with CFPOP and CFMAIL altogether
:)

What's this?  where can I get?

jake


>
> Cheers,
> -Max
>
>
>
> At 11/2/2000 08:32 AM -0500, you wrote:
> >Not all emails have a reply-to header so it's possible that this is
blank.
> >What you might try is using the From var if the replyto is blank.
> >
> >HTH,
> >
> >Howie Hamlin - inFusion Project Manager
> >On-Line Data Solutions, Inc.
> >www.CoolFusion.com
> >631-737-4668 x101
> >inFusion Mail Server (iMS) - the World's most configurable mail server
> >
> >
> >- Original Message -
> >From: "Jake Hileman - Patmos" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Wednesday, November 01, 2000 6:27 PM
> >Subject: CFPOP
> >
> >
> >> How can I get my CFPOP to actually display and use the reply-to
address?
> >> the #replyto# var isn't working
> >>
> >> i'm using cf 4.5.1 sp1 on nt2k.
> >>
> >> thanks
> >>
> >> jake
> >>
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: WOO HOO =)

2000-11-03 Thread Jake Hileman - Patmos

No problem man.. you can send the check to my home address.

:-)

Jake
- Original Message -
From: "William J Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 03, 2000 1:27 PM
Subject: WOO HOO =)


> Ok i'm happy i just passed my Certification test. So i wanted to
celebrate,
> and thanks to everyone who has helped me with
> problems in the past i appreciate it =)
>
>
>
> Bill Wheatley
> Director of Development
> AEPS INC
> Allaire ColdFusion Consulting Partner
> Allaire Certified ColdFusion Developer
> http://www.aeps.com
> ICQ: 417645
> http://www.aeps2000.com
> 954-472-6684 X303
>
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Passing PWs via URL bar

2000-11-06 Thread Jake Hileman - Patmos

Any idea how I can encode/encrypt a pw to be passed via the URL bar?
Encrypt and URLEncode don't play nice together.  :-)


Any ideas?

jake


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFXHosting, and message boards.I made a boo boo.

2000-11-07 Thread Jake Hileman - Patmos

www.e-zonemedia.com

jake
- Original Message -
From: "Angél Stewart" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 07, 2000 9:40 AM
Subject: CFXHosting, and message boards.I made a boo boo.


> Well..I was contracted to develop a website from scratch for a local
> company.
> I of course, decided to go with CF for the database interaction for the
> site. I had Hostpro.net in mind for hosting, but I just randomly threw in
a
> couple others just for the heck of it.
>
> It so happens that the 'boss' decided to go with CFX Hosting instead of
what
> I recommended..and CFX Hosting BASIC to boot!
>
> So.
>
> Here I am , with just one DSN, and no CGI support for message boards etc.
>
> I need to know whether there are any decent CF Message boards out there,
> that are fairly cheap.
>
> Good lord.
> That'll teach me to do up proposals in a hurry :(
>
> -Gel
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



cf host..

2000-11-07 Thread Jake Hileman - Patmos

for the previous message, check www.superiorhosts.com for a cf host..

:-)

jake
- Original Message -
From: "Angél Stewart" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 07, 2000 9:40 AM
Subject: CFXHosting, and message boards.I made a boo boo.


> Well..I was contracted to develop a website from scratch for a local
> company.
> I of course, decided to go with CF for the database interaction for the
> site. I had Hostpro.net in mind for hosting, but I just randomly threw in
a
> couple others just for the heck of it.
>
> It so happens that the 'boss' decided to go with CFX Hosting instead of
what
> I recommended..and CFX Hosting BASIC to boot!
>
> So.
>
> Here I am , with just one DSN, and no CGI support for message boards etc.
>
> I need to know whether there are any decent CF Message boards out there,
> that are fairly cheap.
>
> Good lord.
> That'll teach me to do up proposals in a hurry :(
>
> -Gel
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



Re: please recommend cf host

2000-11-13 Thread Jake Hileman - Patmos

www.superiorhosts.com

jake
- Original Message -
From: "Arden Weiss" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Cc: "Bill Riley (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, November 13, 2000 11:08 AM
Subject: RE: please recommend cf host


> www.Edgewebhosting.com has worked very very well for me -- standard price
> -- execlent/fast tech support -- they know CF -- talk with Bill Riley or
> Vlad...
>
> Arden Weiss
> 410-757-3487
>
> -Original Message-
> From: Michael She [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, November 13, 2000 9:43 AM
> To: CF-Talk
> Subject: RE: please recommend cf host
>
>
>
>
> www.crystaltech.com.  Cheap prices, large feature set, and extremely good
> tech support.
>
>
>
>
>
>
> "Jason Egan" <[EMAIL PROTECTED]> on 11/10/2000 01:45:49 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   CF-Talk <[EMAIL PROTECTED]>
> cc:(bcc: Michael She/TOR/PBC)
>
> Subject:  RE: please recommend cf host
>
>
>
>
> konnections
> 801-621-8511
>
> -Original Message-
> From: Michael Slatoff [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 10, 2000 9:49 AM
> To: CF-Talk
> Subject: Re: please recommend cf host
>
>
> Try using CFHosting
> www.cfhosting.com
>
>
> "Philip Denlinger" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am a fledgling cf user and am looking for a cf host.
> >
> > This site is the archives of a science journal, with
> > abstracts in HTML, and full text articles in PDF.
> >
> > Here are the characteristics of the site:
> >
> > NEEDS:
> > -
> >
> > Traffic:  Average 250 megs transfer per month
> >
> > Disk space:  Currently 470 megs, grows by 125 megs per year
> >
> > Needs: Verity collection to index PDF
> >
> > Needs: CFCONTENT tag to push PDF to registered users who are granted
> access
> > by IP or by userid/password.
> >
> > Access database
> >
> > Site (currently unix) at: 
> >
> > If you are recommending a host, please include the address of your
> > site located at that host. With your permission, I will run a
> > Netmechanic Serverwatch for 8 hours to check out your host's
> > performance.
> >
> > 
> >
> > Thanks.
> >
> >
> >
> --
> --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send
> a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>
>
> --
-
> -
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>
> --
-
> -
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>
>
>
>
>
>
> 
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: How To Determine Logged In Users

2000-11-16 Thread Jake Hileman - Patmos

Actually, the way I do it is set a cookie.  Then at the top of all the pages
that are "login" protected, I check for the cookie.. if it exists I know
they are logged in since the cookie can't be set unless they are
successfully login.

United Federation of Slow (not very smart) CF Programmers,


Jake
- Original Message -
From: "Shawn Regan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 16, 2000 10:50 AM
Subject: RE: How To Determine Logged In Users


> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C04FE4.F1C0BA90
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> You could always insert the user info into a table when then login.
>
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
>
>
> -Original Message-
> From: AustralianAccommodation.com Pty. Ltd.
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 15, 2000 12:51 PM
> To: CF-Talk
> Subject: How To Determine Logged In Users
>
>
> Just wondering how I can go about coding so I can determine the names of
> those members who are currently logged into my website. At the moment I
can
> determine the number of persons logged in and their ip addresses however I
> am wanting  to try and take it to the next step so that I can see who
> exactly is logged in
>
>
> Kind Regards
>
> Claude Raiola (Director)
> AustralianAccommodation.com Pty. Ltd.
> Email: [EMAIL PROTECTED]
> Developers Of:
>   Website: www.AustralianAccommodation.com
>   Website: www.AccommodationNewZealand.com
>
>
> --
--
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>
> --_=_NextPart_001_01C04FE4.F1C0BA90
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>  charset=3Diso-8859-1">
>  5.5.2650.12">
> RE: How To Determine Logged In Users
> 
> 
>
> You could always insert the user info into a table =
> when then login.
> 
>
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
> 
> 
>
> -Original Message-
> From: AustralianAccommodation.com Pty. Ltd.
> [ HREF=3D"mailto:[EMAIL PROTECTED]">mailto:director@Aus=
> tralianAccommodation.com]
> Sent: Wednesday, November 15, 2000 12:51 PM
> To: CF-Talk
> Subject: How To Determine Logged In Users
> 
> 
>
> Just wondering how I can go about coding so I can =
> determine the names of those members who are currently logged into my =
> website. At the moment I can determine the number of persons logged in =
> and their ip addresses however I am wanting  to try and take it to =
> the next step so that I can see who exactly is logged in 
> 
>
> Kind Regards
> 
>
> Claude Raiola (Director)
> AustralianAccommodation.com Pty. Ltd.
> Email: [EMAIL PROTECTED]
> Developers Of:
>  SIZE=3D2>  =
> Website: www.AustralianAccommodation.com
>  SIZE=3D2>  =
> Website: www.AccommodationNewZealand.com
> 
> 
>
>  SIZE=3D2>---=
> -
> Archives:  HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
> TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
> 
> Unsubscribe:  HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
> TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
>  or send a message with 'unsubscribe' in the body to =
> [EMAIL PROTECTED]
>
> 
> 
> --_=_NextPart_001_01C04FE4.F1C0BA90--
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: cd-rom based applications

2000-11-16 Thread Jake Hileman - Patmos

the new generator lets you do all kinds of crazy stuff.  like integrate
flash with databases... etc.. my buddy at chuck-e-cheese has been messing
with it.. it's amazing.

jake
- Original Message -
From: "Shawn Regan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 16, 2000 10:55 AM
Subject: RE: cd-rom based applications


> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C04FE5.9D3B4D10
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> I need to search a file that will hold information on 90 products. So i
need
> to do a catalog search by partnumber, and then i need to give them a
> different search front that lets them put in three vars.
>
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
>
>
> -Original Message-
> From: Paul Mone [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 15, 2000 9:17 PM
> To: CF-Talk
> Subject: RE: cd-rom based applications
>
>
> What are you using to build the application?
>
> If you're using Director, I'm pretty sure you can accompplish something
like
> this via Lingo.  Then again, this all depends on what you're searching?
>
> If you're searching files, you'll have to consider the different
> platforms/filesystems that your CDROM will be running on.
>
> -Original Message-
> From: Shawn Regan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 15, 2000 2:36 PM
> To: CF-Talk
> Subject: cd-rom based applications
>
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C04F54.76265940
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> has anyone done a cd-rom application for any client that had to have
> searching functions? If so how did you go about doing it?
>
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
>
>
>
> --_=_NextPart_001_01C04F54.76265940
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>  charset=3Diso-8859-1">
>  5.5.2650.12">
> cd-rom based applications
> 
> 
>
> has anyone done a cd-rom application for any client =
> that had to have searching functions? If so how did you go about doing =
> it?
>
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
> 
>
>    =20
> 
>
> 
> 
> --_=_NextPart_001_01C04F54.76265940--
> --
--
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>
> --
--
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
> message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>
> --_=_NextPart_001_01C04FE5.9D3B4D10
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>  charset=3Diso-8859-1">
>  5.5.2650.12">
> RE: cd-rom based applications
> 
> 
>
> I need to search a file that will hold information on =
> 90 products. So i need to do a catalog search by partnumber, and then i =
> need to give them a different search front that lets them put in three =
> vars.
>
> Shawn Regan
> [EMAIL PROTECTED]
> Cold Fusion Developer
> Pacific Technology Solutions
> 
> 
>
> -Original Message-
> From: Paul Mone [ HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]=
>
> Sent: Wednesday, November 15, 2000 9:17 PM
> To: CF-Talk
> Subject: RE: cd-rom based applications
> 
> 
>
> What are you using to build the application?
> 
>
> If you're using Director, I'm pretty sure you can =
> accompplish something like
> this via Lingo.  Then again, this all depends =
> on what you're searching?
> 
>
> If you're searching files, you'll have to consider =
> the different
> platforms/filesystems that your CDROM will be =
> running on.
> 
>
> -Original Message-
> From: Shawn Regan [ HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 15, 2000 2:36 PM
> To: CF-Talk
> Subject: cd-rom based applications
> 
> 
>
> This message is in MIME format. Since your mail =
> reader does not understand
> this format, some or all of this message may not be =
> legible.
> 
>
> --_=3D_NextPart_001_01C04F54.76265940
> Content-Type: text/plain;
>      SIZE=3D2>charset=3D"iso-8859-1"
> 
>
> has anyone done a cd-rom application for any client =
> that had to have
> searching functions? If so how did you go about =
> doing it?
> 
>
> Shawn Regan
> [EMAIL PROTECTE

Re: Certification Exam

2000-11-17 Thread Jake Hileman - Patmos

I took the Brainbench the CF test, I took it after 4 weeks of using Cold
Fusion. I think I received a 3.41... I'd like to take it again and see if I
can get the masters cf programmer certificate.  Even with books, it's still
tough to get the masters, but easy I think to get just get the normal
certificate.

United Federation of Slow (not very smart) CF Programmers,

heh
jake

- Original Message -
From: "G" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 11:12 AM
Subject: Re: Certification Exam


> I wouldn't quite slap the "certified" tag on ya yet Rich :)
>
> I've taken the Brainbench test at the request of several recruiters.
> They tend to use it as a measure of proficiency in a given language, and
> use that as they try and place people with a job that fits their skill
> level.  So in that capacity, it can be a valuable test.  I also found the
> Cold Fusion test to be challenginga very good test of the language in
> just 40 questions.  However, beyond that, I don't know if it holds any
> water as far as certification is concerned.
>
> Brian
> - Original Message -
> From: ibtoad <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Thursday, November 16, 2000 2:07 PM
> Subject: RE: Certification Exam
>
>
> > Hey I just passed the Brainbench CF 4.5 certification. What exactly
> does
> > that mean? Can I call myself a Certified ColdFusion Developer now or do
> I
> > need to pass Allair's test for that title??
> >
> > Thanks,
> > Rich
> >
> > -Original Message-
> > From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 16, 2000 12:41 PM
> > To: CF-Talk
> > Subject: Re: Certification Exam
> >
> >
> > One thing to keep in mind is that everyone who has taken the exam is
> under a
> > non-disclosure agreement with regards to the exam.  While a high level
> > overview of the areas to study is reasonable, going much further than
> that
> > is not appropriate.
> >
> > DC
> > --
> > David E. Crawford
> > Certified ColdFusion Developer
> > Actek, Inc.
> >
> > ---
> -
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> send a
> > message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
> >
> > ---
> -
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
> >
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF HOST for XXX content

2000-11-20 Thread Jake Hileman - Patmos

Check out www.superiorhosts.com, they've got a search there, you can specify
XXX and Cold Fusion.

jake
- Original Message -
From: "Martin S" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, November 18, 2000 9:11 PM
Subject: CF HOST for XXX content


> Anybody know of CF HOSTING SITES that allow XXX content?  If so a list of
a
> them would be great so I can compare them...also any personal
> recommendations would be great.
>
> More the meria!!
>
>
>
> >From: "Brian L. Wolfsohn" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: What's running on my machine
> >Date: Sat, 18 Nov 2000 18:44:27 -0500
> >
> >IS it possible to have a .cfm template return the names of all
applications
> >created with cfapplication currently running on a given machine ??
> >
> >
> >
> >
> >
> >~~
> >Structure your ColdFusion code with Fusebox. Get the official book at
> >http://www.fusionauthority.com/bkinfo.cfm
> >
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL Fails to Send

2000-11-28 Thread Jake Hileman - Patmos

Has anyone had any success getting the REPLYTO var to work and actually put
the replyto email address in it as it's value?

I wrote a webmail program.. and I can't make a reply page because I can't
grab the replyto address.

I'm using CF 4.5.1 SP2 on RH 6.2 Linux and CF Pro.

Any help?!

jake
- Original Message -
From: "Sean Daniels" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 28, 2000 3:19 PM
Subject: RE: CFMAIL Fails to Send


> > We had some similar problems with CF 4.5.0. as there are know bugs with
> > CFMAIL in that version. Apparently Allaire re-wrote the CFMAIL tag from
> > scratch and didn't catch all the bugs. Upgrading to 4.5.1 seemed to do
fix
> > the problems.
>
> Dang it all. I've had this problem before too, but I was positive they
were
> running 4.5.1. Now I check and see they are running 4.5.0. Must have
> reinstalled for some reason.
>
> Thanks!
>
> - Sean
>
> ~~
>   Sean Daniels
>   Manager, Engineering
>   Marketplace Technologies
>   (T): 207.363.7374
>   (C): 207.332.6340
> ~~
>   http://www.dealforce.com
>   http://www.mergernetwork.com
>
>
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting info from IIS

2000-11-29 Thread Jake Hileman - Patmos

I seem to see a lot of requests for those kind of utilities.

I've got some utilities here that let me set up new WWW accounts from the
web for me I'm willing to "liquidate". :-)

jake.
- Original Message -
From: "Billy Cravens" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 11:19 AM
Subject: Re: Getting info from IIS


> Can you post some basic code?  I know how to interact with IIS in ASP,
> but I've yet to figure out how to do it in ColdFusion.  Where I'm mostly
> interested is configuring and setting up web sites, ftp sites, virtual
> directories, etc.  If you could just show a simple example of hooking
> into the metabase, that would probably get me past that first hump.
>
> TIA.
>
> --
> Billy Cravens
> [EMAIL PROTECTED]
>
>
>
> Dylan Bromby wrote:
> >
> > You can use ADSI to interact pretty deeply with IIS. I don't know about
the
> > current user thread. But there are tons of objects you can access with
ADSI.
> >
> > - Original Message -
> > From: "Tom Espen Pedersen" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 29, 2000 7:23 AM
> > Subject: Getting info from IIS
> >
> > > I was wondering if there's a way to interact with IIS ?
> > > Like reading the "current users" to display the number of active users
on
> > a
> > > site... etc.
> > >
> > > Tom Espen Pedersen
> > > [EMAIL PROTECTED]
> > >
> > > UF+
> > >
> > > ~~
> > > Structure your ColdFusion code with Fusebox. Get the official book at
> > http://www.fusionauthority.com/bkinfo.cfm
> > >
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> > >
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Jake Hileman - Patmos

Check out www.machinedreams.com my buddy runs that company and they have
built the greatest calendar setup ever.  It amazes me, screw the
functionality, it just looks cool. :-)

tell em jake (flux) sent ya,

jake
- Original Message -
From: "Todd Ashworth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 5:25 PM
Subject: Re: CF_Calendar


> I've noticed a lot of people looking for calandars and/or scheduling apps.
> My company needed a hefty one for a current project.  We couldn't find
> anything that suited our needs so we are having to build our own.  It's
> pretty complex.  It takes 6 tables in the database just to schedule an
> event.  It supports almost any type of scheduled event .. including
> complicated ones that look like this:
>
> Class 1
> Number of seats 30
> Price $35
> Location: Building C
> Age Range - N/A
> Monday 5-6pm, Wed. 5-6pm, Friday 3-4:15pm
> >From October 1, 2000 to December 31, 2000
> Except on Dec. 25 because of a holiday
> Monday and Weds classes will be taught by Bob and Fridays classes will be
> taught by Sue.
>
> This is just an example though .. it can hold other events besides
> "classes".  It can be used to schedule a single event for a single day, or
> one that repeates infinately into the future and the past, or even a
> reacurring event that never falls on the same day, at the same time.
>
> Let me tell you what .. setting up the database structure for that was a
> pain ;)
>
> If anyone is interested in a calander/scheduling app with this much
> flexability, I will see about making it available when it's done.  I would
> like to just toss it out open source so everyone can make fun of my
coding,
> but I don't know if the boss will go for that ...
>
> Todd Ashworth
>
> - Original Message -
> From: "Phoeun Pha" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 29, 2000 4:42 PM
> Subject: RE: CF_Calendar
>
>
> | DOn't get it. It's not really administratableblaablaggg.  what i
meant
> | was, the only thing u set on it are the events and dates.  thats all.
> There
> | are some FREE nifty CF based event /planner calendar on the allaire
site,
> | which have a hugeload of cool stuff you can mess around with
>
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists