Re: Book Review [ Java for Coldfusion Developers ]

2004-08-23 Thread Nando
I've enjoyed it so far. I really appreciate how hesorts out for you
what you need to know, effectively walking the reader thru a tour of
the Java world from the perspective of a CF web developer. There are
complaints that the examples have errors in them, and while
unfortunate, overall i don't think that detracts a lot from the book.

On Mon, 23 Aug 2004 01:06:58 -0400, Daniel Farmer [EMAIL PROTECTED] wrote:
 I'm looking to getting into the OOP side of things... and was wondering if this would be a good place to start. I've read some of that authors other books ( a coldfusion 5 title ) and really enjoyed the author.
 
 If you have the book, how was it? good place to start for Java?

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




Re: Homepage content management

2004-08-23 Thread Hugo Ahlenius
Does anyone know if FarCry runs on BD?

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
-


 Original Message 
From: Geoff Bowers [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 23, 2004 02:56
Subject: Re: Homepage content management

| - Original Message -
|| From: Peter Tilbrook [EMAIL PROTECTED]
|| FarCry?
|| http://farcry.daemon.com.au/
|| It's a bitch to install though and out of the question if hosted on
|| an ISP without access to mappings. It seems good but gave up on
|| it due to installation complexity on a standalone  box even.
| 
| Pete, that's unfortunate.Generally I can install the product within
| 5minutes -- but admittedly I'm used to it :)You should try the
| farcry-dev list, plenty of folks on there with a myriad of install
| environments that can offer lots of help.Standalone box installation
| is generally very straight forward.
| 
| Currently you can deploy to linux, windows and OSX; with support for
| MS SQL, Oracle, Postgresql and mySQL.
| 
| With regard to ISP hosting -- it's true FarCry requires the assistance
| of the ISP.It requires the installation of a shared code library for
| all farcry apps within a CFMX instance, which sits under a single CF
| Mapping.The only real issue here is providing a service for multiple
| shared hosters who want to use FarCry (ie. its difficult to have
| multiple versions of the farcry shared library running under one
| instance).
| 
| That said there are already several CF hosters who have taken on
| FarCry and provide it as a standard hosting option for their clients.
| Just post to the farcry-dev list asking for hosters ;)
| 
| -- geoff
| http://farcry.daemon.com.au/
| On the road via GMail.
| 
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: JRun Servlet Error

2004-08-23 Thread Andy Allan
I got caught out with that the first time I used CFEclipse as it puts the
extends= attribute in regardless of whether you specify anything or not.

Too lazy to see if there is a way to prevent it...

Andy

Quoting Geoff Bowers [EMAIL PROTECTED]:

 I thought I might follow on from Spike's email on CFMX errors that
 drive you insane :)I was recently building a few components (in
 FarCry also funnily enough) when I came across this error that just
 wouldn't go away:
 
 Component names cannot start or end with dots.
 
 Turns out I had a rogue extends= in the CFCOMPONENT tag.I had text
 wrap off in the editor so I didn't see it till I started going through
 the code line by line.
 
 -- geoff
 http://blog.daemon.com.au/
 On the road via GMail.
 
 - Original Message -
 From: Spike [EMAIL PROTECTED]
 Date: Wed, 11 Aug 2004 14:29:42 -0700
 Subject: JRun Servlet Error
 To: CF-Talk [EMAIL PROTECTED]
 
So I started digging around in the logs to see if there was anything. All I
got was the following in the CFMX exception log:

Error,jrpp-1,08/11/04,13:12:46,locher, The specific sequence of
files included or processed is: C:\Farcry\HEAD\farcry_core\admin\index.cfm
 
java.lang.StackOverflowError

Eventually after running around for most of today trying to figure out what
was going on I tracked it down to a cfproperty tag that was missing the
end '' in one of my custom types.
 

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




Re: CFmail sending in GMT

2004-08-23 Thread Thomas Chiverton
On Sunday 22 Aug 2004 01:14 am, Steve Reynolds wrote:
 My CFMAIL process is sending in GMT and I want it to send with the local
 date/time.How do I accomplish this.(I have tried CFMAILPARAM and it
 doesn't seem to let me change the date field). thanks
 steve

Which date field ?
What platform ?

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Book Review [ Java for Coldfusion Developers ]

2004-08-23 Thread Dick Applebaum
I am reading this book using O'Reilly's Safari service.I lik the book 
for the same reasons Nando mentioned.Also, it familiarizes you with 
Sun's site and the Java documentation.

There is a more generalized online tutorial that I am taking 
concurrently at:

http://www.faqs.org/docs/javap/index.html

If you are going to be doing OOP, I ran across an interesting GUI 
Teaching/Learning tool, at:

http://www.bluej.org/

Dick

On Aug 22, 2004, at 11:10 PM, Nando wrote:

 I've enjoyed it so far. I really appreciate how he  sorts out for you
what you need to know, effectively walking the reader thru a tour of
the Java world from the perspective of a CF web developer. There are
complaints that the examples have errors in them, and while
unfortunate, overall i don't think that detracts a lot from the book.

On Mon, 23 Aug 2004 01:06:58 -0400, Daniel Farmer 
 [EMAIL PROTECTED] wrote:
 I'm looking to getting into the OOP side of things... and was 
 wondering if this would be a good place to start. I've read some of 
 that authors other books ( a coldfusion 5 title ) and really enjoyed 
 the author.

 If you have the book, how was it? good place to start for Java?


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




RE: CFmail sending in GMT

2004-08-23 Thread Lovelock, Richard J
Isn't this governed by the date/time settings on the server itself? have you
verified this are as you wish?

___?xml:namespace
prefix = o ns = urn:schemas-microsoft-com:office:office /

*Regards,
 Richard Lovelock,
 Senior Application Analyst.

Westminster City Council - Web Support
Capgemini UK
Southbank
95 Wandsworth Road
London
SW8 2HG

(0870 906 7482

___

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: 23 August 2004 11:23
To: CF-Talk
Subject: Re: CFmail sending in GMT

On Sunday 22 Aug 2004 01:14 am, Steve Reynolds wrote:
 My CFMAIL process is sending in GMT and I want it to send with the local
 date/time.How do I accomplish this.(I have tried CFMAILPARAM and it
 doesn't seem to let me change the date field). thanks
 steve

Which date field ?
What platform ?

--
Tom Chiverton
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFmail sending in GMT

2004-08-23 Thread John Beynon
i've just sent myself a message from my server in the USA (-5hrs) and
it's flagged as 06:42am whereas it's 11:42am here, so your problem
isn't a CF problem - more likely to be settings in the OS itself,

jb.

On Mon, 23 Aug 2004 11:37:07 +0100, Lovelock, Richard J
[EMAIL PROTECTED] wrote:
 Isn't this governed by the date/time settings on the server itself? have you
 verified this are as you wish?
 
 ___?xml:namespace
 prefix = o ns = urn:schemas-microsoft-com:office:office /
 
 *Regards,
Richard Lovelock,
Senior Application Analyst.
 
 Westminster City Council - Web Support
 Capgemini UK
 Southbank
 95 Wandsworth Road
 London
 SW8 2HG
 
 (0870 906 7482
 
 ___
 
 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
 Sent: 23 August 2004 11:23
 To: CF-Talk
 Subject: Re: CFmail sending in GMT
 
 On Sunday 22 Aug 2004 01:14 am, Steve Reynolds wrote:
  My CFMAIL process is sending in GMT and I want it to send with the local
  date/time.How do I accomplish this.(I have tried CFMAILPARAM and it
  doesn't seem to let me change the date field). thanks
  steve
 
 Which date field ?
 What platform ?
 
 --
 Tom Chiverton
 Advanced ColdFusion Programmer
 
 Tel: +44(0)1749 834997
 email: [EMAIL PROTECTED]
 BlueFinger Limited
 Underwood Business Park
 Wookey Hole Road, WELLS. BA5 1AF
 Tel: +44 (0)1749 834900
 Fax: +44 (0)1749 834901
 web: www.bluefinger.com
 Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
 Quay, BRISTOL. BS1 6EG.
 *** This E-mail contains confidential information for the addressee
 only. If you are not the intended recipient, please notify us
 immediately. You should not use, disclose, distribute or copy this
 communication if received in error. No binding contract will result from
 this e-mail until such time as a written document is signed on behalf of
 the company. BlueFinger Limited cannot accept responsibility for the
 completeness or accuracy of this message as it has been transmitted over
 public networks.***
_
 

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




Re: Exactly *how* smart are we?

2004-08-23 Thread Joe Rinehart
Really...this is what the cf-community list is for.

-joe (161)

- Original Message -
From: Dave Watts [EMAIL PROTECTED]
Date: Sun, 22 Aug 2004 20:04:52 -0400
Subject: RE: Exactly *how* smart are we?
To: CF-Talk [EMAIL PROTECTED]

 The point is, life is all about learning and expanding your
  mind. An IQ test can help you pinpoint strengths and 
  weaknesses, and help you understand how your mind works. Plus 
  it's fun competition!

 So what's next, a Myers-Briggs test? Why post this to cf-talk, since it has
 nothing to do with CF?

Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: G-Mail Invite

2004-08-23 Thread Boyzoid
The invites have been given out...surprisingly, they wen in less than
2 minutes on a Sunday.

- Original Message -
From: Whittingham, P [EMAIL PROTECTED]
Date: Sun, 22 Aug 2004 19:40:14 -0400
Subject: RE: G-Mail Invite
To: CF-Talk [EMAIL PROTECTED]

Matt,

NopeCould you send it to me at this email, if possible.

Patrick

 

 From: Matt Robertson [mailto:[EMAIL PROTECTED]
 Sent: Sun 8/22/2004 12:30 PM
 To: CF-Talk
 Subject: Re: G-Mail Invite

 Patrick,

 Didn't you get the one I sent to you a couple of days ago?

 -- 
 --Matt Robertson--
 MSB Designs, Inc.
 mysecretbase.com 
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: ColdFusion 5 and IIS

2004-08-23 Thread Dave Watts
 I have to install ColdFusion 5.0 recently and now IIS is 
 showing the file download box if I try ti run any coldfusion 
 page. Any thoughts?

IIS 5 uses an ISAPI extension to figure out when to forward files to CF 5.
This ISAPI extension needs to be loaded in the IIS management console.
Right-click on your virtual server (or on the Global Web Site if you want CF
5 to work with all virtual servers), select Properties, go to the Home
Directory tab, click on the Extensions button, and make sure that you
have an ISAPI extension that points .cfm files to c:\cfusion\bin\iscf.dll
(assuming you installed CF 5 to your C drive).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CF MX Connector

2004-08-23 Thread Richard Wigfall
I am running CF MX 6.1 on a RedHat AS2.1 server and Apache 1.3.27. When ColdFusion starts, the following warning message appears:
[warn] Loaded DSO /opt/coldfusionmx/runtime/lib/wsconfig/l/mod_jrun.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
Can anyone tell me how to fix this, and where I can find the fix?
Thank you for your time.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFMX dedicated hosting

2004-08-23 Thread Chris Kavanagh
Dear list,

I'm considering getting my own (as opposed to a shared) CFMX server for 
a big project.Are there any good hosting companies in the UK?I'm 
already aware of a company called Satachi.

Kind regards,
CK.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cold fusion mx

2004-08-23 Thread kim mcknight
Please help...
my server just got upgraded to mx, i have been using 
CFQUERY NAME=id DATASOURCE=#strConn# providerdsn=#strConn# dbtype=OLEDB provider=Microsoft.Jet.OLEDB.4.0 username=Admin password= and CFQUERY name=id ConnectString=#sConnectionString# dbtype=dynamic to connect to my many datasources, mx will not recognize either of these is there a workaround???thanks in advance ... kim
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Win XP sp2 and CF MX 6.1

2004-08-23 Thread CFDEV
Hi,

 
In this article there is a comment about issues with Windows XP xervice pack
2 and ColdFusion MX 6.1 

 
http://www.eweek.com/article2/0,1759,1636076,00.asp

 
Anyone experimented those problems? What have you done to resolve it.. i
want to install sp2 on my xp station where i have CF MX 6.1 developper but
don't want to cash my CF installation.

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




RE: CF MX Connector

2004-08-23 Thread Steven Erat
You have to recompile the connector to eliminate that error.The connector
source is included in the ColdFusion installation.

 
>From a (slightly old) CFMX Connector FAQ: 
Where is the Apache connector source located and how can I compile my own
Apache EAPI connector?
For ColdFusion MX, the code and compile instructions are included in
cf_root/runtime/lib/wsconfig.jar in the /connectors/src/ApacheModule.zip
file. See ApacheBuildInstructions.txt in the ApacheModule.zip.

 
See also:
http://www.talkingtree.com/blog/index.cfm?data="">
6B7406437B04BBF
http://www.talkingtree.com/blog/index.cfm?data="">
76B7406437B04BBF 
http://www.cfdev.com/apache/apache2cfmx.cfm
http://www.cfdev.com/apache/apache2cfmx.cfm 

 
-Steve


_

From: Richard Wigfall [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 23, 2004 8:39 AM
To: CF-Talk
Subject: CF MX Connector

I am running CF MX 6.1 on a RedHat AS2.1 server and Apache 1.3.27. When
ColdFusion starts, the following warning message appears:
[warn] Loaded DSO /opt/coldfusionmx/runtime/lib/wsconfig/l/mod_jrun.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
Can anyone tell me how to fix this, and where I can find the fix?
Thank you for your time. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Win XP sp2 and CF MX 6.1

2004-08-23 Thread Andy Allan
The only problem you should come up against is if you are using the in built web
server on port 8500 as Windows Firewall will block this. You can of course
configure the Windows Firewall so that traffic through port 8500 is allowed.

I've upgraded both my XP dev machines to SP2 without a hitch, but then I'm using
both of them with Apache meaning traffic goes through port 80, which by default
is allowed.

Andy

Quoting CFDEV [EMAIL PROTECTED]:

 Hi,

 In this article there is a comment about issues with Windows XP xervice pack
 2 and ColdFusion MX 6.1 

 http://www.eweek.com/article2/0,1759,1636076,00.asp

 Anyone experimented those problems? What have you done to resolve it.. i
 want to install sp2 on my xp station where i have CF MX 6.1 developper but
 don't want to cash my CF installation.

 Pat
 
 

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




Re: CFMX dedicated hosting

2004-08-23 Thread Stephen Moretti (cfmaster)
 I'm considering getting my own (as opposed to a shared) CFMX server for
 a big project.Are there any good hosting companies in the UK?I'm
 already aware of a company called Satachi.

If you're after a dedicated box of your own, then you'll probably need 
to purchase cfmx for yourself.Most dedicated server type companies 
provide you with a vanilla server with which you are free to do as you 
please, as long as you don't violate their terms and conditions and pay 
your bills. ;)

I'm currently moving to 1and1.co.uk.They have a variety of packages 
all at very reasonable prices.They have been getting good write-ups 
and the two servers I already have with them have been problem free for 
the last 6 months.Incidently, I'm moving away from Host Europe, 
because they kept switching off one of my servers because of a problem 
in their accounting system, that they have yet to fix.Otherwise the 
service was generally good.You should also be aware that Host Europe 
(or at least part of it) are currently being taken over by Pipex, so who 
knows what ructions that might cause.

Stephen

Moretti Consulting Limited
email: [EMAIL PROTECTED]
www: www.moretticonsulting.net
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Win XP sp2 and CF MX 6.1

2004-08-23 Thread dcooper
Hi, the Windows XP SP2 Tech Note has been posted here:

http://www.macromedia.com/support/coldfusion/ts/documents/windowsspxp2.htm?pss=rss_coldfusion_19518

Thanks

Hi,
 
In this article there is a comment about issues with Windows XP xervice pack
2 and ColdFusion MX 6.1 
 
http://www.eweek.com/article2/0,1759,1636076,00.asp
 
Anyone experimented those problems? What have you done to resolve it.. i
want to install sp2 on my xp station where i have CF MX 6.1 developper but
don't want to cash my CF installation.
 
Pat
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFUN-GMAIL

2004-08-23 Thread Justin Hansen
What ever happened to the GMAIL accounts for all the folks that attended
CFUN?

Justin Hansen
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Exactly *how* smart are we?

2004-08-23 Thread Rey Bango
 Really...this is what the cf-community list is for.

Yes please! Could we get back on track here.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cold fusion mx

2004-08-23 Thread Raymond Camden
Using dbtype=dynamic is not supported in CFMX.

On Mon, 23 Aug 2004 08:47:35 -0400, kim mcknight [EMAIL PROTECTED] wrote:
 Please help...
 my server just got upgraded to mx, i have been using
 CFQUERY NAME=id DATASOURCE=#strConn# providerdsn=#strConn# dbtype=OLEDB provider=Microsoft.Jet.OLEDB.4.0 username=Admin password= and CFQUERY name=id ConnectString=#sConnectionString# dbtype=dynamic to connect to my many datasources, mx will not recognize either of these is there a workaround???thanks in advance ... kim
 

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




Re: cold fusion mx

2004-08-23 Thread Joe Rinehart
Hi Kim,

If you search this list's archives, macromedia's site,and google for
coldfusion servicefactory datasource you'll find ways to set up
datasources on the fly on ColdFusion MX.

Cheers,

Joe

- Original Message -
From: kim mcknight [EMAIL PROTECTED]
Date: Mon, 23 Aug 2004 08:47:35 -0400
Subject: cold fusion mx
To: CF-Talk [EMAIL PROTECTED]

Please help...
 my server just got upgraded to mx, i have been using 
 CFQUERY NAME=id DATASOURCE=#strConn# providerdsn=#strConn#
dbtype=OLEDB provider=Microsoft.Jet.OLEDB.4.0 username=Admin
password= and CFQUERY name=id
ConnectString=#sConnectionString# dbtype=dynamic to connect to my
many datasources, mx will not recognize either of these is there a
workaround???thanks in advance ...
kim
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cold fusion mx

2004-08-23 Thread Greg Stewart
Hi,
Fomr the documentation:

New in ColdFusion MX: The connectString, dbName, dbServer, provider,
providerDSN, and sql attributes, and all values of the dbtype
attribute except query, are deprecated. Do not use them. They do not
work, and might cause an error, in releases later than ColdFusion 5. 

That would exoplain why you are getting an error. Just use the
Datasource, that should do the trick.
G

On Mon, 23 Aug 2004 08:47:35 -0400, kim mcknight [EMAIL PROTECTED] wrote:
 Please help...
 my server just got upgraded to mx, i have been using
 CFQUERY NAME=id DATASOURCE=#strConn# providerdsn=#strConn# dbtype=OLEDB provider=Microsoft.Jet.OLEDB.4.0 username=Admin password= and CFQUERY name=id ConnectString=#sConnectionString# dbtype=dynamic to connect to my many datasources, mx will not recognize either of these is there a workaround???thanks in advance ... kim
 

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




changes to cfquery / data access was Re: cold fusion mx

2004-08-23 Thread S . Isaac Dealey
 Please help...
 my server just got upgraded to mx, i have been using
 CFQUERY NAME=id DATASOURCE=#strConn#
 providerdsn=#strConn# dbtype=OLEDB
 provider=Microsoft.Jet.OLEDB.4.0 username=Admin
 password= and

cfquery name=#strConn# username=Admin

Afaik there aren't any oledb connections with MX, just JDBC and the
ODBC Socket which is a JDBC driver to connect to a database registered
in your OS ODBC controls. As a result providerdsn, provider and dbtype
don't mean anything anymore. Register your datasource in the CFMX
administrator, verify the connection, remove the extra attributes from
your cfquery tags and all should be well.

 CFQUERY name=id
 ConnectString=#sConnectionString# dbtype=dynamic to
 connect to my many datasources, mx will not recognize
 either of these is there a workaround???thanks in
 advance ... kim

I hear this typically referred to as a dsn-less connection.
Unfortunately there is no equivalent in MX and ... perhaps oddly,
there's no great workaround either...

s. isaac dealey954.927.5117
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.sys-con.com/story/?storyid=44477DE=1
http://www.sys-con.com/story/?storyid=45569DE=1
http://www.fusiontap.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Which platform which date field

2004-08-23 Thread Steve Reynolds
this platform is solaris and this is what I would like to accomplish.

cfmailparam name=date value = #DateFormat(now(), ddd, dd   )# #timeformat(now(),hh:mm:ss )#+000#mid(info.utcHourOffset,1,1)#

The viewable date is OK but the server puts it's own date in it.
thanks
steve
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFmail sending in GMT

2004-08-23 Thread Steve Reynolds
I verified my solaris server setings (EDT).I tried the following for the mail param

cfmailparam name=date value = #DateFormat(now(), ddd, dd   )# #timeformat(now(),hh:mm:ss )#+000#mid(info.utcHourOffset,1,1)#

Weird.
thanks
steve

i've just sent myself a message from my server in the USA (-5hrs) and
it's flagged as 06:42am whereas it's 11:42am here, so your problem
isn't a CF problem - more likely to be settings in the OS itself,

jb.

On Mon, 23 Aug 2004 11:37:07 +0100, Lovelock, Richard J
[EMAIL PROTECTED] wrote:

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




Re: Which platform which date field

2004-08-23 Thread Thomas Chiverton
On Monday 23 Aug 2004 14:33 pm, Steve Reynolds wrote:
 The viewable date is OK but the server puts it's own date in it.
 thanks

Well, yes.
Your (mail) servers locale and/or time may be incorrect.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: Macromedia on the google news page

2004-08-23 Thread Rob
Wow, opened up google news to read about the latest M$ secruity holes,
and to my suprise there is a story about Macromedia (not a security
flaw btw):

http://news.google.com/nwshp?hl=engl=us

(points to this story btw http://www.vnunet.com/news/1157563)

I think I am getting a little teary :)

-- 
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Breadcrumbs - do you fully track users?

2004-08-23 Thread Michael Kear
What do you do for breadcrumbs on your sites?Do you display the actual
route the user took to get to this page or do you show the normal 3-4 steps
from the home page, regardless of the way the user actually got there?



Cheers

Mike Kear

AFP Webworks

Windsor, NSW, Australia

http://afpwebworks.com

.com, .net, .org etc domains start at A$20/year
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
When I try to go to the admin page on our development server
(http://development.ourdomain.com/CFIDE/administrator/index.cfm), I'm seeing
nothing but gobbeldygook (first line sample: Allaire Cold Fusion Template
Header Size: New Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
o¦^9.)

However, the service is running, and sites on the server are working
correctly (http://development.ourdomain.com/testingsite1/ works for
instance). Even when I walk over to the machine and try locally
(http://localhost/CFIDE/administrator/index.cfm) it gives me a 404.

I've restarted the CF service and even rebooted the entire serverwhere
to look now?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Breadcrumbs - do you fully track users?

2004-08-23 Thread Aaron Rouse
This would be the route I take.

On Tue, 24 Aug 2004 00:55:45 +1000, Michael Kear [EMAIL PROTECTED] wrote:
 or do you show the normal 3-4 steps
 from the home page, regardless of the way the user actually got there?
 
 Cheers
 
 Mike Kear
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: something better?

2004-08-23 Thread Thomas Chiverton
On Friday 20 Aug 2004 19:39 pm, Ray Champagne wrote:
 The thing that I personally don't like about eclipse is that it doesn't
 provide a shortcut to browse the file at a keystroke (such as F12 in

You can associate an URL with a project, and jump stright to that.
These days, you normaly can't go stright to a template on a site anyway, 
because sessions etc must be set up, logged in etc. first.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Breadcrumbs - do you fully track users?

2004-08-23 Thread Mark Drew
Depends what you want to do and how your site is constructed. 

If it makes sense to show where the user has been (e.g. a shop, show
the last few products they have viewed a-la amazon) then use that.

If it is an informational site, this wouldnt help much would it?:
home - about us - our chairmans letter - products -sausage maker
v1.0 - contact us

unless it is for tracking the user behaviour in the back end

Hope that helps

MD

On Tue, 24 Aug 2004 00:55:45 +1000, Michael Kear [EMAIL PROTECTED] wrote:
 What do you do for breadcrumbs on your sites?Do you display the actual
 route the user took to get to this page or do you show the normal 3-4 steps
 from the home page, regardless of the way the user actually got there?
 
 Cheers
 
 Mike Kear
 
 AFP Webworks
 
 Windsor, NSW, Australia
 
 http://afpwebworks.com
 
 ..com, .net, .org etc domains start at A$20/year
 

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




RE: Breadcrumbs - do you fully track users?

2004-08-23 Thread Jim Davis
I do both at depressedpress.com

But in general if your going to show the traditional breadcrumb trail link
it should only be the location of the page in the hierachry, not the users
path as the former is the de facto standard.Doing the latter in the same
style would just end up confusing people, I think.

There have been several columns about this stuff at useit.com if you're
interested.

Jim Davis

From: Michael Kear [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 23, 2004 10:56 AM
To: CF-Talk
Subject: Breadcrumbs - do you fully track users?

What do you do for breadcrumbs on your sites?Do you display the actual
route the user took to get to this page or do you show the normal 3-4 steps
from the home page, regardless of the way the user actually got there?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Breadcrumbs - do you fully track users?

2004-08-23 Thread Chris Kavanagh
 What do you do for breadcrumbs on your sites?   Do you display the 
 actual
route the user took to get to this page or do you show the normal 3-4 
 steps
from the home page, regardless of the way the user actually got there?

To me the purpose of breadcrumbs is more to show the navigational 
structure of the site than allow a user to retrace her steps (which she 
has a back button for anyway).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Breadcrumbs - do you fully track users?

2004-08-23 Thread Micha Schopman
I let the customer decide between the 2 options

 
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Server not running...but running...um, help?

2004-08-23 Thread Pete Freitag
You must have uploaded the encrypted files to the server over ftp in 
ASCII mode, this corrupts the files. You need to use binary mode.

__
Pete Freitag
http://www.cfdev.com/
Author of the CFMX Developers Cookbook
http://www.petefreitag.com/bookshelf/

Jeff Small wrote:

 When I try to go to the admin page on our development server
 (http://development.ourdomain.com/CFIDE/administrator/index.cfm), I'm 
 seeing
 nothing but gobbeldygook (first line sample: Allaire Cold Fusion Template
 Header Size: New Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
 o¦^9.)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Breadcrumbs - do you fully track users?

2004-08-23 Thread S . Isaac Dealey
 What do you do for breadcrumbs on your sites?Do you
 display the actual
 route the user took to get to this page or do you show the
 normal 3-4 steps
 from the home page, regardless of the way the user
 actually got there?

Hi Mike,

Most people don't really mean bread crumbs in the traditional sense
when
they're talking about web navigation. This is a big pet peeve for Jim
Davis. :) Most people actually mean a hierarchy nav showing the
parents of the current branch in your tree. If people get to that
location from places other than the parent branch that's fine, but the
idea in general is to give the user a pointer to where they're located
in the site-map. Personally I don't see much use for tracking the
user's actual clickstream in most applications since the browser's
history already does this. There are rare instances in which it can be
useful to have a clickstream if it can display additional information
about the visitor's previous pages, but these are the exception, not
the rule.

s. isaac dealey954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1
http://www.sys-con.com/story/?storyid=45569DE=1
http://www.fusiontap.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
 You must have uploaded the encrypted files to the server over ftp in
 ASCII mode, this corrupts the files. You need to use binary mode.

Wait, I never uploaded them at all. They just suddenly started acting this
way...

Can I move my administration directory on my own local machine over to our
development machine? Just copy them over?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Breadcrumbs - do you fully track users?

2004-08-23 Thread Andy Ousterhout
Jim,
I thought that breadcrumbs was the path you took, so you could go back 2-3
steps rather than using back/back, etc...

Andy
-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:06 AM
To: CF-Talk
Subject: RE: Breadcrumbs - do you fully track users?

I do both at depressedpress.com

But in general if your going to show the traditional breadcrumb trail link
it should only be the location of the page in the hierachry, not the users
path as the former is the de facto standard.Doing the latter in the same
style would just end up confusing people, I think.

There have been several columns about this stuff at useit.com if you're
interested.

Jim Davis

From: Michael Kear [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:56 AM
To: CF-Talk
Subject: Breadcrumbs - do you fully track users?

What do you do for breadcrumbs on your sites?Do you display the actual
route the user took to get to this page or do you show the normal 3-4 steps
from the home page, regardless of the way the user actually got there?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
I think your service is not being handed the request. I would run the connectors. It looks like an encrypted file being
served by IIS (instead of being processed first by CF) - sort of like seeing the source code on an unecrypted file.

-mark
-Original Message-
From: Jeff Small [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:01 AM
To: CF-Talk
Subject: Server not running...but running...um, help?

When I try to go to the admin page on our development server
(http://development.ourdomain.com/CFIDE/administrator/index.cfm), I'm seeing
nothing but gobbeldygook (first line sample: Allaire Cold Fusion Template
Header Size: New Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
o¦^9.)

However, the service is running, and sites on the server are working
correctly (http://development.ourdomain.com/testingsite1/ works for
instance). Even when I walk over to the machine and try locally
(http://localhost/CFIDE/administrator/index.cfm) it gives me a 404.

I've restarted the CF service and even rebooted the entire serverwhere
to look now?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Breadcrumbs - do you fully track users?

2004-08-23 Thread S . Isaac Dealey
at least with IE, the back button has a drop-down on it, so you can go
back 6-8 steps at a time.

 Jim,
 I thought that breadcrumbs was the path you took, so you
 could go back 2-3
 steps rather than using back/back, etc...

 Andy
-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:06 AM
To: CF-Talk
Subject: RE: Breadcrumbs - do you fully track users?

I do both at depressedpress.com

But in general if your going to show the traditional
breadcrumb trail link
it should only be the location of the page in the
hierachry, not the users
path as the former is the de facto standard.Doing the
latter in the same
style would just end up confusing people, I think.

There have been several columns about this stuff at
useit.com if you're
interested.

Jim Davis

From: Michael Kear [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:56 AM
To: CF-Talk
Subject: Breadcrumbs - do you fully track users?

What do you do for breadcrumbs on your sites?Do you
display the actual
route the user took to get to this page or do you show
the normal 3-4 steps
from the home page, regardless of the way the user
actually got there?


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




Legal or Not Legal?

2004-08-23 Thread Matt Blatchley
Hey folks,

 Recently I talked to a few different people and we've been debating back
and forth about the legal issues associated with tracking users and the
information about the user.

 The Web metrics program I'm using tracks the usual...ipaddress, country,
state, ISP, keyword/search engine, and site path of the user as they go from
page to page within a site.This is all fine, but two different people have
told me that once I match up the statistical data with a person who has
placed an order, or filled out a contact form is not legal.Anyone know of
this?Sounds like bullshit to me, but I figured I'd ask you all since I get
the most informative responses from the experts.Apparently they tell me
that matching the stats with the data filled out on a web form / web order
is too much information about one individual and violates some laws.
Although, they didn't know or tell me which laws were broken.Anyone else
heard of this?

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




Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
 I think your service is not being handed the request. I would run the
connectors. It looks like an encrypted file being
 served by IIS (instead of being processed first by CF) - sort of like
seeing the source code on an unecrypted file.

Nah, see, pages *within* the server are working and are being handed off to
CF...Here's what I've got:

ON THE MACHINE - http://localhost/ - works
REMOTELY - http://development.domain.com/ - works
ON THE MACHINE - http://localhost/CFIDE/administrator/index.cfm -
GobbeldyGook
REMOTELY- http://development.domain.com/CFIDE/administrator/index.cfm -
GobbeldyGook

Also...

REMOTELY - http://development.domain.com/ClientSite1 - Works
REMOTELY - http://development.domain.com/ClientSite2 - Works

etc...

Also, how would one run the connectors?

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




REPOST: Weird Java attributes in LDAP query?

2004-08-23 Thread Mike Soultanian
Does *anyone* have anyone have any ideas what's up with CFQUERY?

I was hoping that someone might have some insight on this problem. I
think I need to either figure out how to stop the weird behavior, or
explain it to my LDAP admin that it's normal.

Here's the LDAP query I'm trying to perform:

cfldap action="">
name=qCheckUsername
server=#ldapserver#
port=389
attributes=uid
maxrows=100
start=cn=People,ou=school,dc=edu
scope=subtree
filter=(uid=#someuid#)
username=uid=#myuserid#,cn=people,ou=school,dc=edu
password=#mypassword#

The problem that I'm having is instead of ColdFusion only asking for the
UID in the LDAP query, it is also asking for a bunch of other stuff.
Take a look at what iPlanet shows in the logs:

attrs=uid objectClass javaSerializedData javaClassName javaFactory
javaCodebase javaReferenceAddress javaClassNames javaremotelocation

Any idea why is ColdFusion asking for all of those extra attributes?
Know what they are? If there's a way to stop CFLDAP from asking for all
those extra attributes, that'd be great; I really only need the uid. My
LDAP admin is extremely tight and does not want to give access to those
objects so unfortunately I can't get any info at all!

Any help would be appreciated!

Thanks,
Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: REPOST: Weird Java attributes in LDAP query?

2004-08-23 Thread Mike Soultanian
oops.. I meant CFLDAP... my bad ;)

Mike Soultanian wrote:

 Does *anyone* have anyone have any ideas what's up with CFQUERY?
 
 
 I was hoping that someone might have some insight on this problem. I
 think I need to either figure out how to stop the weird behavior, or
 explain it to my LDAP admin that it's normal.
 
 Here's the LDAP query I'm trying to perform:
 
 cfldap action="">
 name=qCheckUsername
 server=#ldapserver#
 port=389
 attributes=uid
 maxrows=100
 start=cn=People,ou=school,dc=edu
 scope=subtree
 filter=(uid=#someuid#)
 username=uid=#myuserid#,cn=people,ou=school,dc=edu
 password=#mypassword#
 
 The problem that I'm having is instead of ColdFusion only asking for the
 UID in the LDAP query, it is also asking for a bunch of other stuff.
 Take a look at what iPlanet shows in the logs:
 
 attrs=uid objectClass javaSerializedData javaClassName javaFactory
 javaCodebase javaReferenceAddress javaClassNames javaremotelocation
 
 Any idea why is ColdFusion asking for all of those extra attributes?
 Know what they are? If there's a way to stop CFLDAP from asking for all
 those extra attributes, that'd be great; I really only need the uid. My
 LDAP admin is extremely tight and does not want to give access to those
 objects so unfortunately I can't get any info at all!
 
 Any help would be appreciated!
 
 Thanks,
 Mike
 
 
 
 
 
 

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




RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
Jeff,

I'm speaking of the little batch files buried in the /cfusionmx/ directory that
remove and re-add the necessary connectors for the jvm.If you are running CF
the process is to remove the extension mappings in the IIS admin for the
application.

As for your problem - hmmm did you recently upgrade from cf 5 to cfmx?

-Mark

-Original Message-
From: Jeff Small [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:42 AM
To: CF-Talk
Subject: Re: Server not running...but running...um, help?

 I think your service is not being handed the request. I would run the
connectors. It looks like an encrypted file being
 served by IIS (instead of being processed first by CF) - sort of like
seeing the source code on an unecrypted file.

Nah, see, pages *within* the server are working and are being handed off to
CF...Here's what I've got:

ON THE MACHINE - http://localhost/ - works
REMOTELY - http://development.domain.com/ - works
ON THE MACHINE - http://localhost/CFIDE/administrator/index.cfm -
GobbeldyGook
REMOTELY- http://development.domain.com/CFIDE/administrator/index.cfm -
GobbeldyGook

Also...

REMOTELY - http://development.domain.com/ClientSite1 - Works
REMOTELY - http://development.domain.com/ClientSite2 - Works

etc...

Also, how would one run the connectors?

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




Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
 Jeff,

 I'm speaking of the little batch files buried in the /cfusionmx/ directory
that
 remove and re-add the necessary connectors for the jvm.If you are
running CF
 the process is to remove the extension mappings in the IIS admin for the
 application.

 As for your problem - hmmm did you recently upgrade from cf 5 to cfmx?

Nope. See, this is the part that just stumps me. We haven't done *anything*
to this server in a while. It's running CFMX...

Would RE-INSTALLING CFMX help?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Legal or Not Legal?

2004-08-23 Thread Ben Doom
I've never heard of it violating laws, but it violates many sites' 
privacy policy.I'm assuming it doesn't violate yours, in which case 
(AFAIK) it's legal but not necessarily a good practice.

--Ben

Matt Blatchley wrote:

 Hey folks,
 
Recently I talked to a few different people and we've been debating back
 and forth about the legal issues associated with tracking users and the
 information about the user.
 
The Web metrics program I'm using tracks the usual...ipaddress, country,
 state, ISP, keyword/search engine, and site path of the user as they go from
 page to page within a site.This is all fine, but two different people have
 told me that once I match up the statistical data with a person who has
 placed an order, or filled out a contact form is not legal.Anyone know of
 this?Sounds like bullshit to me, but I figured I'd ask you all since I get
 the most informative responses from the experts.Apparently they tell me
 that matching the stats with the data filled out on a web form / web order
 is too much information about one individual and violates some laws.
 Although, they didn't know or tell me which laws were broken.Anyone else
 heard of this?
 
 Matt
 
 

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




Re: Server not running...but running...um, help?

2004-08-23 Thread Pete Freitag
Jeff try uploading the CFIDE directory again (in binary mode), we have 
customers posting this error all the time, and every time it was because 
they uploadedfiles in ASCII mode over FTP.

-pete

Jeff Small wrote:

  Jeff,
 
  I'm speaking of the little batch files buried in the /cfusionmx/ 
 directory
 that
  remove and re-add the necessary connectors for the jvm.If you are
 running CF
  the process is to remove the extension mappings in the IIS admin for the
  application.
 
  As for your problem - hmmm did you recently upgrade from cf 5 to 
 cfmx?

 Nope. See, this is the part that just stumps me. We haven't done 
 *anything*
 to this server in a while. It's running CFMX...

 Would RE-INSTALLING CFMX help?

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




Re: CFUN-GMAIL

2004-08-23 Thread Rey Bango
They moved to CF-Community.

Rey,,,

- Original Message - 
From: Justin Hansen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 23, 2004 9:09 AM
Subject: CFUN-GMAIL

 What ever happened to the GMAIL accounts for all the folks that attended
 CFUN?



 Justin Hansen




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




Re: Legal or Not Legal?

2004-08-23 Thread Matt Blatchley
Any particular reason why you would consider it not a good practice?

By matching the IPaddress and user trends, the data obtained allows me to
customize the users experience while they browse the site.

Example...

 If the user comes to my site from California, I can then change the
content on the site to show specific products related to the West Coast,
where if the user is from Maine, I could show content or products related to
the East Coast.This type of knowledge is extremely valuable and could help
marketing agencies as well as E-Commerce firms.The individual I spoke to
the other day with used a different example as to why it was illegal.

 If a user comes into the website (say a scummy porn site) and is
accesses the site from California, I can then change the content of the site
and gather information about the user based off that knowledge.If he/she
signed up for a newsletter or bought something on the site, I would then
know a good amount of information about that user.The problem is, what if
the user was actually from Maine and was looking for kiddie porn or
something?Or that person was a famous person and I tracked down that user
that was accesses something bad?Now is it illegal, or is it only illegal
if I were to use that information to market to them?

Thanks for the response :)

Matt


- Original Message - 
From: Ben Doom
To: CF-Talk
Sent: Monday, August 23, 2004 10:54 AM
Subject: Re: Legal or Not Legal?

I've never heard of it violating laws, but it violates many sites'
privacy policy.I'm assuming it doesn't violate yours, in which case
(AFAIK) it's legal but not necessarily a good practice.

--Ben

Matt Blatchley wrote:

 Hey folks,

Recently I talked to a few different people and we've been debating
back
 and forth about the legal issues associated with tracking users and the
 information about the user.

The Web metrics program I'm using tracks the usual...ipaddress,
country,
 state, ISP, keyword/search engine, and site path of the user as they go
from
 page to page within a site.This is all fine, but two different people
have
 told me that once I match up the statistical data with a person who has
 placed an order, or filled out a contact form is not legal.Anyone know
of
 this?Sounds like bullshit to me, but I figured I'd ask you all since I
get
 the most informative responses from the experts.Apparently they tell me
 that matching the stats with the data filled out on a web form / web order
 is too much information about one individual and violates some laws.
 Although, they didn't know or tell me which laws were broken.Anyone else
 heard of this?

 Matt



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




CFMX, multi instance, and logs

2004-08-23 Thread lists
Where oh where is the log destination set for CFMX?I have multi-instances of 
CFMX on a box and I can't get teh application, server, etc logs going.The 
original CFMX instance is working, bu the second is not.I set the destination 
on the second instance correctly in the CFADMIN tool
D:\JRun4\servers\myserver\cfusion-ear\cfusion-war\WEB-INF\cfusion\logs
but nothing is there.Which one of the zillion XML files is this setting in?

---
Douglas Knudsen
http://www.cubicleman.com
If you don't like something, change it. If you can't change it, change your 
attitude. Don't complain. - Maya Angelouon't complain. - Maya Angelou
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Exactly *how* smart are we?

2004-08-23 Thread Casey C Cook
and common sense.

and experience!

Surely it would be interesting to know how one stands against their 
peers.
Frankly though, I couldn't be bothered to take the test because it seems
like an annoying and tedious task. Besides, I figure there are plenty of
people more intelligent than me. Of course, I am not sure intelligence
beyond a certain point it all that valuable. Beyond a certainly level of
intelligence it seems like other attributes become more important such as
hard work, cleverness, and knowledge.

-Matt



Thanks,
CC
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
 Would RE-INSTALLING CFMX help?

That's probably not necessary, even if it would work.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Legal or Not Legal?

2004-08-23 Thread Bryan Stevenson
Illegal if
The user is unaware that the info is being collected and how it may be used.You have to at the very least spell this stuff out in a privacy policy for the site

Legal if...
The user is aware the data is being collected and it's possible uses

I'm no lawyer...but that seems like a reasonable line in the sand to me ;-)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
 Nah, see, pages *within* the server are working and are being 
 handed off to CF...Here's what I've got:
 
 ON THE MACHINE - http://localhost/ - works REMOTELY - 
 http://development.domain.com/ - works ON THE MACHINE - 
 http://localhost/CFIDE/administrator/index.cfm - GobbeldyGook 
 REMOTELY- 
 http://development.domain.com/CFIDE/administrator/index.cfm - 
 GobbeldyGook
 
 Also...
 
 REMOTELY - http://development.domain.com/ClientSite1 - Works 
 REMOTELY - http://development.domain.com/ClientSite2 - Works
 
 etc...
 
 Also, how would one run the connectors?

This looks like either a web server issue, or an issue with the web server
connectors used by CF. You can run the web server configuration tool,
wsconfig.exe or wsconfig.jar, from your server console, or use the batch
files provided in your cfusionmx\bin directory (I think that's where they
are, but I'm not absolutely sure since I'm using CFMX on JRun which uses
different file locations for everything).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Flex and CF

2004-08-23 Thread Marco Antonio C. Santos
Hi

looking by the CF developer view what I can do with Flex resources?
How to integrate it with CF? When Flex can help me?

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




RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
 When I try to go to the admin page on our development server 
 (http://development.ourdomain.com/CFIDE/administrator/index.cf
 m), I'm seeing nothing but gobbeldygook (first line sample: 
 Allaire Cold Fusion Template Header Size: New 
 Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
 o¦^9.)

This indicates that your web server doesn't know to process those files as
CF files, and instead is just returning them as if they were HTML files.
You'll need to either ensure that your web server is configured correctly,
or reinstall the CFMX web server connector, or both.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
Dave,

I suggested that earlier - but he says that other .cfm files on the same
configured sites run correctly. wouldn't that indicate that the connector was
correctly installed?

-Mark

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 11:40 AM
To: CF-Talk
Subject: RE: Server not running...but running...um, help?

 When I try to go to the admin page on our development server
 (http://development.ourdomain.com/CFIDE/administrator/index.cf
 m), I'm seeing nothing but gobbeldygook (first line sample:
 Allaire Cold Fusion Template Header Size: New
 Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
 o¦^9.)

This indicates that your web server doesn't know to process those files as
CF files, and instead is just returning them as if they were HTML files.
You'll need to either ensure that your web server is configured correctly,
or reinstall the CFMX web server connector, or both.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Automated Scripts?

2004-08-23 Thread Richard Crawford
I'm trying to figure out how to run some Cold Fusion scripts automatically.

For example: our users have logins that expire every three months.I'd 
like to set up a script which would run each morning to scan all of the 
users in the database, and send an e-mail to those users whose logins 
will be expiring in a week.

I've looked through the CF Admin page, and haven't found any settings or 
anything which would set this up.

-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFUN-GMAIL

2004-08-23 Thread Michael Dinowitz
GMail has heavily cut down on their 'free' accounts and I'm giving them out
when I get them. I'm going to talk to someone about getting a larger block. 

_

From: Justin Hansen [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 23, 2004 9:10 AM
To: CF-Talk
Subject: CFUN-GMAIL

What ever happened to the GMAIL accounts for all the folks that attended
CFUN?

Justin Hansen 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Automated Scripts?

2004-08-23 Thread Lofback, Chris
Use the Scheduler in the CF Admin.Write a CF template to handle the logic and schedule it to run each morning.

 
Chris

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 12:39 PM
To: CF-Talk
Subject: Automated Scripts?

I'm trying to figure out how to run some Cold Fusion scripts automatically.

For example: our users have logins that expire every three months.I'd 
like to set up a script which would run each morning to scan all of the 
users in the database, and send an e-mail to those users whose logins 
will be expiring in a week.

I've looked through the CF Admin page, and haven't found any settings or 
anything which would set this up.

-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Automated Scripts?

2004-08-23 Thread Bryan Stevenson
ummm...scheduled tasks in CF Adminbeen there for ever!!

You write the code to be run...setup a task to run it when you want.

That's it...easy like pie ;-)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

- Original Message - 
From: Richard Crawford 
To: CF-Talk 
Sent: Monday, August 23, 2004 9:39 AM
Subject: Automated Scripts?

I'm trying to figure out how to run some Cold Fusion scripts automatically.

For example: our users have logins that expire every three months.I'd 
like to set up a script which would run each morning to scan all of the 
users in the database, and send an e-mail to those users whose logins 
will be expiring in a week.

I've looked through the CF Admin page, and haven't found any settings or 
anything which would set this up.

-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Automated Scripts?

2004-08-23 Thread Marco Antonio C. Santos
Create your CF script(search users in database, format email, bla,
bla) and after setting your CF Admin Scheduler Tasks...

will run fine

On Mon, 23 Aug 2004 09:39:27 -0700, Richard Crawford
[EMAIL PROTECTED] wrote:
 I'm trying to figure out how to run some Cold Fusion scripts automatically.
 
 For example: our users have logins that expire every three months.I'd
 like to set up a script which would run each morning to scan all of the
 users in the database, and send an e-mail to those users whose logins
 will be expiring in a week.
 
 I've looked through the CF Admin page, and haven't found any settings or
 anything which would set this up.
 
 --
 Richard S. Crawford
 Programmer III: Oracle/Solaris Wrangler
 UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
 2901 K Street, Suite 200C
 Sacramento, CA95816
 (916)327-7793
 

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




RE: Automated Scripts?

2004-08-23 Thread Mark A. Kruger - CFG
Richard,

Write your script - then use the cf admin scheduled tasks to make it run each
morning. If you don't have access to admin but cfschedule is enabled you can use
that tag to create a reoccuring task.

-mark

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 11:39 AM
To: CF-Talk
Subject: Automated Scripts?

I'm trying to figure out how to run some Cold Fusion scripts automatically.

For example: our users have logins that expire every three months.I'd
like to set up a script which would run each morning to scan all of the
users in the database, and send an e-mail to those users whose logins
will be expiring in a week.

I've looked through the CF Admin page, and haven't found any settings or
anything which would set this up.

--
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Automated Scripts?

2004-08-23 Thread Mark Drew
Schedule Tasks under CFIDE./administrator

create your script that will do what you want it to do and then setup
a scheduled task for it to run whenever youlike

regards

Mark Drew

On Mon, 23 Aug 2004 09:39:27 -0700, Richard Crawford
[EMAIL PROTECTED] wrote:
 I'm trying to figure out how to run some Cold Fusion scripts automatically.
 
 For example: our users have logins that expire every three months.I'd
 like to set up a script which would run each morning to scan all of the
 users in the database, and send an e-mail to those users whose logins
 will be expiring in a week.
 
 I've looked through the CF Admin page, and haven't found any settings or
 anything which would set this up.
 
 --
 Richard S. Crawford
 Programmer III: Oracle/Solaris Wrangler
 UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
 2901 K Street, Suite 200C
 Sacramento, CA95816
 (916)327-7793
 

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




Re: Automated Scripts?

2004-08-23 Thread Richard Crawford
Ah.Okay.

Looks like I picked the wrong week to give up coffee.;-)

Bryan Stevenson wrote:

 ummm...scheduled tasks in CF Adminbeen there for ever!!
 
 You write the code to be run...setup a task to run it when you want.
 
 That's it...easy like pie ;-)
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 phone: 250.480.0642
 fax: 250.480.1264
 cell: 250.920.8830
 e-mail: [EMAIL PROTECTED]
 web: www.electricedgesystems.com
 
- Original Message - 
From: Richard Crawford 
To: CF-Talk 
Sent: Monday, August 23, 2004 9:39 AM
Subject: Automated Scripts?
 
 
I'm trying to figure out how to run some Cold Fusion scripts automatically.
 
For example: our users have logins that expire every three months.I'd 
like to set up a script which would run each morning to scan all of the 
users in the database, and send an e-mail to those users whose logins 
will be expiring in a week.
 
I've looked through the CF Admin page, and haven't found any settings or 
anything which would set this up.
 
-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793

-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Automated Scripts?

2004-08-23 Thread Mike Soultanian
try the coldfusion scheduler

Richard Crawford wrote:

 I'm trying to figure out how to run some Cold Fusion scripts automatically.
 
 For example: our users have logins that expire every three months.I'd 
 like to set up a script which would run each morning to scan all of the 
 users in the database, and send an e-mail to those users whose logins 
 will be expiring in a week.
 
 I've looked through the CF Admin page, and haven't found any settings or 
 anything which would set this up.

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




Re: CFUN-GMAIL

2004-08-23 Thread Michael Dinowitz
Thank you Rey. I'd like to ask that ALL questions, comments, requests and offers for or about GMail be moved to CF-Community where it has and is being discussed. 
Thank you.

They moved to CF-Community.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Automated Scripts?

2004-08-23 Thread Mark Drew
echo

On Mon, 23 Aug 2004 09:44:43 -0700, Mike Soultanian [EMAIL PROTECTED] wrote:
 try the coldfusion scheduler
 
 
 Richard Crawford wrote:
 
  I'm trying to figure out how to run some Cold Fusion scripts automatically.
 
  For example: our users have logins that expire every three months.I'd
  like to set up a script which would run each morning to scan all of the
  users in the database, and send an e-mail to those users whose logins
  will be expiring in a week.
 
  I've looked through the CF Admin page, and haven't found any settings or
  anything which would set this up.
 
 
 

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




Quickbooks IIF files???

2004-08-23 Thread Ray Champagne
I am currently building a timesheet application for my company, which is 
pretty simple.My boss wants me to save her some time by being able to 
take all the data that I am collecting from the employees and import it 
into Quickbooks.I have been google-ing this for the past hour, and what I 
am finding is that Quickbooks needs the import data to be in the Inuit Info 
File (I think that is what it stands for), or .iif format.Research on an 
iif file seems to show that it is just another version of a csv file.Has 
anyone in here ever exported from a db to Quickbooks before?I know how to 
create a csv file, but i just want to make sure that I am headed down the 
right path...

Back to my googling (and not out the window at the hotties walking by 
either, though that IS more fun...)

Thanks!

Ray

=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any attached
files) is CONFIDENTIAL and is intended only for the person(s) named
above. If you received this transmission in error, please delete it
from your system and notify us immediately. If you are not an intended
recipient, please note that any use or dissemination of the information
contained in this transmission (including any attached files) and the
copying, printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at 603.433.9559.
Thank you.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Automated Scripts?

2004-08-23 Thread Bryan Stevenson
LOL...Good Day...and welcome to Monday ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

- Original Message - 
From: Richard Crawford 
To: CF-Talk 
Sent: Monday, August 23, 2004 9:46 AM
Subject: Re: Automated Scripts?

Ah.Okay.

Looks like I picked the wrong week to give up coffee.;-)

Bryan Stevenson wrote:

 ummm...scheduled tasks in CF Adminbeen there for ever!!
 
 You write the code to be run...setup a task to run it when you want.
 
 That's it...easy like pie ;-)
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 phone: 250.480.0642
 fax: 250.480.1264
 cell: 250.920.8830
 e-mail: [EMAIL PROTECTED]
 web: www.electricedgesystems.com
 
- Original Message - 
From: Richard Crawford 
To: CF-Talk 
Sent: Monday, August 23, 2004 9:39 AM
Subject: Automated Scripts?
 
 
I'm trying to figure out how to run some Cold Fusion scripts automatically.
 
For example: our users have logins that expire every three months.I'd 
like to set up a script which would run each morning to scan all of the 
users in the database, and send an e-mail to those users whose logins 
will be expiring in a week.
 
I've looked through the CF Admin page, and haven't found any settings or 
anything which would set this up.
 
-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793

-- 
Richard S. Crawford
Programmer III: Oracle/Solaris Wrangler
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA95816
(916)327-7793
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFUN-GMAIL

2004-08-23 Thread Andrew Tyrone
If someone wants a gmail account, I have 1 invitation left.Email me at
[EMAIL PROTECTED] and say gimme!.

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 12:41 PM
To: CF-Talk
Subject: RE: CFUN-GMAIL

GMail has heavily cut down on their 'free' accounts and I'm giving them out
when I get them. I'm going to talk to someone about getting a larger block.

_

From: Justin Hansen [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 9:10 AM
To: CF-Talk
Subject: CFUN-GMAIL

What ever happened to the GMAIL accounts for all the folks that attended
CFUN?

Justin Hansen
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFUN-GMAIL

2004-08-23 Thread Andrew Tyrone
Sorry!I just sent one off before you posted this...

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 12:49 PM
To: CF-Talk
Subject: Re: CFUN-GMAIL

Thank you Rey. I'd like to ask that ALL questions, comments, requests and
offers for or about GMail be moved to CF-Community where it has and is being
discussed.
Thank you.

They moved to CF-Community.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
 I suggested that earlier - but he says that other .cfm files 
 on the same configured sites run correctly. wouldn't that 
 indicate that the connector was correctly installed?

Probably, but not necessarily. I'm not sure what Jeff means when he says one
URL works fine locally, but not remotely - is it, in fact, being run by the
same IIS virtual server in both cases?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
  I suggested that earlier - but he says that other .cfm files
  on the same configured sites run correctly. wouldn't that
  indicate that the connector was correctly installed?

 Probably, but not necessarily. I'm not sure what Jeff means when he says
one
 URL works fine locally, but not remotely - is it, in fact, being run by
the
 same IIS virtual server in both cases?

Yes. It's one machine. It's our development server. It's known outside the
building as dev.mydomain.com. When I type in
http://dev.mydomain.com/testingsite1 or http://dev.mydomain.com/anothersite
they work. Datasources are obviously working, pages (.cfm) are loading,
parsing, and being displayed correctly. When I try to go to
http://dev.mydomain.com/CFIDE/administrator/index.cfm, I get gibberish.

Same occurs if you sit ON the machine and type localhost instead of the
mydomain.

So...I've got CFM pages that work. I've got datasources that OBVIOUSLY are
there and working, however, when I go to my administrator on the machine, I
get nothing...

I've even gone back and tried to run the CFMX updater to reinstall that
hoping that something would be reinstalled that had gone wonky...

I ran WSCONFIG.exe, it says it's already configured for Jrun.

I'm at my wits end. I'm not a network admin type and I'm starting to get
frustrated that I don't have anymore information to go on or what to do
nextugh...
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Quickbooks IIF files???

2004-08-23 Thread Mark Leder
Ray,
Would something like this be of use? Take a look at the shopping cart
assistant, may work on the same principle as what you're after. 

 
http://www.writeitonce.com/

 
Mark

_

From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 23, 2004 12:52 PM
To: CF-Talk
Subject: Quickbooks IIF files???

I am currently building a timesheet application for my company, which is 
pretty simple.My boss wants me to save her some time by being able to 
take all the data that I am collecting from the employees and import it 
into Quickbooks.I have been google-ing this for the past hour, and what I 
am finding is that Quickbooks needs the import data to be in the Inuit Info 
File (I think that is what it stands for), or .iif format.Research on an 
iif file seems to show that it is just another version of a csv file.Has 
anyone in here ever exported from a db to Quickbooks before?I know how to 
create a csv file, but i just want to make sure that I am headed down the 
right path...

Back to my googling (and not out the window at the hotties walking by 
either, though that IS more fun...)

Thanks!

Ray

=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any attached
files) is CONFIDENTIAL and is intended only for the person(s) named
above. If you received this transmission in error, please delete it
from your system and notify us immediately. If you are not an intended
recipient, please note that any use or dissemination of the information
contained in this transmission (including any attached files) and the
copying, printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at 603.433.9559.
Thank you. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFINCLUDEs in a form?

2004-08-23 Thread Tim Claremont
I have a bunch of oft-used CFSELECTS that show up on a bunch of different forms within my application. Thus, I wanted to put them in an includes directory and reference them with CFINCLUDE on my various forms.

However, wherever I place a CFINCLUDE statement within one of my forms, the submit and clear buttons no longer work. No error message, they simply do not respond. If I comment out the CFINCLUDES, the form operates normally.

Is it possible to use a CFINCLUDE within CFFORM?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: CFEclipse snippets, was JRun Servlet Error

2004-08-23 Thread Mark Drew
I got caught by the extends=cfeclipse addition too.

I wonder if you can extend the snippets that you can say dont add
this attribute if blank

currently you can add (to cfeclipse) extends=$${extends} to a
snippet so that if you add it you get a dialog box asking you to enter
extends..

you can then do extends=$${extends:somecomponent} so that it
defaults to somecomponent, but I wonder if you can extend the snippet
(yet again) to have another variable that is
extends=$${extends:somecomponent:null} so as to make it nullable..
(or something along those lines)

You could (with some programming added) also extend it the way they
work (super advanced now) so that if you want multiple choice vars you
could put

extends=$${extends:somevar|someothervar|somenicevar:drop} so you
have a nice drop down
or
extends=$${extends:somevar|someothervar|somenicevar:check} so that
you have tickboxes.

Just a though

MD


On Mon, 23 Aug 2004 08:53:22 +0100, Andy Allan
[EMAIL PROTECTED] wrote:
 I got caught out with that the first time I used CFEclipse as it puts the
 extends= attribute in regardless of whether you specify anything or not.
 
 Too lazy to see if there is a way to prevent it...
 
 Andy
 
 Quoting Geoff Bowers [EMAIL PROTECTED]:
 
  I thought I might follow on from Spike's email on CFMX errors that
  drive you insane :)I was recently building a few components (in
  FarCry also funnily enough) when I came across this error that just
  wouldn't go away:
 
  Component names cannot start or end with dots.
 
  Turns out I had a rogue extends= in the CFCOMPONENT tag.I had text
  wrap off in the editor so I didn't see it till I started going through
  the code line by line.
 
  -- geoff
  http://blog.daemon.com.au/
  On the road via GMail.
 
  - Original Message -
  From: Spike [EMAIL PROTECTED]
  Date: Wed, 11 Aug 2004 14:29:42 -0700
  Subject: JRun Servlet Error
  To: CF-Talk [EMAIL PROTECTED]
 
 So I started digging around in the logs to see if there was anything. All I
 got was the following in the CFMX exception log:
 
 Error,jrpp-1,08/11/04,13:12:46,locher, The specific sequence of
 files included or processed is: C:\Farcry\HEAD\farcry_core\admin\index.cfm
  
 java.lang.StackOverflowError
 
 Eventually after running around for most of today trying to figure out what
 was going on I tracked it down to a cfproperty tag that was missing the
 end '' in one of my custom types.
 
 
 

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




RE: Quickbooks IIF files???

2004-08-23 Thread Mark A. Kruger - CFG
You are correct - the iif file is pretty much a comma delimited ascii file. The
answer you need is actually in the quickbooks help files - here's an excerpt.

-Mark

---

You may also want to refer to the Reference Guide to Import Files

Note: These instructions are rather long. You may want to print them instead of
reading them onscreen. To print them, click Options and then choose Print Topic.

If you've been using another financial software product, and you'd like to
import information from that product into QuickBooks, you can do so if the
product allows you to export to a spreadsheet or text file. You can import lists
that correspond to QuickBooks lists, budgets, and individual transactions.

Tip: The easiest way to see and understand the format QuickBooks needs to import
data is to export some of your QuickBooks lists and view the resulting file in a
spreadsheet. If you don't already have a QuickBooks company, you can export
lists from the sample data (sample_product-based business. Qbw or
sample_service-based business.qbw).

1 Open the spreadsheet that contains the data.
2 Move the contents of all the cells in your spreadsheet one column to the right
so that the first column is blank.
3 Move the contents of all the cells down by one row so that the first row is
blank.
4 Check the structure of the spreadsheet. If it contains more than one type of
listor a mixture of lists, budgets, and transactionsmake sure that each type of
information has its own block in the spreadsheet. The blocks should follow each
other vertically. Insert a blank row of cells to separate the blocks.

For example, it you have a list of customers and a list of vendors, all the
customer data should be in one block and all the vendor information should be in
another block.

5 In the first cell in the blank row above each block of information, enter one
of the keywords shown in this table. Be sure to include the exclamation point
(!).

Type this text. . . If the block contains
!ACCNT Details about your chart of accounts.
!CUST A customer address or phone list.
!VEND A vendor address or phone list.
!EMP A list of employees.
!OTHERNAME A list of names you'd like to add to QuickBooks Other Name list.
!BUD Budget details.
!CLASS A list of general classifications you'd like to add to QuickBooks Class
list.
!CTYPE A list of customer classifications you'd like to add to QuickBooks
Customer Type list.
!INVITEM Details about the line items you use on sales and purchase forms.
!INVMEMO Messages you'd like to add to QuickBooks Customer Message list.
!PAYMETH A list of payment methods you'd like to add to QuickBooks Payment
Method list.
!SHIPMETH A list of shipping methods you'd like to add to QuickBooks Ship Via
list.
!TERMS A list of payment terms you'd like to add to QuickBooks Terms list.
!TIMEACT Details about activities you timed with the QuickBooks Pro Timer. Works
with !TIMERHDR.
!TIMERHDR QuickBooks Pro Timer data.
!TODO A list of upcoming to do tasks you want QuickBooks to remind you about.
!TRNS Transactions.
!VTYPE A list of vendor classifications you'd like to add to QuickBooks Vendor
Type list.
For example, if the spreadsheet contains a list of customers and then a list of
vendors, the structure of the spreadsheet would be as follows:
!CUST
[List of customers]
!VEND
[List of vendors]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFINCLUDEs in a form?

2004-08-23 Thread Ben Doom
It's absolutely possible.I've done exactly what you're doing a number 
of times.

Is it possible you're adding new headers?Accidentally embedding extra 
form tags?Is the include *only* the select and options, or does it 
have other things in it?

--Ben

Tim Claremont wrote:

 I have a bunch of oft-used CFSELECTS that show up on a bunch of different forms within my application. Thus, I wanted to put them in an includes directory and reference them with CFINCLUDE on my various forms.
 
 However, wherever I place a CFINCLUDE statement within one of my forms, the submit and clear buttons no longer work. No error message, they simply do not respond. If I comment out the CFINCLUDES, the form operates normally.
 
 Is it possible to use a CFINCLUDE within CFFORM?
 

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




RE: Quickbooks IIF files???

2004-08-23 Thread Ray Champagne
Thanks to both of the Mark's...

I will try out the second solution.

Sometimes you just gotta know where to look for the right info!

Ray

At 01:51 PM 8/23/2004, you wrote:
You are correct - the iif file is pretty much a comma delimited ascii 
file. The
answer you need is actually in the quickbooks help files - here's an excerpt.

-Mark

---

You may also want to refer to the Reference Guide to Import Files

Note: These instructions are rather long. You may want to print them 
instead of
reading them onscreen. To print them, click Options and then choose Print 
Topic.

If you've been using another financial software product, and you'd like to
import information from that product into QuickBooks, you can do so if the
product allows you to export to a spreadsheet or text file. You can import 
lists
that correspond to QuickBooks lists, budgets, and individual transactions.

Tip: The easiest way to see and understand the format QuickBooks needs to 
import
data is to export some of your QuickBooks lists and view the resulting 
file in a
spreadsheet. If you don't already have a QuickBooks company, you can export
lists from the sample data (sample_product-based business. Qbw or
sample_service-based business.qbw).

1 Open the spreadsheet that contains the data.
2 Move the contents of all the cells in your spreadsheet one column to the 
right
so that the first column is blank.
3 Move the contents of all the cells down by one row so that the first row is
blank.
4 Check the structure of the spreadsheet. If it contains more than one type of
listor a mixture of lists, budgets, and transactionsmake sure that each 
type of
information has its own block in the spreadsheet. The blocks should follow 
each
other vertically. Insert a blank row of cells to separate the blocks.

For example, it you have a list of customers and a list of vendors, all the
customer data should be in one block and all the vendor information should 
be in
another block.

5 In the first cell in the blank row above each block of information, 
enter one
of the keywords shown in this table. Be sure to include the exclamation point
(!).

Type this text. . . If the block contains
!ACCNT Details about your chart of accounts.
!CUST A customer address or phone list.
!VEND A vendor address or phone list.
!EMP A list of employees.
!OTHERNAME A list of names you'd like to add to QuickBooks Other Name list.
!BUD Budget details.
!CLASS A list of general classifications you'd like to add to QuickBooks Class
list.
!CTYPE A list of customer classifications you'd like to add to QuickBooks
Customer Type list.
!INVITEM Details about the line items you use on sales and purchase forms.
!INVMEMO Messages you'd like to add to QuickBooks Customer Message list.
!PAYMETH A list of payment methods you'd like to add to QuickBooks Payment
Method list.
!SHIPMETH A list of shipping methods you'd like to add to QuickBooks Ship Via
list.
!TERMS A list of payment terms you'd like to add to QuickBooks Terms list.
!TIMEACT Details about activities you timed with the QuickBooks Pro Timer. 
Works
with !TIMERHDR.
!TIMERHDR QuickBooks Pro Timer data.
!TODO A list of upcoming to do tasks you want QuickBooks to remind you 
about.
!TRNS Transactions.
!VTYPE A list of vendor classifications you'd like to add to QuickBooks Vendor
Type list.
For example, if the spreadsheet contains a list of customers and then a 
list of
vendors, the structure of the spreadsheet would be as follows:
!CUST
[List of customers]
!VEND
[List of vendors]





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




Re: CFINCLUDEs in a form?

2004-08-23 Thread Ray Champagne
sounds like you're missing the form/form tags surrounding your form.

Ray

At 01:42 PM 8/23/2004, you wrote:
I have a bunch of oft-used CFSELECTS that show up on a bunch of different 
forms within my application. Thus, I wanted to put them in an includes 
directory and reference them with CFINCLUDE on my various forms.

However, wherever I place a CFINCLUDE statement within one of my forms, 
the submit and clear buttons no longer work. No error message, they simply 
do not respond. If I comment out the CFINCLUDES, the form operates normally.

Is it possible to use a CFINCLUDE within CFFORM?


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




Re: CFINCLUDEs in a form?

2004-08-23 Thread Tim Claremont
Criminy. I had left the /CFFORM tags in the include file, as well as used them in the main page. Therefore I had two sets of CFFORM tags.

sounds like you're missing the form/form tags surrounding your form.

Ray

At 01:42 PM 8/23/2004, you wrote:

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




RE: CFEclipse snippets, was JRun Servlet Error

2004-08-23 Thread Spike
If you give the extends attribute a default value of
web-inf.cftags.cfcomponent you should be able to get around the problem.

Since every component extends that by default, you'll just be explicitly
declaring that's what it should extend. If you want to have it extend
something else you can.

So your snippet would look something like this:

cfcomponent name=$${component name}
extends=$${Extends:web-inf.cftags.cfcomponent}
etc...

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Drew
Sent: Monday, August 23, 2004 10:43 AM
To: CF-Talk
Subject: OT: CFEclipse snippets, was JRun Servlet Error

I got caught by the extends=cfeclipse addition too.


I wonder if you can extend the snippets that you can say dont add
this attribute if blank

currently you can add (to cfeclipse) extends=$${extends} to a
snippet so that if you add it you get a dialog box asking you to enter
extends..

you can then do extends=$${extends:somecomponent} so that it
defaults to somecomponent, but I wonder if you can extend the snippet
(yet again) to have another variable that is
extends=$${extends:somecomponent:null} so as to make it nullable..
(or something along those lines)

You could (with some programming added) also extend it the way they
work (super advanced now) so that if you want multiple choice vars you
could put

extends=$${extends:somevar|someothervar|somenicevar:drop} so you
have a nice drop down
or
extends=$${extends:somevar|someothervar|somenicevar:check} so that
you have tickboxes.

Just a though

MD




On Mon, 23 Aug 2004 08:53:22 +0100, Andy Allan
[EMAIL PROTECTED] wrote:
 I got caught out with that the first time I used CFEclipse 
as it puts the
 extends= attribute in regardless of whether you specify 
anything or not.
 
 Too lazy to see if there is a way to prevent it...
 
 Andy
 
 Quoting Geoff Bowers [EMAIL PROTECTED]:
 
  I thought I might follow on from Spike's email on CFMX errors that
  drive you insane :)I was recently building a few components (in
  FarCry also funnily enough) when I came across this error that just
  wouldn't go away:
 
  Component names cannot start or end with dots.
 
  Turns out I had a rogue extends= in the CFCOMPONENT tag. 
 I had text
  wrap off in the editor so I didn't see it till I started 
going through
  the code line by line.
 
  -- geoff
  http://blog.daemon.com.au/
  On the road via GMail.
 
  - Original Message -
  From: Spike [EMAIL PROTECTED]
  Date: Wed, 11 Aug 2004 14:29:42 -0700
  Subject: JRun Servlet Error
  To: CF-Talk [EMAIL PROTECTED]
 
 So I started digging around in the logs to see if there 
was anything. All I
 got was the following in the CFMX exception log:
 
 Error,jrpp-1,08/11/04,13:12:46,locher, The 
specific sequence of
 files included or processed is: 
C:\Farcry\HEAD\farcry_core\admin\index.cfm
  
 java.lang.StackOverflowError
 
 Eventually after running around for most of today trying 
to figure out what
 was going on I tracked it down to a cfproperty tag that 
was missing the
 end '' in one of my custom types.
 
 
 
 


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




Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
http://dev.lhwh.com/cfide/administrator/

That's all we're able to get...

Now, go here...

http://dev.lhwh.com/barefoot2003/

See? One works, with datasources, with cfm pages compiling and displaying
perfectly...the other...nothing.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread John Beynon
you didn't by any chance FTP the administrator pages to the server did
you? I've seen this before where customtags i've bought have just
returned garbage when called - turns out they need to be FTP'ed in BIN
mode and not ASCII

jb.

On Mon, 23 Aug 2004 14:26:45 -0400, Jeff Small [EMAIL PROTECTED] wrote:
 http://dev.lhwh.com/cfide/administrator/
 
 That's all we're able to get...
 
 Now, go here...
 
 http://dev.lhwh.com/barefoot2003/
 
 See? One works, with datasources, with cfm pages compiling and displaying
 perfectly...the other...nothing.
 

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




Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
 you didn't by any chance FTP the administrator pages to the server did
 you? I've seen this before where customtags i've bought have just
 returned garbage when called - turns out they need to be FTP'ed in BIN
 mode and not ASCII

No! See? That's what I mean! We haven't done *anything* to these pages (that
I'm *seriously* aware of...)

I've even RE-RUN the CFMX updater thinking that maybe it'll just overwrite
pages that are corrupted but no-go.

I even ran the WSCONFIG.EXE again...

I've rebooted ColdFusion services, I rebooted IIS, I've even rebooted the
ENTIRE MACHINE. Still nothing...

I repeat...we have NOT ftp'ed the administrator pages *anyplace*...

Any ideas?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




JSP to CFMX?

2004-08-23 Thread Jeff Chastain
I have a series of JSP files that I want to convert to CFMX, mainly as a learning exercise to see what equates to what.

The problem I have run into right off is the java import statement.In the jsp file, it looks something like this 

%@ page language=java import=java.util.*,java.io.*,java.text.*,java.lang.reflect.*,java.net.* %

Is this import handled automatically via the Java / JVM settings page in the CFMX admin or is there a way to 'code' this in CF?

Thanks
-- Jeff

P.S. - As a side note, I am working on an Enterprise copy of CFMX running on on the JRun server as opposed to the standalone config.Looking around in the CFMX admin, the Java / JVM seetings page is missing, so I assume I have to configure this directly with the JRun server.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread John Beynon
sorry, just found original thread before it was renamed - i see my
suggestion was offered before,

jb.

On Mon, 23 Aug 2004 14:37:09 -0400, Jeff Small [EMAIL PROTECTED] wrote:
  you didn't by any chance FTP the administrator pages to the server did
  you? I've seen this before where customtags i've bought have just
  returned garbage when called - turns out they need to be FTP'ed in BIN
  mode and not ASCII
 
 No! See? That's what I mean! We haven't done *anything* to these pages (that
 I'm *seriously* aware of...)
 
 I've even RE-RUN the CFMX updater thinking that maybe it'll just overwrite
 pages that are corrupted but no-go.
 
 I even ran the WSCONFIG.EXE again...
 
 I've rebooted ColdFusion services, I rebooted IIS, I've even rebooted the
 ENTIRE MACHINE. Still nothing...
 
 I repeat...we have NOT ftp'ed the administrator pages *anyplace*...
 
 Any ideas?
 

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




Re: JSP to CFMX?

2004-08-23 Thread Bryan Stevenson
handled as you suspected...no need to code for it

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RandRange ain't so Random

2004-08-23 Thread Les Mizzell
cfset randNUM = #RandRange(1,26)#

Seems weighted towards the numbers in the middle more. So, how can I 
make this a little more random?

-- 
Les Mizzell
---
A vanta as mr relyar! Nai eleni siluvar antalyannar!
---
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Is Bonnie Powers still around? Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
 sorry, just found original thread before it was renamed - i see my
 suggestion was offered before,

 jb.

That's okay...

I found THIS on the old House of Fusion archives, but the thread just
died...if Bonnie Powers is around, I'd love to hear how she fixed this EXACT
same problem!

http://www.houseoffusion.com/cf_lists/messages.cfm/Threadid=25789forumid=4#129951
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: JSP to CFMX?

2004-08-23 Thread Jeff Chastain
Great!So, the following JSP code 

%@ page language=java import=java.util.*,java.io.*,java.text.*,java.lang.reflect.*,java.net.* %
% IPortletContext portletContext= PortletContextFactory.createPortletContext(request, response); %

 converts to the following CFMX code (assuming the PortletContextFactory class has been loaded via the JVM settings in the CFMX admin) 

cfobject action="" type=java class=com.plumtree.remote.portlet.PortletContextFactory name=oPortletContextFactory

cfset portletContext = oPortletContextFactory.createPortletContext(request, response)

 Thanks for the direction.

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




Re: RandRange ain't so Random

2004-08-23 Thread Marc Campeau
 Seems weighted towards the numbers in the middle more. 

How did you test that? 

Does/would using randomize() before you call randRange() have an
impact on your results?

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




Latest version of HomeSite+?

2004-08-23 Thread Jim McAtee
What's the latest version that Macromedia sells/gives 
away/includes/whatever these days?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Paul Vernon
I may have missed this in one of the messages but I don't think so...

 
I'm assuming that barefoot2003 is a virtual directory just like CFIDE is
if so, check the following settings in IIS...

 
Right click on CFIDE and select properties. Check to see if there is an
application defined for that virtual directory. If there is, click on the
configuration button and check the mappings exist for .cfm etc If you
dont need the application to be defined, you should just be able to remove
it and everything should work. Otherwise add in the mappings for .cfm etc
for that virtual directory.

 
If my assumptions are correct then looking at the settings for the
barefoot2003 virtual directory should give you a guideline as to what they
should be for CFIDE!

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




Re: JSP to CFMX?

2004-08-23 Thread Bryan Stevenson
Looks about right (been awhile).

Here's an example from a PDF on the fly script I wrote using IText found at SourceForge

cfset Font = createObject(java, com.lowagie.text.Font)
cfset Regular = Font.init(SansSerif, 10, Font.NORMAL)

HTH

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
 I may have missed this in one of the messages but I don't think so...

 I'm assuming that barefoot2003 is a virtual directory just like CFIDE
is
 if so, check the following settings in IIS...

Sadly, barefoot2003 is just a folder under wwwroot.

Which is why I REALLY don't understand why it won't work. It's JUST a folder
under root!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




  1   2   >