Need Help With RDS

2002-04-01 Thread Eric Homa

Hello Everyone,

I had to change the block of IPs that I am using and changed the IP on the
webserver that is running Cold Fusion.  Now I've lost my RDS connection in
Studio from home.  It must be a web server mapping issue.  I deleted the old
RDS host in Studio and created a new one with the new IP but I get a 404
error when it attempts to connect.  Does anyone know how this is supposed to
work.  I there a directory on my web server that has to be mapped?

Thanks,

Eric Homa



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



Re: line length in cfmail

2002-04-01 Thread Jochem van Dieten

Jim Priest wrote:
> Argh. So much for those 'rich' Macromedia apps! :)
> 
> Both the CF Forums and the NNTP newsgroups (which the forums
> direct you to) seem to be down.
> 
> Anyone have a suggestion on how to limit the line length in a blob of
> text thrown into cfmail?  I'm trying to figure out the easiest way to
> break the line at 70 or 80 chars (and it's late and my hair hurts)

78 is what the RFC says.
Try cf_wrap from the DevEx.

Jochem


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



Re: Scheduled Tasks in Admin

2002-04-01 Thread nagraj

Hello Bosky Dave,

Does it is requesting any session variables which are to set before.I had
same problem What i did is First Created the scheduler and Then in CFADMIN
where the schedulers list is shown there is a run link .Which i need to run
it explicitly.

Even you can go with Windows Scheduler.Did you ever tried with windows
scheduler? It works better than CFADMIN schedulers.

With Regards
Nagaraj.A

- Original Message -
From: "Bosky, Dave" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 2:17 AM
Subject: Scheduled Tasks in Admin


> I'm trying to schedule a task in cfadmin but won't run at all.
> I can pull the url up in a browser ok but when I put it inside the
task-url
> box it doesn't work.
>
> Any ideas?
>
> Thanks,
> Dave
>
>
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



line length in cfmail

2002-04-01 Thread Jim Priest

Argh. So much for those 'rich' Macromedia apps! :)

Both the CF Forums and the NNTP newsgroups (which the forums
direct you to) seem to be down.

Anyone have a suggestion on how to limit the line length in a blob of
text thrown into cfmail?  I'm trying to figure out the easiest way to
break the line at 70 or 80 chars (and it's late and my hair hurts)

Thanks!
jim

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



Re: Data Ignored Error

2002-04-01 Thread Gregory Taylor

Jochem,

If I sound a little confused by your statement, it's because I am. I'm not using a 
Unix box and telnet is turned off on
this server. My biggest question and I think the error message says it all, is whether 
someone is able to "steal" the data.
I don't think so, because it's being dumped before it is returned to the user.

Any info on creating the "HTML page" you have would help me close or attempt to trap 
the suspected user.

Gregory


Jochem van Dieten wrote:

> Gregory Taylor wrote:
> > For the past week or so I've been experiencing a very strange error that I've 
>never seen before.
> >
> > "Error","TID=1376","03/27/02","15:31:40","Web server provided content data when 
>none was expected. Data ignored."
> >
> > My first inclination is that someone has somehow spoofed my page and are trying to 
>access the database directly. When
> > I compare the error message to my server logs there doesn't seem to be anyone 
>logged in and accessing any strange
> > pages or information.
> >
> > Has anyone else experienced this type of error before?
>
> No. But I suspect you can recreate it using telnet by doing a request
> without a content length but with a HTTP body, in which case it would
> probably be a browser error. Just try and find out.
>
> Jochem
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: JavaScript

2002-04-01 Thread Eric J Hoffman

I use activeCrossSelect with good success.

Regards,

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

-Original Message-
From: Chris Montgomery [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 01, 2002 9:13 PM
To: CF-Talk
Subject: RE: JavaScript 


Some possibilities?
http://javascript.internet.com/forms/form-swapper-2.html
http://javascript.internet.com/forms/selection-box.html
http://webdeveloper.earthweb.com/webjs/item/0,3602,12744_75691,00.html

Chris

> -Original Message-
> From: Jim McAtee [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 2:29 PM
> To: CF-Talk
> Subject: OT: JavaScript
>
>
> I'm looking for a JavaScript means of moving items from one set into 
> another.  This particular application would add people into groups.  
> I've seen a number of Java apps that do this, but I'm not sure if I've

> seen it in JavaScript.
>
> I'm thinking the on-screan containters would be two textareas (or 
> possibly 's?).  A user would select a name in either the left 
> or right textarea and click one of two buttons to add or remove the 
> person from the left-hand box.  You probably know what I'm talking 
> about. Anywhere I might find this?
>
> Jim


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



RE: OT: Free tax software or cheapo

2002-04-01 Thread Jeffry Houser

  I did it four a year creating invoices in Microsoft Word.
  One of the most bone-headed things I ever did.
  I guess when all is said and done, you are probably better off buying 
something like ColdFusion Studio than Quickbooks.

  But then again, here is Quickbooks Pro 99:

  http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2012659072

   There are also some updated versions (2002) for a lot cheaper than 
buying it new.

At 09:59 PM 4/1/2002 -0500, you wrote:
>Yeah I know, but eventually it will work out. Just working through growing
>pains. I make enough to cover expenses, then have a little for profit.
>Quickbooks would eat that profit, that's why I was looking for free
>alternatives, I know they're out there. Once I make some money I will buy
>quickbooks becuase I have used it before and it is very nice.
>
>
>Bob
>
>-Original Message-
>From: Jeffry Houser
>To: CF-Talk
>Sent: 4/1/02 9:34 PM
>Subject: Re: OT: Free tax software or cheapo
>
>   Get Quickbooks Pro.
>   $250 or so (I checked outpost, you might find it cheaper).
>   If that eats all your profit, then perhaps you should re-evaluate
>starting your own company.
>
>At 07:12 PM 4/1/2002 -0500, you wrote:
> >I have started my own company and need to be able to manage the
>billables
> >and what not, but if I get something like Quickbooks it would pretty
>much
> >eat up every last cent of profit, and then some. Once I get off the
>ground
> >I'll be able to get something decent, but I was wondering if anyone out
> >there has anything they know of. I have searched the net and found a
>couple
> >of open source things, but they run on Postgresql or Oracle, neither of
> >which I have. Any suggestions.
> >
> >
> >
> >Bob
> >
>
>
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: JavaScript

2002-04-01 Thread Chris Montgomery

Some possibilities?
http://javascript.internet.com/forms/form-swapper-2.html
http://javascript.internet.com/forms/selection-box.html
http://webdeveloper.earthweb.com/webjs/item/0,3602,12744_75691,00.html

Chris

> -Original Message-
> From: Jim McAtee [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 2:29 PM
> To: CF-Talk
> Subject: OT: JavaScript
>
>
> I'm looking for a JavaScript means of moving items from one set into
> another.  This particular application would add people into groups.  I've
> seen a number of Java apps that do this, but I'm not sure if I've
> seen it in
> JavaScript.
>
> I'm thinking the on-screan containters would be two textareas (or possibly
> 's?).  A user would select a name in either the left or right
> textarea and click one of two buttons to add or remove the person from the
> left-hand box.  You probably know what I'm talking about.
> Anywhere I might
> find this?
>
> Jim

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Free tax software or cheapo

2002-04-01 Thread Robert Everland

Yeah I know, but eventually it will work out. Just working through growing
pains. I make enough to cover expenses, then have a little for profit.
Quickbooks would eat that profit, that's why I was looking for free
alternatives, I know they're out there. Once I make some money I will buy
quickbooks becuase I have used it before and it is very nice.


Bob 

-Original Message-
From: Jeffry Houser
To: CF-Talk
Sent: 4/1/02 9:34 PM
Subject: Re: OT: Free tax software or cheapo

  Get Quickbooks Pro.
  $250 or so (I checked outpost, you might find it cheaper).
  If that eats all your profit, then perhaps you should re-evaluate 
starting your own company.

At 07:12 PM 4/1/2002 -0500, you wrote:
>I have started my own company and need to be able to manage the
billables
>and what not, but if I get something like Quickbooks it would pretty
much
>eat up every last cent of profit, and then some. Once I get off the
ground
>I'll be able to get something decent, but I was wondering if anyone out
>there has anything they know of. I have searched the net and found a
couple
>of open source things, but they run on Postgresql or Oracle, neither of
>which I have. Any suggestions.
>
>
>
>Bob
>

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



Re: OT: Free tax software or cheapo

2002-04-01 Thread Jeffry Houser

  Get Quickbooks Pro.
  $250 or so (I checked outpost, you might find it cheaper).
  If that eats all your profit, then perhaps you should re-evaluate 
starting your own company.

At 07:12 PM 4/1/2002 -0500, you wrote:
>I have started my own company and need to be able to manage the billables
>and what not, but if I get something like Quickbooks it would pretty much
>eat up every last cent of profit, and then some. Once I get off the ground
>I'll be able to get something decent, but I was wondering if anyone out
>there has anything they know of. I have searched the net and found a couple
>of open source things, but they run on Postgresql or Oracle, neither of
>which I have. Any suggestions.
>
>
>
>Bob
>
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF 5 Pro License Agreement (what if change of mind on platform?)

2002-04-01 Thread Ken Wilson

http://www.macromedia.com/software/coldfusion/productinfo/faq/server.html#12
00
#
How has your End-User License Agreement (EULA) changed for ColdFusion Server
5?
In general, the new ColdFusion Server 5 EULA is similar to the ColdFusion
Server 4.5 EULA. However, there has been one important change that you
should note. You can now buy one license of an edition and use it on any of
the supported operating systems for that edition. The license only
authorizes use on a single machine, so you cannot use the same license on
two platforms at the same time. However, you can easily switch from one
platform to another by uninstalling and reinstalling on the new operating
system.

We strongly encourage customers to review the EULA for ColdFusion Server 5
for complete details.
#



-Original Message-
From: Brian Scandale [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 8:33 PM
To: CF-Talk
Subject: Re: CF 5 Pro License Agreement (what if change of mind on
platform?)


Hi Tracy,

I've had the same question from time to time across the years... you get any
definitive answer to that question yet? Would love to hear it. Thanks, Brian




At 07:46 PM 3/29/02 -0600, you wrote:
>If someone purchases the CF5 Pro for Windows, has a mind change & decides
he
>wants to run a linux server, is there a painful process to go through with
>Macromedia or is the current license ok to do the install on a linux box ?
> I know it will install and take the key, but I need to be sure its ok and
the
>legal thing to do.
>
>
> Thanks
>- Tracy
>
>---
---
>Visit "The Most Powerful Tool on the Farm" at http://www.ifarm.com
>Get the latest on Ag News, Market Reports, FREE email, and much more.
>
>
>

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Free tax software or cheapo

2002-04-01 Thread Alex

You can also get a free personal oracle.

On Mon, 1 Apr 2002, Dave Watts wrote:

> > I have searched the net and found a couple of open source 
> > things, but they run on Postgresql or Oracle, neither of
> > which I have.
> 
> You can get PostgresSQL, though - it's open source and free itself. If you
> want to run it on Windows, download and install Cygwin:
> http://www.cygwin.com/
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Using JS to insert link from query

2002-04-01 Thread Peter Tilbrook

What would be the best way to insert a hyperlink using JS?

User click on a link to open a new window that lists documents in a database
(as a hyperlink).

If a user clicks on one of the documents it will close the open window (the
list) and insert a hyperlink into the window underneath (into a form input
field called "document") with a URL like:

my hyperlink - ID will depend on which
document they clicked on.

(o_viewdoc.cfm is the document handler)

==
Peter Tilbrook ([EMAIL PROTECTED])
Macromedia ColdFusion Applications Developer
Cubok Pty. Ltd.
Units 7-10
Australian Heritage Village
Watson ACT 2602
AUSTRALIA

http://www.cubok.com

Mobile: 0401 973 415
Tel: +61-2-6262-4080
Fax: +61-2-6262-4081

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



Re: CF 5 Pro License Agreement (what if change of mind on platform?)

2002-04-01 Thread Brian Scandale

Hi Tracy,

I've had the same question from time to time across the years... you get any 
definitive answer to that question yet? Would love to hear it. Thanks, Brian




At 07:46 PM 3/29/02 -0600, you wrote:
>If someone purchases the CF5 Pro for Windows, has a mind change & decides he 
>wants to run a linux server, is there a painful process to go through with 
>Macromedia or is the current license ok to do the install on a linux box ?
> I know it will install and take the key, but I need to be sure its ok and the 
>legal thing to do.
>
>
> Thanks
>- Tracy
>
>--
>Visit "The Most Powerful Tool on the Farm" at http://www.ifarm.com
>Get the latest on Ag News, Market Reports, FREE email, and much more.
>
>
>
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Free tax software or cheapo

2002-04-01 Thread Owens, Howard

I just pretty much always used regular old Quicken for managing my bank
books, and did invoices and hour tracking with Excel.  Excel comes with a
nifty invoice template.

H.



> -Original Message-
> From: Robert Everland [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 4:12 PM
> To:   CF-Talk
> Subject:  OT: Free tax software or cheapo
> 
> I have started my own company and need to be able to manage the billables
> and what not, but if I get something like Quickbooks it would pretty much
> eat up every last cent of profit, and then some. Once I get off the ground
> I'll be able to get something decent, but I was wondering if anyone out
> there has anything they know of. I have searched the net and found a
> couple
> of open source things, but they run on Postgresql or Oracle, neither of
> which I have. Any suggestions.
> 
> 
> 
> Bob
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Free tax software or cheapo

2002-04-01 Thread Dave Watts

> I have searched the net and found a couple of open source 
> things, but they run on Postgresql or Oracle, neither of
> which I have.

You can get PostgresSQL, though - it's open source and free itself. If you
want to run it on Windows, download and install Cygwin:
http://www.cygwin.com/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

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



OT: Free tax software or cheapo

2002-04-01 Thread Robert Everland

I have started my own company and need to be able to manage the billables
and what not, but if I get something like Quickbooks it would pretty much
eat up every last cent of profit, and then some. Once I get off the ground
I'll be able to get something decent, but I was wondering if anyone out
there has anything they know of. I have searched the net and found a couple
of open source things, but they run on Postgresql or Oracle, neither of
which I have. Any suggestions.



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



Re: Macromedia's Java for Web Developers course

2002-04-01 Thread Alex

I suggest get a book, read some code, write some app, write some web
form/sql db. If you are still interested maybe take the class. I am not an
advocate of these "syntax/howto" courses; better is to take an OOP
computer science course or algorithms...something useful. Now if your
employer is paying for this I take back everything --paid day off.

On Mon, 1 Apr 2002 [EMAIL PROTECTED] wrote:

> I'm thinking of advancing my skill set into the Java realm and have been
> thinking of taking Macromedia's Java for Web Developers course.  I've been
> doing CF for almost 7 years now, but was not a hard core programmer before
> that.  So my OO background isn't the greatest.  Has anyone taken this
> course?  And if so can I get your opinion.
> 
> Thanks,
> Randy
> 
> 
> ---
> Randy Bickham
> [EMAIL PROTECTED]
> Web Software Developer
> J.R. Simplot Company
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> 

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



RE: What is MX

2002-04-01 Thread Ian Lurie

It means they really want their stock price to go up... :)

-Original Message-
From: Mark Broner [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:44 PM
To: CF-Talk
Subject: RE: What is MX


well I don't know if it actually means this but it is the first Macr. person
I have heard actually say what is means.

The truth revealed.

mx= macromedia experience

http://www.tvworldwide.com/fose/020319/fose2002_real.cfm?id=23



-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 3:14 PM
To: CF-Talk
Subject: Re: What is MX


I kinda' started this thread by asking what MX stood for (not
particularly Flash NX).

I have visited a lot of sites where Flash was used to excess and I
cringe at these.

OTH there are a good number of sites where Flash is used wisely, and
improves the user experience (and hopefully, the ROI for the cost/effort
of developing the site).

I am all for the Flashy things... when the improve the utility of the
site!

I guess the message here, is don't blame the tool... blame the carpenter!

What excites me about Flash in particular is it's ability to improve the
interface and operation of a site (graphics, animation, etc. aside).

For example, I can efficiently submit form data to the server and return
results to the user without the user staring at a blank page while the
screen is redrawn... and i can tell him what is happening while he is
waiting (with or without animation).  This uses less bandwith and should
improve performance (both server and client).

Of course, you can do the same thing with frames and/or DHTML, but Flash
provides better cross-browser/platform compatibility and much greater
efficiency.

The thing I miss most about Flash sites is that links () do
not conform to the web standards (colors and underline).   One of the
really useful things about a web page that conforms to these standards
is that the user can instantly identify all links, and those that have
been traversed.

Another "new technology"  that has the possibility of improving the web
experience is what Apple has done with one element of their GUI under OS
X.   The Quartz layer, based on Adobe's PDF standard... All text is
displayed in antialiased format regardless of font, style, original size
or viewing size (magnification).

If you haven't seen a web page displayed with this technology, take the
time to see a demo.  A web page, any page,  displayed in OSX IE is,
well,  beautiful!   There, I've said it.

It approaches the readability of the printed page, but with several
advantages:

you can display pages at max screen resolution to show more info (and
still read them)

you can easily magnify or reduce text without loss of quality

you get the exact same results when you save or print the page.

OK,  a little off track there... but the point is the same:

If a new technology improves the appearance and/or operation of a web
page it will likely be a success...

If it's just sizzle (almost said flash)... it will be relegated to a
sideshow, as typified by the Carnival Barker with the loud suit and cane
(abd irritating come-on pitch).

MO

Dick



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What is MX

2002-04-01 Thread Mark Broner

well I don't know if it actually means this but it is the first Macr. person
I have heard actually say what is means.

The truth revealed.

mx= macromedia experience

http://www.tvworldwide.com/fose/020319/fose2002_real.cfm?id=23



-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 3:14 PM
To: CF-Talk
Subject: Re: What is MX


I kinda' started this thread by asking what MX stood for (not
particularly Flash NX).

I have visited a lot of sites where Flash was used to excess and I
cringe at these.

OTH there are a good number of sites where Flash is used wisely, and
improves the user experience (and hopefully, the ROI for the cost/effort
of developing the site).

I am all for the Flashy things... when the improve the utility of the
site!

I guess the message here, is don't blame the tool... blame the carpenter!

What excites me about Flash in particular is it's ability to improve the
interface and operation of a site (graphics, animation, etc. aside).

For example, I can efficiently submit form data to the server and return
results to the user without the user staring at a blank page while the
screen is redrawn... and i can tell him what is happening while he is
waiting (with or without animation).  This uses less bandwith and should
improve performance (both server and client).

Of course, you can do the same thing with frames and/or DHTML, but Flash
provides better cross-browser/platform compatibility and much greater
efficiency.

The thing I miss most about Flash sites is that links () do
not conform to the web standards (colors and underline).   One of the
really useful things about a web page that conforms to these standards
is that the user can instantly identify all links, and those that have
been traversed.

Another "new technology"  that has the possibility of improving the web
experience is what Apple has done with one element of their GUI under OS
X.   The Quartz layer, based on Adobe's PDF standard... All text is
displayed in antialiased format regardless of font, style, original size
or viewing size (magnification).

If you haven't seen a web page displayed with this technology, take the
time to see a demo.  A web page, any page,  displayed in OSX IE is,
well,  beautiful!   There, I've said it.

It approaches the readability of the printed page, but with several
advantages:

you can display pages at max screen resolution to show more info (and
still read them)

you can easily magnify or reduce text without loss of quality

you get the exact same results when you save or print the page.

OK,  a little off track there... but the point is the same:

If a new technology improves the appearance and/or operation of a web
page it will likely be a success...

If it's just sizzle (almost said flash)... it will be relegated to a
sideshow, as typified by the Carnival Barker with the loud suit and cane
(abd irritating come-on pitch).

MO

Dick


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Macromedia's Java for Web Developers course

2002-04-01 Thread Jon Hall

Haven't taken the course, but when I first decided to figure out Java, I
read all sorts of different tutorials and books, and they all had a
different way of trying to get the OO concept into my head. None of them
stuck until I read IBM's custom datatype analogy.
http://www-105.ibm.com/developerworks/education.nsf/dw/java-onlinecourse-byn
ewest?OpenDocument&Count=500&loc=j
Java Language Essentials...
I can honestly say, even though I have a pile of Java books, they would be
worthless without having read that tutorial.

jon
- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 5:08 PM
Subject: Macromedia's Java for Web Developers course


> I'm thinking of advancing my skill set into the Java realm and have been
> thinking of taking Macromedia's Java for Web Developers course.  I've been
> doing CF for almost 7 years now, but was not a hard core programmer before
> that.  So my OO background isn't the greatest.  Has anyone taken this
> course?  And if so can I get your opinion.
>
> Thanks,
> Randy
>
> --
--
> ---
> Randy Bickham
> [EMAIL PROTECTED]
> Web Software Developer
> J.R. Simplot Company
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

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



Re: What is MX

2002-04-01 Thread Dick Applebaum

I kinda' started this thread by asking what MX stood for (not 
particularly Flash NX).

I have visited a lot of sites where Flash was used to excess and I 
cringe at these.

OTH there are a good number of sites where Flash is used wisely, and 
improves the user experience (and hopefully, the ROI for the cost/effort 
of developing the site).

I am all for the Flashy things... when the improve the utility of the 
site!

I guess the message here, is don't blame the tool... blame the carpenter!

What excites me about Flash in particular is it's ability to improve the 
interface and operation of a site (graphics, animation, etc. aside).

For example, I can efficiently submit form data to the server and return 
results to the user without the user staring at a blank page while the 
screen is redrawn... and i can tell him what is happening while he is 
waiting (with or without animation).  This uses less bandwith and should 
improve performance (both server and client).

Of course, you can do the same thing with frames and/or DHTML, but Flash 
provides better cross-browser/platform compatibility and much greater 
efficiency.

The thing I miss most about Flash sites is that links () do 
not conform to the web standards (colors and underline).   One of the 
really useful things about a web page that conforms to these standards 
is that the user can instantly identify all links, and those that have 
been traversed.

Another "new technology"  that has the possibility of improving the web 
experience is what Apple has done with one element of their GUI under OS 
X.   The Quartz layer, based on Adobe's PDF standard... All text is 
displayed in antialiased format regardless of font, style, original size 
or viewing size (magnification).

If you haven't seen a web page displayed with this technology, take the 
time to see a demo.  A web page, any page,  displayed in OSX IE is, 
well,  beautiful!   There, I've said it.

It approaches the readability of the printed page, but with several 
advantages:

you can display pages at max screen resolution to show more info (and 
still read them)

you can easily magnify or reduce text without loss of quality

you get the exact same results when you save or print the page.

OK,  a little off track there... but the point is the same:

If a new technology improves the appearance and/or operation of a web 
page it will likely be a success...

If it's just sizzle (almost said flash)... it will be relegated to a 
sideshow, as typified by the Carnival Barker with the loud suit and cane 
(abd irritating come-on pitch).

MO

Dick

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



Macromedia's Java for Web Developers course

2002-04-01 Thread RBickham

I'm thinking of advancing my skill set into the Java realm and have been
thinking of taking Macromedia's Java for Web Developers course.  I've been
doing CF for almost 7 years now, but was not a hard core programmer before
that.  So my OO background isn't the greatest.  Has anyone taken this
course?  And if so can I get your opinion.

Thanks,
Randy


---
Randy Bickham
[EMAIL PROTECTED]
Web Software Developer
J.R. Simplot Company
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: File uploading in ActiveEdit?

2002-04-01 Thread Pete Freitag

John,

It would require hard coding the upload directory, and removing the
restrictions on the content type, and file extension.  The image upload
utility is not encrypted so you should be able to modify it to fit your
needs.


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


-Original Message-
From: John Anderson [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 4:16 PM
To: CF-Talk
Subject: File uploading in ActiveEdit?


Has anyone modified ActiveEdit to handle file uploading similar to the way
that it handles image uploading/inserting?

Or..is there another product out there that already has this built in?

Thanks,
John

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



File uploading in ActiveEdit?

2002-04-01 Thread John Anderson

Has anyone modified ActiveEdit to handle file uploading similar to the way
that it handles image uploading/inserting?

Or..is there another product out there that already has this built in?

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



Re: XML (was What is MX)

2002-04-01 Thread BEN MORRIS

(I am breaking my own rule of not adding to discussions that go on this long, but here 
I go...)

One point that has perhaps been missed in this discussion is that if the information 
you are starting with is encoded in a meaningful way (XML or a DB), then the pros & 
cons of flash and HTML become irrelevant, as you can use both.  For instance, on the 
site I manage, the content is in a database, so it can be pulled into a normal HTML 
template or a printable template with less formatting and navigation.  This could 
easily be extended, adding  a flash-based template for those users who have it or want 
it.

I have never done any significant development in flash, but I understand that MX has a 
couple of new features which could address some of the issues brought up on this 
thread.

1- Bookmarks.  You can link to urls like http://mysite.com/mymovie.swf#ContactUs to 
have it go to a specific frame in a movie, which could perhaps be incorporated into 
search engines somehow and can help with on of my biggest beefs with flash sites - 
when you are deep in a flash movie and then hit back or refresh and have to go through 
an intro again, or at least start from scratch.

2-  I guess it can process XML literally a thousand times faster.

Point being, that if developers learn to use flash properly as many have learned to 
use HTML well, it could become a good technology for the display layer of apps.

(Just thoughts)

>>> John Dowdell <[EMAIL PROTECTED]> 04/01/02 03:43PM >>>
At 10:20 AM 4/1/2, BEN MORRIS wrote:
> > http://news.com.com/2100-1001-872136.html 
>
> I agree that flash is far superior to HTML for multimedia
> rich content.  But when it comes to posting documents and
> information, HTML/XHTML/XML is far superior to flash.
> Different tasks require different tools.

Ditto this. I've been a little bemused on how that "swf vs html" meme has
spread, particularly since Macromedia is obviously investing heavily in
HTML development as well. Documents aren't going away just because
applications increase!

I think part of it is that Flash MX is just the first release of the
Macromedia MX toolset... if ColdFusion MX was released at the same time as
Flash MX folks on the periphery would have a more complete picture.
Different pieces of the MX puzzle will arrive throughout the year.

Then again, getting the prime newspot on CNET isn't insignificant either...
the MX releases, even at this early stage, are getting a lot of attention.
>From what I hear of the long press leads for the next set of releases,
reporters are very bullish on how the various MX parts fit together. I'd be
more worried if it sank beneath the radar without controversy ;-)

However, Macromedia just makes the tools and servers... it's really the
development community which powers revolutions like this. Some time today a
new DesDev Center will go live, and there will be a discussion thread right
off my column for this very issue. Lots of Macromedians lurk on CF-Talk,
but if you have advice for the company about how these stories affect you
then it would be great to hear it through that Soapbox link, thanks!


(For search engines, try searching on terms like "google bomb" or
"invisible web", or using a qualifier like "filetype:swf" at Google, or
searching for "flash faq" at Atomz.com... the story is much bigger than
what is often described.)

jd







John Dowdell, Macromedia Developer Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/ 
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/ 



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re:

2002-04-01 Thread Matthew Walker

If you use that JS the form won't be submitted. You need to use JS to modify
the form's action then submit. Something like:

onclick="document.display.action='groups-add-action.cfm?AddUser=#User#';docu
ment.display.submit();

My JS is a bit rusty but it's something like that

Regards,
Matthew Walker
http://www.matthewwalker.net.nz/

- Original Message -
From: "phumes1" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 6:44 AM
Subject: Re:  Hi,
>
> How can I submit the  For some reason the below buttons "Add" and "Delete" won't work?
>
> 
>
> ..stuff missing...
>
> #User#
>
> 
>
>
> I want to be able to pass the #User# variable to my other templates from
> the buttons below.
>
>  onClick="parent.location='groups-add-action.cfm?AddUser=#User#'">
>  onClick="parent.location='groups-delete-action.cfm'">
>
>
>
>
+---
+
>
> Philip Humeniuk
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
+---
-+
>
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: WebTrends "uniqe visitors" stat

2002-04-01 Thread Jim McAtee

Years ago we used WebTrends and they included an ISAPI filter that sent
users a cookie solely for tracking purposes.  The cookie contents were
logged in the IIS logs.  This is the only way to really identify unique
visitors.  If you don't see Webtrends cookies in your log files, then you're
correct - it's just using IP addresses.  Transparent proxy servers,
cookie-blocking firewalls are just a couple of things that will skew those
numbers.  There's a pretty big debate in online advertising circles
regarding the "unique" visitor numbers being reported by web sites.  They're
waking up to the fact that the data is so bad that it's almost meaningless.

Jim


- Original Message -
From: "BEN MORRIS" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 1:38 PM
Subject: OT: WebTrends "uniqe visitors" stat


> Does anyone know precisely how the "unique visitors" statistic is
determined in web trends?  Is it the number of unique IP addresses that hit
the site?
>
> Looking through the log file, the only thing I could find to differentiate
between users is the client IP address, but that is imperfect as users
behind a proxy would be counted as the same person.
>
> TIA
>
> ---
>
>   Ben Morris
>
>   Web Site Developer
>   American Federation of Government Employees, AFL-CIO
>   (202) 639-6448
>   www.afge.org

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WebTrends "uniqe visitors" stat

2002-04-01 Thread Chambers, Bryan (NE)

I believe that by default, WebTrends uses the IP address to track unique
visitors.  So from what you said - yes, it is imperfect.  They do have a
plug-in you can download (http://www.netiq.com/support/was/plugins.asp) that
will track users by cookies instead "to better identify users."  Of course,
that has its own drawbacks.

-Bryan

-Original Message-
From: BEN MORRIS [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 3:38 PM
To: CF-Talk
Subject: OT: WebTrends "uniqe visitors" stat


Does anyone know precisely how the "unique visitors" statistic is determined
in web trends?  Is it the number of unique IP addresses that hit the site?

Looking through the log file, the only thing I could find to differentiate
between users is the client IP address, but that is imperfect as users
behind a proxy would be counted as the same person.

TIA

---

  Ben Morris

  Web Site Developer
  American Federation of Government Employees, AFL-CIO
  (202) 639-6448
  www.afge.org 


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Scheduled Tasks in Admin

2002-04-01 Thread Bosky, Dave

I'm trying to schedule a task in cfadmin but won't run at all.  
I can pull the url up in a browser ok but when I put it inside the task-url
box it doesn't work.
 
Any ideas?  
 
Thanks,
Dave
 
 

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread John Dowdell

At 10:20 AM 4/1/2, BEN MORRIS wrote:
> > http://news.com.com/2100-1001-872136.html
>
> I agree that flash is far superior to HTML for multimedia
> rich content.  But when it comes to posting documents and
> information, HTML/XHTML/XML is far superior to flash.
> Different tasks require different tools.

Ditto this. I've been a little bemused on how that "swf vs html" meme has
spread, particularly since Macromedia is obviously investing heavily in
HTML development as well. Documents aren't going away just because
applications increase!

I think part of it is that Flash MX is just the first release of the
Macromedia MX toolset... if ColdFusion MX was released at the same time as
Flash MX folks on the periphery would have a more complete picture.
Different pieces of the MX puzzle will arrive throughout the year.

Then again, getting the prime newspot on CNET isn't insignificant either...
the MX releases, even at this early stage, are getting a lot of attention.
>From what I hear of the long press leads for the next set of releases,
reporters are very bullish on how the various MX parts fit together. I'd be
more worried if it sank beneath the radar without controversy ;-)

However, Macromedia just makes the tools and servers... it's really the
development community which powers revolutions like this. Some time today a
new DesDev Center will go live, and there will be a discussion thread right
off my column for this very issue. Lots of Macromedians lurk on CF-Talk,
but if you have advice for the company about how these stories affect you
then it would be great to hear it through that Soapbox link, thanks!


(For search engines, try searching on terms like "google bomb" or
"invisible web", or using a qualifier like "filetype:swf" at Google, or
searching for "flash faq" at Atomz.com... the story is much bigger than
what is often described.)

jd







John Dowdell, Macromedia Developer Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: WebTrends "uniqe visitors" stat

2002-04-01 Thread BEN MORRIS

Does anyone know precisely how the "unique visitors" statistic is determined in web 
trends?  Is it the number of unique IP addresses that hit the site?

Looking through the log file, the only thing I could find to differentiate between 
users is the client IP address, but that is imperfect as users behind a proxy would be 
counted as the same person.

TIA

---

  Ben Morris

  Web Site Developer
  American Federation of Government Employees, AFL-CIO
  (202) 639-6448
  www.afge.org 

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



Re: Being psychic with NT files and usergroups

2002-04-01 Thread Howie Hamlin

I think iHTK may suit your needs.

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

The Intranet/Hosting Toolkit (or IHTK) currently includes several CFX tags (DLL files) 
including CFX_Users for NT users, CFX_Groups
for local and domain groups, CFX_Shares for handling network shares, CFX_Permissions 
for managing network file permissions,
CFX_Services, CFX_IIS for creating/managing IIS4/5 ftp and web sites and the 
ever-useful CFX_NetworkTopology for figuring out what's
in your network.
(The limited-set read-only CFX_GetUserGroups is also included. CFX_UserManager and 
CFX_NFS are still included but considered
deprecated on W2K.)

In whole, these tags are meant to be analogues to the Windows GUI tools such as "User 
Manager for Domains", the IIS MMC/ICM, the
Services dialog box of the Control Panel, as well as the Network Neighbor (shares, 
printers, mapped network drives, etc). The
creation/listing/deletion/searching of NTFS permissions (also known as ACLs) is also 
supported.

In short, it's a toolkit for anyone using ColdFusion to administrate an intranet or 
web hosting organization.

CFX_Users allows you to fully manage NT users. The functionality is a fairly robust 
imitation of the "User Manager for Domains" GUI.
CFX_Groups permits on-the-fly creation and management of domain local, global and 
universal groups in either the default security or
distribution flavours.
CFX_Shares allows you to setup and list network shares at will.
CFX_Permissions allows you to add, delete, search, list through NTFS file permissions 
(ACLs). Also includes a redundant CACLS-clone
function just for curiosity.
CFX_IIS allows automation of IIS4/5 FTP and Web site creation. The CFX_Services tag 
supports CFX_IIS by performing
stop/start/pause/continue, etc actions against NT services (HINT: just don't stop the 
Cold Fusion Server).
CFX_NetworkTopology returns the layout and status of the network in a form that can be 
used to setup operations with the other tags.
CFX_UserManager and CFX_NFS are from the pre W2K era. CFX_UserManager allows you to 
fully manage NT users and groups (local and
global/domain). The functionality is a fairly robust imitation of the "User Manager 
for Domains" GUI. CFX_NFS allows you to manage
NTFS file permissions (ACLs) on local, shared or network mapped drives.
Full documentation and confidence tests are included. FREEWARE. Open sourced C++ 
software.

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Carlisle, Eric" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 3:10 PM
Subject: Being psychic with NT files and usergroups


> Is it possible to tell if a logged in user (NT network) has permissions to a
> certain file (with ColdFusion)?
>
> Here's a scenario.
>
> Let's say a logged in user navigates to a page that offers a PDF.  If the
> user has the NT permissions to get this file, the page with the link should
> be displayed ("click here for...").  If the user does not have permissions
> to get the file, the page would say "you do not have permission to see the
> contents of this page".  It's been requested that I find a way of beating NT
> challenge response to the punch.
>
> The concern is that with an nt challenge response dialog, users will keep
> trying to log in, thinking the page is broken - instead of just getting a
> flat out "no, you can't!" :).  Any ideas?
>
> Thanks :)
>
> EC
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What is MX

2002-04-01 Thread Nick McClure

I have noticed this on banner ads. There are some that make my computer lag 
while the browser is on the page.

Makes me mad.

At 02:17 PM 4/1/2002 -0500, you wrote:
>Also another issue with Flash is bad bad coding. There is a flash website
>for a local radio station here. http://www.wjrr.com/main.html . Check out
>your processor it should hit 90%-100% usage the entire time the site is up.
>Once you close the browser with that site, you're fine. I have been to other
>sites that are coded in flash (figleaf's for example) and my processor peaks
>a little, but nothing like the above site.
>
>Robert Everland III

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Nick McClure

You are correct, but if you want all of content indexed, this won't work 
for you.

>On the search engine thing, I believe that search engines will index the alt
>parameter of the object tag for the swf...
>
>jon

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



Being psychic with NT files and usergroups

2002-04-01 Thread Carlisle, Eric

Is it possible to tell if a logged in user (NT network) has permissions to a
certain file (with ColdFusion)? 

Here's a scenario.

Let's say a logged in user navigates to a page that offers a PDF.  If the
user has the NT permissions to get this file, the page with the link should
be displayed ("click here for...").  If the user does not have permissions
to get the file, the page would say "you do not have permission to see the
contents of this page".  It's been requested that I find a way of beating NT
challenge response to the punch.  

The concern is that with an nt challenge response dialog, users will keep
trying to log in, thinking the page is broken - instead of just getting a
flat out "no, you can't!" :).  Any ideas?

Thanks :)

EC
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Nick McClure

Well, I still use the page down button more than the scroll bars, if I 
can't do that in flash I will be upset.

At 12:37 PM 4/1/2002 -0600, you wrote:
>Don't you think the early days of the internet before actual web browsers
>.. no graphics at all  BBS's too ... There were conversations just like
>this .. Some thought browsers were the wave of the future .. while others
>said, just for frills ..and text will always be displayed as text.  The page
>down button is all I need...
>
>Food for thought!
>
>Paul Giesenhagen
>QuillDesign
>http://www.quilldesign.com
>SiteDirector v2.0 - Commerce Builder
>
>
>- Original Message -
>From: "Nick McClure" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, April 01, 2002 12:29 PM
>Subject: Re: What is MX
>
>
> > In general I would agree with this, the reason being the mechanism for
> > displaying the content already existed. The scroll bars, the page
> > navigation, all part of HTML and the web browser.
> >
> > MX is supposed to have some of these things standard controls available
>for
> > use in your projects, this would make things much easier to work with.
> >
> > Have said that. I still find it hard to believe Flash will take over as
>the
> > primary web display environment for at least three or four months ;)
> >
> > At 01:20 PM 4/1/2002 -0500, you wrote:
> > >I agree that flash is far superior to HTML for multimedia rich
> > >content.  But when it comes to posting documents and information,
> > >HTML/XHTML/XML is far superior to flash.
> > >
> > >Different tasks require different tools.
> > >
> > > >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
> > >Wow that article was negative. Maybe we should just go back to using
> > >smoke signals to communicate.
> > >
> > >One day a few years from now when the HTML web as we know now seems as
> > >archaic a presentation medium as ASCII graphics of the "war games" era,
> > >the person who wrote that article will likely shrug and take another
> > >bitter sip of some generic coffee.
> > >
> > >The vector concept of web presentation is doubtlessly the wave of the
> > >future and Flash is the defacto player of choice.  If the current search
> > >engine paradigm is holding back the development in this medium should we
> > >hold back development in Flash or should we reward the engine that gets
> > >with the program and finds a way to index flash content.
> > >
> > >Good Fortune,
> > >Richard Walters,
> > >Webmaster, Davita Laboratory Services
> > >[EMAIL PROTECTED]
> > >(800) 604-5227 x 3525
> > >
> > > >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
> > >Interesting article today on News.com.  Looks like it's going take
> > >some
> > >serious marketing to sell the concept.
> > >
> > >http://news.com.com/2100-1001-872136.html
> > >
> > >Jim
> > >
> > >
> > >
> > >- Original Message -
> > >From: "Douglas Brown" <[EMAIL PROTECTED]>
> > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > >Sent: Monday, April 01, 2002 10:35 AM
> > >Subject: Re: What is MX
> > >
> > >
> > > > In other words, it sounds cool!!!
> > > >
> > > >
> > > >
> > > > "Success is a journey, not a destination!!"
> > > >
> > > >
> > > >
> > > > Doug Brown
> > > > - Original Message -
> > > > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Monday, April 01, 2002 6:15 AM
> > > > Subject: RE: What is MX
> > > >
> > > >
> > > > > >-Original Message-
> > > > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > > > >Sent: Monday, April 01, 2002 7:53 AM
> > > > > >To: CF-Talk
> > > > > >Subject: What is MX
> > > > > >
> > > > > >
> > > > > >   Not that 'branding everything under one banner' is a bad idea,
> > >but..
> > > > > >   MX seems like a random 'name' to choose for branding if it
> > >doesn't
> > > > > >mean
> > > > > >anything.
> > > > > >
> > > > >
> > > > > Go to this article by MM's John Dowdell and scroll down to the
> > >second
> > > > > question under the Q & A section.
> > > > >
> > > > > http://www.macromedia.com/desdev/jd_forum/
> > > > >
> > > > > That should give you an "official" answer.
> > > > >
> > > > > Regards,
> > > > > Dave.
> > >
> > >
> > >
> > >
> >
>
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mac help needed.

2002-04-01 Thread Sam Roach

aa.. I just removed that function to.   Guess I've been sitting in
front of this computer too long.

Thanks,

-- Sam


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 11:48 AM
To: CF-Talk
Subject: RE: Mac help needed.


you have a reference to a the function openCookie() in the onUnload event of
the body tag. I searched your page and there is not opencookie function
being defined.

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:43 PM
To: CF-Talk
Subject: Mac help needed.


This is a site just launched.  I've gotten a couple of complaints from Mac
users that JavaScript errors coming up using IE.

http://www.litewheels.com/index.cfm


I would appreciate it if someone could take a look and let me know if they
see the error.

-- Sam




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



RE: What is MX

2002-04-01 Thread Tracy Bost

When I go to MM's site, I don't see flash when I'm searching for something,
I don't see flash when I'm modifying my account,I don't see the forums being 
powered by flash & I don't see flash working when I make an online purchase.
As a matter of fact, the only flash I see, is the menu flashy stuff.
 I'm all for a product that's going to give the user what they need and in the 
fastest way possible. 
I do loathe the browser, but if macromedia has a better solution, let them be 
the first to lead by example.






--
Visit "The Most Powerful Tool on the Farm" at http://www.ifarm.com
Get the latest on Ag News, Market Reports, FREE email, and much more.


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mac help needed.

2002-04-01 Thread Tony_Petruzzi

you have a reference to a the function openCookie() in the onUnload event of
the body tag. I searched your page and there is not opencookie function
being defined.

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:43 PM
To: CF-Talk
Subject: Mac help needed.


This is a site just launched.  I've gotten a couple of complaints from Mac
users that JavaScript errors coming up using IE.

http://www.litewheels.com/index.cfm


I would appreciate it if someone could take a look and let me know if they
see the error.

-- Sam



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How can I add a timespan to a date in sql (access)?

2002-04-01 Thread Chip Harlan

Why not just do it all in SQL? I think it's usually best to let SQL do
its own time functions...


select * from shows where
ShowDate BETWEEN getDate() AND dateAdd(ww,1,getDate())


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:18 PM
To: CF-Talk
Subject: RE: How can I add a timespan to a date in sql (access)?





select * from shows where
ShowDate between
#createODBCDate(thisWeek)# and
#createODBCDate(nextWeek)#


-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 1:12 PM
To: CF-Talk
Subject: SQL: How can I add a timespan to a date in sql (access)?


Hi - I want to add a week to a date in sql(access) and then compare
against that date.


select * from shows where
#createodbcdate(now())# between
todate and
<<>>



Thanks,
Matt Small



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



RE: JavaScript

2002-04-01 Thread Dan G. Switzer, II

Jim,

Check out the qForms API: http://www.pengoworks.com/qforms/

The API has a set of instructions for doing just what you're looking for
using standard JavaScript. Check out the example pages for online
samples.

-Dan

> -Original Message-
> From: Jim McAtee [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 2:29 PM
> To: CF-Talk
> Subject: OT: JavaScript
> 
> I'm looking for a JavaScript means of moving items from one set into
> another.  This particular application would add people into groups.
I've
> seen a number of Java apps that do this, but I'm not sure if I've seen
it
> in
> JavaScript.
> 
> I'm thinking the on-screan containters would be two textareas (or
possibly
> 's?).  A user would select a name in either the left or right
> textarea and click one of two buttons to add or remove the person from
the
> left-hand box.  You probably know what I'm talking about.  Anywhere I
> might
> find this?
> 
> Jim
> 
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What is MX

2002-04-01 Thread Pete Freitag

It is possible to extract all the text that gets displayed out of a swf
file, and then search it.

I just emailed Google and asked them to consider adding it to Google, I'll
post their response to the list.

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


-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 1:54 PM
To: CF-Talk
Subject: Re: What is MX


At 02:00 PM 4/1/2002 -0500, you wrote:
>We don't need to change the search engines. We just need to fool them into
>thinking that we have a static site with 100,000 pages. I'm sure we can
>apply these techniques to Flash.

  That is a great approach to it.

  I wonder if there is a way to do a search engine ala verity that could
search flash content just in a local site.



--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Fax / Phone: 860-223-7946
--
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com


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



Mac help needed.

2002-04-01 Thread Sam Roach

This is a site just launched.  I've gotten a couple of complaints from Mac
users that JavaScript errors coming up using IE.

http://www.litewheels.com/index.cfm


I would appreciate it if someone could take a look and let me know if they
see the error.

-- Sam


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: scheduled task

2002-04-01 Thread Tony_Petruzzi

click on schedule task in the cf administrator and set it up

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-Original Message-
From: Diana Nichols [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:39 PM
To: CF-Talk
Subject: scheduled task


I need to schedule a call to a .cfm page (which triggers a query and
subsequent form submission to a remote server) every 5 minutes. What is the
most reliable way to do this?

I am running Win2K, IIS, SQL 2000 and CF 4.5.

TIA!
D


Diana Nichols
Webmistress
http://www.lavenderthreads.com
770.434.7374


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



scheduled task

2002-04-01 Thread Diana Nichols

I need to schedule a call to a .cfm page (which triggers a query and
subsequent form submission to a remote server) every 5 minutes. What is the
most reliable way to do this?

I am running Win2K, IIS, SQL 2000 and CF 4.5.

TIA!
D


Diana Nichols
Webmistress
http://www.lavenderthreads.com
770.434.7374

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SQL Order by clause

2002-04-01 Thread Christopher Olive

ah.  by a PARTICULAR letter. :)

WHERE Left(fieldname, 1) = 'letterinquestion'

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Thanh Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:07 PM
To: CF-Talk
Subject: RE: SQL Order by clause


this would not do it.

wat i weant was ordering a column starting with, for example,letter E,
instead of A. 


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 7:26 AM
To: CF-Talk
Subject: RE: SQL Order by clause


ORDER BY Left(, 1)

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Thanh Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 7:52 PM
To: CF-Talk
Subject: OT: SQL Order by clause


Hi all,
 
How do I do an order by clause start with an alphabet letter. ?
Is that possible ?
 
Thanks
 
Thanh




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: JavaScript

2002-04-01 Thread Tony_Petruzzi

check javascripts.com. they have a lot of scripts you can download for free.

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:29 PM
To: CF-Talk
Subject: OT: JavaScript 


I'm looking for a JavaScript means of moving items from one set into
another.  This particular application would add people into groups.  I've
seen a number of Java apps that do this, but I'm not sure if I've seen it in
JavaScript.

I'm thinking the on-screan containters would be two textareas (or possibly
's?).  A user would select a name in either the left or right
textarea and click one of two buttons to add or remove the person from the
left-hand box.  You probably know what I'm talking about.  Anywhere I might
find this?

Jim


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



OT: JavaScript

2002-04-01 Thread Jim McAtee

I'm looking for a JavaScript means of moving items from one set into
another.  This particular application would add people into groups.  I've
seen a number of Java apps that do this, but I'm not sure if I've seen it in
JavaScript.

I'm thinking the on-screan containters would be two textareas (or possibly
's?).  A user would select a name in either the left or right
textarea and click one of two buttons to add or remove the person from the
left-hand box.  You probably know what I'm talking about.  Anywhere I might
find this?

Jim

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



RE: IIS 5.0 and the .cfml ext

2002-04-01 Thread Tony_Petruzzi

there actually is a registry hack you can do to accomplish this. i have no
idea what it is though. you might want to ask macromedia support. sorry i
don't have the answer.

Anthony Petruzzi
Webmaster
954-321-4703
http://www.sheriff.org


-Original Message-
From: Marlon Moyer [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:21 PM
To: CF-Talk
Subject: Re: IIS 5.0 and the .cfml ext


I use .cfml for documents that I want to put in a verity search and .cfm for
files that contain code only.  I got tired of cfswitch showing up in my
search results.




- Original Message -
From: "Matthew R. Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 1:17 PM
Subject: RE: IIS 5.0 and the .cfml ext


> Is there a reason you're using .cfml instead of .cfm?  .cfm is the
> default extension for CF Templates.
>
> - Matt Small
>
>
> -Original Message-
> From: Marlon Moyer [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 12:30 PM
> To: CF-Talk
> Subject: IIS 5.0 and the .cfml ext
>
> Are there any special tricks to getting the .cfml extension to work with
> IIS 5.0.  I've created the mapping in the Home Directory Tab.  Now when
> I call up a .cfml template, I get an 'HTTP/1.0 404 Object Not Found'
> error.  When I look at the webserver.log in CF Administrator, it shows
> that it's looking for my file, but with a .cfm extension.  Why is it
> dropping the 'L'?
>
> Marlon
>
>
>
> 

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



RE: What is MX

2002-04-01 Thread Robert Everland

Also another issue with Flash is bad bad coding. There is a flash website
for a local radio station here. http://www.wjrr.com/main.html . Check out
your processor it should hit 90%-100% usage the entire time the site is up.
Once you close the browser with that site, you're fine. I have been to other
sites that are coded in flash (figleaf's for example) and my processor peaks
a little, but nothing like the above site. 

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:06 PM
To: CF-Talk
Subject: Re: What is MX


Don't get me wrong, I prefer simple graphics and text .. I am just comparing
the "golden" days before browsers made things pretty like they are today ...
people couldn't imagine the need for anything different than ascii text and
the graphical browsers were just frill with no purpose.

Obviously they were mistaken and we all have graphical websites with
font/style sheets, images ect. some more some less.

Right now we sit not seeing a use for flash except to really pretty things
up .. but as time goes, flash or something like it will probably be where
the internet is in a 'few months as stated before :)'.  I don't look forward
to it right now .. but  I am sure my son will laugh at what we are doing
today one day!

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


- Original Message -
From: "Jeffry Houser" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:51 PM
Subject: Re: What is MX


>   Reality is that when I surf, I'm looking for text.
>   Flash sites still tend to aggravate me (that is an implementation issue,
> though not the technology ).
>   Graphics may make it pretty, but...  they are best used when kept
simple.
>
> At 12:37 PM 4/1/2002 -0600, you wrote:
> >Don't you think the early days of the internet before actual web browsers
> >.. no graphics at all  BBS's too ... There were conversations just
like
> >this .. Some thought browsers were the wave of the future .. while others
> >said, just for frills ..and text will always be displayed as text.  The
page
> >down button is all I need...
> >
> >Food for thought!
> >
> >Paul Giesenhagen
> >QuillDesign
> >http://www.quilldesign.com
> >SiteDirector v2.0 - Commerce Builder
> >
> >
> >- Original Message -
> >From: "Nick McClure" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Monday, April 01, 2002 12:29 PM
> >Subject: Re: What is MX
> >
> >
> > > In general I would agree with this, the reason being the mechanism for
> > > displaying the content already existed. The scroll bars, the page
> > > navigation, all part of HTML and the web browser.
> > >
> > > MX is supposed to have some of these things standard controls
available
> >for
> > > use in your projects, this would make things much easier to work with.
> > >
> > > Have said that. I still find it hard to believe Flash will take over
as
> >the
> > > primary web display environment for at least three or four months ;)
> > >
> > > At 01:20 PM 4/1/2002 -0500, you wrote:
> > > >I agree that flash is far superior to HTML for multimedia rich
> > > >content.  But when it comes to posting documents and information,
> > > >HTML/XHTML/XML is far superior to flash.
> > > >
> > > >Different tasks require different tools.
> > > >
> > > > >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
> > > >Wow that article was negative. Maybe we should just go back to using
> > > >smoke signals to communicate.
> > > >
> > > >One day a few years from now when the HTML web as we know now seems
as
> > > >archaic a presentation medium as ASCII graphics of the "war games"
era,
> > > >the person who wrote that article will likely shrug and take another
> > > >bitter sip of some generic coffee.
> > > >
> > > >The vector concept of web presentation is doubtlessly the wave of the
> > > >future and Flash is the defacto player of choice.  If the current
search
> > > >engine paradigm is holding back the development in this medium should
we
> > > >hold back development in Flash or should we reward the engine that
gets
> > > >with the program and finds a way to index flash content.
> > > >
> > > >Good Fortune,
> > > >Richard Walters,
> > > >Webmaster, Davita Laboratory Services
> > > >[EMAIL PROTECTED]
> > > >(800) 604-5227 x 3525
> > > >
> > > > >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
> > > >Interesting article today on News.com.  Looks like it's going take
> > > >some
> > > >serious marketing to sell the concept.
> > > >
> > > >http://news.com.com/2100-1001-872136.html
> > > >
> > > >Jim
> > > >
> > > >
> > > >
> > > >- Original Message -
> > > >From: "Douglas Brown" <[EMAIL PROTECTED]>
> > > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > > >Sent: Monday, April 01, 2002 10:35 AM
> > > >Subject: Re: What is MX
> > > >
> > > >
> > > > > In other words, it sounds cool!!!
>

RE: How can I add a timespan to a date in sql (access)?

2002-04-01 Thread VAN VLIET, SCOTT E (SBCSI)

DOH!  "ww" is correct ^_^

--
Scott Van Vliet
Senior Analyst
SBC Services, Inc.
ITO Enterprise Tools
Office: 858.886.3878
Pager: 858.536.0070
Email: [EMAIL PROTECTED]  
 


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 11:18 AM
To: CF-Talk
Subject: RE: How can I add a timespan to a date in sql (access)?






select * from shows where
ShowDate between
#createODBCDate(thisWeek)# and
#createODBCDate(nextWeek)#


-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 1:12 PM
To: CF-Talk
Subject: SQL: How can I add a timespan to a date in sql (access)?


Hi - I want to add a week to a date in sql(access) and then compare
against that date.


select * from shows where
#createodbcdate(now())# between
todate and
<<>>



Thanks,
Matt Small



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE:

2002-04-01 Thread Ben Covington

Hello All,

Philip has a good question, I'm presently having a brain freeze and was
wondering the same.  I have a form which allows the user to generate a
customized report.  There are twenty tables which the user can choose
(either on or off), but I'm not passing the variable to the second page
for each of the checkboxes.  What's up, isn't there a way to do this
using ColdFusion exclusively?   

Best regards, Ben 

-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 01, 2002 2:00 PM
To: CF-Talk
Subject: Re: ... tags.





+---
+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+---
-+



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IIS 5.0 and the .cfml ext

2002-04-01 Thread Marlon Moyer

I use .cfml for documents that I want to put in a verity search and .cfm for
files that contain code only.  I got tired of cfswitch showing up in my
search results.




- Original Message -
From: "Matthew R. Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 1:17 PM
Subject: RE: IIS 5.0 and the .cfml ext


> Is there a reason you're using .cfml instead of .cfm?  .cfm is the
> default extension for CF Templates.
>
> - Matt Small
>
>
> -Original Message-
> From: Marlon Moyer [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 12:30 PM
> To: CF-Talk
> Subject: IIS 5.0 and the .cfml ext
>
> Are there any special tricks to getting the .cfml extension to work with
> IIS 5.0.  I've created the mapping in the Home Directory Tab.  Now when
> I call up a .cfml template, I get an 'HTTP/1.0 404 Object Not Found'
> error.  When I look at the webserver.log in CF Administrator, it shows
> that it's looking for my file, but with a .cfm extension.  Why is it
> dropping the 'L'?
>
> Marlon
>
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How can I add a timespan to a date in sql (access)?

2002-04-01 Thread Larry Juncker





select * from shows where
ShowDate between
#createODBCDate(thisWeek)# and
#createODBCDate(nextWeek)#


-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 1:12 PM
To: CF-Talk
Subject: SQL: How can I add a timespan to a date in sql (access)?


Hi - I want to add a week to a date in sql(access) and then compare
against that date.


select * from shows where
#createodbcdate(now())# between
todate and
<<>>



Thanks,
Matt Small


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



RE: IIS 5.0 and the .cfml ext

2002-04-01 Thread Matthew R. Small

Is there a reason you're using .cfml instead of .cfm?  .cfm is the
default extension for CF Templates.

- Matt Small


-Original Message-
From: Marlon Moyer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 01, 2002 12:30 PM
To: CF-Talk
Subject: IIS 5.0 and the .cfml ext

Are there any special tricks to getting the .cfml extension to work with
IIS 5.0.  I've created the mapping in the Home Directory Tab.  Now when
I call up a .cfml template, I get an 'HTTP/1.0 404 Object Not Found'
error.  When I look at the webserver.log in CF Administrator, it shows
that it's looking for my file, but with a .cfm extension.  Why is it
dropping the 'L'?

Marlon



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How can I add a timespan to a date in sql (access)?

2002-04-01 Thread VAN VLIET, SCOTT E (SBCSI)

Try This:




select *
from shows 
where showdate 
between #CreateODBCDate(Today)# and
#CreateODBCDate(AWeekFromToday)#


HTH

--
Scott Van Vliet
Senior Analyst
SBC Services, Inc.
ITO Enterprise Tools
Office: 858.886.3878
Pager: 858.536.0070
Email: [EMAIL PROTECTED]  
 


-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 11:12 AM
To: CF-Talk
Subject: SQL: How can I add a timespan to a date in sql (access)?


Hi - I want to add a week to a date in sql(access) and then compare
against that date.


select * from shows where 
#createodbcdate(now())# between 
todate and 
<<>>



Thanks,
Matt Small


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



RE: SQL Order by clause

2002-04-01 Thread Thanh Nguyen

this would not do it.

wat i weant was ordering a column starting with, for example,letter E,
instead of A. 


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 7:26 AM
To: CF-Talk
Subject: RE: SQL Order by clause


ORDER BY Left(, 1)

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Thanh Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 7:52 PM
To: CF-Talk
Subject: OT: SQL Order by clause


Hi all,
 
How do I do an order by clause start with an alphabet letter. ?
Is that possible ?
 
Thanks
 
Thanh



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



Re: What is MX

2002-04-01 Thread Paul Giesenhagen

Don't get me wrong, I prefer simple graphics and text .. I am just comparing
the "golden" days before browsers made things pretty like they are today ...
people couldn't imagine the need for anything different than ascii text and
the graphical browsers were just frill with no purpose.

Obviously they were mistaken and we all have graphical websites with
font/style sheets, images ect. some more some less.

Right now we sit not seeing a use for flash except to really pretty things
up .. but as time goes, flash or something like it will probably be where
the internet is in a 'few months as stated before :)'.  I don't look forward
to it right now .. but  I am sure my son will laugh at what we are doing
today one day!

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


- Original Message -
From: "Jeffry Houser" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:51 PM
Subject: Re: What is MX


>   Reality is that when I surf, I'm looking for text.
>   Flash sites still tend to aggravate me (that is an implementation issue,
> though not the technology ).
>   Graphics may make it pretty, but...  they are best used when kept
simple.
>
> At 12:37 PM 4/1/2002 -0600, you wrote:
> >Don't you think the early days of the internet before actual web browsers
> >.. no graphics at all  BBS's too ... There were conversations just
like
> >this .. Some thought browsers were the wave of the future .. while others
> >said, just for frills ..and text will always be displayed as text.  The
page
> >down button is all I need...
> >
> >Food for thought!
> >
> >Paul Giesenhagen
> >QuillDesign
> >http://www.quilldesign.com
> >SiteDirector v2.0 - Commerce Builder
> >
> >
> >- Original Message -
> >From: "Nick McClure" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Monday, April 01, 2002 12:29 PM
> >Subject: Re: What is MX
> >
> >
> > > In general I would agree with this, the reason being the mechanism for
> > > displaying the content already existed. The scroll bars, the page
> > > navigation, all part of HTML and the web browser.
> > >
> > > MX is supposed to have some of these things standard controls
available
> >for
> > > use in your projects, this would make things much easier to work with.
> > >
> > > Have said that. I still find it hard to believe Flash will take over
as
> >the
> > > primary web display environment for at least three or four months ;)
> > >
> > > At 01:20 PM 4/1/2002 -0500, you wrote:
> > > >I agree that flash is far superior to HTML for multimedia rich
> > > >content.  But when it comes to posting documents and information,
> > > >HTML/XHTML/XML is far superior to flash.
> > > >
> > > >Different tasks require different tools.
> > > >
> > > > >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
> > > >Wow that article was negative. Maybe we should just go back to using
> > > >smoke signals to communicate.
> > > >
> > > >One day a few years from now when the HTML web as we know now seems
as
> > > >archaic a presentation medium as ASCII graphics of the "war games"
era,
> > > >the person who wrote that article will likely shrug and take another
> > > >bitter sip of some generic coffee.
> > > >
> > > >The vector concept of web presentation is doubtlessly the wave of the
> > > >future and Flash is the defacto player of choice.  If the current
search
> > > >engine paradigm is holding back the development in this medium should
we
> > > >hold back development in Flash or should we reward the engine that
gets
> > > >with the program and finds a way to index flash content.
> > > >
> > > >Good Fortune,
> > > >Richard Walters,
> > > >Webmaster, Davita Laboratory Services
> > > >[EMAIL PROTECTED]
> > > >(800) 604-5227 x 3525
> > > >
> > > > >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
> > > >Interesting article today on News.com.  Looks like it's going take
> > > >some
> > > >serious marketing to sell the concept.
> > > >
> > > >http://news.com.com/2100-1001-872136.html
> > > >
> > > >Jim
> > > >
> > > >
> > > >
> > > >- Original Message -
> > > >From: "Douglas Brown" <[EMAIL PROTECTED]>
> > > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > > >Sent: Monday, April 01, 2002 10:35 AM
> > > >Subject: Re: What is MX
> > > >
> > > >
> > > > > In other words, it sounds cool!!!
> > > > >
> > > > >
> > > > >
> > > > > "Success is a journey, not a destination!!"
> > > > >
> > > > >
> > > > >
> > > > > Doug Brown
> > > > > - Original Message -
> > > > > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > > Sent: Monday, April 01, 2002 6:15 AM
> > > > > Subject: RE: What is MX
> > > > >
> > > > >
> > > > > > >-Original Message-
> > > > > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > > > > >Sent: Monday, April 01, 2002 7:53 AM
> > > > > > >To: CF-Talk
> > > > > > >Subject: What is MX
> > > > > > >
> > > > > > >
> > > > > > >   Not that 'branding e

SQL: How can I add a timespan to a date in sql (access)?

2002-04-01 Thread Matthew R. Small

Hi - I want to add a week to a date in sql(access) and then compare
against that date.


select * from shows where 
#createodbcdate(now())# between 
todate and 
<<>>



Thanks,
Matt Small

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What is MX

2002-04-01 Thread Matthew R. Small

I agree... Flash is just that - flash.  It's best used when it has a
function rather than just a way to pretty up a website.

- Matt Small

-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 01, 2002 1:52 PM
To: CF-Talk
Subject: Re: What is MX

  Reality is that when I surf, I'm looking for text.
  Flash sites still tend to aggravate me (that is an implementation
issue, 
though not the technology ).
  Graphics may make it pretty, but...  they are best used when kept
simple.

At 12:37 PM 4/1/2002 -0600, you wrote:
>Don't you think the early days of the internet before actual web
browsers
>.. no graphics at all  BBS's too ... There were conversations just
like
>this .. Some thought browsers were the wave of the future .. while
others
>said, just for frills ..and text will always be displayed as text.  The
page
>down button is all I need...
>
>Food for thought!
>
>Paul Giesenhagen
>QuillDesign
>http://www.quilldesign.com
>SiteDirector v2.0 - Commerce Builder
>
>
>- Original Message -
>From: "Nick McClure" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, April 01, 2002 12:29 PM
>Subject: Re: What is MX
>
>
> > In general I would agree with this, the reason being the mechanism
for
> > displaying the content already existed. The scroll bars, the page
> > navigation, all part of HTML and the web browser.
> >
> > MX is supposed to have some of these things standard controls
available
>for
> > use in your projects, this would make things much easier to work
with.
> >
> > Have said that. I still find it hard to believe Flash will take over
as
>the
> > primary web display environment for at least three or four months ;)
> >
> > At 01:20 PM 4/1/2002 -0500, you wrote:
> > >I agree that flash is far superior to HTML for multimedia rich
> > >content.  But when it comes to posting documents and information,
> > >HTML/XHTML/XML is far superior to flash.
> > >
> > >Different tasks require different tools.
> > >
> > > >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
> > >Wow that article was negative. Maybe we should just go back to
using
> > >smoke signals to communicate.
> > >
> > >One day a few years from now when the HTML web as we know now seems
as
> > >archaic a presentation medium as ASCII graphics of the "war games"
era,
> > >the person who wrote that article will likely shrug and take
another
> > >bitter sip of some generic coffee.
> > >
> > >The vector concept of web presentation is doubtlessly the wave of
the
> > >future and Flash is the defacto player of choice.  If the current
search
> > >engine paradigm is holding back the development in this medium
should we
> > >hold back development in Flash or should we reward the engine that
gets
> > >with the program and finds a way to index flash content.
> > >
> > >Good Fortune,
> > >Richard Walters,
> > >Webmaster, Davita Laboratory Services
> > >[EMAIL PROTECTED]
> > >(800) 604-5227 x 3525
> > >
> > > >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
> > >Interesting article today on News.com.  Looks like it's going take
> > >some
> > >serious marketing to sell the concept.
> > >
> > >http://news.com.com/2100-1001-872136.html
> > >
> > >Jim
> > >
> > >
> > >
> > >- Original Message -
> > >From: "Douglas Brown" <[EMAIL PROTECTED]>
> > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > >Sent: Monday, April 01, 2002 10:35 AM
> > >Subject: Re: What is MX
> > >
> > >
> > > > In other words, it sounds cool!!!
> > > >
> > > >
> > > >
> > > > "Success is a journey, not a destination!!"
> > > >
> > > >
> > > >
> > > > Doug Brown
> > > > - Original Message -
> > > > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Monday, April 01, 2002 6:15 AM
> > > > Subject: RE: What is MX
> > > >
> > > >
> > > > > >-Original Message-
> > > > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > > > >Sent: Monday, April 01, 2002 7:53 AM
> > > > > >To: CF-Talk
> > > > > >Subject: What is MX
> > > > > >
> > > > > >
> > > > > >   Not that 'branding everything under one banner' is a bad
idea,
> > >but..
> > > > > >   MX seems like a random 'name' to choose for branding if it
> > >doesn't
> > > > > >mean
> > > > > >anything.
> > > > > >
> > > > >
> > > > > Go to this article by MM's John Dowdell and scroll down to the
> > >second
> > > > > question under the Q & A section.
> > > > >
> > > > > http://www.macromedia.com/desdev/jd_forum/
> > > > >
> > > > > That should give you an "official" answer.
> > > > >
> > > > > Regards,
> > > > > Dave.
> > >
> > >
> > >
> > >
> >
>

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm

Re: What is MX

2002-04-01 Thread Jeffry Houser

At 02:00 PM 4/1/2002 -0500, you wrote:
>We don't need to change the search engines. We just need to fool them into
>thinking that we have a static site with 100,000 pages. I'm sure we can
>apply these techniques to Flash.

  That is a great approach to it.

  I wonder if there is a way to do a search engine ala verity that could 
search flash content just in a local site.



--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Fax / Phone: 860-223-7946
--
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re:

2002-04-01 Thread phumes1

Hi,

This is an addition to my previous email. I'll try and explain it better.

I have a drop-down menu which lists users. Whn auser is selected I have two 
button on the page "Add" and "Delete" which when clicked the username gets 
passed to either a add-action.cmf or delete-action.cfm template.

Does this have to be done with Javascript? If so, how?

Right now I just have my code between ... tags.





+---+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
++


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



Re: What is MX

2002-04-01 Thread Jeffry Houser

  Reality is that when I surf, I'm looking for text.
  Flash sites still tend to aggravate me (that is an implementation issue, 
though not the technology ).
  Graphics may make it pretty, but...  they are best used when kept simple.

At 12:37 PM 4/1/2002 -0600, you wrote:
>Don't you think the early days of the internet before actual web browsers
>.. no graphics at all  BBS's too ... There were conversations just like
>this .. Some thought browsers were the wave of the future .. while others
>said, just for frills ..and text will always be displayed as text.  The page
>down button is all I need...
>
>Food for thought!
>
>Paul Giesenhagen
>QuillDesign
>http://www.quilldesign.com
>SiteDirector v2.0 - Commerce Builder
>
>
>- Original Message -
>From: "Nick McClure" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, April 01, 2002 12:29 PM
>Subject: Re: What is MX
>
>
> > In general I would agree with this, the reason being the mechanism for
> > displaying the content already existed. The scroll bars, the page
> > navigation, all part of HTML and the web browser.
> >
> > MX is supposed to have some of these things standard controls available
>for
> > use in your projects, this would make things much easier to work with.
> >
> > Have said that. I still find it hard to believe Flash will take over as
>the
> > primary web display environment for at least three or four months ;)
> >
> > At 01:20 PM 4/1/2002 -0500, you wrote:
> > >I agree that flash is far superior to HTML for multimedia rich
> > >content.  But when it comes to posting documents and information,
> > >HTML/XHTML/XML is far superior to flash.
> > >
> > >Different tasks require different tools.
> > >
> > > >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
> > >Wow that article was negative. Maybe we should just go back to using
> > >smoke signals to communicate.
> > >
> > >One day a few years from now when the HTML web as we know now seems as
> > >archaic a presentation medium as ASCII graphics of the "war games" era,
> > >the person who wrote that article will likely shrug and take another
> > >bitter sip of some generic coffee.
> > >
> > >The vector concept of web presentation is doubtlessly the wave of the
> > >future and Flash is the defacto player of choice.  If the current search
> > >engine paradigm is holding back the development in this medium should we
> > >hold back development in Flash or should we reward the engine that gets
> > >with the program and finds a way to index flash content.
> > >
> > >Good Fortune,
> > >Richard Walters,
> > >Webmaster, Davita Laboratory Services
> > >[EMAIL PROTECTED]
> > >(800) 604-5227 x 3525
> > >
> > > >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
> > >Interesting article today on News.com.  Looks like it's going take
> > >some
> > >serious marketing to sell the concept.
> > >
> > >http://news.com.com/2100-1001-872136.html
> > >
> > >Jim
> > >
> > >
> > >
> > >- Original Message -
> > >From: "Douglas Brown" <[EMAIL PROTECTED]>
> > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > >Sent: Monday, April 01, 2002 10:35 AM
> > >Subject: Re: What is MX
> > >
> > >
> > > > In other words, it sounds cool!!!
> > > >
> > > >
> > > >
> > > > "Success is a journey, not a destination!!"
> > > >
> > > >
> > > >
> > > > Doug Brown
> > > > - Original Message -
> > > > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Monday, April 01, 2002 6:15 AM
> > > > Subject: RE: What is MX
> > > >
> > > >
> > > > > >-Original Message-
> > > > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > > > >Sent: Monday, April 01, 2002 7:53 AM
> > > > > >To: CF-Talk
> > > > > >Subject: What is MX
> > > > > >
> > > > > >
> > > > > >   Not that 'branding everything under one banner' is a bad idea,
> > >but..
> > > > > >   MX seems like a random 'name' to choose for branding if it
> > >doesn't
> > > > > >mean
> > > > > >anything.
> > > > > >
> > > > >
> > > > > Go to this article by MM's John Dowdell and scroll down to the
> > >second
> > > > > question under the Q & A section.
> > > > >
> > > > > http://www.macromedia.com/desdev/jd_forum/
> > > > >
> > > > > That should give you an "official" answer.
> > > > >
> > > > > Regards,
> > > > > Dave.
> > >
> > >
> > >
> > >
> >
>
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Greg Alton

We're still experimenting, but

Look for a tool that combines stats with search engine placement from CFDev
later this year.

I'm sure we can overcome these issues just as we have for database driven
ColdFusion sites. You can see some of the techniques on our site now, but
the power is in the back-end.

We don't need to change the search engines. We just need to fool them into
thinking that we have a static site with 100,000 pages. I'm sure we can
apply these techniques to Flash.

Greg Alton
CFDev


- Original Message -
From: "Jeffry Houser" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 1:17 PM
Subject: Re: What is MX


> At 10:13 AM 4/1/2002 -0800, you wrote:
> >Wow that article was negative. Maybe we should just go back to using
> >smoke signals to communicate.
>
>   Oh, I dunno.  I think the article was in line with many things that I
> have thought.  And they did seem to present both sides of the story.  The
> issues addressed in the article were valid.
>   Or maybe I'm just negative.
>
> >The vector concept of web presentation is doubtlessly the wave of the
> >future and Flash is the defacto player of choice.  If the current search
> >engine paradigm is holding back the development in this medium should we
> >hold back development in Flash or should we reward the engine that gets
> >with the program and finds a way to index flash content.
>
>   I'm no flash expert, but I really think the limitations that were
> outlined in the article are valid criticisms.
>   I bet there is money to be maid in write a search engine to index flash
> content.
>
>
>
> --
> Jeffry Houser | mailto:[EMAIL PROTECTED]
> Need a Web Developer?  Contact me!
> AIM: Reboog711  | Fax / Phone: 860-223-7946
> --
> My Books: http://www.instantcoldfusion.com
> My Band: http://www.farcryfly.com
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Jon Hall

"Lynch said Macromedia supports the W3C and is open to including SVG support
in its products if the format, now primarily endorsed by competitor Adobe,
catches on. He also noted that Flash incorporates open standards such as XML
and the ECMAScript language."

*pant* *pant*

On the search engine thing, I believe that search engines will index the alt
parameter of the object tag for the swf...

jon
- Original Message -
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:39 PM
Subject: Re: What is MX


> Interesting article today on News.com.  Looks like it's going take some
> serious marketing to sell the concept.
>
> http://news.com.com/2100-1001-872136.html
>
> Jim
>
>
>
> - Original Message -
> From: "Douglas Brown" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 10:35 AM
> Subject: Re: What is MX
>
>
> > In other words, it sounds cool!!!
> >
> >
> >
> > "Success is a journey, not a destination!!"
> >
> >
> >
> > Doug Brown
> > - Original Message -
> > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, April 01, 2002 6:15 AM
> > Subject: RE: What is MX
> >
> >
> > > >-Original Message-
> > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > >Sent: Monday, April 01, 2002 7:53 AM
> > > >To: CF-Talk
> > > >Subject: What is MX
> > > >
> > > >
> > > >   Not that 'branding everything under one banner' is a bad idea,
but..
> > > >   MX seems like a random 'name' to choose for branding if it doesn't
> > > >mean
> > > >anything.
> > > >
> > >
> > > Go to this article by MM's John Dowdell and scroll down to the second
> > > question under the Q & A section.
> > >
> > > http://www.macromedia.com/desdev/jd_forum/
> > >
> > > That should give you an "official" answer.
> > >
> > > Regards,
> > > Dave.
>
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re:

2002-04-01 Thread phumes1

Hi,

How can I submit the 

..stuff missing...

#User#




I want to be able to pass the #User# variable to my other templates from 
the buttons below.






+---+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
++


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Paul Giesenhagen

Don't you think the early days of the internet before actual web browsers
.. no graphics at all  BBS's too ... There were conversations just like
this .. Some thought browsers were the wave of the future .. while others
said, just for frills ..and text will always be displayed as text.  The page
down button is all I need...

Food for thought!

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


- Original Message -
From: "Nick McClure" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:29 PM
Subject: Re: What is MX


> In general I would agree with this, the reason being the mechanism for
> displaying the content already existed. The scroll bars, the page
> navigation, all part of HTML and the web browser.
>
> MX is supposed to have some of these things standard controls available
for
> use in your projects, this would make things much easier to work with.
>
> Have said that. I still find it hard to believe Flash will take over as
the
> primary web display environment for at least three or four months ;)
>
> At 01:20 PM 4/1/2002 -0500, you wrote:
> >I agree that flash is far superior to HTML for multimedia rich
> >content.  But when it comes to posting documents and information,
> >HTML/XHTML/XML is far superior to flash.
> >
> >Different tasks require different tools.
> >
> > >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
> >Wow that article was negative. Maybe we should just go back to using
> >smoke signals to communicate.
> >
> >One day a few years from now when the HTML web as we know now seems as
> >archaic a presentation medium as ASCII graphics of the "war games" era,
> >the person who wrote that article will likely shrug and take another
> >bitter sip of some generic coffee.
> >
> >The vector concept of web presentation is doubtlessly the wave of the
> >future and Flash is the defacto player of choice.  If the current search
> >engine paradigm is holding back the development in this medium should we
> >hold back development in Flash or should we reward the engine that gets
> >with the program and finds a way to index flash content.
> >
> >Good Fortune,
> >Richard Walters,
> >Webmaster, Davita Laboratory Services
> >[EMAIL PROTECTED]
> >(800) 604-5227 x 3525
> >
> > >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
> >Interesting article today on News.com.  Looks like it's going take
> >some
> >serious marketing to sell the concept.
> >
> >http://news.com.com/2100-1001-872136.html
> >
> >Jim
> >
> >
> >
> >- Original Message -
> >From: "Douglas Brown" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Monday, April 01, 2002 10:35 AM
> >Subject: Re: What is MX
> >
> >
> > > In other words, it sounds cool!!!
> > >
> > >
> > >
> > > "Success is a journey, not a destination!!"
> > >
> > >
> > >
> > > Doug Brown
> > > - Original Message -
> > > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Monday, April 01, 2002 6:15 AM
> > > Subject: RE: What is MX
> > >
> > >
> > > > >-Original Message-
> > > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > > >Sent: Monday, April 01, 2002 7:53 AM
> > > > >To: CF-Talk
> > > > >Subject: What is MX
> > > > >
> > > > >
> > > > >   Not that 'branding everything under one banner' is a bad idea,
> >but..
> > > > >   MX seems like a random 'name' to choose for branding if it
> >doesn't
> > > > >mean
> > > > >anything.
> > > > >
> > > >
> > > > Go to this article by MM's John Dowdell and scroll down to the
> >second
> > > > question under the Q & A section.
> > > >
> > > > http://www.macromedia.com/desdev/jd_forum/
> > > >
> > > > That should give you an "official" answer.
> > > >
> > > > Regards,
> > > > Dave.
> >
> >
> >
> >
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What is MX

2002-04-01 Thread VAN VLIET, SCOTT E (SBCSI)

If there was a  control available in Flash MX, I would be
sold for good ^_^

--
Scott Van Vliet
Senior Analyst
SBC Services, Inc.
ITO Enterprise Tools
Office: 858.886.3878
Pager: 858.536.0070
Email: [EMAIL PROTECTED]


-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 10:31 AM
To: CF-Talk
Subject: Re: What is MX


We'll see.  One day it may be just as easy to flow text into Flash
reports.  We'll see.  I'm sure someone at Macromedia has been scratching
their chin trying to figure out how to get their hands on the business
application development money.

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 01:20PM >>>
I agree that flash is far superior to HTML for multimedia rich content.
 But when it comes to posting documents and information, HTML/XHTML/XML
is far superior to flash.

Different tasks require different tools.  

>>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
Wow that article was negative. Maybe we should just go back to using
smoke signals to communicate.

One day a few years from now when the HTML web as we know now seems as
archaic a presentation medium as ASCII graphics of the "war games"
era,
the person who wrote that article will likely shrug and take another
bitter sip of some generic coffee.

The vector concept of web presentation is doubtlessly the wave of the
future and Flash is the defacto player of choice.  If the current
search
engine paradigm is holding back the development in this medium should
we
hold back development in Flash or should we reward the engine that
gets
with the program and finds a way to index flash content. 

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED] 
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
Interesting article today on News.com.  Looks like it's going take
some
serious marketing to sell the concept.

http://news.com.com/2100-1001-872136.html 

Jim



- Original Message -
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:35 AM
Subject: Re: What is MX


> In other words, it sounds cool!!!
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> - Original Message -
> From: "Dave Carabetta" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 6:15 AM
> Subject: RE: What is MX
>
>
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
> > >Sent: Monday, April 01, 2002 7:53 AM
> > >To: CF-Talk
> > >Subject: What is MX
> > >
> > >
> > >   Not that 'branding everything under one banner' is a bad idea,
but..
> > >   MX seems like a random 'name' to choose for branding if it
doesn't
> > >mean
> > >anything.
> > >
> >
> > Go to this article by MM's John Dowdell and scroll down to the
second
> > question under the Q & A section.
> >
> > http://www.macromedia.com/desdev/jd_forum/ 
> >
> > That should give you an "official" answer.
> >
> > Regards,
> > Dave.





__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What is MX

2002-04-01 Thread Brunt, Michael

One question is, is it harder to use JScript-DHTML etc with all the vagaries
of different browser types to get interactive-enhanced content or use Flash
which it seems to me has far more benefits in predictability.  And to
address a point made several times in the article, the search engine
indexing issues are probably the greatest risk MM faces in expanding Flash.
Lastly, no matter how much our heads talk and no matter how clever we think
we are the users of the web make the final decision on success or failure
and that is how it should be.

Mike Brunt
Sempra Energy
213.244.5226

"A logician trying to explain logic to a programmer is like a cat trying to
explain to a fish what it's like to get wet." 


-Original Message-
From: BEN MORRIS [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 10:20 AM
To: CF-Talk
Subject: Re: What is MX


I agree that flash is far superior to HTML for multimedia rich content.  But
when it comes to posting documents and information, HTML/XHTML/XML is far
superior to flash.

Different tasks require different tools.  

>>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
Wow that article was negative. Maybe we should just go back to using
smoke signals to communicate.

One day a few years from now when the HTML web as we know now seems as
archaic a presentation medium as ASCII graphics of the "war games" era,
the person who wrote that article will likely shrug and take another
bitter sip of some generic coffee.

The vector concept of web presentation is doubtlessly the wave of the
future and Flash is the defacto player of choice.  If the current search
engine paradigm is holding back the development in this medium should we
hold back development in Flash or should we reward the engine that gets
with the program and finds a way to index flash content. 

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED] 
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
Interesting article today on News.com.  Looks like it's going take
some
serious marketing to sell the concept.

http://news.com.com/2100-1001-872136.html 

Jim



- Original Message -
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:35 AM
Subject: Re: What is MX


> In other words, it sounds cool!!!
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> - Original Message -
> From: "Dave Carabetta" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 6:15 AM
> Subject: RE: What is MX
>
>
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
> > >Sent: Monday, April 01, 2002 7:53 AM
> > >To: CF-Talk
> > >Subject: What is MX
> > >
> > >
> > >   Not that 'branding everything under one banner' is a bad idea,
but..
> > >   MX seems like a random 'name' to choose for branding if it
doesn't
> > >mean
> > >anything.
> > >
> >
> > Go to this article by MM's John Dowdell and scroll down to the
second
> > question under the Q & A section.
> >
> > http://www.macromedia.com/desdev/jd_forum/ 
> >
> > That should give you an "official" answer.
> >
> > Regards,
> > Dave.




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



Re: What is MX

2002-04-01 Thread Rick Walters

We'll see.  One day it may be just as easy to flow text into Flash
reports.  We'll see.  I'm sure someone at Macromedia has been scratching
their chin trying to figure out how to get their hands on the business
application development money.

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 01:20PM >>>
I agree that flash is far superior to HTML for multimedia rich content.
 But when it comes to posting documents and information, HTML/XHTML/XML
is far superior to flash.

Different tasks require different tools.  

>>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
Wow that article was negative. Maybe we should just go back to using
smoke signals to communicate.

One day a few years from now when the HTML web as we know now seems as
archaic a presentation medium as ASCII graphics of the "war games"
era,
the person who wrote that article will likely shrug and take another
bitter sip of some generic coffee.

The vector concept of web presentation is doubtlessly the wave of the
future and Flash is the defacto player of choice.  If the current
search
engine paradigm is holding back the development in this medium should
we
hold back development in Flash or should we reward the engine that
gets
with the program and finds a way to index flash content. 

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED] 
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
Interesting article today on News.com.  Looks like it's going take
some
serious marketing to sell the concept.

http://news.com.com/2100-1001-872136.html 

Jim



- Original Message -
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:35 AM
Subject: Re: What is MX


> In other words, it sounds cool!!!
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> - Original Message -
> From: "Dave Carabetta" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 6:15 AM
> Subject: RE: What is MX
>
>
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
> > >Sent: Monday, April 01, 2002 7:53 AM
> > >To: CF-Talk
> > >Subject: What is MX
> > >
> > >
> > >   Not that 'branding everything under one banner' is a bad idea,
but..
> > >   MX seems like a random 'name' to choose for branding if it
doesn't
> > >mean
> > >anything.
> > >
> >
> > Go to this article by MM's John Dowdell and scroll down to the
second
> > question under the Q & A section.
> >
> > http://www.macromedia.com/desdev/jd_forum/ 
> >
> > That should give you an "official" answer.
> >
> > Regards,
> > Dave.




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



Re: What is MX

2002-04-01 Thread Nick McClure

In general I would agree with this, the reason being the mechanism for 
displaying the content already existed. The scroll bars, the page 
navigation, all part of HTML and the web browser.

MX is supposed to have some of these things standard controls available for 
use in your projects, this would make things much easier to work with.

Have said that. I still find it hard to believe Flash will take over as the 
primary web display environment for at least three or four months ;)

At 01:20 PM 4/1/2002 -0500, you wrote:
>I agree that flash is far superior to HTML for multimedia rich 
>content.  But when it comes to posting documents and information, 
>HTML/XHTML/XML is far superior to flash.
>
>Different tasks require different tools.
>
> >>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
>Wow that article was negative. Maybe we should just go back to using
>smoke signals to communicate.
>
>One day a few years from now when the HTML web as we know now seems as
>archaic a presentation medium as ASCII graphics of the "war games" era,
>the person who wrote that article will likely shrug and take another
>bitter sip of some generic coffee.
>
>The vector concept of web presentation is doubtlessly the wave of the
>future and Flash is the defacto player of choice.  If the current search
>engine paradigm is holding back the development in this medium should we
>hold back development in Flash or should we reward the engine that gets
>with the program and finds a way to index flash content.
>
>Good Fortune,
>Richard Walters,
>Webmaster, Davita Laboratory Services
>[EMAIL PROTECTED]
>(800) 604-5227 x 3525
>
> >>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
>Interesting article today on News.com.  Looks like it's going take
>some
>serious marketing to sell the concept.
>
>http://news.com.com/2100-1001-872136.html
>
>Jim
>
>
>
>- Original Message -
>From: "Douglas Brown" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, April 01, 2002 10:35 AM
>Subject: Re: What is MX
>
>
> > In other words, it sounds cool!!!
> >
> >
> >
> > "Success is a journey, not a destination!!"
> >
> >
> >
> > Doug Brown
> > - Original Message -
> > From: "Dave Carabetta" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, April 01, 2002 6:15 AM
> > Subject: RE: What is MX
> >
> >
> > > >-Original Message-
> > > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > >Sent: Monday, April 01, 2002 7:53 AM
> > > >To: CF-Talk
> > > >Subject: What is MX
> > > >
> > > >
> > > >   Not that 'branding everything under one banner' is a bad idea,
>but..
> > > >   MX seems like a random 'name' to choose for branding if it
>doesn't
> > > >mean
> > > >anything.
> > > >
> > >
> > > Go to this article by MM's John Dowdell and scroll down to the
>second
> > > question under the Q & A section.
> > >
> > > http://www.macromedia.com/desdev/jd_forum/
> > >
> > > That should give you an "official" answer.
> > >
> > > Regards,
> > > Dave.
>
>
>
>
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread BEN MORRIS

I agree that flash is far superior to HTML for multimedia rich content.  But when it 
comes to posting documents and information, HTML/XHTML/XML is far superior to flash.

Different tasks require different tools.  

>>> "Rick Walters" <[EMAIL PROTECTED]> 04/01/02 01:13PM >>>
Wow that article was negative. Maybe we should just go back to using
smoke signals to communicate.

One day a few years from now when the HTML web as we know now seems as
archaic a presentation medium as ASCII graphics of the "war games" era,
the person who wrote that article will likely shrug and take another
bitter sip of some generic coffee.

The vector concept of web presentation is doubtlessly the wave of the
future and Flash is the defacto player of choice.  If the current search
engine paradigm is holding back the development in this medium should we
hold back development in Flash or should we reward the engine that gets
with the program and finds a way to index flash content. 

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED] 
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
Interesting article today on News.com.  Looks like it's going take
some
serious marketing to sell the concept.

http://news.com.com/2100-1001-872136.html 

Jim



- Original Message -
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:35 AM
Subject: Re: What is MX


> In other words, it sounds cool!!!
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> - Original Message -
> From: "Dave Carabetta" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 6:15 AM
> Subject: RE: What is MX
>
>
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
> > >Sent: Monday, April 01, 2002 7:53 AM
> > >To: CF-Talk
> > >Subject: What is MX
> > >
> > >
> > >   Not that 'branding everything under one banner' is a bad idea,
but..
> > >   MX seems like a random 'name' to choose for branding if it
doesn't
> > >mean
> > >anything.
> > >
> >
> > Go to this article by MM's John Dowdell and scroll down to the
second
> > question under the Q & A section.
> >
> > http://www.macromedia.com/desdev/jd_forum/ 
> >
> > That should give you an "official" answer.
> >
> > Regards,
> > Dave.



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Jeffry Houser

At 10:13 AM 4/1/2002 -0800, you wrote:
>Wow that article was negative. Maybe we should just go back to using
>smoke signals to communicate.

  Oh, I dunno.  I think the article was in line with many things that I 
have thought.  And they did seem to present both sides of the story.  The 
issues addressed in the article were valid.
  Or maybe I'm just negative.

>The vector concept of web presentation is doubtlessly the wave of the
>future and Flash is the defacto player of choice.  If the current search
>engine paradigm is holding back the development in this medium should we
>hold back development in Flash or should we reward the engine that gets
>with the program and finds a way to index flash content.

  I'm no flash expert, but I really think the limitations that were 
outlined in the article are valid criticisms.
  I bet there is money to be maid in write a search engine to index flash 
content.



--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Fax / Phone: 860-223-7946
--
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

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



Re: SQL Update Increment Value

2002-04-01 Thread Tim Painter

How about

Update myTable
Set myIntField = myIntField + 1
Where id = something


- Original Message -
From: "Eric J Hoffman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 11:29 AM
Subject: SQL Update Increment Value


> Is there a way to increment an int field in sql via the update statement
> without doing a select query in cf, then an update?  Thanks for filling
> the hole.
>
>
> Regards,
>
> Eric J. Hoffman
> Director of Internet Development
> DataStream Connexion, LLC
> (formerly Small Dog Design)
>
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Rick Walters

Wow that article was negative. Maybe we should just go back to using
smoke signals to communicate.

One day a few years from now when the HTML web as we know now seems as
archaic a presentation medium as ASCII graphics of the "war games" era,
the person who wrote that article will likely shrug and take another
bitter sip of some generic coffee.

The vector concept of web presentation is doubtlessly the wave of the
future and Flash is the defacto player of choice.  If the current search
engine paradigm is holding back the development in this medium should we
hold back development in Flash or should we reward the engine that gets
with the program and finds a way to index flash content. 

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 04/01/02 12:39PM >>>
Interesting article today on News.com.  Looks like it's going take
some
serious marketing to sell the concept.

http://news.com.com/2100-1001-872136.html 

Jim



- Original Message -
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:35 AM
Subject: Re: What is MX


> In other words, it sounds cool!!!
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> - Original Message -
> From: "Dave Carabetta" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 6:15 AM
> Subject: RE: What is MX
>
>
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
> > >Sent: Monday, April 01, 2002 7:53 AM
> > >To: CF-Talk
> > >Subject: What is MX
> > >
> > >
> > >   Not that 'branding everything under one banner' is a bad idea,
but..
> > >   MX seems like a random 'name' to choose for branding if it
doesn't
> > >mean
> > >anything.
> > >
> >
> > Go to this article by MM's John Dowdell and scroll down to the
second
> > question under the Q & A section.
> >
> > http://www.macromedia.com/desdev/jd_forum/ 
> >
> > That should give you an "official" answer.
> >
> > Regards,
> > Dave.


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



Re: What is MX

2002-04-01 Thread Jeffry Houser

  Yeah, but aren't we supposed to be technical people?
  Shouldn't it also mean something ( practical ) ?
  Awww, well... maybe the 'sounding coolness' of it will sway the heads of 
some marketing people.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Fax / Phone: 860-223-7946
--
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

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



Re: What is MX

2002-04-01 Thread Jim McAtee

Interesting article today on News.com.  Looks like it's going take some
serious marketing to sell the concept.

http://news.com.com/2100-1001-872136.html

Jim



- Original Message -
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:35 AM
Subject: Re: What is MX


> In other words, it sounds cool!!!
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> - Original Message -
> From: "Dave Carabetta" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 01, 2002 6:15 AM
> Subject: RE: What is MX
>
>
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > >Sent: Monday, April 01, 2002 7:53 AM
> > >To: CF-Talk
> > >Subject: What is MX
> > >
> > >
> > >   Not that 'branding everything under one banner' is a bad idea, but..
> > >   MX seems like a random 'name' to choose for branding if it doesn't
> > >mean
> > >anything.
> > >
> >
> > Go to this article by MM's John Dowdell and scroll down to the second
> > question under the Q & A section.
> >
> > http://www.macromedia.com/desdev/jd_forum/
> >
> > That should give you an "official" answer.
> >
> > Regards,
> > Dave.

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is MX

2002-04-01 Thread Douglas Brown

In other words, it sounds cool!!!



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



Doug Brown
- Original Message - 
From: "Dave Carabetta" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 6:15 AM
Subject: RE: What is MX


> >-Original Message-
> >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, April 01, 2002 7:53 AM
> >To: CF-Talk
> >Subject: What is MX
> >
> >
> >   Not that 'branding everything under one banner' is a bad idea, but..
> >   MX seems like a random 'name' to choose for branding if it doesn't
> >mean
> >anything.
> >
> 
> Go to this article by MM's John Dowdell and scroll down to the second 
> question under the Q & A section.
> 
> http://www.macromedia.com/desdev/jd_forum/
> 
> That should give you an "official" answer.
> 
> Regards,
> Dave.
> 
> _
> Join the world's largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



IIS 5.0 and the .cfml ext

2002-04-01 Thread Marlon Moyer

Are there any special tricks to getting the .cfml extension to work with IIS 5.0.  
I've created the mapping in the Home Directory Tab.  Now when I call up a .cfml 
template, I get an 'HTTP/1.0 404 Object Not Found' error.  When I look at the 
webserver.log in CF Administrator, it shows that it's looking for my file, but with a 
.cfm extension.  Why is it dropping the 'L'?

Marlon


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



RE: SQL Update Increment Value

2002-04-01 Thread Diana Nichols

How about this:


update Table
set IntField = (select IntField from Table where ID=Whatever) +1
where ID=Whatever


--Not tested, but it's where I would start.

HTH
D


Diana Nichols
Webmistress
http://www.lavenderthreads.com
770.434.7374


-Original Message-
From: Eric J Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 11:30 AM
To: CF-Talk
Subject: SQL Update Increment Value


Is there a way to increment an int field in sql via the update statement
without doing a select query in cf, then an update?  Thanks for filling
the hole.


Regards,

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




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



RE: SQL Update Increment Value

2002-04-01 Thread VAN VLIET, SCOTT E (SBCSI)

Well, if you wanted to increment a field from it's current maximum value,
you could:

UPDATE  TABLE
SET COL1 = '#value#'
,COL2 = '#value#'
,COL3 = ((SELECT MAX(COL3)
FROM TABLE) + 1)
WHERE   COL4 = #value#

HTH

--
Scott Van Vliet
Senior Analyst
SBC Services, Inc.
ITO Enterprise Tools
Office: 858.886.3878
Pager: 858.536.0070
Email: [EMAIL PROTECTED]  
 


-Original Message-
From: Eric J Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 8:30 AM
To: CF-Talk
Subject: SQL Update Increment Value


Is there a way to increment an int field in sql via the update statement
without doing a select query in cf, then an update?  Thanks for filling
the hole.


Regards,

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




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



SQL Update Increment Value

2002-04-01 Thread Eric J Hoffman

Is there a way to increment an int field in sql via the update statement
without doing a select query in cf, then an update?  Thanks for filling
the hole.


Regards,

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



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How do i update the smalldatetime field to null?

2002-04-01 Thread Jerry Johnson

set enddate=NULL

with no quotes around null

Jerry Johnson

>>> [EMAIL PROTECTED] 04/01/02 11:33AM >>>
Hi,
   How do I update my column of type smalldatetime to null.
 When I am saying 
   set enddate=''

It is inserting 1/1/1900  instead of just putting null value there??

Any ideas?? Thanks in advance.


Sudheer Chakka


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How do i update the smalldatetime field to null?

2002-04-01 Thread Chakka, Sudheer

Hi,
   How do I update my column of type smalldatetime to null.
 When I am saying 
   set enddate=''

It is inserting 1/1/1900  instead of just putting null value there??

Any ideas?? Thanks in advance.


Sudheer Chakka

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Chakka, Sudheer

Hi,
  Can you paste the code you are using for Inserting??

Sudheer Chakka.

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 10:14 PM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas? 


There IS NO primary key field in the insert statement.   That's what's
puzzling.  Instead of allocating a value for the keyfield, the database is
trying to insert a null in there.

I think the identity part of the database isn't working correctly.



-Original Message-
From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 1:41 AM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas?

Hi,
 Just take out the Primary key field from the Insert statement and rest
should be fine.

Sudheer Chakka.

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 9:27 AM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas?


you shouldn't be inserting into an IDENTITY key, really.  let the DB
generate the ID.

what's the SQL you're using?

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 30, 2002 11:07 AM
To: CF-Talk
Subject: CF Can't insertinto SQL2K ... any ideas?


My server's using CF5 and SQL2K.   I can insert into a table using the query
analyser, and I can have CF query the datasource no problem.  But when it
goes to insert into the database, using the same SQL I used in the query
analyser, it hiccups.  I get  a error messages as follows:

[quote]
ODBC Error Code = 23000 (Integrity constraint violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL
into column 'memberid', table 'btcmsa.dbo.Newsletter'; column does not allow
nulls. INSERT fails.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (9:1) to (9:99).
 [/quote]

Here's the SQL I used to set up the table:

[quote]
CREATE TABLE [Newsletter] (
[memberid] [int] IDENTITY (1, 1) NOT NULL ,
[name] [varchar] (255) NULL ,
[email] [varchar] (255) NULL ,
[emailtype] [int] NULL ,
[messagesentwhen] [datetime] NULL ,
[messagesent] [bit] NOT NULL
) ON [PRIMARY]
GO
[/quote]


The field it's complaining about, "memberid" is a primary key.   The SQL in
the CFQUERY tag works fine in query analyser.  I have tried it with and
without username, password,  dbtype in the CFQUERY tag.


IS this the problem??


I'm thinking the problem is the SERVER doesn't have permissions to insert
into the database - it needs to be set up as database owner and hasn't been.
Which means I have to focus the SysAdmin's eye on it and that's not easy at
Easter time.   IS there anything else I should look for?  Something I might
have overlooked?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks





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



RE: MSSQL 2K Transaction Error

2002-04-01 Thread Neil Giarratana

I found this on deja.com and thought it might help you...

From: Jeff Kohn ([EMAIL PROTECTED])
Subject: Re: New transaction cannot enlist in the specified transaction
coordinator. 
Newsgroups: microsoft.public.platformsdk.complus_mts
View this article only 
Date: 2001-07-25 10:28:51 PST 
 

I just ran into this problem in an all-MS environment (ie SQL Server not
Orcacle), and in my case the cause was having a firehose recordset open. If
you open a recordset using adOpenForwardOnly, adLockReadOnly (cursorless
resultset), then no other component will be able to enlist in the
transaction as long as that recordset is open. This seems like an incredibly
ridiculous limitation, but in my case it was definitely the cause of the
problem. Restructoring the code so that I could close the firehose recordset
fixed the problem. Unfortunately, if that's not an option for you, the only
other thing you can do is change the recordset to use some type of cursor
(adOpenStatic, for instance), which may negatively affect performance.

There can be other causes for the error message you're getting, so make sure
you've checked the obvious stuff like making sure DTC is running, etc. But I
had never seen this particular explanation for the error, so maybe it's
worth checking in your case.

Jeff

-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 11:13 AM
To: CF-Talk
Subject: MSSQL 2K Transaction Error


Hi,

Anyone seen this error before? (I'm using SQL Server 2000)

[[

ODBC Error Code = 01000 (General warning)

[Microsoft][ODBC SQL Server Driver][SQL Server][OLE/DB provider
returned message: New transaction cannot enlist in the specified
transaction coordinator. ]

SQL = "update secure.website.dbo.people set token = 'IUIHIOYNTKI',
updated = getdate() where peopleid = 111"

]]

I have just moved to a new database server and my existing code is
bombing on the transaciton tags I have surrounding my update statements.
 When I remove the CFTRANSATION tags I don't get the errors and the
update statement executes without errors.  


Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

DaVita Inc.

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



RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Mike Kear

There IS NO primary key field in the insert statement.   That's what's
puzzling.  Instead of allocating a value for the keyfield, the database is
trying to insert a null in there.

I think the identity part of the database isn't working correctly.



-Original Message-
From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 1:41 AM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas?

Hi,
 Just take out the Primary key field from the Insert statement and rest
should be fine.

Sudheer Chakka.

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 9:27 AM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas?


you shouldn't be inserting into an IDENTITY key, really.  let the DB
generate the ID.

what's the SQL you're using?

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 30, 2002 11:07 AM
To: CF-Talk
Subject: CF Can't insertinto SQL2K ... any ideas?


My server's using CF5 and SQL2K.   I can insert into a table using the query
analyser, and I can have CF query the datasource no problem.  But when it
goes to insert into the database, using the same SQL I used in the query
analyser, it hiccups.  I get  a error messages as follows:

[quote]
ODBC Error Code = 23000 (Integrity constraint violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL
into column 'memberid', table 'btcmsa.dbo.Newsletter'; column does not allow
nulls. INSERT fails.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (9:1) to (9:99).
 [/quote]

Here's the SQL I used to set up the table:

[quote]
CREATE TABLE [Newsletter] (
[memberid] [int] IDENTITY (1, 1) NOT NULL ,
[name] [varchar] (255) NULL ,
[email] [varchar] (255) NULL ,
[emailtype] [int] NULL ,
[messagesentwhen] [datetime] NULL ,
[messagesent] [bit] NOT NULL
) ON [PRIMARY]
GO
[/quote]


The field it's complaining about, "memberid" is a primary key.   The SQL in
the CFQUERY tag works fine in query analyser.  I have tried it with and
without username, password,  dbtype in the CFQUERY tag.


IS this the problem??


I'm thinking the problem is the SERVER doesn't have permissions to insert
into the database - it needs to be set up as database owner and hasn't been.
Which means I have to focus the SysAdmin's eye on it and that's not easy at
Easter time.   IS there anything else I should look for?  Something I might
have overlooked?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks




__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



MSSQL 2K Transaction Error

2002-04-01 Thread Rick Walters

Hi,

Anyone seen this error before? (I'm using SQL Server 2000)

[[

ODBC Error Code = 01000 (General warning)

[Microsoft][ODBC SQL Server Driver][SQL Server][OLE/DB provider
returned message: New transaction cannot enlist in the specified
transaction coordinator. ]

SQL = "update secure.website.dbo.people set token = 'IUIHIOYNTKI',
updated = getdate() where peopleid = 111"

]]

I have just moved to a new database server and my existing code is
bombing on the transaciton tags I have surrounding my update statements.
 When I remove the CFTRANSATION tags I don't get the errors and the
update statement executes without errors.  


Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

DaVita Inc.
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Clustering Questions...

2002-04-01 Thread Dave Carabetta

> > 1. If we change the "name" attribute in the CFAPPLICATION tag
> > to a different name, will users who have features such as
> > auto-login, etc., be logged out because this is a different
> > application name?
>
>I think you'll want all the values for your NAME attributes to be the same
>on each cluster member. There's no reason for them to be different.

I wasn't clear in my explanation of the CFAPPLICATION issue. Both nodes will 
have the same application name. But, if on our current configuration the app 
name is "FOO", and we change the name on both nodes in the cluster to "BAR", 
will the users who have CFIDs and CFTOKENs from the FOO be forced to 
re-login to BAR application because it's technically a different application 
to ColdFusion?

>
> > 2. I'm assuming that each node in the cluster will generate its
> > own CFID/CFTOKEN when a new user hits the machine. Is there a
> > chance, however remote, that the combo could be duplicated? We
> > will be using the long UUID as the CFTOKEN, and I know that its
> > algorithm uses the time down to the millisecond, but I still need
> > to cover my a#% just in case.
>
>The UUID functionality shouldn't produce any duplicates on any two machines
>in the known universe, according to my understanding of the UUID algorithm.
>
>However, this shouldn't matter anyway. You can use the same CFID and 
>CFTOKEN
>values across your cluster; simply set SETDOMAINCOOKIES="true" in each
>CFAPPLICATION tag. If you're using user-specific data, you're probably best
>served by using Client variables, and storing them in a common database.

We do use client variables right now, as the move to a clustered environment 
was accounted for back when the app was first coded. And we do store them in 
a database repository. So are you saying that by simply setting the 
SETDOMAINCOOKIES="true" attribute, the CFIDs and CFTOKENs distributed by 
ColdFusion will apply to both nodes, as opposed to each node maintaining its 
own set of CFIDs and CFTOKENs?

Thanks for your reply,
Dave.

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

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



Re: How do I get a email like this webmaster@itcweb.org???

2002-04-01 Thread Howie Hamlin

You need to point your MX records at the SMTP server you want handling your mail.  
Your MX records are currently:

winkwink.interaccess.com (207.70.121.206)
nujnuj.interaccess.com (207.70.121.206)

Your web server ip is 207.208.120.102.  If that is the server you want handling your 
mail then you need to change the MX records.

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: "Chakka, Sudheer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:39 AM
Subject: How do I get a email like this [EMAIL PROTECTED]???


> Hi,
> 
>I have a website www.itcweb.org and DNS is pointing to one my servers. I
> have SMTP up and running on that server. How can I get an email-id like
> [EMAIL PROTECTED]??
> 
> 
>   I am able to send emails from that SMTP server but not able to receive on
> that server..
> 
> Any idea on this is appreciated !!
> 
> thanks is advance.
> Sudheer Chakka
> 
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Chakka, Sudheer

Hi,
 Just take out the Primary key field from the Insert statement and rest
should be fine.

Sudheer Chakka.

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 9:27 AM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas? 


you shouldn't be inserting into an IDENTITY key, really.  let the DB
generate the ID.

what's the SQL you're using?

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 30, 2002 11:07 AM
To: CF-Talk
Subject: CF Can't insertinto SQL2K ... any ideas? 


My server's using CF5 and SQL2K.   I can insert into a table using the query
analyser, and I can have CF query the datasource no problem.  But when it
goes to insert into the database, using the same SQL I used in the query
analyser, it hiccups.  I get  a error messages as follows:

[quote]
ODBC Error Code = 23000 (Integrity constraint violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL
into column 'memberid', table 'btcmsa.dbo.Newsletter'; column does not allow
nulls. INSERT fails.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (9:1) to (9:99).
 [/quote]

Here's the SQL I used to set up the table:

[quote]
CREATE TABLE [Newsletter] (
[memberid] [int] IDENTITY (1, 1) NOT NULL ,
[name] [varchar] (255) NULL ,
[email] [varchar] (255) NULL ,
[emailtype] [int] NULL ,
[messagesentwhen] [datetime] NULL ,
[messagesent] [bit] NOT NULL
) ON [PRIMARY]
GO
[/quote]


The field it's complaining about, "memberid" is a primary key.   The SQL in
the CFQUERY tag works fine in query analyser.  I have tried it with and
without username, password,  dbtype in the CFQUERY tag.


IS this the problem??


I'm thinking the problem is the SERVER doesn't have permissions to insert
into the database - it needs to be set up as database owner and hasn't been.
Which means I have to focus the SysAdmin's eye on it and that's not easy at
Easter time.   IS there anything else I should look for?  Something I might
have overlooked?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How do I get a email like this webmaster@itcweb.org???

2002-04-01 Thread Chakka, Sudheer

Hi,

   I have a website www.itcweb.org and DNS is pointing to one my servers. I
have SMTP up and running on that server. How can I get an email-id like
[EMAIL PROTECTED]??


  I am able to send emails from that SMTP server but not able to receive on
that server..

Any idea on this is appreciated !!

thanks is advance.
Sudheer Chakka

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Mike Kear

I wasn't trying to insert into an identity field.  SQL was complaining that
I was and I have no idea why.

Turns out the Sysadmin moved the database to a different ip address.  Didn't
tell me yet.  He assures me he was GOING to!  So I was accessing the old
database with my Query Analyser, fixing problems, setting up tables etc, but
I wasn't making any changes on the database that ColdFusion was accessing.
So no matter what I did, thinking I was fixing the problem, I did nothing of
the kind. No wonder everything I did made no difference.   I'd set up the
table in this example with a teensy error in it, and just at that moment the
Sysadmin moved the ip addresses to the new location.  So I couldn't correct
the error, even though I thought I was.

Thanks for the helpful suggestions, but I bet noone had anything close to
that in mind!

Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 1:27 AM
To: CF-Talk
Subject: RE: CF Can't insertinto SQL2K ... any ideas?

you shouldn't be inserting into an IDENTITY key, really.  let the DB
generate the ID.

what's the SQL you're using?

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 30, 2002 11:07 AM
To: CF-Talk
Subject: CF Can't insertinto SQL2K ... any ideas?


My server's using CF5 and SQL2K.   I can insert into a table using the query
analyser, and I can have CF query the datasource no problem.  But when it
goes to insert into the database, using the same SQL I used in the query
analyser, it hiccups.  I get  a error messages as follows:

[quote]
ODBC Error Code = 23000 (Integrity constraint violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL
into column 'memberid', table 'btcmsa.dbo.Newsletter'; column does not allow
nulls. INSERT fails.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (9:1) to (9:99).
 [/quote]

Here's the SQL I used to set up the table:

[quote]
CREATE TABLE [Newsletter] (
[memberid] [int] IDENTITY (1, 1) NOT NULL ,
[name] [varchar] (255) NULL ,
[email] [varchar] (255) NULL ,
[emailtype] [int] NULL ,
[messagesentwhen] [datetime] NULL ,
[messagesent] [bit] NOT NULL
) ON [PRIMARY]
GO
[/quote]


The field it's complaining about, "memberid" is a primary key.   The SQL in
the CFQUERY tag works fine in query analyser.  I have tried it with and
without username, password,  dbtype in the CFQUERY tag.


IS this the problem??


I'm thinking the problem is the SERVER doesn't have permissions to insert
into the database - it needs to be set up as database owner and hasn't been.
Which means I have to focus the SysAdmin's eye on it and that's not easy at
Easter time.   IS there anything else I should look for?  Something I might
have overlooked?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



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



RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Christopher Olive

you shouldn't be inserting into an IDENTITY key, really.  let the DB generate the ID.

what's the SQL you're using?

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 30, 2002 11:07 AM
To: CF-Talk
Subject: CF Can't insertinto SQL2K ... any ideas? 


My server's using CF5 and SQL2K.   I can insert into a table using the query
analyser, and I can have CF query the datasource no problem.  But when it
goes to insert into the database, using the same SQL I used in the query
analyser, it hiccups.  I get  a error messages as follows:

[quote]
ODBC Error Code = 23000 (Integrity constraint violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL
into column 'memberid', table 'btcmsa.dbo.Newsletter'; column does not allow
nulls. INSERT fails.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (9:1) to (9:99).
 [/quote]

Here's the SQL I used to set up the table:

[quote]
CREATE TABLE [Newsletter] (
[memberid] [int] IDENTITY (1, 1) NOT NULL ,
[name] [varchar] (255) NULL ,
[email] [varchar] (255) NULL ,
[emailtype] [int] NULL ,
[messagesentwhen] [datetime] NULL ,
[messagesent] [bit] NOT NULL
) ON [PRIMARY]
GO
[/quote]


The field it's complaining about, "memberid" is a primary key.   The SQL in
the CFQUERY tag works fine in query analyser.  I have tried it with and
without username, password,  dbtype in the CFQUERY tag.


IS this the problem??


I'm thinking the problem is the SERVER doesn't have permissions to insert
into the database - it needs to be set up as database owner and hasn't been.
Which means I have to focus the SysAdmin's eye on it and that's not easy at
Easter time.   IS there anything else I should look for?  Something I might
have overlooked?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


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



Re: Delete Query Help

2002-04-01 Thread Frank Mamone

Nice.  Thank you.


- Original Message -
From: "BEN MORRIS" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 9:45 AM
Subject: Re: Delete Query Help


> If you want 10 records deleted...
>
> DELETE
> FROM tablename a
> WHERE a.ID IN
> ( SELECT TOP 10 b.ID
>   FROM tablename b
>   WHERE ... [criteria]
> )
>
> >>> "Frank Mamone" <[EMAIL PROTECTED]> 04/01/02 09:35AM >>>
> Hi,
>
> I want to delete a specific amount of records matching a criteria.
>
> I may have many records matching the crteria but I want to delete a
specified amount. Is it possible to do this directly with SQL?
>
> Thank you,
>
> Frank Mamone
>
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SQL Order by clause

2002-04-01 Thread Christopher Olive

ORDER BY Left(, 1)

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Thanh Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 7:52 PM
To: CF-Talk
Subject: OT: SQL Order by clause


Hi all,
 
How do I do an order by clause start with an alphabet letter. ?
Is that possible ?
 
Thanks
 
Thanh


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



CF/SQL error after sql re-start

2002-04-01 Thread Tracy Bost

 After re-starting sql server2000 sp2, I have noticed the following error in 
the CF log files. Its happening sporiacally for the users. Then if they hit 
refresh once it happens, the page will execute successfully.

 Can't find anything on Microsoft's site about it or in the actual sql server 
log files. I'll re-start the server tonight, and maybe that will take care of 
it,but then again, maybe it won't.


Am wondering if anyone here has seen the same thing ? 


ODBC Error Code = 01000 (General warning) [Microsoft][ODBC SQL Server Driver]
[DBNETLIB]ConnectionWrite (WrapperWrite()).







--
Visit "The Most Powerful Tool on the Farm" at http://www.ifarm.com
Get the latest on Ag News, Market Reports, FREE email, and much more.


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Clustering Questions...

2002-04-01 Thread Dave Watts

> 1. If we change the "name" attribute in the CFAPPLICATION tag 
> to a different name, will users who have features such as 
> auto-login, etc., be logged out because this is a different 
> application name?

I think you'll want all the values for your NAME attributes to be the same
on each cluster member. There's no reason for them to be different.

> 2. I'm assuming that each node in the cluster will generate its 
> own CFID/CFTOKEN when a new user hits the machine. Is there a 
> chance, however remote, that the combo could be duplicated? We 
> will be using the long UUID as the CFTOKEN, and I know that its 
> algorithm uses the time down to the millisecond, but I still need 
> to cover my a#% just in case.

The UUID functionality shouldn't produce any duplicates on any two machines
in the known universe, according to my understanding of the UUID algorithm.

However, this shouldn't matter anyway. You can use the same CFID and CFTOKEN
values across your cluster; simply set SETDOMAINCOOKIES="true" in each
CFAPPLICATION tag. If you're using user-specific data, you're probably best
served by using Client variables, and storing them in a common database.

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
voice: (202) 797-5496 
fax: (202) 797-5444

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



RE: List only one occurrence

2002-04-01 Thread phumes1

I left out the loop. Works great.

Thanks

At 09:40 AM 4/1/2002 -0500, you wrote:
>
>This must be the 1st output statement on your page
>The  can go inside the output statement, but not the other way
>around. So what you'd need to do is something like this
>
>
>   #User#
>   
> 
>
>Or leave out the loop if possible:
>#User#
> 
>
>-Original Message-
>From: phumes1 [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 01, 2002 9:40 AM
>To: CF-Talk
>Subject: RE: List only one occurrence
>
>
>I get an error.
>
>Invalid tag nesting configuration
>
>A top-level grouping tag was not found. A CFOUTPUT tag that has a
>GROUP=attribute must always be nested inside a top-leven grouping tag that
>drives the grouping process. The top-level tag must have a QUERY=attribute.
>
>
>
>At 09:20 AM 4/1/2002 -0500, you wrote:
> >
> >
> >Anthony Petruzzi
> >Webmaster
> >954-321-4703
> >http://www.sheriff.org
> >
> >
> >-Original Message-
> >From: phumes1 [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, April 01, 2002 9:12 AM
> >To: CF-Talk
> >Subject: Re: List only one occurrence
> >
> >
> >Hi,
> >
> >I'm using a custom tag that lists all the current users logged into out NT
> >system and multiple telnet sessions.
> >
> >The results are displayed by querying the #user# variable.
> >
> >Here is an example list and example code below:
> >
> >Administrator Administrator Administrator Administrator Administrator
> >Administrator
> >Administrator Administrator  user1 user1 user2 user3 user3 user3 user3
> >user4 user4
> >user5 user6...and so on
> >
> >
> >
> >  
> >  
> >  
> >  #User#
> >  
> >  
> >  
> >
> >
> >How can I display only *ONE* user (below) instead of multiple occurrences
> >like above?
> >
> >Administrator
> >user1
> >user2
> >user3
> >user4
> >user5
> >user6
> >
> >
> >
> >+--
>-
> >+
> >
> >Philip Humeniuk
> >[EMAIL PROTECTED]
> >[EMAIL PROTECTED]
> >+--
>-
> >-+
> >
> >
> >
> >
>
>
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >