Re: CF_SAVECONTENT

2002-03-07 Thread Clint Tredway

I agree, but give the guy credit for making his own and learning something.

my 2 cents...

Clint
- Original Message -
From: "Pascal Peters" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 08, 2002 1:51 AM
Subject: RE: CF_SAVECONTENT


> You could have downloaded one of the many versions of that CT from devex
>
> -Original Message-
> From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
> Sent: donderdag 7 maart 2002 21:17
> To: CF-Talk
> Subject: CF_SAVECONTENT
>
>
> For those of you interested, I have created a custom tag that simulates
> the
> functionallity of the  tag from CF 5, however this custom
> tag
> works in CF 4 and up!
>
> Let me know if you would like me to send you a copy.
>
> Thanks!
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_SAVECONTENT

2002-03-07 Thread Pascal Peters

You could have downloaded one of the many versions of that CT from devex

-Original Message-
From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
Sent: donderdag 7 maart 2002 21:17
To: CF-Talk
Subject: CF_SAVECONTENT


For those of you interested, I have created a custom tag that simulates 
the
functionallity of the  tag from CF 5, however this custom 
tag
works in CF 4 and up!

Let me know if you would like me to send you a copy.

Thanks!

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



404 Errors aren't thrown back at the www server?

2002-03-07 Thread Lee Fuller

I thought that CF always thru the generic www service errors back to the
web server itself.. Yes?

Issue is that a link to a non-existent CFM file comes back as a generic
error, when a link to a non-existent HTM file comes back with the proper
error template we've setup in IIS.

Do we really need to use the external error processor for this?

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Schedule woes

2002-03-07 Thread Parker, Kevin

Can someone help me out here please - I'm running short of hair. I had a
scheduled task set up the other day and it worked fine. After using the task
for some time I deleted it (should have kept it so that I could see how I
set it up).

Today I've set up another ask and can't seem to get it to work. I think its
port numbers. Scheduler insists on having a Proxy Port number  - if I leave
it blank I get an error message. If I set it our proxy then the task fails
because it requires proxy authentication. I note that it defaults to 23 for
a new task which doesn't sound right. I have set it the same as the HTTP
Request Port which is 80. The scheduler log reports success but the email
that is supposed to be generated by the task doesn't arrive. Can I assume
that if the server reports success then the task is set correctly in Admin
and it may be a script error.

Kevin Parker



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.
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_FakeURL problems

2002-03-07 Thread list peters

hi

damn..

find and replace hell now..
basehref would work if it wasnt for those pesky mac os X IE browsers.

thanks for your responses on this issue.

Ben Forta, and everyone considering useing this method, you should probably
update the article on fakeurl to let people know that they need to use
absolute url or they will run into problems.

thanks
chad


> I had exactly the same problem, and solved it either with a basehref or
> going to a full url.  Fortunately for various reasons I was already
> using full urls in most places so it wasn't so bad.
>
> --Matt Robertson--
> MSB Designs, Inc.
> http://mysecretbase.com
>
>
>
> -Original Message-
> From: list peters [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 8:22 PM
> To: CF-Talk
> Subject: CF_FakeURL problems
>
>
> hi,
>
> I have implemented something like cf_fakeUrl before but i came across
> some problems.
>
> *  The url string messed up relative links.  eg ../file.cfm doesnt work
> because the url string is sometihng like /page.cfm/id/6/page/front/ so
> ./ would put me in directory that doesnt exist!
>
> Also, it caused the same problems using relative links to images.
>
> I fixed this problem by using the base tag to let the browser know where
> we were.
>
> Unfortunately, on mac os X IE the browser didnt seem to understand the
> base tag and users reported broken images, bad links, etc.
>
> My solution was to use absolute url's for images and links.
>
> This is easy, but my *whole* site is using relative links, and it would
> be a pain to convert everything to absolute links.
>
> My question is, have people had these problems, or is there something in
> fakeurl that solves this problem?
>
> Do i just have to convert everything to absolute url's?
>
> thanks
> chad
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_FakeURL problems

2002-03-07 Thread Matt Robertson

I had exactly the same problem, and solved it either with a basehref or
going to a full url.  Fortunately for various reasons I was already
using full urls in most places so it wasn't so bad.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com



-Original Message-
From: list peters [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 8:22 PM
To: CF-Talk
Subject: CF_FakeURL problems


hi,

I have implemented something like cf_fakeUrl before but i came across
some problems.

*  The url string messed up relative links.  eg ../file.cfm doesnt work
because the url string is sometihng like /page.cfm/id/6/page/front/ so
./ would put me in directory that doesnt exist!

Also, it caused the same problems using relative links to images.

I fixed this problem by using the base tag to let the browser know where
we were.

Unfortunately, on mac os X IE the browser didnt seem to understand the
base tag and users reported broken images, bad links, etc.

My solution was to use absolute url's for images and links.

This is easy, but my *whole* site is using relative links, and it would
be a pain to convert everything to absolute links.

My question is, have people had these problems, or is there something in
fakeurl that solves this problem?

Do i just have to convert everything to absolute url's?

thanks
chad


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SQL Pervasive and Cold Fusion??

2002-03-07 Thread Kwang Suh

Good timing..

Pervasive SQL is your run of the mill SQL database server.  The clien
t
utility is a complete rip-off o f Enterprise Manager.

There's an ODBC driver for it and it uses standard SQL syntax, so I c
an't
see why you CF wouldn't "just work" with it.

-Original Message-
From: kellymconf [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 4:25 PM
To: CF-Talk
Subject: SQL Pervasive and Cold Fusion??


Hi! Has anyone ever dealt with SQL Pervasive?  Basically I have a new
 client
and their Association Mgmt Software
backend is SQL Pervasive. I have never heard of this.  They basically
 view
the database portion of it in Access
yet supposedly it is not an access back end.  Anyway we are going to 
need to
set up an ODBC datasource for this
database that we will be connecting to from a remote location. That p
art
should be easy, but since i know
nothing about Pervasive I am not aware how to even add a login, so th
at Cold
Fusion can connect to it etc. Anyone
have any info about it or could you point me in the right direction?
Thanks
Kelly

~~
Kelly Matthews
Senior Programmer
[EMAIL PROTECTED]
http://www.allsoldout.net
703.387.4000 x 35
~~

_
_
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_FakeURL problems

2002-03-07 Thread Paul Giesenhagen

We ran into the problem here and there, but most of our links already wer
e
Absolute url's so it worked out great for us ... not too big of a pain.

Time for some search and replace :)

Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector - Commerce Builder


> hi,
>
> I have implemented something like cf_fakeUrl before but i came across s
ome
> problems.
>
> *  The url string messed up relative links.  eg ../file.cfm doesnt work
> because the url string is sometihng like /page.cfm/id/6/page/front/ so 
./
> would put me in directory that doesnt exist!
>
> Also, it caused the same problems using relative links to images.
>
> I fixed this problem by using the base tag to let the browser know wher
e
we
> were.
>
> Unfortunately, on mac os X IE the browser didnt seem to understand the
base
> tag and users reported broken images, bad links, etc.
>
> My solution was to use absolute url's for images and links.
>
> This is easy, but my *whole* site is using relative links, and it would
 be
a
> pain to convert everything to absolute links.
>
> My question is, have people had these problems, or is there something i
n
> fakeurl that solves this problem?
>
> Do i just have to convert everything to absolute url's?
>
> thanks
> chad
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF_FakeURL problems

2002-03-07 Thread list peters

hi,

I have implemented something like cf_fakeUrl before but i came across some
problems.

*  The url string messed up relative links.  eg ../file.cfm doesnt work
because the url string is sometihng like /page.cfm/id/6/page/front/ so ../
would put me in directory that doesnt exist!

Also, it caused the same problems using relative links to images.

I fixed this problem by using the base tag to let the browser know where we
were.

Unfortunately, on mac os X IE the browser didnt seem to understand the base
tag and users reported broken images, bad links, etc.

My solution was to use absolute url's for images and links.

This is easy, but my *whole* site is using relative links, and it would be a
pain to convert everything to absolute links.

My question is, have people had these problems, or is there something in
fakeurl that solves this problem?

Do i just have to convert everything to absolute url's?

thanks
chad

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgrid and CF5

2002-03-07 Thread Stephenie Hamilton

I have read all these KB articles
and I have installed the latest JVM on my machine to test it, I
no longer get the error about my browser not supporting JAVA 2...
and I do have a virtual dir of the classes dir mapped to the
site...
but still this error persists...
"allaire.controls2.CFGridApplet.class not found"

I am wondering, if anyone else can find the CFGridApplet.class on
their server.
because I sure can't find it anywhere...
I can find all kinds of other CFGrid applets...just not that
one..

~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional



-Original Message-
From: Valerie L. Criswell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 2:15 PM
To: CF-Talk
Subject: Re: cfgrid and CF5


There's a good amount of info on this in the macromedia cf
support forum, so
I won't go into the nitty gritties until you read all the mess
about it
there.  We just gave up and decided to place the class directly
into each
directory where we run it and we have to go to the user's machine
and
install the JVM manually most times.  This is okay because we're
only using
it in a few places.  Most of our problems came from the JVM not
loading,
when we upgraded.  I can tell you this, however ... I won't ever
be using
the CFGrid function again.  What a mess.

http://webforums.macromedia.com/coldfusion/messageview.cfmcatid=3
&threadid=2
34364&highlight_key=y&keyword1=cfgrid&keyword2=class
(watch for wrapping on the URL above)

Best wishes,

~Val

- Original Message -
From: "Stephenie Hamilton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 1:54 PM
Subject: cfgrid and CF5


> has anyone gotten CFGrid to work in CF5 (win2k server)
> I keep getting an error load: class
> allaire.controls2.CFGridApplet.class not found.
> now I searched on the server and can't even find that class...
> I also have the CFIDE dir as a virtual dir under the site that
> needs to use CFGrid and gave IUSR read permissions
> but still that error persists...
> is there even such a file with CF5?
> has anyone been able to get CFGrid to work?
>
> ~~
> Stephenie
>
>
>
_
_
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: auth_user

2002-03-07 Thread Frank Mamone

Sure. Just use CF Advanced Security. Comes with CF in Administrator. It's
tricky to setup but it works.


- Original Message -
From: "Jones, Becky" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 6:11 PM
Subject: auth_user


> i want only users that are apart of an Admin group that i created to be a
> ble to access a template i built.  i know that i can use AUTH_USER and sa
> y if u are this list of people...you can access the template.
> but is there a way to say if you are apart of this GROUP u can access thi
> s template?
> i hope i am being clear.  right not i declare a variable and set it to AU
> TH_USER.  but can i set this variable equal to the Admin group somehow?
> thanks for your help,
> bec.
>
>
> *
> This e-mail, including any attachments, is intended for the
> receipt and use by the intended addressee(s), and may contain
> confidential and privileged information. If you are not an intended
> recipient of this e-mail, you are hereby notified that any unauthorized
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgrid and CF5

2002-03-07 Thread Stephenie Hamilton

did that already, there is a virtual dir to the class files. but
still throws the error allaire.controls2.CFGridApplet.class not
found.
like i said, i can't even find that class file anywhere on the
server.

~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional



-Original Message-
From: JamesEdmunds [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 2:12 PM
To: CF-Talk
Subject: Re: cfgrid and CF5


I use CFGrid constantly, however, I am on a shared server hosting
situation (at CrystalTech), and for any domain I am going to use
it, I
must first get them to make me a virtual directory to the class
files so
that they can be called by my tags.
Hope this is of some help.
-James Edmunds

Stephenie Hamilton wrote:

> has anyone gotten CFGrid to work in CF5 (win2k server)
> I keep getting an error load: class
> allaire.controls2.CFGridApplet.class not found.
> now I searched on the server and can't even find that class...
> I also have the CFIDE dir as a virtual dir under the site that
> needs to use CFGrid and gave IUSR read permissions
> but still that error persists...
> is there even such a file with CF5?
> has anyone been able to get CFGrid to work?
>
> ~~
> Stephenie
>
>
_
_
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DNS-Less Access (Whoops! DSN-Less)

2002-03-07 Thread Jason Larson

Yep

Jason 
 
 

-Original Message-
From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 6:55 PM
To: CF-Talk
Subject: Re: DNS-Less Access (Whoops! DSN-Less)

This is only for CF 5, right?

Thanks!

- Original Message -
From: "Jason Larson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 5:15 PM
Subject: RE: DNS-Less Access


> Try this out:
>
> 
>
> Changing the "MyDataBase.mdb" to the name of your database file, then
> "D:\path2files\" text to the path on the server to your file, and
> finally the username and password if your database is password
protected
> (this one is optional, if not leave as is!). I suggest that you
specify
> this in your application.cfm is you will need this throughout your
> website, otherwise leave it on the same page as the where the

> tag will call for it.
>
> The next change needed is to alter the  tag a little
different
> than usual. there is a value that you always pass in  that is
> titled datasource="" this will be absent as you are not really
> connecting to a datasource, but instead an actual direct database
> connection. Below you see a working example of the modified, faster
> working  tag.
>
>  dbtype="DYNAMIC"> Select * From tablename Order by fieldname

>
> That's it, this is the best example I could possibly give you on how
to
> use a dynamic  connection.
>
>
> Jason
>
>
> -Original Message-
> From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 3:43 PM
> To: CF-Talk
> Subject: DNS-Less Access
>
> Does anyone out there know how to connect to an Access database
without
> a
> DSN? (For both CF 4.5 and CF 5)
>
> TIA!
>
> 

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Time Out Problem?

2002-03-07 Thread Mark Leder

On Thu, 7 Mar 2002 16:37:40 -0500, Mark Leder wrote:

I have my question solved.Thanks.
-- 
Mark Leder, [EMAIL PROTECTED] on 03/07/2002


>I'm not sure if this is a problem with coding or an ISP
 problem.
>My
>client has been having periodic problems updating a form. 
 We're
>using an Access 2000 db backend on IIS (Win XP Platform).
>
>It looks like a timeout problem at first glance but I'm not so
>sure.
>The client states that the problem can occur when changing from
>one
>db record to another in a list to edit (using a form)
>
>"it came to essentially a total stop with the screen saying
 that
>it
>found the website and was waiting for a response.  No error
>message,
>just that the website for whatever particular reason(s) was not
>responding.  Yet, I could sign off and get onto the main
 website
>with
>no problem."
>
>The client states further "it is not that I can't get into the
>[ISP]
>as I am already there, just going from one internal location
 [in
>the
>admin area] to another is the problem."
>
>For a point of reference, here is the Application.cfm
 variables:
>
>clientmanagement="Yes"
>sessionmanagement="Yes"
>setclientcookies="Yes"
>sessiontimeout="#CreateTimeSpan(0,0,45,0)#"
>applicationtimeout="#CreateTimeSpan(2,0,0,0)#"
>clientstorage="Registry">
>
>I extended the timeout session to 45 minutes because this
 client
>could be editing a record for 30 minutes or more - reading
 paper
>references and typing them in.
>
>Now, here's what I use to write the update statement to the
>Access
>db:
>
>
>
>
>
>
>
>
>Again, timeout is set to 150 seconds just to see if there's
>another
>issue.
>
>So, to recap, is this a coding issue, or an ISP issue?  If ISP,
>where
>would I begin or what would I want to focus in on.
>
>Thanks for taking time to read and respond to this long-winded
>question.  Your comments and insights are appreciated



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: auth_user

2002-03-07 Thread Stephen Hait

Check out Intrafoundation's Intranet Hosting Toolkit (IHTK) at
http://www.intrafoundation.com/

This let's you see groups and group memberships for NT 
authenticated users. It might be helpful.

Regards,
Stephen

> i want only users that are apart of an Admin group that i created to
> be a ble to access a template i built.  i know that i can use
> AUTH_USER and sa y if u are this list of people...you can access the
> template.  but is there a way to say if you are apart of this GROUP
> u can access thi s template?  i hope i am being clear.  right not i
> declare a variable and set it to AU TH_USER.  but can i set this
> variable equal to the Admin group somehow? thanks for your help,
> bec.
> 
> 
> * 
> This e-mail, including any attachments, is intended for the 
> receipt and use by the intended addressee(s), and may contain 
> confidential and privileged information. If you are not an intended
> recipient of this e-mail, you are hereby notified that any
> unauthorized
> 
> __ Get Your Own Dedicated Windows 2000 Server
>   PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
>   Instant Activation · $99/Month · Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: DNS-Less Access (Whoops! DSN-Less)

2002-03-07 Thread Scott Van Vliet

This is only for CF 5, right?

Thanks!

- Original Message -
From: "Jason Larson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 5:15 PM
Subject: RE: DNS-Less Access


> Try this out:
>
> 
>
> Changing the "MyDataBase.mdb" to the name of your database file, then
> "D:\path2files\" text to the path on the server to your file, and
> finally the username and password if your database is password protected
> (this one is optional, if not leave as is!). I suggest that you specify
> this in your application.cfm is you will need this throughout your
> website, otherwise leave it on the same page as the where the 
> tag will call for it.
>
> The next change needed is to alter the  tag a little different
> than usual. there is a value that you always pass in  that is
> titled datasource="" this will be absent as you are not really
> connecting to a datasource, but instead an actual direct database
> connection. Below you see a working example of the modified, faster
> working  tag.
>
>  dbtype="DYNAMIC"> Select * From tablename Order by fieldname 
>
> That's it, this is the best example I could possibly give you on how to
> use a dynamic  connection.
>
>
> Jason
>
>
> -Original Message-
> From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 3:43 PM
> To: CF-Talk
> Subject: DNS-Less Access
>
> Does anyone out there know how to connect to an Access database without
> a
> DSN? (For both CF 4.5 and CF 5)
>
> TIA!
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Spiders and Cold Fusion

2002-03-07 Thread Pete Freitag

> IMO, there is only one search engine that matters anymore and it's Google.
> They clearly index CF sites since they have 17,600,000 of them listed when
> you search for .cfm

One important distinction to make in that statement is that while Google
will index pages with query strings, it will not give them a PageRank, which
hurts your listings in the search engines quite a bit.  You definitely want
to convert those query strings to index.cfm/id/132

I just wrote an article about Google, PageRank, and internet marketing for
WebProNews http://www.webpronews.com/ its on the front page.

+
Pete Freitag ([EMAIL PROTECTED])
CTO, CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Desktop Icon Creation

2002-03-07 Thread Eric J Hoffman

We have a project for a client that we are trying to make an shortcut on the
users desktop.  We are having all sorts of trouble figuring it out, and
wonder if anyone knows of a tutorial somewhere for this or has a quick
pointer?

The idea is a unique url is turned into a internet icon shortcut on the
desktopso far when you try to save the icon to the desktop, another
browser window opens up going to that link.  Doh!

Regards,

Eric J. Hoffman
Director of Internet Development
DataStream Connexion, LLC
(formerly Small Dog Design)


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: odd cookie behavior - more serious

2002-03-07 Thread Brian Scandale

I fired up a macOS 8.0 and IE 4.5 ... connected it to the net through
 earthlink and came into my site that way. It failed the cookie test.

HOWEVER, a Netscape browser behind the firewall had no problem. 

Suddenly it seems like CF is having trouble detecting cookies on IE systems.

I'm bamboozled 

At 05:10 PM 3/7/02 -0500, you wrote:
>  Dumb question: Is this occuring on multiple IE machines? Did you try 
>deleting all of your cookies? Your cookie file for that domain may have 
>gotten corrupted.
>
>
>> -Original Message-
>> From: Brian Scandale [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, March 07, 2002 4:36 PM
>> To: CF-Talk
>> Subject: odd cookie behavior - more serious
>> 
>> 
>> This is more serious than my previous post suggests.
>> 
>> I just attempted to connect to the application using a Mac and 
>> IE4.5 and got the same error... yet yesterday no problem at all...
>> 
>> === previous message ===
>> 
>> Today... right in the middle of working with a cf app when 
>> suddenly the Applications starts saying I need to enable cookies. 
>> 
>> I check and IE 5.5 cookies are enabled... so I fire up Netscrape 
>> and it has no problems with the application.  It seems to be an 
>> IE only problem.
>
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SQL Pervasive and Cold Fusion??

2002-03-07 Thread Ron Anderson

Yikes!

SQL Pervasive is the biggest POC that I've worked with!
Run away..

Seriously, if you need some help, contact me offlist.

-Original Message-
From: kellymconf [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 3:25 PM
To: CF-Talk
Subject: SQL Pervasive and Cold Fusion??


Hi! Has anyone ever dealt with SQL Pervasive?  Basically I have a new client
and their Association Mgmt Software backend is SQL Pervasive. I have never
heard of this.  They basically view the database portion of it in Access yet
supposedly it is not an access back end.  Anyway we are going to need to set
up an ODBC datasource for this database that we will be connecting to from a
remote location. That part should be easy, but since i know nothing about
Pervasive I am not aware how to even add a login, so that Cold Fusion can
connect to it etc. Anyone have any info about it or could you point me in
the right direction? Thanks Kelly

~~
Kelly Matthews
Senior Programmer
[EMAIL PROTECTED]
http://www.allsoldout.net
703.387.4000 x 35
~~


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DNS-Less Access

2002-03-07 Thread Jason Larson

Try this out:



Changing the "MyDataBase.mdb" to the name of your database file, then
"D:\path2files\" text to the path on the server to your file, and
finally the username and password if your database is password protected
(this one is optional, if not leave as is!). I suggest that you specify
this in your application.cfm is you will need this throughout your
website, otherwise leave it on the same page as the where the 
tag will call for it. 

The next change needed is to alter the  tag a little different
than usual. there is a value that you always pass in  that is
titled datasource="" this will be absent as you are not really
connecting to a datasource, but instead an actual direct database
connection. Below you see a working example of the modified, faster
working  tag. 

 Select * From tablename Order by fieldname  

That's it, this is the best example I could possibly give you on how to
use a dynamic  connection.
 

Jason
 

-Original Message-
From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 3:43 PM
To: CF-Talk
Subject: DNS-Less Access

Does anyone out there know how to connect to an Access database without
a
DSN? (For both CF 4.5 and CF 5)

TIA!

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: auth_user

2002-03-07 Thread Matt Robertson

If you want to do this in CF, here's how I do it:

I have user db records, with a child table called groups_users.  A user can
 belong to any number of groups.

For pages, a groups_pages table works the same way.

Some code compares the memberships of the two (a cached query helps a lot h
ere).  If a page and a user both belong to the same group, then the user ca
n see the page.  roles-based permissions (editor, manager, admin etc) decid
e what they can do once they arrive at the page.

---
Matt Robertson[EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---


-- Original Message --
from: "Jones, Becky" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 7 Mar 2002 18:11:50 -0500

i want only users that are apart of an Admin group that i created to be a
ble to access a template i built.  i know that i can use AUTH_USER and sa
y if u are this list of people...you can access the template.  
but is there a way to say if you are apart of this GROUP u can access thi
s template?  
i hope i am being clear.  right not i declare a variable and set it to AU
TH_USER.  but can i set this variable equal to the Admin group somehow?
thanks for your help,
bec.


* 
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information. If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: quick SQL question for my add/edit page

2002-03-07 Thread Brian Scandale

 

this should move the first non-blank entry into the variable hiddenField



At 01:05 PM 3/7/02 -0800, you wrote:
>Hello,
>
>I need to add a new hidden field to my add/edit page
>that will update the table when a new record it added
>or updated..not sure how to write the SQL stmt to
>automatically create this hidden field.
>
>The user is required to enter a 6 digit program code,
>which begins with a letter followed by 5 numbers.  So,
>if the program code is A12345, then I want the hidden
>field to be an "A"if the program code is B67891,
>then the hidden field needs to be a "B"...
>
>how would I write this SQL stmt?
>
>Thanks again!
>
>
>
>__
>Do You Yahoo!?
>Try FREE Yahoo! Mail - the world's greatest free email!
>
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Need to be able to make checkboxes in a table driven by query out put all selected or deselected with one button

2002-03-07 Thread Jim McAtee

This will check or clear all of the checkboxes within a form.  If you had
multiple groups of checkboxes in the form (and only wanted to check/clear a
single set), you'd need to add logic to also test the form field names.


function SelectAll() {
  for (var i=0; i < document.myform.elements.length; i++) {
if (document.myform.elements[i].type == "checkbox") {
  document.myform.elements[i].checked = true
}
  }
}

function ClearAll() {
  for (var i=0; i < document.myform.elements.length; i++) {
if (document.myform.elements[i].type == "checkbox") {
  document.myform.elements[i].checked = false
}
  }
}



- Original Message -
From: "Brunt, Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 4:52 PM
Subject: Need to be able to make checkboxes in a table driven by query out
put all selected or deselected with one button


> I have a query result set that is output to a table one table row for each
> query row.  The numbers of rows returned depends on the query so is
dynamic.
> The first element in the table row is a checkbox and I need to enable
users
> to select or deselect all rows by clicking on a button at the foot of the
> page.  I looked around and found JavaScript that can work with static
> checkboxes with a fixed number.  Is there anything out there to do this
with
> dynamically generated result sets?
>
> Mike Brunt
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Need to be able to make checkboxes in a table driven by query out put all selected or deselected with one button

2002-03-07 Thread Brunt, Michael

I have a query result set that is output to a table one table row for each
query row.  The numbers of rows returned depends on the query so is dynamic.
The first element in the table row is a checkbox and I need to enable users
to select or deselect all rows by clicking on a button at the foot of the
page.  I looked around and found JavaScript that can work with static
checkboxes with a fixed number.  Is there anything out there to do this with
dynamically generated result sets?

Mike Brunt
Sempra Energy
213.244.5226

"Computers will not be perfected until they can compute how much more than
the estimate the job will cost."  


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Decryption Licensing Verbiage/Copy

2002-03-07 Thread Jochem van Dieten

Douglas Brown wrote:
> I would simply say something like 
> 
> Licensee is not allowed to distribute the binary and source code (if 
> released) to third parties. Licensee is not allowed to reverse engineer, 
> disassemble or decompile code, or make any modifications of the binary 
> or source code, remove or alter any trademark, logo, copyright or other 
> proprietary notices, legends, symbols, or labels in the Software. 
> 
> Licensee may be held legally responsible for any copyright infringement 
> that is caused or encouraged by Licensee's failure to abide by the terms 
> of this licence. 

Some people have a weird interpretation of the word "simply" :)

Jochem
IANAL


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



SQL Pervasive and Cold Fusion??

2002-03-07 Thread kellymconf

Hi! Has anyone ever dealt with SQL Pervasive?  Basically I have a new client
and their Association Mgmt Software
backend is SQL Pervasive. I have never heard of this.  They basically view
the database portion of it in Access
yet supposedly it is not an access back end.  Anyway we are going to need to
set up an ODBC datasource for this
database that we will be connecting to from a remote location. That part
should be easy, but since i know
nothing about Pervasive I am not aware how to even add a login, so that Cold
Fusion can connect to it etc. Anyone
have any info about it or could you point me in the right direction?
Thanks
Kelly

~~
Kelly Matthews
Senior Programmer
[EMAIL PROTECTED]
http://www.allsoldout.net
703.387.4000 x 35
~~

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Question about #ThisTag#

2002-03-07 Thread Dave Watts

> Below are two code snippets. What I am wondering is if 
> they are both exactly the same in their functionality? 
> Is it the case that both code blocks will exit execution 
> of a custom tag if the tag is referenced WITH an ending tag?
> And if so, why would anyone do such a thing? I'd think that 
> you'd want to exit a custom tag if it is missing an end 
> tag (i.e., incomplete), not the other way around!
> 
> 
>   
> 
> 
> 
>   
> 

I'm not sure exactly what each snippet is supposed to do, but I don't think
they're going to do what you think they will, and I don't think they'll do
the same thing, either. Confused yet?

The first one will, if run, check to see whether the custom tag is in its
ending execution mode, and if so, it'll exit. The second one will compare
the value of the variable "Expression" with the Boolean value returned by
ThisTag.HasEndTag, and if they're the same, it'll exit the tag (in this
case, it could happen during either the start or end execution modes).

What you probably want is something like this:





This fancy-schmancy custom tag needs an end tag, you dolt!
And you call yourself a programmer! For shame! Read my
documentation, for crying out loud!



... do something in start mode ...




... do something in end mode ...



Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: auth_user

2002-03-07 Thread Yager, Brian T Contractor/NCCIM

ACL stands for access control list.  You can use NT to limit who has 
access to
what.  you can make a group in nt, put whoever you want in there, and 
tell the
server that only people in that group can have access to something.  
when
someone tries to hit that page, they are prompted for their login and 
password
(NT login and password).  


Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 5:22 PM
To: CF-Talk
Subject: RE: auth_user


what is an ACL list?

-Original Message-
From: Yager, Brian T Contractor/NCCIM
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 6:16 PM
To: CF-Talk
Subject: RE: auth_user


Just put the group into your ACL list.  


Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 5:12 PM
To: CF-Talk
Subject: auth_user


i want only users that are apart of an Admin group that i created to be 

a
ble to access a template i built.  i know that i can use AUTH_USER and 
sa
y if u are this list of people...you can access the template.  
but is there a way to say if you are apart of this GROUP u can access 
thi
s template?  
i hope i am being clear.  right not i declare a variable and set it to 
AU
TH_USER.  but can i set this variable equal to the Admin group somehow?
thanks for your help,
bec.


* 
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information. If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 





__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: auth_user

2002-03-07 Thread Jones, Becky

what is an ACL list?

-Original Message-
From: Yager, Brian T Contractor/NCCIM
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 6:16 PM
To: CF-Talk
Subject: RE: auth_user


Just put the group into your ACL list.  


Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 5:12 PM
To: CF-Talk
Subject: auth_user


i want only users that are apart of an Admin group that i created to be 
a
ble to access a template i built.  i know that i can use AUTH_USER and 
sa
y if u are this list of people...you can access the template.  
but is there a way to say if you are apart of this GROUP u can access 
thi
s template?  
i hope i am being clear.  right not i declare a variable and set it to 
AU
TH_USER.  but can i set this variable equal to the Admin group somehow?
thanks for your help,
bec.


* 
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information. If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 



__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: auth_user

2002-03-07 Thread Garza, Jeff

What we typically do is define an admin list...



Then check if AUTH_USER is in the list using list find.


Show admin stuff, links to protected documents...

No admin stuff


CF has no native interface to the NT Groups that I know of at the
application level without using Advanced Security.  

HTH,

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
[EMAIL PROTECTED]


-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 4:12 PM
To: CF-Talk
Subject: auth_user


i want only users that are apart of an Admin group that i created to be a
ble to access a template i built.  i know that i can use AUTH_USER and sa
y if u are this list of people...you can access the template.  
but is there a way to say if you are apart of this GROUP u can access thi
s template?  
i hope i am being clear.  right not i declare a variable and set it to AU
TH_USER.  but can i set this variable equal to the Admin group somehow?
thanks for your help,
bec.


* 
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information. If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: auth_user

2002-03-07 Thread Yager, Brian T Contractor/NCCIM

Just put the group into your ACL list.  


Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 5:12 PM
To: CF-Talk
Subject: auth_user


i want only users that are apart of an Admin group that i created to be 
a
ble to access a template i built.  i know that i can use AUTH_USER and 
sa
y if u are this list of people...you can access the template.  
but is there a way to say if you are apart of this GROUP u can access 
thi
s template?  
i hope i am being clear.  right not i declare a variable and set it to 
AU
TH_USER.  but can i set this variable equal to the Admin group somehow?
thanks for your help,
bec.


* 
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information. If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



auth_user

2002-03-07 Thread Jones, Becky

i want only users that are apart of an Admin group that i created to be a
ble to access a template i built.  i know that i can use AUTH_USER and sa
y if u are this list of people...you can access the template.  
but is there a way to say if you are apart of this GROUP u can access thi
s template?  
i hope i am being clear.  right not i declare a variable and set it to AU
TH_USER.  but can i set this variable equal to the Admin group somehow?
thanks for your help,
bec.


* 
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information. If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Question about #ThisTag#

2002-03-07 Thread Kahng, Lucius

Below are two code snippets. What I am wondering is if they are both exactly
the same in their functionality? Is it the case that both code blocks will
exit execution of a custom tag if the tag is referenced WITH an ending tag?
And if so, why would anyone do such a thing? I'd think that you'd want to
exit a custom tag if it is missing an end tag (i.e., incomplete), not the
other way around!








 












L u c i u s   K a h n g
1300 North 17th Street, suite 1847
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Spiders and Cold Fusion

2002-03-07 Thread Joel Blanchette

What are you saying that Google is the only search engine that matters.
That shows that you don't kow much about search engines positioning.

 
 
Joel


-Original Message-
From: Joseph DeVore [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 4:07 PM
To: CF-Talk
Subject: RE: Spiders and Cold Fusion


IMO, there is only one search engine that matters anymore and it's
Google. They clearly index CF sites since they have 17,600,000 of them
listed when you search for .cfm

http://google.com/search?hl=en&q=%2B.cfm

IMO, the people your client hired are idiots and really don't know up
from down.

IMO, Search engine safe URL's are pretty much a thing of the past.
Almost all bots index pages with query strings..

Of course it's not a bad idea to use SES URL's if you can.

In regards to creating a static site, that's more work for you. It
shouldn't be too hard either using CFHTTP and saving the files to disk.

- JD



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 1:57 PM
To: CF-Talk
Subject: Spiders and Cold Fusion


One of out clients has hired an Internet Marketing company to help get
them more hits.

I just got a call from one of their reps, and they were trying to tell
me "Cold Fusion will not work with search engine spiders" because the
pages are "fused together".

I was ready to laugh in her face.  Does anyone know of problems with CF
and Search Engine spiders?  She wants us to generate an alternative site
that is static.



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread Dirk Sieber

If anyone's really stuck on this, it's pretty simple.
1) Go to weather.com
2) Do a search for the city you're looking for (eg, London, England)
3) Once you get to it's forecast page, click on the "printable forecast"
link under the "10 Day forecast" heading (lower left).
4) Look at the URL - this is the page you want to get.  In London's case,
it's:
http://www.weather.com/weather/local/UKXX0085

BTW, my thanks to Robert - your example got me interested in CFHTTP, and in
about 5 minutes, I managed to throw together a short routine that extracts
the weather for Vancouver, BC from www.theweathernetwork.com.  It's a bit
more complicated, since I'm stripping out the ad banner, and left and right
menu bars, but it's still basically only 4 lines of code.

I've only been working with CF for about 2 months, and I keep being amazed
at how simple things are...

Dirk


> -Original Message-
> From: John McCosker [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 12:20 PM
> To: CF-Talk
> Subject: RE: Intranet apps
> 
> 
> >>
> 
> What if its the UK, or somewhere else that the US?
> 
> -Original Message-
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 8:05 PM
> To: CF-Talk
> Subject: RE: Intranet apps
> 
> 
> Weather
> 
> 
>  URL="http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
> METHOD="GET"
> PORT="80"
> RESOLVEURL="true">
>   
>  "HREF=""http://www.weather.com/";, "ALL")>   
> 
> 
> #OutPut#
> 
> Robert Everland III
> Dixon Ticonderoga
> Web Developer Extraordinaire
> 
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 3:00 PM
> To: CF-Talk
> Subject: Re: Intranet apps
> 
> 
> I was looking for a conference room signup app only.  This would be a
> corporate wide, web browser accessible application.  Outlook requires 
> LDA
> P I
> believe and our company does not plan to run or support it. 
> (Don't ask 
> wh
> y)
> 
> For weather I'm aware of AccuWeather data feed in XML format but not 
> sure
> what they would charge.  I was hoping for a free app I could 
> integrate 
> in
> to
> the home page that shows current weather conditions for a local city, 
> lik
> e
> MyExite or MyLycos offers.
> 
> 
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, March 07, 2002 11:37 AM
> Subject: RE: Intranet apps
> 
> 
> > here's a few ideas:
> >
> > Conference room scheduler:  Do you use Outlook?  If so, make the
> > conference
> > room a person, and have people "invite" the conference room to
> > meetings.
> > Give an admin rights to handle the conference rooms schedule.  Make 
> the
> > schedule visible to all.
> >
> > There are a few sites that have data feeds of info that you can 
> legally
> > post
> > on your own site.  You want to look at www.moreover.com.  
> You can use
> >  to get the info.
> >
> > Kathryn Butterly
> > Web Developer
> > Washington Mutual Finance
> > 813 632-4490
> > [EMAIL PROTECTED]
> >
> >
> > -Original Message-
> > From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 07, 2002 2:30 PM
> > To: CF-Talk
> > Subject: Intranet apps
> >
> >
> > Does anyone know of a source for applications that can be integrated
> > into an Intranet?
> >
> > I'm looking for:
> >
> > * a conference room scheduler application
> >
> > * a weather application to display local weather conditions in real
> > time
> > in the corner of the Intranet home page
> >
> > * a stock ticker application that can be configured to only display 
> our
> >
> > company stock price movement (delayed quotes is fine) 
> during the day.
> >
> > Any help would be appreciated.
> >
> > -
> > Bruce Holm - Web Programmer
> > Lattice Semiconductor Corp.
> > [EMAIL PROTECTED]
> > -
> >
> >
> >
> > 
> 
> 
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Intranet apps

2002-03-07 Thread Bruce Holm

I'm getting a "Connection Timeout".

In checking the web logs, the server I'm on (and CF is on) never triggers
 a
proxy request to the outside thru the firewall.  It instead tries to get 
the
page using regular Port 80.  It's like the CFHTTP tag is not working as f
ar
as proxy parameter goes.

I don't have direct access to the server machine for web browsing.

Bruce

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 2:46 PM
Subject: RE: Intranet apps


> > I'm not able to get CFHTTP to get outside our firewall yet.
> > I'm using our web proxy server settings but no luck.
> >
> > If anyone has any tips on how to make CFHTTP work through a
> > firewall, let me know. Here's my tag line:
> >
> >  > url="http://www.weather.com/weather/tendayprint/#Attributes.ZipCode
#"
> > method="GET"
> > username="(my proxy user)"
> > password="(my proxy pw)"
> > resolveurl="true"
> > proxyserver="(our proxy web server)"
> > proxyport="8080">
>
> What kind of error are you getting, if any? Does your proxy server only
work
> with IE? What happens if you run a browser from the server console?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [OT] Re: VTML Builder

2002-03-07 Thread Owens, Howard

Have you thought about running an ALTER TABLE sql statement yourself,
instead of waiting for somebody else to do it for you? ... change the 
char
to varchar yourself?  

Do the fields need to be 254? Could you alter them to, say, char(10),
char(100) ... whatnot?  Maybe that would require less trimming.

If you don't want to muck with the existing table, use CREATE TABLE, 
setting
it up to your preferences, then populate it with the data from the old
table, then running your application against your new table.

Just some suggestions for getting around unhelpful db admins -- not 
that
these are perfect work arounds.

Even with MSSQL server, output of char fields needs to be trimmed,
especially when doing comparisons.

H.



> -Original Message-
> From: freddy [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 1:07 PM
> To:   CF-Talk
> Subject:  Re: [OT] Re: VTML Builder
> 
> They are padded all the time the char fields in question range in 
length
> from char(4) to char(10). Also a single trim()
> doesn't work. I need to trim(trim()) or the length of the field is 
still
> 254. I have no control over how the data will
> be stored in the database. I have requested they all be converted to
> varchar fields but it doesn't happen. If a single
> trim would work I would not worry so much but again I am trying to 
compare
> values held in cf variables that are now 255
> to database fields that are 4-10 chars long. A trim wouldn't help me 
there
> unless I have the oracle developers trim all
> the values coming out of the database in the stored proc and 
trim(trim())
> the char field. This has been going on since
> version 4 and we are now on version 5 of cf.
> Thanks
> 
> Jerry Johnson wrote:
> 
> > Are they padded to 255 all the time, or does that char field have a
> length
> > or 255?
> >
> > My understanding is that the char would return a string with the 
entire
> > length of the field. That is the main difference between a char and 
a
> > varchar (which would return a string only as long as the data put 
into
> the
> > field.)
> >
> > 1. change it to a varchar
> > or
> > 2. trim() it before use.
> >
> > Jerry Johnson
> >
> > >>> [EMAIL PROTECTED] 03/07/02 03:24PM >>>
> > I already get a ton of spam...I don't like it so I delete it.  And 
also
> I
> > do not mind  filling out forms writing, or
> > deleting emails. Besides it seems I get so many more responses to 
any
> > criticism I make on this list than I do to any of
> > the questions I have needed answered so I thought I'd do it again 
:-)
> > I am still waiting for a single response to my question about char
> fields
> > returned via stored procedures in oracle being
> > padded to a length of 255 and whether it is a bug or there is a way
> around
> > it.
> > Thanks in advance...
> >
> > Gyrus wrote:
> >
> > > > What difference does it make? If you want it fill out the 
info...
> > > > it is faster than writing an email to complain about it.
> > >
> > > Maybe I'm being too cynical, but to me *spam* makes the
> > > difference. I was just looking for some assurance that the
> > > download is actually *free*, and not paid for by allowing
> > > the people you give your info to to sell that info on for
> > > marketing (I couldn't see any assurance on the site).
> > >
> > > BTW, it would have been faster for you to not criticise
> > > my questioning than to do so (nod to Bill Hicks ;)
> > >
> > > - Gyrus
> > >
> > > 
> > > - [EMAIL PROTECTED]
> > > work: http://www.tengai.co.uk
> > > play: http://www.norlonto.net
> > > - PGP key available
> > > 
> > >
> >
> > 
> 

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



DNS-Less Access

2002-03-07 Thread Scott Van Vliet

Does anyone out there know how to connect to an Access database without a
DSN? (For both CF 4.5 and CF 5)

TIA!
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Yager, Brian T Contractor/NCCIM

This may be a stupid suggestion, but...Try hitting the esc key.  I get 
those
kinds of emails all the time.


Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Joseph DeVore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 4:36 PM
To: CF-Talk
Subject: RE: WAY OT: Virus or not GOTCHA


Oh your suggestion is so kind.
Yeah, just go ahead and format your C drive.
That will certainly fix your GOTCHA problem (as well as any others your
system may be having)

People..


-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 2:10 PM
To: CF-Talk
Subject: Re: WAY OT: Virus or not GOTCHA


is it a button on the web browser (like an HTML button)? is the button
just floating around on the desktop? try format c: to fix it.

On Thu, 7 Mar 2002, Matthew R. Small wrote:

> Hi all...
>   OK, this is ridiculous, but my boss's son got stupid and opened
> up a program that puts some sort of thing on his machine that has a
> button on it and moves when you go near it.  It says something like
> "Gotcha" when you go near it.  Any ideas what it is?  Help on how to 
get
> rid of it or find out what it is is appreciated.  I'm not anywhere 
near
> the computer, and don't intend to go near it unless the boss says to.
>
> I'm really sorry for the off topic post, but I can't find any info on
> this.
>
> Thank you,
> - Matt Small
>
>
>
>
>


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread Dave Watts

> I'm not able to get CFHTTP to get outside our firewall yet.  
> I'm using our web proxy server settings but no luck.
> 
> If anyone has any tips on how to make CFHTTP work through a 
> firewall, let me know. Here's my tag line:
> 
>  url="http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
> method="GET"
> username="(my proxy user)"
> password="(my proxy pw)"
> resolveurl="true"
> proxyserver="(our proxy web server)"
> proxyport="8080">

What kind of error are you getting, if any? Does your proxy server only work
with IE? What happens if you run a browser from the server console?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFHTTP and proxy servers

2002-03-07 Thread Bruce Holm

Have you had success getting CFHTTP getting a web page file from outside 
a corporate firewall using a proxy server?  

My web browser can view the page just fine.  But when I try to GET it 
using CFHTTP, it just times out with a "Connection Failure".  In 
checking the logs, the proxy server was never triggered, instead the 
call tries to use the default port instead and fails.

Here's my tag line:

http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
method="GET"
username="(my proxy user)"
password="(my proxy pw)"
resolveurl="true"
proxyserver="(our proxy web server)"
proxyport="8080">




-
Bruce Holm - Web Programmer
Lattice Semiconductor Corp.
[EMAIL PROTECTED]
-


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Spiders and Cold Fusion

2002-03-07 Thread JamesEdmunds

I don't find this to be an issue for me. Google, etc. seems to have no trouble
indexing all the dynamically generated pages in sites I do that, say, have an
info page on each member.

What I have had to do, in fact, is trap out people who find a page generated
from a database and a passed URL and then click on my "return to results" link.
I use client states for the results, and if there the client parameter isn't
present, I re-direct them to a search page in lieu of the results page that
does not, for this visitor, exist.

Hope this is helpful.

--James Edmunds

Chad Gray wrote:

> One of out clients has hired an Internet Marketing company to help get them
> more hits.
>
> I just got a call from one of their reps, and they were trying to tell me
> "Cold Fusion will not work with search engine spiders" because the pages
> are "fused together".
>
> I was ready to laugh in her face.  Does anyone know of problems with CF and
> Search Engine spiders?  She wants us to generate an alternative site that
> is static.
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Decryption Licensing Verbiage/Copy

2002-03-07 Thread Douglas Brown

I would simply say something like 




Licensee is not allowed to distribute the binary and source code (if 
released) to third parties. Licensee is not allowed to reverse engineer, 
disassemble or decompile code, or make any modifications of the binary 
or source code, remove or alter any trademark, logo, copyright or other 
proprietary notices, legends, symbols, or labels in the Software. 

Licensee may be held legally responsible for any copyright infringement 
that is caused or encouraged by Licensee's failure to abide by the terms 
of this licence. 



"Success is a journey, not a destination!!"



Doug Brown
- Original Message - 
From: "Rick Osborne [Mojo]" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 2:11 PM
Subject: Decryption Licensing Verbiage/Copy


> We're looking to add some verbiage/copy to our licensing agreements 
that
> says something to the effect of "decrypting any encrypted templates 
violates
> the terms of this license".  Our management-types want it to sound 
more
> authoritative (and nastier) than that.  Does anyone have anything in 
their
> licensing agreements like this that we can copy/steal?
> 
> Thanks!
> -R
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Joseph DeVore

Oh your suggestion is so kind.
Yeah, just go ahead and format your C drive.
That will certainly fix your GOTCHA problem (as well as any others your
system may be having)

People..


-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 2:10 PM
To: CF-Talk
Subject: Re: WAY OT: Virus or not GOTCHA


is it a button on the web browser (like an HTML button)? is the button
just floating around on the desktop? try format c: to fix it.

On Thu, 7 Mar 2002, Matthew R. Small wrote:

> Hi all...
>   OK, this is ridiculous, but my boss's son got stupid and opened
> up a program that puts some sort of thing on his machine that has a
> button on it and moves when you go near it.  It says something like
> "Gotcha" when you go near it.  Any ideas what it is?  Help on how to get
> rid of it or find out what it is is appreciated.  I'm not anywhere near
> the computer, and don't intend to go near it unless the boss says to.
>
> I'm really sorry for the off topic post, but I can't find any info on
> this.
>
> Thank you,
> - Matt Small
>
>
>
>
>

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Decryption Licensing Verbiage/Copy

2002-03-07 Thread Lon Lentz

  You could reference the DMCA in saying that decrypting would be a 
violation of federal law.

> -Original Message-
> From: Rick Osborne [Mojo] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 5:12 PM
> To: CF-Talk
> Subject: Decryption Licensing Verbiage/Copy
> 
> 
> We're looking to add some verbiage/copy to our licensing agreements 
that
> says something to the effect of "decrypting any encrypted 
> templates violates
> the terms of this license".  Our management-types want it to sound 
more
> authoritative (and nastier) than that.  Does anyone have anything in 
their
> licensing agreements like this that we can copy/steal?
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Alex

is it a button on the web browser (like an HTML button)? is the button
just floating around on the desktop? try format c: to fix it.

On Thu, 7 Mar 2002, Matthew R. Small wrote:

> Hi all...
>   OK, this is ridiculous, but my boss's son got stupid and opened
> up a program that puts some sort of thing on his machine that has a
> button on it and moves when you go near it.  It says something like
> "Gotcha" when you go near it.  Any ideas what it is?  Help on how to get
> rid of it or find out what it is is appreciated.  I'm not anywhere near
> the computer, and don't intend to go near it unless the boss says to.  
> 
> I'm really sorry for the off topic post, but I can't find any info on
> this.
> 
> Thank you,
> - Matt Small
> 
> 
> 
> 
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Spiders and Cold Fusion

2002-03-07 Thread Alex

I didn't even know Internet Marketing company's still existed. If the
search engine is old and technologically out of date then it might not
find dynamic pages. But where I am it's year 2002.

On Thu, 7 Mar 2002, Chad Gray wrote:

> One of out clients has hired an Internet Marketing company to help get th
em 
> more hits.
> 
> I just got a call from one of their reps, and they were trying to tell me
 
> "Cold Fusion will not work with search engine spiders" because the pages
 
> are "fused together".
> 
> I was ready to laugh in her face.  Does anyone know of problems with CF a
nd 
> Search Engine spiders?  She wants us to generate an alternative site that
 
> is static.
> 
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Decryption Licensing Verbiage/Copy

2002-03-07 Thread Rick Osborne [Mojo]

We're looking to add some verbiage/copy to our licensing agreements that
says something to the effect of "decrypting any encrypted templates violates
the terms of this license".  Our management-types want it to sound more
authoritative (and nastier) than that.  Does anyone have anything in their
licensing agreements like this that we can copy/steal?

Thanks!
-R
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Spiders and Cold Fusion

2002-03-07 Thread Chuck McElwee

In general, search engines do not work against query strings, i.e. URL
containing a "?something=x".  This is NOT a fault of ColdFusion.  There are
ways around it, none particularly simple, IMHO.  The ColdFusion Developers
Journal recently had an article by Ben Forta on techniques for getting
around this.

Chuck McElwee
etech solutions inc
www.etechsolutions.com


-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 4:57 PM
To: CF-Talk
Subject: Spiders and Cold Fusion


One of out clients has hired an Internet Marketing company to help get them
more hits.

I just got a call from one of their reps, and they were trying to tell me
"Cold Fusion will not work with search engine spiders" because the pages
are "fused together".

I was ready to laugh in her face.  Does anyone know of problems with CF and
Search Engine spiders?  She wants us to generate an alternative site that
is static.


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Spiders and Cold Fusion

2002-03-07 Thread Justin Hansen

Spiders bad,  good. ;)

Seriously, one time an in-house "Quality Assurance Tester" went through one
of my ADMIN ONLY sites with a spider one time. He logged in and set the
spider loose. It was very bad. The spider took to clicking every link in the
site. Flipping ever bit flag that had a link on it. Switching all kinds of
things on and off. It took me a while to figure out what happened too. If
you are going to be hit buy a spider, make sure you don't have any links
that delete records. My boss made sure no more testing was done with
spiders!

Justin Hansen
--
Ulgih Communications
Web Developer / Programmer
--
[EMAIL PROTECTED]
913-498-0123 ext 284
--

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:57 PM
To: CF-Talk
Subject: Spiders and Cold Fusion


One of out clients has hired an Internet Marketing company to help get them
more hits.

I just got a call from one of their reps, and they were trying to tell me
"Cold Fusion will not work with search engine spiders" because the pages
are "fused together".

I was ready to laugh in her face.  Does anyone know of problems with CF and
Search Engine spiders?  She wants us to generate an alternative site that
is static.


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Spiders and Cold Fusion

2002-03-07 Thread Raymond Camden

I really wonder about the whole 'spiders wont index your dynamic pages'
thing. www.cflib.org is 90% dynamic pages, and we get spidered by all
the big boys. I don't know what I'm missing by not using the
foo.cfm/udf/2 type syntax. Is this really an issue in these 'modern'
times?

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, March 07, 2002 4:56 PM
> To: CF-Talk
> Subject: Re: Spiders and Cold Fusion
> 
> 
> Yup they are correct (although some engines are making 
> headway in that area).  Go to Forta.com and
> find Ben's article on making your site search engine accessible.
> 
> Actually this same topic flew through the list yesterday...so 
> check the archives.
> 
> HTH
> 
> Bryan Stevenson
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> p. 250.920.8830
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: odd cookie behavior - more serious

2002-03-07 Thread Lon Lentz

  Dumb question: Is this occuring on multiple IE machines? Did you try 
deleting all of your cookies? Your cookie file for that domain may have 
gotten corrupted.


> -Original Message-
> From: Brian Scandale [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 4:36 PM
> To: CF-Talk
> Subject: odd cookie behavior - more serious
> 
> 
> This is more serious than my previous post suggests.
> 
> I just attempted to connect to the application using a Mac and 
> IE4.5 and got the same error... yet yesterday no problem at all...
> 
> === previous message 
> 
> Today... right in the middle of working with a cf app when 
> suddenly the Applications starts saying I need to enable cookies. 
> 
> I check and IE 5.5 cookies are enabled... so I fire up Netscrape 
> and it has no problems with the application.  It seems to be an 
> IE only problem.
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Intranet apps

2002-03-07 Thread Bruce Holm

Thanks for the help Robert!
I'm not able to get CFHTTP to get outside our firewall yet.  I'm using ou
r
web proxy server settings but no luck.

If anyone has any tips on how to make CFHTTP work through a firewall, let
 me
know.
Here's my tag line:

http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
method="GET"
username="(my proxy user)"
password="(my proxy pw)"
resolveurl="true"
proxyserver="(our proxy web server)"
proxyport="8080">


- Original Message -
From: "Robert Everland" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 12:04 PM
Subject: RE: Intranet apps


> Weather
> 
>
>  URL="http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
> METHOD="GET"
> PORT="80"
> RESOLVEURL="true">
>
>  "HREF=""http://www.weather.com/";, "ALL")>
>
>
> #OutPut#
>
> Robert Everland III
> Dixon Ticonderoga
> Web Developer Extraordinaire
>
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 3:00 PM
> To: CF-Talk
> Subject: Re: Intranet apps
>
>
> I was looking for a conference room signup app only.  This would be a
> corporate wide, web browser accessible application.  Outlook requires L
DA
> P I
> believe and our company does not plan to run or support it. (Don't ask 
wh
> y)
>
> For weather I'm aware of AccuWeather data feed in XML format but not su
re
> what they would charge.  I was hoping for a free app I could integrate 
in
> to
> the home page that shows current weather conditions for a local city, l
ik
> e
> MyExite or MyLycos offers.
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, March 07, 2002 11:37 AM
> Subject: RE: Intranet apps
>
>
> > here's a few ideas:
> >
> > Conference room scheduler:  Do you use Outlook?  If so, make the
> > conference
> > room a person, and have people "invite" the conference room to
> > meetings.
> > Give an admin rights to handle the conference rooms schedule.  Make t
he
> > schedule visible to all.
> >
> > There are a few sites that have data feeds of info that you can legal
ly
> > post
> > on your own site.  You want to look at www.moreover.com.  You can use
> >  to get the info.
> >
> > Kathryn Butterly
> > Web Developer
> > Washington Mutual Finance
> > 813 632-4490
> > [EMAIL PROTECTED]
> >
> >
> > -Original Message-
> > From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 07, 2002 2:30 PM
> > To: CF-Talk
> > Subject: Intranet apps
> >
> >
> > Does anyone know of a source for applications that can be integrated
> > into an Intranet?
> >
> > I'm looking for:
> >
> > * a conference room scheduler application
> >
> > * a weather application to display local weather conditions in real
> > time
> > in the corner of the Intranet home page
> >
> > * a stock ticker application that can be configured to only display o
ur
> >
> > company stock price movement (delayed quotes is fine) during the day.
> >
> > Any help would be appreciated.
> >
> > -
> > Bruce Holm - Web Programmer
> > Lattice Semiconductor Corp.
> > [EMAIL PROTECTED]
> > -
> >
> >
> >
> >
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Spiders and Cold Fusion

2002-03-07 Thread Joseph DeVore

IMO, there is only one search engine that matters anymore and it's Google.
They clearly index CF sites since they have 17,600,000 of them listed when
you search for .cfm

http://google.com/search?hl=en&q=%2B.cfm

IMO, the people your client hired are idiots and really don't know up from
down.

IMO, Search engine safe URL's are pretty much a thing of the past.
Almost all bots index pages with query strings..

Of course it's not a bad idea to use SES URL's if you can.

In regards to creating a static site, that's more work for you.
It shouldn't be too hard either using CFHTTP and saving the files to disk.

- JD



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 1:57 PM
To: CF-Talk
Subject: Spiders and Cold Fusion


One of out clients has hired an Internet Marketing company to help get them
more hits.

I just got a call from one of their reps, and they were trying to tell me
"Cold Fusion will not work with search engine spiders" because the pages
are "fused together".

I was ready to laugh in her face.  Does anyone know of problems with CF and
Search Engine spiders?  She wants us to generate an alternative site that
is static.


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Spiders and Cold Fusion

2002-03-07 Thread Chad Gray

Whoops.. i am a true believer in searching the archives first.  I was so 
worked up after that phone call i just posted.

Thanks for the tips guys, i will check out Ben's article.



At 01:55 PM 3/7/2002 -0800, you wrote:
>Yup they are correct (although some engines are making headway in that 
>area).  Go to Forta.com and
>find Ben's article on making your site search engine accessible.
>
>Actually this same topic flew through the list yesterday...so check the 
>archives.
>
>HTH
>
>Bryan Stevenson
>VP & Director of E-Commerce Development
>Electric Edge Systems Group Inc.
>p. 250.920.8830
>e. [EMAIL PROTECTED]
>-
>Macromedia Associate Partner
>www.macromedia.com
>-
>Vancouver Island ColdFusion Users Group
>Founder & Director
>www.cfug-vancouverisland.com
>
>- Original Message -
>From: "Chad Gray" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, March 07, 2002 1:56 PM
>Subject: Spiders and Cold Fusion
>
>
> > One of out clients has hired an Internet Marketing company to help get
 them
> > more hits.
> >
> > I just got a call from one of their reps, and they were trying to tell
 me
> > "Cold Fusion will not work with search engine spiders" because the pages
> > are "fused together".
> >
> > I was ready to laugh in her face.  Does anyone know of problems with CF
 and
> > Search Engine spiders?  She wants us to generate an alternative site
 that
> > is static.
> >
> >
>
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Spiders and Cold Fusion

2002-03-07 Thread Michael Ross

I had the same thing said to me.  The Ben Forta article on it is grea
t.   This is such a funny topic...Just tell them to type in .cfm 
in any search engine and look at all the pages that show up.I wou
ld suggust telling your clients to fire them...If they claim 
to be what they are they would know this...

>>> [EMAIL PROTECTED] 03/07/02 04:56PM >>>
One of out clients has hired an Internet Marketing company to help ge
t them 
more hits.

I just got a call from one of their reps, and they were trying to tel
l me 
"Cold Fusion will not work with search engine spiders" because the pa
ges 
are "fused together".

I was ready to laugh in her face.  Does anyone know of problems with 
CF and 
Search Engine spiders?  She wants us to generate an alternative site 
that 
is static.

_
_
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Spiders and Cold Fusion

2002-03-07 Thread Bryan Stevenson

Yup they are correct (although some engines are making headway in that area).  Go to 
Forta.com and
find Ben's article on making your site search engine accessible.

Actually this same topic flew through the list yesterday...so check the archives.

HTH

Bryan Stevenson
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
p. 250.920.8830
e. [EMAIL PROTECTED]
-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com

- Original Message -
From: "Chad Gray" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 1:56 PM
Subject: Spiders and Cold Fusion


> One of out clients has hired an Internet Marketing company to help get them
> more hits.
>
> I just got a call from one of their reps, and they were trying to tell me
> "Cold Fusion will not work with search engine spiders" because the pages
> are "fused together".
>
> I was ready to laugh in her face.  Does anyone know of problems with CF and
> Search Engine spiders?  She wants us to generate an alternative site that
> is static.
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Spiders and Cold Fusion

2002-03-07 Thread Chad Gray

One of out clients has hired an Internet Marketing company to help get them 
more hits.

I just got a call from one of their reps, and they were trying to tell me 
"Cold Fusion will not work with search engine spiders" because the pages 
are "fused together".

I was ready to laugh in her face.  Does anyone know of problems with CF and 
Search Engine spiders?  She wants us to generate an alternative site that 
is static.

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Greg Alton

http://www.antivirus.com

You'll find a free virus scan there that's very good and their PCillan
product will probably keep the boss's son out of trouble for $24.95.

Greg Alton
CFDev

- Original Message -
From: "Matthew R. Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 4:44 PM
Subject: WAY OT: Virus or not GOTCHA


> Hi all...
> OK, this is ridiculous, but my boss's son got stupid and opened
> up a program that puts some sort of thing on his machine that has a
> button on it and moves when you go near it.  It says something like
> "Gotcha" when you go near it.  Any ideas what it is?  Help on how to ge
t
> rid of it or find out what it is is appreciated.  I'm not anywhere near
> the computer, and don't intend to go near it unless the boss says to.
>
> I'm really sorry for the off topic post, but I can't find any info on
> this.
>
> Thank you,
> - Matt Small
>
>
>
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Hatton Humphrey

 is always your friend... either that or End Task on it... if 
you're running 2000/XP you can pull up the task manager and see what's 
running.

HTH
Hatton

Matthew R. Small wrote:

> Hi all...
>   OK, this is ridiculous, but my boss's son got stupid and opened
> up a program that puts some sort of thing on his machine that has a
> button on it and moves when you go near it.  It says something like
> "Gotcha" when you go near it.  Any ideas what it is?  Help on how to get
> rid of it or find out what it is is appreciated.  I'm not anywhere near
> the computer, and don't intend to go near it unless the boss says to.  
> 
> I'm really sorry for the off topic post, but I can't find any info on
> this.
> 
> Thank you,
> - Matt Small
> 
> 
> 
> 
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WAY OT: Virus or not GOTCHA

2002-03-07 Thread Star Interactive (John Ceci)

Matt,

CTRL-ALT-DELETE , bring up task list, look for something strange/different,
end that task...keep trying tasks until you find the one that does it...

John

-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 4:45 PM
To: CF-Talk
Subject: WAY OT: Virus or not GOTCHA


Hi all...
OK, this is ridiculous, but my boss's son got stupid and opened
up a program that puts some sort of thing on his machine that has a
button on it and moves when you go near it.  It says something like
"Gotcha" when you go near it.  Any ideas what it is?  Help on how to get
rid of it or find out what it is is appreciated.  I'm not anywhere near
the computer, and don't intend to go near it unless the boss says to.

I'm really sorry for the off topic post, but I can't find any info on
this.

Thank you,
- Matt Small





__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mailing an excel file with

2002-03-07 Thread kbutterly

I don't know if this will work, but after you create the file, can you
rename it so that the extension is .csv?  That will cause Excel to open 
it,
on most systems.

Kathryn Butterly
Web Developer
Washington Mutual Finance
813 632-4490
[EMAIL PROTECTED]


-Original Message-
From: bajaria aslam [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:36 PM
To: CF-Talk
Subject: Mailing an excel file with 


Hey List,

Thanks for being always helpful.

I have one quick question.

There is already code that queries the database, then
assigns the results to variables using . Then
it creates a file using  and inputs these
variables in the file with comma in between them, thus
creating a comma delimeted string.

Then,  tag is used to send email with this
file as an attachment. The person opening this email
will receive this email, then, they will open the
attachment in excel.

Is there a way to have cf create a excel file using a
query output?

I need to send a excel file instead of a text file in
the email.


AB

__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Session Timing out too fast - DOH!

2002-03-07 Thread Chuck McElwee

Just remember you hae to stop and restart the service for the change to take
effect, in my experience.

Chuck McElwee
etech solutions inc
www.etechsolutions.com


-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 10:48 AM
To: CF-Talk
Subject: RE: Session Timing out too fast - DOH!


It was the server settings. Never mind.

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 9:38 AM
To: CF-Talk
Subject: Session Timing out too fast


I know this is kinda vague but...

My session is not lasting 4 hours. More like 20 minutes. What am I missing?





Justin Hansen
--
Ulgih Communications
Web Developer / Programmer
--
[EMAIL PROTECTED]
913-498-0123 ext 284
--




__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



WAY OT: Virus or not GOTCHA

2002-03-07 Thread Matthew R. Small

Hi all...
OK, this is ridiculous, but my boss's son got stupid and opened
up a program that puts some sort of thing on his machine that has a
button on it and moves when you go near it.  It says something like
"Gotcha" when you go near it.  Any ideas what it is?  Help on how to get
rid of it or find out what it is is appreciated.  I'm not anywhere near
the computer, and don't intend to go near it unless the boss says to.  

I'm really sorry for the off topic post, but I can't find any info on
this.

Thank you,
- Matt Small




__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Time Out Problem?

2002-03-07 Thread Mark Leder

I'm not sure if this is a problem with coding or an ISP problem. 
 My
client has been having periodic problems updating a form.  We're
using an Access 2000 db backend on IIS (Win XP Platform).

It looks like a timeout problem at first glance but I'm not so
 sure.  
The client states that the problem can occur when changing from
 one
db record to another in a list to edit (using a form)

"it came to essentially a total stop with the screen saying that
 it
found the website and was waiting for a response.  No error
 message,
just that the website for whatever particular reason(s) was not
responding.  Yet, I could sign off and get onto the main website
 with
no problem."  

The client states further "it is not that I can't get into the
 [ISP]
as I am already there, just going from one internal location [in
 the
admin area] to another is the problem."

For a point of reference, here is the Application.cfm variables:



I extended the timeout session to 45 minutes because this client
could be editing a record for 30 minutes or more - reading paper
references and typing them in.

Now, here's what I use to write the update statement to the
 Access
db:



 




Again, timeout is set to 150 seconds just to see if there's
 another
issue.

So, to recap, is this a coding issue, or an ISP issue?  If ISP,
 where
would I begin or what would I want to focus in on.

Thanks for taking time to read and respond to this long-winded
question.  Your comments and insights are appreciated
-- 
Mark Leder, [EMAIL PROTECTED] on 03/07/2002

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



odd cookie behavior - more serious

2002-03-07 Thread Brian Scandale

This is more serious than my previous post suggests.

I just attempted to connect to the application using a Mac and IE4.5 and got the same 
error... yet yesterday no problem at all...

=== previous message =

Today... right in the middle of working with a cf app when suddenly the Applications 
starts saying I need to enable cookies. 

I check and IE 5.5 cookies are enabled... so I fire up Netscrape and it has no 
problems with the application.  It seems to be an IE only problem.

S I turn cookies off in IE and it dutifully asks me if I want to accept the 
cookies... I say yes... and Still CF says it can't find the cookies that I just 
accepted.

I haven't mucked about with the code for several days... So I don't think it's 
that Netscrape seems to do ok.

The code is quite simple... and has been working for months.

The dspLogin.cfm has this as it's last line.


The actLogin.cfm has this as it's first line.
Report error and Abort


Anybody have a clue as to what's up?

Brian 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Fwd: Time Out Problem?

2002-03-07 Thread Mark Leder

--- Original Message ---
From: "Mark Leder" <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Cc:
Sent: Thu, 7 Mar 2002 16:33:46 -0500
Subject: Time Out Problem?

>I'm not sure if this is a problem with coding or an ISP problem.
  My
>client has been having periodic problems updating a form. 
 We're
>using an Access 2000 db backend on IIS (Win XP Platform).
>
>It looks like a timeout problem at first glance but I'm not so
 sure.
>
>The client states that the problem can occur when changing from
 one
>db record to another in a list to edit (using a form)
>
>"it came to essentially a total stop with the screen saying that
 it
>found the website and was waiting for a response.  No error
 message,
>just that the website for whatever particular reason(s) was not
>responding.  Yet, I could sign off and get onto the main
 website
>with
>no problem."
>
>The client states further "it is not that I can't get into the
 [ISP]
>as I am already there, just going from one internal location [in
 the
>admin area] to another is the problem."
>
>For a point of reference, here is the Application.cfm
 variables:
>
>clientmanagement="Yes"
>sessionmanagement="Yes"
>setclientcookies="Yes"
>sessiontimeout="#CreateTimeSpan(0,0,45,0)#"
>applicationtimeout="#CreateTimeSpan(2,0,0,0)#"
>clientstorage="Registry">
>
>I extended the timeout session to 45 minutes because this
 client
>could be editing a record for 30 minutes or more - reading
 paper
>references and typing them in.
>
>Now, here's what I use to write the update statement to the
 Access
>db:
>
>
>
>
>
>
>
>
>Again, timeout is set to 150 seconds just to see if there's
 another
>issue.
>
>So, to recap, is this a coding issue, or an ISP issue?  If ISP,
>where
>would I begin or what would I want to focus in on.
>
>Thanks for taking time to read and respond to this long-winded
>question.  Your comments and insights are appreciated.
>


-- 
Mark Leder, [EMAIL PROTECTED] on 03/07/2002

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: quick SQL question for my add/edit page

2002-03-07 Thread Hatton Humphrey

Amanda,

Sounds more like you want to do a hidden input field with 
value="#left(programcode, 1)#" in it.

HTH
Hatton

Amanda Stern wrote:

> Hello,
> 
> I need to add a new hidden field to my add/edit page
> that will update the table when a new record it added
> or updated..not sure how to write the SQL stmt to
> automatically create this hidden field.
> 
> The user is required to enter a 6 digit program code,
> which begins with a letter followed by 5 numbers.  So,
> if the program code is A12345, then I want the hidden
> field to be an "A"if the program code is B67891,
> then the hidden field needs to be a "B"...
> 
> how would I write this SQL stmt?
> 
> Thanks again!

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT] Re: VTML Builder

2002-03-07 Thread freddy

If you had cared to read through the post you would have seen a legitimate question. 
Again if you don't want to read it
delete it.
Thank you,
 Frederic

Paul Giesenhagen wrote:

> Take your little disagreement offline.
>
> Paul Giesenhagen
> QuillDesign
> http://www.quilldesign.com
> SiteDirector - Commerce Builder
> - Original Message -
> From: "freddy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, March 07, 2002 2:24 PM
> Subject: Re: [OT] Re: VTML Builder
>
> > I already get a ton of spam...I don't like it so I delete it.  And also I
> do not mind  filling out forms writing, or
> > deleting emails. Besides it seems I get so many more responses to any
> criticism I make on this list than I do to any of
> > the questions I have needed answered so I thought I'd do it again :-)
> > I am still waiting for a single response to my question about char fields
> returned via stored procedures in oracle being
> > padded to a length of 255 and whether it is a bug or there is a way around
> it.
> > Thanks in advance...
> >
> > Gyrus wrote:
> >
> > > > What difference does it make? If you want it fill out the info...
> > > > it is faster than writing an email to complain about it.
> > >
> > > Maybe I'm being too cynical, but to me *spam* makes the
> > > difference. I was just looking for some assurance that the
> > > download is actually *free*, and not paid for by allowing
> > > the people you give your info to to sell that info on for
> > > marketing (I couldn't see any assurance on the site).
> > >
> > > BTW, it would have been faster for you to not criticise
> > > my questioning than to do so (nod to Bill Hicks ;)
> > >
> > > - Gyrus
> > >
> > > 
> > > - [EMAIL PROTECTED]
> > > work: http://www.tengai.co.uk
> > > play: http://www.norlonto.net
> > > - PGP key available
> > > 
> > >
> >
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT] Re: VTML Builder

2002-03-07 Thread freddy

They are padded all the time the char fields in question range in length from char(4) 
to char(10). Also a single trim()
doesn't work. I need to trim(trim()) or the length of the field is still 254. I have 
no control over how the data will
be stored in the database. I have requested they all be converted to varchar fields 
but it doesn't happen. If a single
trim would work I would not worry so much but again I am trying to compare values held 
in cf variables that are now 255
to database fields that are 4-10 chars long. A trim wouldn't help me there unless I 
have the oracle developers trim all
the values coming out of the database in the stored proc and trim(trim()) the char 
field. This has been going on since
version 4 and we are now on version 5 of cf.
Thanks

Jerry Johnson wrote:

> Are they padded to 255 all the time, or does that char field have a length
> or 255?
>
> My understanding is that the char would return a string with the entire
> length of the field. That is the main difference between a char and a
> varchar (which would return a string only as long as the data put into the
> field.)
>
> 1. change it to a varchar
> or
> 2. trim() it before use.
>
> Jerry Johnson
>
> >>> [EMAIL PROTECTED] 03/07/02 03:24PM >>>
> I already get a ton of spam...I don't like it so I delete it.  And also I
> do not mind  filling out forms writing, or
> deleting emails. Besides it seems I get so many more responses to any
> criticism I make on this list than I do to any of
> the questions I have needed answered so I thought I'd do it again :-)
> I am still waiting for a single response to my question about char fields
> returned via stored procedures in oracle being
> padded to a length of 255 and whether it is a bug or there is a way around
> it.
> Thanks in advance...
>
> Gyrus wrote:
>
> > > What difference does it make? If you want it fill out the info...
> > > it is faster than writing an email to complain about it.
> >
> > Maybe I'm being too cynical, but to me *spam* makes the
> > difference. I was just looking for some assurance that the
> > download is actually *free*, and not paid for by allowing
> > the people you give your info to to sell that info on for
> > marketing (I couldn't see any assurance on the site).
> >
> > BTW, it would have been faster for you to not criticise
> > my questioning than to do so (nod to Bill Hicks ;)
> >
> > - Gyrus
> >
> > 
> > - [EMAIL PROTECTED]
> > work: http://www.tengai.co.uk
> > play: http://www.norlonto.net
> > - PGP key available
> > 
> >
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



quick SQL question for my add/edit page

2002-03-07 Thread Amanda Stern

Hello,

I need to add a new hidden field to my add/edit page
that will update the table when a new record it added
or updated..not sure how to write the SQL stmt to
automatically create this hidden field.

The user is required to enter a 6 digit program code,
which begins with a letter followed by 5 numbers.  So,
if the program code is A12345, then I want the hidden
field to be an "A"if the program code is B67891,
then the hidden field needs to be a "B"...

how would I write this SQL stmt?

Thanks again!



__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [OT] Re: VTML Builder

2002-03-07 Thread Shawn Grover

Oracle does the same thing in VB applications. We have always had to trim
our variables to get rid of the excess spaces

Doubt that helped ya any

Shawn Grover

-Original Message-
From: freddy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 1:25 PM
To: CF-Talk
Subject: Re: [OT] Re: VTML Builder


I already get a ton of spam...I don't like it so I delete it.  And also I do
not mind  filling out forms writing, or
deleting emails. Besides it seems I get so many more responses to any
criticism I make on this list than I do to any of
the questions I have needed answered so I thought I'd do it again :-)
I am still waiting for a single response to my question about char fields
returned via stored procedures in oracle being
padded to a length of 255 and whether it is a bug or there is a way around
it.
Thanks in advance...

Gyrus wrote:

> > What difference does it make? If you want it fill out the info...
> > it is faster than writing an email to complain about it.
>
> Maybe I'm being too cynical, but to me *spam* makes the
> difference. I was just looking for some assurance that the
> download is actually *free*, and not paid for by allowing
> the people you give your info to to sell that info on for
> marketing (I couldn't see any assurance on the site).
>
> BTW, it would have been faster for you to not criticise
> my questioning than to do so (nod to Bill Hicks ;)
>
> - Gyrus
>
> 
> - [EMAIL PROTECTED]
> work: http://www.tengai.co.uk
> play: http://www.norlonto.net
> - PGP key available
> 
>

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT] Re: VTML Builder

2002-03-07 Thread Paul Giesenhagen

Take your little disagreement offline.


Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector - Commerce Builder
- Original Message -
From: "freddy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 2:24 PM
Subject: Re: [OT] Re: VTML Builder


> I already get a ton of spam...I don't like it so I delete it.  And also I
do not mind  filling out forms writing, or
> deleting emails. Besides it seems I get so many more responses to any
criticism I make on this list than I do to any of
> the questions I have needed answered so I thought I'd do it again :-)
> I am still waiting for a single response to my question about char fields
returned via stored procedures in oracle being
> padded to a length of 255 and whether it is a bug or there is a way around
it.
> Thanks in advance...
>
> Gyrus wrote:
>
> > > What difference does it make? If you want it fill out the info...
> > > it is faster than writing an email to complain about it.
> >
> > Maybe I'm being too cynical, but to me *spam* makes the
> > difference. I was just looking for some assurance that the
> > download is actually *free*, and not paid for by allowing
> > the people you give your info to to sell that info on for
> > marketing (I couldn't see any assurance on the site).
> >
> > BTW, it would have been faster for you to not criticise
> > my questioning than to do so (nod to Bill Hicks ;)
> >
> > - Gyrus
> >
> > 
> > - [EMAIL PROTECTED]
> > work: http://www.tengai.co.uk
> > play: http://www.norlonto.net
> > - PGP key available
> > 
> >
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: uploading data file problem

2002-03-07 Thread Jerry Johnson

If my mind remembers correctly, just run a cfquery with an error, and the 
DB will be "unhooked".

Then you can copy the file into place.

The next cfquery will "rehook" it.

Jerry Johnson



>>> [EMAIL PROTECTED] 03/07/02 03:37PM >>>
I have a strange problem. After I upload a .mdb or xls file and add it as 
a
datasource I am unable to upload a new version that has been modified
locally. I get a "datasource in use" error msg. (This is true in both 
WS_FTP
and LEAP_FTP. I haven't tried DOS.)

Now this doesn't particularly matter in most cases as I change via CF. But
now I want to have HR and other staff upload changes via . 

The only way I can do this now is to go the admin page, remove the data
source, go to the directory and remove the file, then add the new file and
go back to the admin page and add the new datasource. 

Has anybody faced this before?

-- glm





---
-
---
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify 
the
sender. You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient.




__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



odd cookie behavior

2002-03-07 Thread Brian Scandale

Today... right in the middle of working with a cf app when suddenly the Applications 
starts saying I need to enable cookies. 

I check and IE 5.5 cookies are enabled... so I fire up Netscrape and it has no 
problems with the application.  It seems to be an IE only problem.

S I turn cookies off in IE and it dutifully asks me if I want to accept the 
cookies... I say yes... and Still CF says it can't find the cookies that I just 
accepted.

I haven't mucked about with the code for several days... So I don't think it's 
that Netscrape seems to do ok.

The code is quite simple... and has been working for months.

The dspLogin.cfm has this as it's last line.


The actLogin.cfm has this as it's first line.
Report error and Abort


Anybody have a clue as to what's up?

Brian
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Buy 4.5 pro server

2002-03-07 Thread John M. Pena

Hi All,

Kind of a lame Q. here, but does anyone know where (besides ebay) I
can get a relatively cheap copy of 4.5 professional server??

thanks much
John
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



uploading data file problem

2002-03-07 Thread Gilbert Midonnet

I have a strange problem. After I upload a .mdb or xls file and add it as a
datasource I am unable to upload a new version that has been modified
locally. I get a "datasource in use" error msg. (This is true in both WS_FTP
and LEAP_FTP. I haven't tried DOS.)

Now this doesn't particularly matter in most cases as I change via CF. But
now I want to have HR and other staff upload changes via . 

The only way I can do this now is to go the admin page, remove the data
source, go to the directory and remove the file, then add the new file and
go back to the admin page and add the new datasource. 

Has anybody faced this before?

-- glm






---
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender. You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient.



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Mailing an excel file with

2002-03-07 Thread bajaria aslam

Hey List,

Thanks for being always helpful.

I have one quick question.

There is already code that queries the database, then
assigns the results to variables using . Then
it creates a file using  and inputs these
variables in the file with comma in between them, thus
creating a comma delimeted string.

Then,  tag is used to send email with this
file as an attachment. The person opening this email
will receive this email, then, they will open the
attachment in excel.

Is there a way to have cf create a excel file using a
query output?

I need to send a excel file instead of a text file in
the email.


AB

__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Form Caching

2002-03-07 Thread Brockman, Chuck

I'm sure this has been asked before, but I can't seem to find the answer.

When using forms, if a user fills in some information and proceeds to the
next page, then uses the browser's back button, the form retains the input
information.

Is there a way to clear the form or refresh the page without having to
expire the page and make the end user refresh the page with their browser?

Thank you in advance.

Chuck Brockman

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT] Re: VTML Builder

2002-03-07 Thread Jerry Johnson

Are they padded to 255 all the time, or does that char field have a length 
or 255?

My understanding is that the char would return a string with the entire 
length of the field. That is the main difference between a char and a 
varchar (which would return a string only as long as the data put into the 
field.)

1. change it to a varchar
or
2. trim() it before use.

Jerry Johnson

>>> [EMAIL PROTECTED] 03/07/02 03:24PM >>>
I already get a ton of spam...I don't like it so I delete it.  And also I 
do not mind  filling out forms writing, or
deleting emails. Besides it seems I get so many more responses to any 
criticism I make on this list than I do to any of
the questions I have needed answered so I thought I'd do it again :-)
I am still waiting for a single response to my question about char fields 
returned via stored procedures in oracle being
padded to a length of 255 and whether it is a bug or there is a way around 
it.
Thanks in advance...

Gyrus wrote:

> > What difference does it make? If you want it fill out the info...
> > it is faster than writing an email to complain about it.
>
> Maybe I'm being too cynical, but to me *spam* makes the
> difference. I was just looking for some assurance that the
> download is actually *free*, and not paid for by allowing
> the people you give your info to to sell that info on for
> marketing (I couldn't see any assurance on the site).
>
> BTW, it would have been faster for you to not criticise
> my questioning than to do so (nod to Bill Hicks ;)
>
> - Gyrus
>
> 
> - [EMAIL PROTECTED] 
> work: http://www.tengai.co.uk 
> play: http://www.norlonto.net 
> - PGP key available
> 
> 

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread John McCosker

The weathers  here anyway!!

J

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 8:21 PM
To: CF-Talk
Subject: RE: Intranet apps


Man oh man, I can't win today, you give something for free and people 
just
want more and more and more I think you could figure out the US 
part. UK
I don't deal with.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:20 PM
To: CF-Talk
Subject: RE: Intranet apps


>>

What if its the UK, or somewhere else that the US?

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 8:05 PM
To: CF-Talk
Subject: RE: Intranet apps


Weather


http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
METHOD="GET"
PORT="80"
RESOLVEURL="true">

http://www.weather.com/";, "ALL")>   


#OutPut#

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:00 PM
To: CF-Talk
Subject: Re: Intranet apps


I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires 
LDA
P I
believe and our company does not plan to run or support it. (Don't ask 
wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not 
sure
what they would charge.  I was hoping for a free app I could integrate 
in
to
the home page that shows current weather conditions for a local city, 
lik
e
MyExite or MyLycos offers.


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 11:37 AM
Subject: RE: Intranet apps


> here's a few ideas:
>
> Conference room scheduler:  Do you use Outlook?  If so, make the
> conference
> room a person, and have people "invite" the conference room to
> meetings.
> Give an admin rights to handle the conference rooms schedule.  Make 
the
> schedule visible to all.
>
> There are a few sites that have data feeds of info that you can 
legally
> post
> on your own site.  You want to look at www.moreover.com.  You can use
>  to get the info.
>
> Kathryn Butterly
> Web Developer
> Washington Mutual Finance
> 813 632-4490
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 2:30 PM
> To: CF-Talk
> Subject: Intranet apps
>
>
> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real
> time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display 
our
>
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
>
>
>
> 




__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Flash Tutorials (WAS: a little about the future)

2002-03-07 Thread Mike Kear

Thanks for your post Michael.  I'm sorry but I haven't seen your list of
resources before, and I'll check them out over the next few days.  (I
sometimes get as many as 800 messages a day and I can't read everything on
this list under those conditions)

I have to tell you I am really struggling with Flash, but I'll crash through
sooner or later.   For example yesterday I went to flashkit.com and I can
see there is a lot of interesting material there.   I looked at one
tutorial, and downloaded the example code to go through the tutorial as I
read it, and the zip file didn't have a .fla file inside. So the tutorial
was useless.

I looked at another, and it missed out 3 steps, rushing over some other
steps.   No problem I suppose for the person who wrote it, or for advanced
users, but I spent over an hour trying to figure out how to put a piece of
code on a button.

I couldn't see where to put it, and couldn't get the code window to open.
People who have done a few of these things will know how to do it.  But I
deliberately chose a tutorial there that was labelled for BEGINNERS.   For
me, learning from the very start,  this simple thing was extremely
frustrating.  I was screaming at the author that he spent 2 paragraphs
explaining how to open a file, but totally missed these steps.  The total
text for getting the code onto this button was "Put this code on your button
..."


What I find really confusing when I'm using flash is there are so many
dialogue boxes, that I take ages to find things.  I can never seem to be
able to find things in the same place twice.  It's not helped I suppose that
the dialogs change depending on what kind of object is opening them, and
what the circumstances are at the time.  I know the problem is mine, that I
have to just learn where everything is, but its taking much much longer than
it took to get something productive happening in coldfusion, and a whole
order of magnitude longer than learning Photoshop or Illustrator or
Fireworks or Dreamweaver.


Anyway, I really value the advice and help of the people on this list, and
Michael's list of sites looks to be well worth checking out.   Thank you
Michael.


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 08, 2002 12:50 AM
To: CF-Talk
Subject: RE: Flash Tutorials (WAS: a little about the future)

Uhhh This message is concerning to me, being close to a lot of really
wonderful Flash developers who put out a lot of educational materials. Th
is
message is in two parts, a list of resources on the Web you may find
helpful, and 2) my own explanation of why Flash is so tough for so many.

I. Resources

I don't know how many times I have posted these links to this list, but i
f
you are looking for instructional materials on Flash, look here:

[snip]

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OT] Re: VTML Builder

2002-03-07 Thread freddy

I already get a ton of spam...I don't like it so I delete it.  And also I do not mind  
filling out forms writing, or
deleting emails. Besides it seems I get so many more responses to any criticism I make 
on this list than I do to any of
the questions I have needed answered so I thought I'd do it again :-)
I am still waiting for a single response to my question about char fields returned via 
stored procedures in oracle being
padded to a length of 255 and whether it is a bug or there is a way around it.
Thanks in advance...

Gyrus wrote:

> > What difference does it make? If you want it fill out the info...
> > it is faster than writing an email to complain about it.
>
> Maybe I'm being too cynical, but to me *spam* makes the
> difference. I was just looking for some assurance that the
> download is actually *free*, and not paid for by allowing
> the people you give your info to to sell that info on for
> marketing (I couldn't see any assurance on the site).
>
> BTW, it would have been faster for you to not criticise
> my questioning than to do so (nod to Bill Hicks ;)
>
> - Gyrus
>
> 
> - [EMAIL PROTECTED]
> work: http://www.tengai.co.uk
> play: http://www.norlonto.net
> - PGP key available
> 
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread Robert Everland

Man oh man, I can't win today, you give something for free and people just
want more and more and more I think you could figure out the US part. UK
I don't deal with.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:20 PM
To: CF-Talk
Subject: RE: Intranet apps


>>

What if its the UK, or somewhere else that the US?

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 8:05 PM
To: CF-Talk
Subject: RE: Intranet apps


Weather


http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
METHOD="GET"
PORT="80"
RESOLVEURL="true">

http://www.weather.com/";, "ALL")>   


#OutPut#

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:00 PM
To: CF-Talk
Subject: Re: Intranet apps


I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires 
LDA
P I
believe and our company does not plan to run or support it. (Don't ask 
wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not 
sure
what they would charge.  I was hoping for a free app I could integrate 
in
to
the home page that shows current weather conditions for a local city, 
lik
e
MyExite or MyLycos offers.


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 11:37 AM
Subject: RE: Intranet apps


> here's a few ideas:
>
> Conference room scheduler:  Do you use Outlook?  If so, make the
> conference
> room a person, and have people "invite" the conference room to
> meetings.
> Give an admin rights to handle the conference rooms schedule.  Make 
the
> schedule visible to all.
>
> There are a few sites that have data feeds of info that you can 
legally
> post
> on your own site.  You want to look at www.moreover.com.  You can use
>  to get the info.
>
> Kathryn Butterly
> Web Developer
> Washington Mutual Finance
> 813 632-4490
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 2:30 PM
> To: CF-Talk
> Subject: Intranet apps
>
>
> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real
> time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display 
our
>
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
>
>
>
> 



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread John McCosker

>>

What if its the UK, or somewhere else that the US?

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 8:05 PM
To: CF-Talk
Subject: RE: Intranet apps


Weather


http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
METHOD="GET"
PORT="80"
RESOLVEURL="true">

http://www.weather.com/";, "ALL")>   


#OutPut#

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:00 PM
To: CF-Talk
Subject: Re: Intranet apps


I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires 
LDA
P I
believe and our company does not plan to run or support it. (Don't ask 
wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not 
sure
what they would charge.  I was hoping for a free app I could integrate 
in
to
the home page that shows current weather conditions for a local city, 
lik
e
MyExite or MyLycos offers.


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 11:37 AM
Subject: RE: Intranet apps


> here's a few ideas:
>
> Conference room scheduler:  Do you use Outlook?  If so, make the
> conference
> room a person, and have people "invite" the conference room to
> meetings.
> Give an admin rights to handle the conference rooms schedule.  Make 
the
> schedule visible to all.
>
> There are a few sites that have data feeds of info that you can 
legally
> post
> on your own site.  You want to look at www.moreover.com.  You can use
>  to get the info.
>
> Kathryn Butterly
> Web Developer
> Washington Mutual Finance
> 813 632-4490
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 2:30 PM
> To: CF-Talk
> Subject: Intranet apps
>
>
> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real
> time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display 
our
>
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
>
>
>
> 


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT:Stored Procedure

2002-03-07 Thread John McCosker

I keep saying this, there is an excellent book which covers all this in
detail and more,
http://www.amazon.com/exec/obidos/ASIN/1893115836/qid=1015531831/s=2-2/re=
sr_2_2/103-3058344-6479802

my head is full of coffee, I'm buzzin,
sure I'd love to post the code but I'd have to work it out first,and my 
head
is buzzin,

Hal helms developed a good stored proc tool which writes out stored 
procs
for "time is an issue developer",

I emailed him off list, he sent it to me and I installed it in studio, 
then
I opened it and it said if you don't have a thuru knowledge of SP's 
then
your cheating yourself,

so I closed it down, and got the book,

I'm no whizz, but I've got a strong grasp of the basics,

sorry to be of absolutely no help, grow a conscience and redirect you 
to a
book,

J

-Original Message-
From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 8:00 PM
To: CF-Talk
Subject: Re: OT:Stored Procedure


Use Books online and read about declaring variables.



On Thu, 07 March 2002, Janine Jakim wrote:

> 
> I have a report that has 6 queries to gather all the info from the 
related
> tables.  I am in the process of turning these s into stored
> procedures (SQL2000).
> In CF I have things like
>  SELECT blah,blah
> FROM SCHOOLS
> WHERE SchoolID=#SchoolID#
> 
> 
> SELECT *
> FROM STUDENTS
> WHERE SchoolID=#SchoolID#
> AND gradeID=#gradeID#
> 
> 
> 
> 
> SELECT *
> FROM GRADES
> WHERE StudentID=#StudentID#
> 
> So query1 gets the schoolid- query2 gets all the students with that
> schoolid/gradeID and then query3 is getting the grades for those 
students.
> 
> I'm wondering how to do this in stored procedures.  I've always 
learned to
> keep the sp small so they can be reused.  I was also told that one 
stored
> procedure can call another- so I guess I was wondering if one stored
> procedure can pass a parameter to the next. (ie: so it knows what 
students
> to pull grades for)
> If this is possible where or how would I put it in the stored 
procedure?  
> ie:
> one sp would be:
> CREATE PROCEDURE GetSchools
> @SchoolID int,
> @GradeLevel int
> AS
> SELECT *
> FROM Students
> WHERE SchoolID=@SchoolID
> AND GradeLevel=@GradeLevel
> GO
> So how would I filter the StudentId from this stored procedure to put 
in
the
> next stored procedure:
> 
> CREATE PROCEDURE GetReportCardMarks
> @StudentID int
> AS
> SELECT Skill, StudentID, Grade, SchoolID
> FROM Grades
> WHERE StudentID=@StudentID
> GO
> 
> I hope I explained this sufficiently.
> Thanks in advance,
> 

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread Tyler M. Fitch

Bruce,

FYI - AccuWeather is about $25 a month.  We used them recently and found
it to be useful, but if you can get it for free. . . Not a hard choice
then.

HTH,

t

**
Tyler M. Fitch
Certified Advanced ColdFusion 5 Developer

ISITE Design, Inc.
615 SW Broadway Ste. 200
Portland, OR 97205

503.221.9860 ext. 111
http://isitedesign.com
** 

-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 12:00 PM
To: CF-Talk
Subject: Re: Intranet apps


I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires
LDA P I believe and our company does not plan to run or support it.
(Don't ask wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not
sure what they would charge.  I was hoping for a free app I could
integrate in to the home page that shows current weather conditions for
a local city, lik e MyExite or MyLycos offers.


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF_SAVECONTENT

2002-03-07 Thread Scott Van Vliet

For those of you interested, I have created a custom tag that simulates the
functionallity of the  tag from CF 5, however this custom tag
works in CF 4 and up!

Let me know if you would like me to send you a copy.

Thanks!
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread Robert Everland

Weather


http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
METHOD="GET"
PORT="80"
RESOLVEURL="true">

http://www.weather.com/";, "ALL")>   


#OutPut#

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:00 PM
To: CF-Talk
Subject: Re: Intranet apps


I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires LDA
P I
believe and our company does not plan to run or support it. (Don't ask wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not sure
what they would charge.  I was hoping for a free app I could integrate in
to
the home page that shows current weather conditions for a local city, lik
e
MyExite or MyLycos offers.


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 11:37 AM
Subject: RE: Intranet apps


> here's a few ideas:
>
> Conference room scheduler:  Do you use Outlook?  If so, make the
> conference
> room a person, and have people "invite" the conference room to
> meetings.
> Give an admin rights to handle the conference rooms schedule.  Make the
> schedule visible to all.
>
> There are a few sites that have data feeds of info that you can legally
> post
> on your own site.  You want to look at www.moreover.com.  You can use
>  to get the info.
>
> Kathryn Butterly
> Web Developer
> Washington Mutual Finance
> 813 632-4490
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 2:30 PM
> To: CF-Talk
> Subject: Intranet apps
>
>
> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real
> time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display our
>
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
>
>
>
> 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT:Stored Procedure

2002-03-07 Thread Joshua Tipton

Use Books online and read about declaring variables.



On Thu, 07 March 2002, Janine Jakim wrote:

> 
> I have a report that has 6 queries to gather all the info from the related
> tables.  I am in the process of turning these s into stored
> procedures (SQL2000).
> In CF I have things like
>  SELECT blah,blah
> FROM SCHOOLS
> WHERE SchoolID=#SchoolID#
> 
> 
> SELECT *
> FROM STUDENTS
> WHERE SchoolID=#SchoolID#
> AND gradeID=#gradeID#
> 
> 
> 
> 
> SELECT *
> FROM GRADES
> WHERE StudentID=#StudentID#
> 
> So query1 gets the schoolid- query2 gets all the students with that
> schoolid/gradeID and then query3 is getting the grades for those students.
> 
> I'm wondering how to do this in stored procedures.  I've always learned to
> keep the sp small so they can be reused.  I was also told that one stored
> procedure can call another- so I guess I was wondering if one stored
> procedure can pass a parameter to the next. (ie: so it knows what students
> to pull grades for)
> If this is possible where or how would I put it in the stored procedure?  
> ie:
> one sp would be:
> CREATE PROCEDURE GetSchools
> @SchoolID int,
> @GradeLevel int
> AS
> SELECT *
> FROM Students
> WHERE SchoolID=@SchoolID
> AND GradeLevel=@GradeLevel
> GO
> So how would I filter the StudentId from this stored procedure to put in the
> next stored procedure:
> 
> CREATE PROCEDURE GetReportCardMarks
> @StudentID int
> AS
> SELECT Skill, StudentID, Grade, SchoolID
> FROM Grades
> WHERE StudentID=@StudentID
> GO
> 
> I hope I explained this sufficiently.
> Thanks in advance,
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Intranet apps

2002-03-07 Thread Bruce Holm

I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires LDA
P I
believe and our company does not plan to run or support it. (Don't ask wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not sure
what they would charge.  I was hoping for a free app I could integrate in
to
the home page that shows current weather conditions for a local city, lik
e
MyExite or MyLycos offers.


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 11:37 AM
Subject: RE: Intranet apps


> here's a few ideas:
>
> Conference room scheduler:  Do you use Outlook?  If so, make the
> conference
> room a person, and have people "invite" the conference room to
> meetings.
> Give an admin rights to handle the conference rooms schedule.  Make the
> schedule visible to all.
>
> There are a few sites that have data feeds of info that you can legally
> post
> on your own site.  You want to look at www.moreover.com.  You can use
>  to get the info.
>
> Kathryn Butterly
> Web Developer
> Washington Mutual Finance
> 813 632-4490
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 2:30 PM
> To: CF-Talk
> Subject: Intranet apps
>
>
> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real
> time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display our
>
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
>
>
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT:Stored Procedure

2002-03-07 Thread Janine Jakim

I have a report that has 6 queries to gather all the info from the related
tables.  I am in the process of turning these s into stored
procedures (SQL2000).
In CF I have things like
 SELECT blah,blah
FROM SCHOOLS
WHERE SchoolID=#SchoolID#


SELECT *
FROM STUDENTS
WHERE SchoolID=#SchoolID#
AND gradeID=#gradeID#




SELECT *
FROM GRADES
WHERE StudentID=#StudentID#

So query1 gets the schoolid- query2 gets all the students with that
schoolid/gradeID and then query3 is getting the grades for those students.

I'm wondering how to do this in stored procedures.  I've always learned to
keep the sp small so they can be reused.  I was also told that one stored
procedure can call another- so I guess I was wondering if one stored
procedure can pass a parameter to the next. (ie: so it knows what students
to pull grades for)
If this is possible where or how would I put it in the stored procedure?  
ie:
one sp would be:
CREATE PROCEDURE GetSchools
@SchoolID int,
@GradeLevel int
AS
SELECT *
FROM Students
WHERE SchoolID=@SchoolID
AND GradeLevel=@GradeLevel
GO
So how would I filter the StudentId from this stored procedure to put in the
next stored procedure:

CREATE PROCEDURE GetReportCardMarks
@StudentID int
AS
SELECT Skill, StudentID, Grade, SchoolID
FROM Grades
WHERE StudentID=@StudentID
GO

I hope I explained this sufficiently.
Thanks in advance,
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Intranet apps

2002-03-07 Thread Marius Milosav

our VICO suite of applications provide that (which is actually a very small
part of the general functionality of the suite).
If you need more information you can contact me off line.

thank you
Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm


- Original Message -
From: "Bruce Holm" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 2:29 PM
Subject: Intranet apps


> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display our
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Group in cfoutput query. brain fart

2002-03-07 Thread Paul Ihrig

Mathew & all thank you!
got me back on track!

thank you!
what i did below.
-paul



SELECT  tblEmployee.Lastname + ' ' +  tblEmployee.Firstname as Fullname,
tblEmployee.EMPLOYEE_ID, tblEmployee.EmployeeID, tblEmployee.StudioID,
tblEmployee.Status,  tblStudio.StudioID, tblStudio.OfficeID,
tblStudio.StudioName, tblOffice.OfficeID, tblOffice.City,
tblPhone.PhoneNumb, tblFloor.floor 
FROM tblEmployee, tblStudio, tblOffice, tblPhone, tblFloor 
WHERE tblEmployee.studioid = tblStudio.studioid 
AND tblOffice.OfficeID = '#FORM.OfficeID#' 
AND tblPhone.EmpResID = tblEmployee.EMPLOYEE_ID 
AND tblEmployee.studioid in (#FORM.StudioID#) 
AND tblEmployee.floorid = tblFloor.floorid 
ORDER BY tblStudio.StudioName, Fullname, tblEmployee.EMPLOYEE_ID;






 
Employee Admin Page


  
Add an Employee 
:: Search the Picture Board!

 



 
Name
Extension
Edit



  
Add an
Employee 
:: Search the Picture Board!

 
Office - Studio
#Employees.City# - 
#Employees.StudioName#


 

#Employees.Fullname#

#Employees.PhoneNumb# 


 Edit

 Photo


  
   CHECKED>


  






 
Add an Employee 
:: Search the Picture Board!



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Intranet apps

2002-03-07 Thread kbutterly

here's a few ideas:

Conference room scheduler:  Do you use Outlook?  If so, make the 
conference
room a person, and have people "invite" the conference room to 
meetings.
Give an admin rights to handle the conference rooms schedule.  Make the
schedule visible to all.

There are a few sites that have data feeds of info that you can legally 
post
on your own site.  You want to look at www.moreover.com.  You can use
 to get the info.

Kathryn Butterly
Web Developer
Washington Mutual Finance
813 632-4490
[EMAIL PROTECTED]


-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 2:30 PM
To: CF-Talk
Subject: Intranet apps


Does anyone know of a source for applications that can be integrated 
into an Intranet?

I'm looking for:

* a conference room scheduler application

* a weather application to display local weather conditions in real 
time 
in the corner of the Intranet home page

* a stock ticker application that can be configured to only display our 

company stock price movement (delayed quotes is fine) during the day.

Any help would be appreciated.

-
Bruce Holm - Web Programmer
Lattice Semiconductor Corp.
[EMAIL PROTECTED]
-



__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Intranet apps

2002-03-07 Thread Bruce Holm

Does anyone know of a source for applications that can be integrated 
into an Intranet?

I'm looking for:

* a conference room scheduler application

* a weather application to display local weather conditions in real time 
in the corner of the Intranet home page

* a stock ticker application that can be configured to only display our 
company stock price movement (delayed quotes is fine) during the day.

Any help would be appreciated.

-
Bruce Holm - Web Programmer
Lattice Semiconductor Corp.
[EMAIL PROTECTED]
-


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfgrid and CF5

2002-03-07 Thread Valerie L. Criswell

There's a good amount of info on this in the macromedia cf support forum, so
I won't go into the nitty gritties until you read all the mess about it
there.  We just gave up and decided to place the class directly into each
directory where we run it and we have to go to the user's machine and
install the JVM manually most times.  This is okay because we're only using
it in a few places.  Most of our problems came from the JVM not loading,
when we upgraded.  I can tell you this, however ... I won't ever be using
the CFGrid function again.  What a mess.

http://webforums.macromedia.com/coldfusion/messageview.cfmcatid=3&threadid=2
34364&highlight_key=y&keyword1=cfgrid&keyword2=class
(watch for wrapping on the URL above)

Best wishes,

~Val

- Original Message -
From: "Stephenie Hamilton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 1:54 PM
Subject: cfgrid and CF5


> has anyone gotten CFGrid to work in CF5 (win2k server)
> I keep getting an error load: class
> allaire.controls2.CFGridApplet.class not found.
> now I searched on the server and can't even find that class...
> I also have the CFIDE dir as a virtual dir under the site that
> needs to use CFGrid and gave IUSR read permissions
> but still that error persists...
> is there even such a file with CF5?
> has anyone been able to get CFGrid to work?
>
> ~~
> Stephenie
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfgrid and CF5

2002-03-07 Thread JamesEdmunds

I use CFGrid constantly, however, I am on a shared server hosting
situation (at CrystalTech), and for any domain I am going to use it, I
must first get them to make me a virtual directory to the class files so
that they can be called by my tags.
Hope this is of some help.
-James Edmunds

Stephenie Hamilton wrote:

> has anyone gotten CFGrid to work in CF5 (win2k server)
> I keep getting an error load: class
> allaire.controls2.CFGridApplet.class not found.
> now I searched on the server and can't even find that class...
> I also have the CFIDE dir as a virtual dir under the site that
> needs to use CFGrid and gave IUSR read permissions
> but still that error persists...
> is there even such a file with CF5?
> has anyone been able to get CFGrid to work?
>
> ~~
> Stephenie
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Group in cfoutput query. brain fart

2002-03-07 Thread Bosky, Dave

My bad I didn't notice the group attribute in the second cfoutput.

Dave


-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 2:02 PM
To: CF-Talk
Subject: RE: Group in cfoutput query. brain fart

Dave, you can absolutely nest cfoutputs if you use the group attribute.
This is a nice feature of Cold Fusion that allows reports to made
without a lot of logic involved.


Consider:



#name#
#phonenumber#



The same thing using nested cfoutputs:


#name#

#phonenumber#




The first produces:

---
Dave Bosky
843-444-
843-555-
---
Matthew Small
843-111-
843-222-
843-333-




The second produces: 
Without the top 

Dave Bosky
843-444-
843-555-
---
Matthew Small
843-111-
843-222-
843-333-
---

If you have a properly designed query:


select name, number
from table
order by name, number


You get this returned set of data:

Dave Bosky  843-444-
Dave Bosky  843-555-
Matthew Small   843-111-
Matthew Small   843-222-
Matthew Small   843-333-

- Matt Small




-Original Message-
From: Bosky, Dave [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 1:28 PM
To: CF-Talk
Subject: RE: Group in cfoutput query. brain fart

Need to use cfloop you can't nest cfoutputs.

Dave
 
-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 07, 2002 12:54 PM
To: CF-Talk
Subject: RE: Group in cfoutput query. brain fart

I'm not quite sure exaclt what you want but if you want to display the
name only once, then all of the phone numbers that are associated with
it, then you need multiple grouping values:



Office - Studio
#Employees.City# - #Employees.StudioName#

#Employees.LastName#, #Employees.FirstName# 

#Employees.PhoneNumb# Edit Photo
...







I think one of your problems is tha fact that firstname and lastname are
separate values.  Try combining them into a single field for sorting
purposes:

tblEmployee.Lastname & ' ' &  tblEmployee.Firstname as Fullname,

This works in access, I'm not quite sure about your db.

You need to also sort the records appropriately.  This step is not
required, but if you don't do it, then your output will not format
properly.

ORDER BY tblOffice.City, Fullname, tblEmployee.EMPLOYEE_ID;

I hope some of this helps.


- Matt Small





SELECT  
tblEmployee.Lastname & ' ' &  tblEmployee.Firstname as
Fullname, tblEmployee.FirstName, tblEmployee.EMPLOYEE_ID,
tblEmployee.LastName, tblEmployee.EmployeeID, tblEmployee.StudioID,
tblEmployee.Status, 
tblStudio.StudioID, tblStudio.OfficeID,
tblStudio.StudioName, 
tblOffice.OfficeID, tblOffice.City, 
tblPhone.PhoneNumb, 
tblFloor.floor 

FROM tblEmployee, tblStudio, tblOffice, tblPhone, tblFloor 

WHERE 
tblEmployee.studioid = tblStudio.studioid AND 
tblOffice.OfficeID = '#FORM.OfficeID#' AND 
tblPhone.EmpResID = tblEmployee.EMPLOYEE_ID AND 
tblEmployee.studioid in (#FORM.StudioID#) AND 
tblEmployee.floorid = tblFloor.floorid 

ORDER BY tblOffice.City, Fullname, tblEmployee.EMPLOYEE_ID;


Name
Extension
Edit


Office - Studio
#Employees.City# - #Employees.StudioName#

#Employees.LastName#, #Employees.FirstName# 

#Employees.PhoneNumb# Edit Photo
 CHECKED> 







__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >