RE: How do I bypass the missing template handler?

2007-11-01 Thread Paul Sizemore
Can you use ISAPI Rewrite at http://www.helicontech.com/ ? We've got it running 
on IIS.

Paul

-Original Message-
From: Phill B [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 30, 2007 11:05 AM
To: CF-Talk
Subject: How do I bypass the missing template handler?

I have a site that needs to bypass the missing template handler that
is set up in CF8. What is them best way to go about this?

Thanks

--
Phil



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292460
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF Push hyperlinks to video player

2007-03-13 Thread Paul, Sizemore
See http://hellolouisville.com/

Use JavaScript to hide / show on click event.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Tuesday, March 13, 2007 11:24 AM
To: CF-Talk
Subject: CF Push hyperlinks to video player

All, 

I have several video thumnails on a page.  I want the hyperlinks to
start a video
select without refreshing the entire page to play the Flash Video in
theFlash player.
Can I do this without incorporating the thumbnail list in the Flash
interface?

Any ideas?

Thanks
D



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272604
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Query a Query or SQL Syntax (Not IN)

2002-04-08 Thread Paul Sizemore

I was out of the office on Friday, but this worked like a charm. Thanks for
all your help.

On the name thing, I'm just following SOP here. If you can make someone else
have a potty mouth, do it (it's great fun in meetings).

At least I don't need a header table or variable (maybe I can work that in
later).

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 11:20 AM
To: CF-Talk
Subject: RE: Query a Query or SQL Syntax (Not IN)

should you have a ValueList(asstaken.assname) in your last recordset?  as it
is, you're trying to exclude a *query variable#, not a list of names.

IE:

cfquery name=AssNonComp dbtype=query 
Select empl from AssList,asstaken
Where empl NOT IN (#ValueList(AssTaken.assname)#)
/cfquery

as a side note, very...interesting variable naming.

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


-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 11:01 AM
To: CF-Talk
Subject: Query a Query or SQL Syntax (Not IN)


I've got two queries from different data sources, and I want to find records
in the First, that are not in the second (a non-compliance report)

Shouldn't I be able to do a NOT IN in a Query of Query?


My code is as follows (Ass is short for Associate):

!--- MS SQL Database - the recordset of people that have taken the test
Right now record count is 0 ---
cfquery name=AssTaken datasource=IntranetSelect AssName from
Intranet.PBS.App_StraightTalk/cfquery

!--- Informix Database  - the recordset of all the people that need to take
the test
Right now record count is 2160---
cfquery name=AssList datasource=INF_OL7
cachedwithin=#CreateTimeSpan(0, 6, 0, 0) #Select
empl,locnum,first_name,last_name,last_hire From associate Where last_hire 
'12/24/2001'/cfquery

!--- The non-compliance  recordset
This returns 0 records---
cfquery name=AssNonComp dbtype=query Select empl from AssList,asstaken
Where empl NOT IN (AssTaken)/cfquery

What am I doing wrong, or how should I do this?




__
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



Query a Query or SQL Syntax (Not IN)

2002-04-04 Thread Paul Sizemore

I've got two queries from different data sources, and I want to find records
in the First, that are not in the second (a non-compliance report)

Shouldn't I be able to do a NOT IN in a Query of Query?


My code is as follows (Ass is short for Associate):

!--- MS SQL Database - the recordset of people that have taken the test
Right now record count is 0 ---
cfquery name=AssTaken datasource=IntranetSelect AssName from
Intranet.PBS.App_StraightTalk/cfquery

!--- Informix Database  - the recordset of all the people that need to take
the test
Right now record count is 2160---
cfquery name=AssList datasource=INF_OL7
cachedwithin=#CreateTimeSpan(0, 6, 0, 0) #Select
empl,locnum,first_name,last_name,last_hire From associate Where last_hire 
'12/24/2001'/cfquery

!--- The non-compliance  recordset 
This returns 0 records---
cfquery name=AssNonComp dbtype=query Select empl from AssList,asstaken
Where empl NOT IN (AssTaken)/cfquery

What am I doing wrong, or how should I do this?


__
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: [SOT] CF on OS X... just venting

2002-03-21 Thread Paul Sizemore

But what about the security issue. Has there been a Mac virus since late
80's. The ultimate in poor performance is being hacked. 

Mac servers might be great for the market segment MM is trying to appeal to
with CF.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 3:16 PM
To: CF-Talk
Subject: RE: [SOT] CF on OS X... just venting

  And again, while OS X can run all this nifty software,
  who's actually buying servers from Apple?

 http://www.wired.com/news/medtech/0,1286,50454,00.html

  Can you rack-mount those new iMacs?

 http://www.terrasoftsolutions.com/products/gvs9000/

 Macs pack serious power.

Yes, but at a pretty poor price/performance point for general business
computing. Floating-point math (using AltiVec on PPC) is one thing,
relational database front-ends are another. I'm not a big fan of IDE-based
RAID, either, which is what Terra Soft offers, I think.

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



RE: How do you prevent web pages/images from being SAVED

2002-03-05 Thread Paul Sizemore

If this is a controlled environment (like an Intranet), you might be 
able to
create an Active X control (or VB app) to view the code and graphics 
with.
This would allow you to do things like disable everything but the left 
mouse
button (including keyboard). I'm sure it would be fairly easy to do in 
VB. 

Also, you could PDF the document (with security).

No matter what type of security you use, someone, somewhere will be 
able to
crack it. You just need to make sure that someone is outside of your 
target
user group. 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 05, 2002 10:53 AM
To: CF-Talk
Subject: RE: How do you prevent web pages/images from being SAVED

 Does anyone know how to prevent:

 1. Preventing a web page from being saved when being viewed
 in a browser and
 2. Preventing the images on the page from being saved

 Is there some technique or maybe a program that enables this?

The short answer is that, if you allow people to download your HTML and
images onto their own computers, no, you can't prevent anything. That's 
the
nature of the web. There are various techniques for making this more
difficult, but there are always ways to circumvent those techniques - 
and
those ways usually aren't too difficult.

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

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



Crossed Session Variables - many users with same User

2002-02-27 Thread Paul Sizemore

On an Intranet, my users are getting crossed session variables. I would
appreciate any ideas as to what I can do about this.

I've got a lot of users that are logging on to our NT domain with the same
log in (but different static IP addresses) - requirements changed during
development. This is causing them to see the session variable of the first
one in. I set the session variables by cfif NOT
isdefined(Session.Auth_User) set all my session variables. 

What is the easiest thing I can do about this?



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



CFContent Download Mime

2002-02-07 Thread Paul Sizemore

I've worked all morning on this, and can't figure this out. This is my 
first
time working with CFContent. 

When I load this page, the excel document loads in the browser (as 
text). I
would like to start a download, or just go ahead and load in IE as an 
Excel
document like a http://tflweb/managersinvites3.xls; call. What am I
missing?



Start Of Template 

cfheader name=Content-Disposition value=attachment;
filename='test.xls'

cfcontent type=application/vnd.ms-excel 
   deletefile=no 
   file=e:\Inetpub\wwwroot\intranet\managersinvites3.xls

End Of Template 


Start Display in Browser 
ÐÏࡱ
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: pdf

2002-01-31 Thread Paul Sizemore

In Adobe Acrobat (not the reader), the user can assign security 
settings
when doing a Save As...

The security setting might give the client the confidence they want.
Preventing printing, saving, and selecting text can all be specified. 

What I told our legal department is that this pdf solution was more 
secure
to the casual user than distributing a hard copy. 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 10:08 AM
To: CF-Talk
Subject: RE: pdf

 Here's the deal. A client has an extremely important pdf
 that they want locked down. What this means is that they
 want to burn it on a cd, make the cd copy protected, and
 not allow the user to save the file after it's been
 opened. On top of that they want to prevent the user from
 doing a select all copy paste.

 Can this be done?  Any solution is a consideration.

There's only one solution. Invite the end users to the client's office,
where they can use the client's computers to view the PDF.

Seriously, if you distribute it electronically, it's distributed. There 
is
no way to prevent someone from accessing that data. You can make it 
more
difficult for casual users, but that's it. Even for them, there's not 
that
much you can do without inconveniencing them to the point where they 
don't
want to view the content.

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

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



CFPOP, Exchange from proxy to ISA

2002-01-29 Thread Paul Sizemore

We just switched our Exchange server from Proxy to ISA. My CFPOP code now
doesn't work. Anyone have any Ideas why (or how to fix it)? 

The CF Server is configured to use ISA. I tried to connect to the exchange
server through the proxy, but that didn't work either. The Guy who switched
to ISA is on a week vacation and drop dead on my project is Friday. 

The Exchange server is not logging any failures, so I'm not even getting to
that point. I want my Net Admin to check the ISA logs to see if my requests
are in there, but he is telling me that my CF server is going strait to the
Exchange server (not through the ISA) - makes sense, but I just want to find
where the problem is. Where else can I look for an error?
Paul

Error Code as Follows 

Error Diagnostic Information
Connection Failure 
The error occurred while processing an element with a general identifier of
(CFPOP), occupying document position (101:1) to (105:27) in the template
file c:\inetpub\wwwroot\Intranet-Test\index7.cfm.
Date/Time: 01/29/02 09:59:24
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Remote Address: 10.0.3.75

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



RE: CFPOP, Exchange from proxy to ISA

2002-01-29 Thread Paul Sizemore

Our Net Mon shows POP isn't running on the exchange server. Classic.

-Original Message-
From: Paul Sizemore 
Sent: Tuesday, January 29, 2002 10:10 AM
To: CF-Talk
Subject: CFPOP, Exchange from proxy to ISA

We just switched our Exchange server from Proxy to ISA. My CFPOP code 
now
doesn't work. Anyone have any Ideas why (or how to fix it)?

The CF Server is configured to use ISA. I tried to connect to the 
exchange
server through the proxy, but that didn't work either. The Guy who 
switched
to ISA is on a week vacation and drop dead on my project is Friday.

The Exchange server is not logging any failures, so I'm not even 
getting to
that point. I want my Net Admin to check the ISA logs to see if my 
requests
are in there, but he is telling me that my CF server is going strait to 
the
Exchange server (not through the ISA) - makes sense, but I just want to 
find
where the problem is. Where else can I look for an error?
Paul

Error Code as Follows 

Error Diagnostic Information
Connection Failure
The error occurred while processing an element with a general 
identifier of
(CFPOP), occupying document position (101:1) to (105:27) in the 
template
file c:\inetpub\wwwroot\Intranet-Test\index7.cfm.
Date/Time: 01/29/02 09:59:24
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Remote Address: 10.0.3.75


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



RE: Content protection?

2002-01-09 Thread Paul Sizemore

A few things that we do:

On images, we Use Flash 5 to create a mouse over with text from our 
legal
department, and we have also disabled printing of the Flash Movie. We 
do
that by:

If you don't want any frames in the main Timeline to be printable, you
label a frame as !#p to make it nonprintable. Labeling a frame as !#p 
makes
the entire movie nonprintable and dims the Print command in the Flash 
Player
context menu. You can also remove the Flash Player context menu.

On our text Documents we generate secure PDF documents.

We realize this is not full proof (user's can always do screen 
captures),
but it is seems a reasonable effort. 

I'm going to try the showModalWindow(), thanks for bringing that up.

Paul

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 08, 2002 6:53 PM
To: CF-Talk
Subject: RE: Content protection?

Off topic a little

I'm looking to find out how possible it is to link the data from an 
excel
spreadsheet into a Powerpoint presentation and then run actions 
(macros)
that use the data in calculations to present various views and 
scenarios.
The deal is ... I can link the Excel file, and I can build a macro in 
Ap VB,
but I can't get the 2 things to play nicely together. Anyone help would 
be
greatly appreciated.

Mark

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 08, 2002 1:39 PM
To: CF-Talk
Subject: Re: Content protection?


You could stick the text in a memo field with an onFocus event to
automoatically remove the focus
from the memo field.  That would at least solve the CTRL+V issue.

HTH

Bryan Stevenson
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
p. 250.920.8830
e. [EMAIL PROTECTED]
-
Macromedia Associate Partner
www.macromedia.com

- Original Message -
From: Dharmesh Goel [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, January 08, 2002 1:09 PM
Subject: Content protection?


 Hello All,

 We have a need to display some text on our intranet that a user would 
not
be
 able to print/copy. Would there be any scripts out there anyone can 
point
me
 to? I guess it will be a script that pops up the html file into a 
window
 without any of the menu options with the right click disabled. I want 
to
 also stop the user from highlighting the text and copying it using 
Ctrl+v.

 Another method I have thought of is displaying the text as an image 
in a
pop
 up screen with the menu and right click disabled. Has any one come 
across
 such a tag that converts text to image on the fly?

 I understand that there will always be workarounds and it will never 
be
 foolproof.

 Thanks,

 Dharmesh Goel
 Programmer Analyst
 IT Dept. - Discount Car  Truck Rentals
 416-744-0123 x290



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



OT: Modal Dialog Boxes

2002-01-09 Thread Paul Sizemore

I'm using A HREF=javascript:// onclick=javascript:
window.showModalDialog('http://foo.pdf  and I'm having trouble getting a
PDF or Doc to load in a modal dialog box. 

Is this possible; am I beating my head against a wall. If so, how can I
achieve the same type of thing some other way? I need the minimize button to
be disabled, and really like how the user cannot open another window until
the dialog box is closed (only one instance of IE). We are going to run this
on our registers, so we need to be very concerned with resources used. 

Paul

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



RE: Text Compression Utility?

2001-12-05 Thread Paul Sizemore

Could you read it with CFFile and display only a few thousand lines at a
time (with next, previous, first and last buttons like you would have for a
data set)?



-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:53 AM
To: CF-Talk
Subject: RE: Text Compression Utility?

The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.

 Any thoughts?


 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.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: Hi

2001-12-05 Thread Paul Sizemore

On the plus side of all this, you could try for a job at the low stress
environment at http://www.proofitonline.com/code/jobs.cfm#web%20developer in
sunny Florida.

-Original Message-
From: Jason Blum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 9:50 AM
To: CF-Talk
Subject: RE: Hi

how about unsubscribing him?

 --
 From: Stephen Moretti
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, December 5, 2001 9:44 AM
 To:   CF-Talk
 Subject:  Re: Hi

 Someone slap this guy!

 - Original Message -
 From: Lon Lentz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 2:14 PM
 Subject: Hi


  How are you ?
  When I saw this screen saver, I immediately thought about you
  I am in a harry, I promise you will love it!
 
 


~~
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: Verity and Powerpoint

2001-12-05 Thread Paul Sizemore

If you add .ppt to the File Extensions when Indexing, it should work. 

-Original Message-
From: Michael Ross [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 10:19 AM
To: CF-Talk
Subject: Verity and Powerpoint

You know in powerpoint you can add notes, well we have a bunch or .ppt s
that have good info in these notes.  The problem is verity doesn't search
those.or does is and I just don't know how??

Any help

mike


~~
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: NT Login?

2001-11-30 Thread Paul Sizemore

You need CFX_DOMAINUSER to get the users Full Name. And, anonymous
Authentication needs to be turned off. Look in the allaire.com Developer's
Exchange. 

-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 9:04 AM
To: CF-Talk
Subject: RE: NT Login?

But can I access this without havinga NT login window pop up?

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 9:07 AM
To: CF-Talk
Subject: RE: NT Login?


It seems to be CGI.AUTH_USER.

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

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Kris Pilles [mailto:[EMAIL PROTECTED]]
 Sent: Friday, November 30, 2001 8:52 AM
 To: CF-Talk
 Subject: NT Login?


 Is there a way for Coldfusion to grab the NT login info of
 the user who is
 logged into the machine on out intranet?  Basically I want
 the ability to
 display the users name on our intranet without having them login.

 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [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: How to auto generate images?

2001-10-24 Thread Paul Sizemore

You could use a PhotoScripter / Photoshop / Mac  solution. Info can be found
at http://www.mainevent.com/photo.html (but not info on how you would
integrate CF). You would create applescript code snippets and piece them
together based on the user's options. 

The user's form submission could generate an applescript, and drop it in a
watched folder on the Mac. The Mac could execute the applescript in
Photoshop and write a uniquely named jpeg (the name could be in a session
variable on the CF server). 

There would be a learning curve, especially if you have never used a Mac,
but a (inexpensive) solution could be implemented. (Under $600 - $800).

If you need more info on how it could be done, contact me directly.

Paul

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 12:38 PM
To: CF-Talk
Subject: Re: How to auto generate images?

Does anyone know how to dynamically generate formatted images.

i.e.

1. A client fills out a web site banner name in a form and presses submit
2. That automatically generates the banner image, with formatting rules like
drop shadow, etc.

I know Macromedia Generator does this, but its a very heavy price to pay in
terms of server load and up front costs.

Are there any other good alternatives?

~~
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: Check out what Gartner is recommending. Drop IIS!

2001-09-25 Thread Paul Sizemore

When I read this from Gartner I rejoiced; check out how MS is responding @
http://www.theregister.co.uk/content/55/21869.html 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 12:03 PM
To: CF-Talk
Subject: OT: Check out what Gartner is recommending. Drop IIS!

Now, I've always found Gartner to sway in a particular direction based in
the wind changes and the phases of the moon but this recommendation is just
plain stupid. Check it out:

http://news.cnet.com/news/0-1003-200-7294516.html

Rey Bango



~~
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: Check out what Gartner is recommending. Drop IIS!

2001-09-25 Thread Paul Sizemore

We have a handful of servers that were affected by Code Red and Nimda. Nimda
shut us down for over 36 hours (complete shutdown - in a panic). It came in
through a shared drive before we could cut it off (the Network Admin didn't
know it was shared to a third party). I hate to think how much this cost us.

The Gartner report said for those companies affected by both viruses. That
implies companies that do not have a Security Administrator, or companies
that are at risk for contracting these type of viruses. Also, as you
suggested, I'm sure the author meant to light a fire under MS. 

I don't make the decisions as to what OS our servers run, but TCO is getting
to be pretty outstanding on our (MS) servers, especially the ones that could
easily be hosted on another OS . Don't get me wrong, MS servers are great,
but we don't need all of those features on some of our servers. 



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 1:59 PM
To: CF-Talk
Subject: Re: Check out what Gartner is recommending. Drop IIS!

Paul,

Rejoicing for a more secure product is certainly understandable but
Gartner's recommendation to dump IIS altogether is just plain dumb.
Replacing every IIS box makes absolutely no business sense and the cost
would be astronomical. In addition, a bigger part of the issue is the way
security, in general, is handled. Security through obscurity is not the way
to deal w/ a publicly accessible box and that seems to be the trend. I've
seen the way that many admins work (whether by choice or, in most cases,
because they're overworked) and they tend to ignore security advisories.

I am glad, however, that the report lit a fire under Microsoft's butt so
that people can continue to use a good web serving platform w/out having to
shift focus to a totally foreign platform (eg: Linux/Apache or Sun/iPlanet).

My 2 cents.

Rey...


- Original Message -
From: Paul Sizemore [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 25, 2001 2:00 PM
Subject: RE: Check out what Gartner is recommending. Drop IIS!


 When I read this from Gartner I rejoiced; check out how MS is responding @
 http://www.theregister.co.uk/content/55/21869.html

 Paul Sizemore

 Finish Line
 3308 N Mitthoeffer Rd
 Indianapolis, IN 46235
 W: 317-899-1022 ext 3516


 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 25, 2001 12:03 PM
 To: CF-Talk
 Subject: OT: Check out what Gartner is recommending. Drop IIS!

 Now, I've always found Gartner to sway in a particular direction based in
 the wind changes and the phases of the moon but this recommendation is
just
 plain stupid. Check it out:

 http://news.cnet.com/news/0-1003-200-7294516.html

 Rey Bango





~~
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: Selecting All Categories that start with A..

2001-09-13 Thread Paul Sizemore

Kickin' a new flavor in your ear -
Anyone know the best way (Offhand, I vote the DISTINCT).

CFQUERY NAME=Yours DATASOURCE=Yours
SELECT
FROM YourTable
Where lastname MATCHES '#url.letter#*'
/CFQUERY

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

-Original Message-
From: Joseph Thompson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 12:49 PM
To: CF-Talk
Subject: Re: Selecting All Categories that start with A..

CFQUERY NAME=Yours DATASOURCE=Yours
  SELECT
DISTINCT Left(FieldName,1) as Ltr
  FROM YourTable
/CFQUERY

 I am assuming that I can use a function such as Left() in SQL? Is there
 anything like that?
 How would I do something like this otherwise?

 -Gel


~~
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: from web media to print?

2001-09-05 Thread Paul Sizemore

I managed a project to sync a 300 page four-color print catalog (over
100,000 copies) and a web store based on a MS SQL db. 

The requirements for commercial printing versus printing to a pc printer are
different. For instance, if you want to generate a version for a commercial
printer (like for a direct mail piece), you will need to generate using
high-resolution photos (around 266 ppi vs. 72 ppi for screen). 

There are a few solutions for generating a print based catalog from a
database. The one I chose was to use Quark (www.quark.com) and Auto Price
(http://www.meadowsinfo.com/) because we had a look and feel for the print
catalog that could not be produced from a more automated process. But, if
you are looking for a more automated solution, you might want to look at
product called LinkUp! or Xdata (there is another highly automated package,
but I don't remember the name - I could find it if you wanted). 

Please let me know if you need more information.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Steve Aylor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 04, 2001 6:27 PM
To: CF-Talk
Subject: Re: from web media to print?

Still think pdf is a great way to go, but maybe PDF Lib will suite you
better

www.pdflib.com

Steve

- Original Message -
From: Fuon See Tu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 04, 2001 4:06 PM
Subject: Re: from web media to print?


 it's an ancient smurf saying.





 From: Jim McAtee [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Re: from web media to print?
 Date: Tue, 04 Sep 2001 16:43:45 -0600
 
 - Original Message -
 From: Fuon See Tu [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, September 04, 2001 4:26 PM
 Subject: Re: from web media to print?
 
 
   whoever is that picky needs to be tickled a lot until they pee.
 
 You don't say?
 
 
 

~~
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: Data-modeling for anniversaries...

2001-07-31 Thread Paul Sizemore

David,

I asked such a question a while back. Answer follows.

My query was:

  select month (compdate) as month, day (compdate) as day, year
(compdate) as year, net_sales 
  from sale_head 
  where locnum = #Form.StoreNum#
  AND   compdate = today - 365 
  order by month, day


Paul

-Original Message-
From: Justin Greene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 9:13 AM
To: CF-Talk
Subject: RE: What is best way to write this report?

Write your query to return:

Month (as number), Day (as number), other data
order by Day, Month

Then loop through the result and each time the month is  the last
month
start a new row.

Justin


-Original Message-
From: David Grabbe [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 12:31 PM
To: CF-Talk
Subject: Data-modeling for anniversaries...


I've run into a data-modeling stumper.  I have a database table which
contains wedding anniversaries and the respective couple's name.  The date
is stored as the wedding date, so calculating the anniversary is easy.  The
primary usage of this is to display the anniversaries on a monthly calendar.
However, now i need to select just the anniversaries which will be coming up
in the next week.  The problem is that since the dates are stored with the
original years (i.e. 11/28/1970), I can't just select the dates that are
between a specific date range, because the year will throw that all out of
whack.  So how can i select based just on the month/day, also taking into
account that in the middle of the week the month can change to the next
month (November-December)?  Any ideas?


Cheers,
David
~~
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: Questions to ask for CF developer

2001-07-23 Thread Paul Sizemore

I think company level tests are (generally) used by managers that have a
weak appreciation of the technology (and therefore no way to judge an
employee). The few times I have taken a test, and got the job, I have found
that the manager has little to no idea about the technology (and little idea
how to manage it). But, wouldn't we all love to have a supervisor that
understood the technology as much as we do? 

Once during a third round interview, I could tell the company was having a
hard time judging my ability, so I offered them my CF code. I think it cost
me the job, but hey it was when I was just starting to CF (and they wanted a
Lead), and I wouldn't want to be expected to code on a level that I wasn't
comfortable with. Since I'm from a Graphic Design background, I'm used to
having a portfolio of work. 

The company I'm at now has started giving a test (not CF) to applicants when
they walk in the door. We have had a few applicants walk out without even
looking at the test. The management here thinks they walked out because they
did not want to face the music or fail a test. In reality it was probably
because the applicant was blind-sided with a test up front, and was upset
about it.

After I have seen the type of companies that think a test is an appropriate
solution, I would be very hesitant to take a position somewhere I was given
a test. 

But, all of this is moot when I need a job; I'll do about anything. 
This message and any attachments may be confidential or privileged and are
for the exclusive use of the intended recipient.  If you are not the
addressee or intended recipient, please do not read, copy, use, or disclose
this communication to others.  If you have received this in error, please
notify the sender by replying to this message, and then delete it entirely
from your system.  Delivery of this message and any attachments to any
person other than the intended recipient(s) is not intended in any way to
waive confidentiality or a privilege.  All personal messages express views
only of the sender, which are not to be attributed to Finish Line, and may
not be copied or distributed without this statement.


~~
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 best way to write this report?

2001-07-18 Thread Paul Sizemore

Justin,

Thanks for your help; I was envisioning several semi-complicated solutions.
I guess I'll make a concerted effort to learn more sql.

Code as follows:

  select month (compdate) as month, day (compdate) as day, year
(compdate) as year, net_sales 
  from sale_head 
  where locnum = #Form.StoreNum#
  AND   compdate = today - 365 
  order by month, day

Paul

-Original Message-
From: Justin Greene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 9:13 AM
To: CF-Talk
Subject: RE: What is best way to write this report?

Write your query to return:

Month (as number), Day (as number), other data
order by Day, Month

Then loop through the result and each time the month is  the last
month
start a new row.

Justin

-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 4:06 PM
To: CF-Talk
Subject: What is best way to write this report?


I've got a query that returns a date and a sales figures for the
previous
365 days. I need to write this information to a report in the format
of:
Jan 1 Feb 1 Mar 1 Apr 1 May 1 ...
Jan 2 Feb 2 Mar 2 Apr 2 May 2 ...
Jan 3 Feb 3 Mar 3 Apr 3 May 3 ...
Jan 4 Feb 4 Mar 4 Apr 4 May 4 ...
On to the end of the days in the month.
From an architectural stand point, what is the best way to do this?

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

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



execute programs

2001-07-17 Thread Paul Sizemore

Becky,

Two ways you can (that I know) open files on the browser/user's pc. Create
an ActiveX that shells out to the app (Sample.zip), and in Flash fscommand
to the file (the attached Flash files). 

The Flash expects the file to open be at C:\Windows\Notepad.exe.

In the Sample.htm doc, you will need to type the path to the application.

Let me know if you have any other questions.

I don't think the attachments will make it to the list; anyone interested,
please e-mail a request.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

This message and any attachments may be confidential or privileged and are
for the exclusive use of the intended recipient.  If you are not the
addressee or intended recipient, please do not read, copy, use, or disclose
this communication to others.  If you have received this in error, please
notify the sender by replying to this message, and then delete it entirely
from your system.  Delivery of this message and any attachments to any
person other than the intended recipient(s) is not intended in any way to
waive confidentiality or a privilege.  All personal messages express views
only of the sender, which are not to be attributed to Finish Line, and may
not be copied or distributed without this statement.

  



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

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



RE: Access file for Mac users??

2001-07-17 Thread Paul Sizemore

If you can't go the csv file route, you might think/look in to converting it
to a Filemaker Pro database. You should be able to go MS Access (on PC) to
Filemaker (on PC) to Filemaker (On Mac). Also, generally, Mac users don't
like anything that doesn't act like a Mac, so be careful with Softwindows.

-Original Message-
From: Chuck Hergenroeder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 7:38 AM
To: CF-Talk
Subject: RE: Access file for Mac users??

The program is called SoftWindows.

-Original Message-
From: Brad Roberts [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 8:05 PM
To: CF-Talk
Subject: RE: Access file for Mac users??


There's a program for Mac that will allow you to install Windows software.
I've forgoten the name of it, but I work for a publishing company that use
Macs.  If you still need it, email me off list and I'll ask the guys in my
office tomorrow.

 -Original Message-
 From: Chuck Hergenroeder [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 16, 2001 2:50 PM
 To: CF-Talk
 Subject: RE: Access file for Mac users??


 I emailed a couple friends of mine that are religious MAC guys.  They said
 as far as they know, there is no way to do this.

 Sorry.

 Regards,
 Chuck Hergenroeder

 -Original Message-
 From: Jeff Fongemie [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 16, 2001 1:01 PM
 To: CF-Talk
 Subject: OT: Access file for Mac users??


 Hello cf-Talk,

   I have a simple Access database running a small website. Can a Mac
   user download the access MDB file and open it?? Since Microsoft does
   not make Access for the MAC, what alternatives do I have to make the
   actual file available so he can open it? Anyone know of a Mac
   program that will open a MDB file??

   I can convert it to a CSV file, and he can use that, but we'd like
   to take me out of the loop.


 Best regards,
  Jeff Fongemie  mailto:[EMAIL PROTECTED]
 
 Internet Guns For Hire
 (603) 356-0768

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

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



What is best way to write this report?

2001-07-17 Thread Paul Sizemore

I've got a query that returns a date and a sales figures for the previous
365 days. I need to write this information to a report in the format of:
Jan 1 Feb 1 Mar 1 Apr 1 May 1 ...
Jan 2 Feb 2 Mar 2 Apr 2 May 2 ...
Jan 3 Feb 3 Mar 3 Apr 3 May 3 ...
Jan 4 Feb 4 Mar 4 Apr 4 May 4 ...
On to the end of the days in the month.
From an architectural stand point, what is the best way to do this? 

Paul


This message and any attachments may be confidential or privileged and are
for the exclusive use of the intended recipient.  If you are not the
addressee or intended recipient, please do not read, copy, use, or disclose
this communication to others.  If you have received this in error, please
notify the sender by replying to this message, and then delete it entirely
from your system.  Delivery of this message and any attachments to any
person other than the intended recipient(s) is not intended in any way to
waive confidentiality or a privilege.  All personal messages express views
only of the sender, which are not to be attributed to Finish Line, and may
not be copied or distributed without this statement.


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

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



RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Paul Sizemore

Microsoft Data Engine. 

A license comes with Office 2000 ( XP?). Lets you do a lot of what you
could do with Enterprise Manager. I've never worked directly with it, but it
was presented at my CFUG. 

Install directions can be found at
http://www.microsoft.com/Office/ORK/2000/Two/30t5_4.htm

Have fun.


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Bryan Love [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 12:11 PM
To: CF-Talk
Subject: RE: Alternative to SQL Enterprise Manager

Using Access to link to SQL Server is your best bet.

   
Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]
   


-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 02, 2001 7:22 PM
To: CF-Talk
Subject: Alternative to SQL Enterprise Manager


The system administrator at my client has done a software audit and has
decided in his wisdom that I don't need to have SQLServer on my sytem, and
while I dont use the database on my local PC, I do use the Enterprise
Manager a LOT for accessing and manipulating the database on the server.

Before I go and have a fight with him over this, is there an alternative I
could use (other than Access2000)?   I seem to recall there was discussion
of this some months ago and I think someone said Micro$oft had a freeware
alternative to Enterprise Manager, but I can't find it in the archives.

Or another possibility is that I could load just the Enterprise Manager on
my local system.  Does that require a whole SQL License?

Are there any other possibilities before I go and deck the system
administrator?

Cheers,
Mike Kear
AFP Webworks,
Windsor, NSW, Australia.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



virtual memory error

2001-06-29 Thread Paul Sizemore

I keep getting an occasional virtual memory error on my CF 4.5.1 sp 2 with
Win 2K. 

Today it happened during the workday for the first time. 

We have 512 mg ram (Monday it will be 1 gig). I use a few CFX tags,
cfx_ping, cfx_domainuser, cfx_filereadlines,cfx_zip (I just made sure that
all were locked, some weren't, but not any that are in heavy use). 

I assume the swap is on C: with the Bins; scripts and .cfm files are on E:,
DBs are on other boxes. The box is used as a secondary DNS. 

We currently have very low usage on this box.

Does anyone have any general or specific ideals on what the problem could
be. 


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

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



RE: Cache and CFDHTMLMenu

2001-05-31 Thread Paul Sizemore

I adapted a DHTML menu (like the one used on www.webmonkey.com) to use
CF_DirectoryList_Enhanced to read over 50 directories before generating the
menu. 

So I encountered the same problem with performance. What I initially did was
schedule the DHTML template to execute and save the output to disk (in the
CF scheduler). Then Cfinclude the output file. 

I'm going through a rewrite of the menu where I'm going to use CFFile rather
than the save the output to disk option in the scheduler. This will allow
me better error handling.


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Alii Design [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 2:22 PM
To: CF-Talk
Subject: Cache and CFDHTMLMenu

Has anyone ever attempted to cache the content of the CFDHTMLMenu tag?
I am dynamically populating this menu tag and it is very slow.

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

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



RE: New CF Studio?

2001-05-31 Thread Paul Sizemore

What is this
http://www.macromedia.com/software/coldfusion/trial/trial_cf_ud_studio.html
?

Is this the new or fused product? It isn't in the store. 

Will there be a special Studio Edition with other titles packaged? Flash,
Ultradev / Studio, Fireworks. 

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 2:02 PM
To: CF-Talk
Subject: RE: New CF Studio?

This should really be a FAQ, I think you are the third person to ask this
here this week. :

Yes, there will be a Studio 5.0. When? Sometime later, not right now with
Server 5.0, but you can download a patch to get your current Studio the
ability to grok CF5 tags/functions.

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

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

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

 -Original Message-
 From: W Luke [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 30, 2001 12:30 PM
 To: CF-Talk
 Subject: New CF Studio?


 Hi all,

 Just wondering if anyone knows if and when the next CF Studio will be
 released, or whether 4.5.2 is its' last? (might there be a powerful
 amalgamation of UltraDev and Studio?)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Cache and CFDHTMLMenu

2001-05-31 Thread Paul Sizemore

Can you use the Windows scheduler on another machine to make a HHTP request
using Internet Explorer to kick off a CF template to CFFile action=write
the dhtml menu? 

Can you put it in an application variable that when it expires it calls the
template to populate the variable? 

Paul

-Original Message-
From: Alii Design [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 8:23 AM
To: CF-Talk
Subject: RE: Cache and CFDHTMLMenu

The sites I have the menu on are on shared servers and don't have access to
the cf scheduler.
Rich

-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 9:02 AM
To: CF-Talk
Subject: RE: Cache and CFDHTMLMenu


I adapted a DHTML menu (like the one used on www.webmonkey.com) to use
CF_DirectoryList_Enhanced to read over 50 directories before generating the
menu.

So I encountered the same problem with performance. What I initially did was
schedule the DHTML template to execute and save the output to disk (in the
CF scheduler). Then Cfinclude the output file.

I'm going through a rewrite of the menu where I'm going to use CFFile rather
than the save the output to disk option in the scheduler. This will allow
me better error handling.


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Alii Design [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 2:22 PM
To: CF-Talk
Subject: Cache and CFDHTMLMenu

Has anyone ever attempted to cache the content of the CFDHTMLMenu tag?
I am dynamically populating this menu tag and it is very slow.

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

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



RE: Looping 600 CFHTTP requests - Performance

2001-05-23 Thread Paul Sizemore

Zac,

I am in App Dev working on an Intranet, and www.FinishLine.com is handled by
E-Commerce Department (and out sourced). It costs us to do anything to our
E-Commerce site. I brought up the fact that all the dead links coming from
AOL will have an affiliate ID; we should be able to get a report based on
that. But, no. Not enough resources to make this happen. So I suggested that
I could put together a quick application to generate a report like the
Director of E-Commerce wants (and e-mail it to him). He was impressed. This
application will help the credibility of CF in our environment. I don't have
access to the log files. I strongly agree that the log files are the best
place to go, they would tell us the pages that are bad, and how many hits
they are receiving for those bad products.

Dick,

A dead link looks like
http://www.finishline.com/productDisplay.asp?catid=0deptid=0VendStyle=0315
7CIColorID=WHTAffilID=AOL499 .

The links are dead because the site only displays In Stock items. Again, I
had nothing to do with this, and have no way to change it. 
The above link is an example of a link supplied by us to AOL, linking to our
site. 
The product pages are DB generated, dynamically. It is a timing problem, our
site is always updated to In Stock levels, and AOL's site is updated at
most every 24 hours. AOL has dictated that an update will take 24 hours. In
actuality, it might take around ten hours. 

Per my suggestion, we are looking into if we can send AOL a trickle (every
so often) file of our out of stock items that were in the feed they are
using (in order for them to delete them). We are also looking into
anticipating what links will be dead by the end of the life cycle for the
AOL feed (based on inventory levels and product demand) so we can just not
include those in the AOL feed.

Not to be too hard, because I know I need help and understanding (I'm the
only CF developer in a VB 6 environment) - all these remedies are well and
good, but he wants to know how big of a problem this is before he decides
what to do. I told him I could help. I've got a solution that will work in
our current situation, but is there a better way?

Thanks,

Paul

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 4:38 PM
To: CF-Talk
Subject: RE: Looping 600 CFHTTP requests - Performance

Paul

I understand better, but still not completely.

Why are the links dead... do you delete the product page when an item
goes out of stock.

As I understand it, these are links from AOL to to your pages,
furnished by you.

Therefore you have control over whether a link is dead... you make it
dead independent of what AOL does.

I also assume that the product pages are dynamically-generated from a db.

Sounds like a timing problem... your update cycle is different than AOL's

Here's what i would do:

1) Determine, by fiat or agreement, a reasonable maximum amount of
time that AOL
will take  to update their site after you provide a feed. This is
AOL's cycle.

2) Instead of deleting product pages at your site, retain them in an out of
stock condition for 2 AOL cycles (or longer, for that matter).

3) Put something in your feed so that you will know which feed is being used
by AOL to link to your site

4) When you get the first hit from feed n, schedule tasks to:

 delete pages for feed n-1 that are out of stock

 generate a feed n+1 that includes all changed since feed n

if a customer follows a link from AOL to an out of stock item, this
means that AOl' In Stock flag is outdated,  You can detect this and
mark this item for the next feed.

I don't think it should upset the customer if he discovers a product
is out f stock... much better than a dead link, though.

Now, if AOL objects to the fact that these outdated flags are causing
a customer  to arrive at a product page on your site only to find
that there are none left, there are several things you can do.

The simplest is to make available to AOL the product flags,updated on
a regular basis (every 5 minutes).  This could take many forms, but
for a small amount of products:

a list of product SKUs
a list of flags

for a larger number of products a simple variable contain ones and
zeros (ala a bit map) for the flags.  these would be in a
predetermined SKU sequence and the SKU's would need to be furnished
only once.

Almost seems more trouble than it is worth, though.

If yoy have a lot if really hot sellers, I imagine that the AOL
affiliate dosn't generate much business... always a day late.No,
the big sale was *yesterday*.


HTH

Dick

At 1:08 PM -0500 5/22/01, Paul Sizemore wrote:
The feed to our affiliate includes:
   a URL to the product page on our site
   A url to an image on our site
   A whole lot of other info (price, sku, ...)
   A flag for IN STOCK
The hottest items will sell out

Looping 600 CFHTTP requests - Performance

2001-05-22 Thread Paul Sizemore

We are supplying an affiliate with a feed of all our in stock items that
are live on our e-commerce site, and there is a time lag between when we
supply the file and when the affiliate updates their site. Many items are
bought during this lag, and are out of stock by the time the affiliate gets
the file live. I have built an application that will generate a report of
dead links (items that are on the affiliates site, but no longer on our site
because of stock levels). 

The application reads the text feed, and then loops CFHTTP to validate the
URLs. This process takes about two hours. Is there any faster way to do this
(e-commerce development is outsourced, and we don't want to pay for a
trickle report of web purchaces)? Should I be doing this (will it cause
problems for my server)? 

Thanks for any help.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

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



RE: Looping 600 CFHTTP requests - Performance

2001-05-22 Thread Paul Sizemore

The feed to our affiliate includes:
  a URL to the product page on our site
  A url to an image on our site
  A whole lot of other info (price, sku, ...)
  A flag for IN STOCK
The hottest items will sell out first, so items in this table change often.

Our affiliate (AOL):
  Displays our products like
http://shopping.search.aol.com/aolc/search?aps_terms=shoesaps_referrer=TBa
ps_category=ALL
  When link to buy is followed, the product page
from our site is framed by AOL
  They update once a day, but it can take up to
24 hours once a feed reaches them to go live on their site.

Unfortunately, AOL can not update as fast as our Finishline.com site, so AOL
will have dead links. We want to be able to track the number of dead links
to find out if we have a major or minor problem.

What would be the most efficient way to do this?



-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 10:57 AM
To: CF-Talk
Subject: Re: Looping 600 CFHTTP requests - Performance

Paul

I don't think I understand what you are doing... unless you are
dealing with one-of-a-kind items.

As I understand it:

You send the affiliate a feed of all all your in stock items...
what's a feed SKU  qty?

Some time passes and the affiliate updates their site

Now the affiliate wants to synchronize!

Couldn't it be done as follows:

1) record: the time when the affiliate feed was created.

2) When an item for an SKU is sold, returned, etc. then  update Last
Activity Date/time for that SKU with the current time.

3) To Synchronize, just Query the db for all SKUs with an activity
after the time when the affiliate feed was created.

4) Send this to the affiliate  record the time


This could be done multiple times or on a scheduled basis

This could be automated at both ends (especially easy if both hav CF)

You could probably approach up-to-the-minute synchronization.

Another way would be to allow the affiliate to access your db through
a program on your site (your program with any necessary security).
In effect, the affiliate, queries your db and gets live quantities.

I routinely do this when developing systems for a clients on a different
host.

HTH

Dick

At 7:29 AM -0500 5/22/01, Paul Sizemore wrote:
We are supplying an affiliate with a feed of all our in stock items that
are live on our e-commerce site, and there is a time lag between when we
supply the file and when the affiliate updates their site. Many items are
bought during this lag, and are out of stock by the time the affiliate gets
the file live. I have built an application that will generate a report of
dead links (items that are on the affiliates site, but no longer on our
site
because of stock levels).

The application reads the text feed, and then loops CFHTTP to validate the
URLs. This process takes about two hours. Is there any faster way to do
this
(e-commerce development is outsourced, and we don't want to pay for a
trickle report of web purchaces)? Should I be doing this (will it cause
problems for my server)?

Thanks for any help.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516



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

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



Harpoon: Disappearing Form Elements

2001-05-18 Thread Paul Sizemore

I'm using the great new Harpoon Cascading Menu, and I have a search form on
the page with the menu, and on mouse over of the menu, the menu expands and
the pop up select in the form disappears. I've tried moving the form around,
moving it to a different layer, and only including those two elements on a
page. Am I doing something wrong? What else could be causing this?  Code
follows.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

cfinclude template=Menu_Flash.cfm

table
tr
td
form action=Index.cfm?AppID=99 method=post name=Submit id=Submit
style=normaltext
input class=normaltext type=text name=textfield maxlength=30
size=10
 : 
select name=select class=normaltext
option selectedPerson/option
optionDocument/option
/select
input type=hidden name=MaxRows2 value=100
input  type=submit name=Submit2 value=Go class=normaltext
height=12
/td
/tr
/table

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

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



RE: Verity on an intranet

2001-05-11 Thread Paul Sizemore

Map the drive. Tools: Map Network Drive in you Explorer on NT.

-Original Message-
From: MacDiarmid, David [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 10:51 AM
To: CF-Talk
Subject: Verity on an intranet

Hey everyone,

I am trying to find a solution to why I can't create/index a collection
which consists of files on another machine on my intranet.  When I click
browse server I only get my local drives showing up. I can't believe that
this problem would have such a complex solution.

thanks in advance,

Dave MacDiarmid
Engineering Web Administrator
NetManage Inc.
Ottawa, Canada

-Original Message-
From: Keith Meade [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 10:40 AM
To: CF-Talk
Subject: Re: Data Integrity - Q of the Day


Erika,

If you don't mind me plugging my own product, cfx_kmSuite contains a couple
of functions that might help.  If you could store your company names in a CF
list, the cfx_kmList.ListBestMatch function could be used to resolve user
input to an existing company name.  Another option would be to use the
cfx_kmMisc.Soundex function to build soundex values for each company name.
You could compare the soundex of the user input to the stored soundex
values.

cfx_kmSuite adds more than 100 functions to Cold Fusion.   I try hard to
keep my customers happy.  If there's something you want that isn't in the
product, I'll try to add it.

Documentation and purchase info for cfx_kmSuite at:

  http://www.hoptechno.com/kmtools/

Keith Meade
[EMAIL PROTECTED]


- Original Message -
From: Erika L. Walker [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, May 10, 2001 10:52 AM
Subject: OT: Data Integrity - Q of the Day


: Here's a question that's been bothersome for some time.
:
: We have an interface where participants register for meeting. There is a
: form they fill out with basic information, including the pharmaceutical
: company they are associated with.
:
: We use drop downs where we can to keep data as constant as possible, but
we
: cannot use dropdowns for the company they are with as there are far too
many
: to compile and list.
:
: And therein lies our problem. Users from one company can have a half dozen
: different ways to spell their company name.
:
: There is an admin search page where an administrator can search for
: registered users by several different criteria, one of which is the user's
: company name. I dynamically build a drop down for this field on the search
: page by pulling all distinct company names from the db. Of course, there
are
: several different variations of the company name in the dropdown, which
: makes it very cumbersome.
:
: Has anyone had to deal with this? If so, how did you deal with it? And/or
: does someone have an idea on how to go about dealing with it?
:
:
: Erika
: (with a *K*)
:
:
:
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: PageMaker/Quark document generated from Database?

2001-05-09 Thread Paul Sizemore

You defiantly want Quark, and to add to the confusion, you might look at
Meadows Information's offerings (www.meadowsinfo.com). I reviewed the three
and decided on Meadows because they seemed like they would be more
responsive to tech questions (and price was less). When I used it, they were
planning on an ODBC link (they could only use text data files output from
DBs). There are also a few other higher end tools. If I remember, LinkUP is
AppleScript compatible, a strong plus.

Can you export the data into a flat file and import it into Quark (like a
one time import), or do you want to establish a data flow? 

Most printers cringe at the thought of Pagemaker. If you have generated PDF
from CF, you might send a sample to your print shop and see if they can use
the PDF generated from CF. 

Let me know if you need any other advice.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 12:57 PM
To: CF-Talk
Subject: PageMaker/Quark document generated from Database?

I've got an Access database full of information to list in in a
directory which is to be printed at a print shop. So I need the
database to populate my directory pages. I'll probably need to use
Quark or PageMaker. Is one or the other better suited for this
endeavor?

I'm also a ColdFusion programmer, so I could conceivably script them
myself, though that seems difficult, and I don't know anything about
Quark or PageMaker markup.

I've heard of McResearch.com's LinkUP and EMSoftware.com's
Xcatalog, for Quark but I haven't heard any reviews or comparisons.
Could anyone give me any advice or pointers?

Any tips/pointers are appreciated.

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

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



RE: ASP to Print (Quark?)

2001-05-02 Thread Paul Sizemore

You might want to look at http://www.quark.com/products/avenue/ , A Quark
product that allows you to import XML. Also, Meadows Info ,
http://www.meadowsinfo.com , makes a product that can facilitate DB to Quark
imports. But, it sounds like you want newspapers to be able to download a
member's content in a Quark file?

You might look into writing some AppleScripts for Quark that imports text
files. You could make the script operate as a watched folder, so anytime you
cffile content into a directory, the applescript would kick off and save a
quark file. Let me know if you need a little more direction on an
Applescript solution (I've written my fair share). 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516



-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 02, 2001 9:19 AM
To: CF-Talk
Subject: ASP to Print (Quark?)

We have a Member driven website that has a need for making some of the
member created content available to newspapers and the like. Specifically
community sports standings to be published in their respective community
newspapers.

Is anyone familiar with transporting web data to print publications? I am
curious what people are doing, and some ideas on how people might approach
this.

Ultimately if there was an XML definition to produce a complete quark file I
would jump at it. But all i have seen is a definition for quark formatted
text ...
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: New CF5 Partner Hosting License

2001-04-26 Thread Paul Sizemore

It sounds like MM is going to throw the CF community a bone and then stick
us in the pound. They kill Spectra, restructure licensing, float our
pallets, and make us develop with a Studio / UltraDev hybrid. All this comes
from the boardroom, not a developer wish list. 

Former Drumbeat developers still don't have a comparable solution in
UltraDev. 

You have to remember, MM wants to make money, not necessarily provide a
better development environment for us. This can be achieved by bringing CF
down to the point a general HTML developer can create a viable application. 

Paul

-Original Message-
From: Chris Colón [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 2:48 PM
To: CF-Talk
Subject: Re: New CF5 Partner Hosting License

Heh.  I agree, but I doubt that'll be the case.  At the end of the
announcement was this bit:

In an effort to help our Hosting Partners take advantage of the upcoming
demand for ColdFusion 5 features,
Macromedia will be providing a special promotional upgrade offer. More
information regarding ColdFusion 5 Hosting
Edition upgrade promotion, pricing and availability will be released on
April 30, 2001.

We probably wouldn't need a special promotional upgrade offer unless the
cost is going up.  Nevermind that the
upgrade will probably consist of no new or extra features (unless you
count complying with the new, more
expensive license as a feature).


Robert Long wrote:

 Anyone seen a pricing structure for cf5?

 We're going to feel pretty ackward if they
 actually lower the prices. ;-) If not, then I
 agree with you.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Db to web: Replacing odd ascii characters in db to web

2001-04-25 Thread Paul Sizemore

Paul,

You might also want to take a quick look at a product at
http://www.meadowsinfo.com .

It will allow you to back text out of Quark directly to a database (and from
db to quark). It is pricey, but very nice. It is called Auto Price. 

Meadows also make some other nice X Tensions for Quark. 

BTY: I'm a happy Meadows customer, not a stakeholder in the company.


Paul Sizemore

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 8:03 AM
To: CF-Talk
Subject: Re: Db to web: Replacing odd ascii characters in db to web

Paul,

You don't say whether the folks performing this task are using Quark (and
cutting directly from it) or whether they are using linked text files
outside of Quark.

You might want to back up a step, if you still have access to Quark, and
export the text as text. This will strip out all, or at least most,
formatting. I've used this feature in Ventura Publisher for years. I'm not
sure whether Quark allows it, but most DTP packages copy many of Ventura's
features, so it should be available.

If plain text export is not available, another format, like RTF, will be.
Export as HTML would get you close, also.

--John




 

Paul Sinclair

[EMAIL PROTECTED]To: CF-Talk
[EMAIL PROTECTED]  
crest.com   cc:

 Subject: Db to web:
Replacing odd ascii characters in
04/24/2001 03:33 db to web

PM

Please respond to

cf-talk

 

 





I'm managing a site where articles from a magazine are being cut and pasted
into a text entry field. The people doing the actual cut and paste routine
are starting from a Quark file. When they cut the text out of Quark and
into
the db, it is putting in all sorts of strange characters - probably high
ascii characters. When a dynamically created cfm page drawing its content
from the database is displayed, it puts all sorts of heiroglyphics in the
output. For example, apostrophes and emdashes show up as a hollow square -
that sort of thing.

I've tried to do a replace function on the article's body and by and large
it works. But I don't have any way of knowing what kind of odd characters
are going to be in the database so I can't anticipate every odd character.

Is there some way to handle this type problem?

Thanks for any suggestions/solutions.

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

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



RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Paul Sizemore

I did an ASP project a while back that required page breaks on print. After
head banging by a lot of people, I came up with the following code. 

When printed from "most" browsers, it prints in what looks like page breaks
because of the way browsers try to not break images. If you tie your text
content to an image (that is around 80% of the page height) with a table,
the browser will print what looks to the user as page breaks.

You might need to adjust the height of the spacer, but I think this is the
number that worked in Netscape and IE 3 up. 

table width="100%" border="0" cellspacing="0" cellpadding="0"
  tr
td width="10"img src="spacer.gif" width="1" height="450"/td
tdPage One Content/td
  /tr
/table

table width="100%" border="0" cellspacing="0" cellpadding="0"
  tr
td width="10"img src="spacer.gif" width="1" height="450"/td
tdPage Two Content/td
  /tr
/table 


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Bill Davies [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 3:07 AM
To: CF-Talk
Subject: RE: Creating Page Breaks to make page printable?

Don't think page break is implemented in Navigator.

-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: 17 April 2001 05:34
To: CF-Talk
Subject: Re: Creating Page Breaks to make page printable?


http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/pageBre
akAfter.asp

- Original Message -
From: [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, April 16, 2001 6:20 PM
Subject: Re: Creating Page Breaks to make page printable?



  Does anyone know of a way to force printing breaks of a document?

 You can do this with style sheets.



 --
 This message sent compliments of db Technology
http://www.dbtech.net/




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

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



RE: How to get Julian Date

2001-04-12 Thread Paul Sizemore

Thanks for the help. I'm rewriting some Informix 4gl's in CF.

-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 4:43 PM
To: CF-Talk
Subject: RE: How to get Julian Date

cfset JulianDate = "#numberformat(dayofyear(Now()), 000)#"

This should do it,
Adrian


-Original Message-----
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]

How would I get the julian date for today, besides using the CF_Julian tag?

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

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



Stripping certain ASCII characters for XML file

2001-04-12 Thread Paul Sizemore

How would I make sure that any output I save to a file (CFFile) is
restricted to characters 32-126 of the 127 US_ASCII approved characters? I'm
currently using Repace("xxx","yyy","zzz","all") to replace / escape some
characters (like "" to "amp;") for an XML file.
Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

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



RE: Stripping certain ASCII characters for XML file

2001-04-12 Thread Paul Sizemore

The XMLFormat function Rocks, I wish I had know about it before I strung
together all those CF Replace functions. 

Also, I needed the XML reserved taken care of as well as ASCII 127 and up
removed. I think the following code does that for me.


cfset item_short_desc="""ØÞÒú '"

cfloop index="ASCIIChars"
from="127"
to="254"
step="1"

cfset item_short_desc= #Replace("#item_short_desc#",
"#chr(ASCIIChars)#", " ", "ALL")# 

/cfloop

cfset item_short_desc = #xmlFormat(#item_short_desc#)#

Thanks Tim and Michael

Paul
-Original Message-
From: Tim Painter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 12:34 PM
To: CF-Talk
Subject: Re: Stripping certain ASCII characters for XML file

Paul,

You might want to look at the XMLFormat function.  It may do what you need.

Tim P.
- Original Message -
From: "Paul Sizemore" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, April 12, 2001 12:52 PM
Subject: Stripping certain ASCII characters for XML file


 How would I make sure that any output I save to a file (CFFile) is
 restricted to characters 32-126 of the 127 US_ASCII approved characters?
I'm
 currently using Repace("xxx","yyy","zzz","all") to replace / escape some
 characters (like "" to "amp;") for an XML file.
 Paul Sizemore

 Finish Line
 3308 N Mitthoeffer Rd
 Indianapolis, IN 46235
 W: 317-899-1022 ext 3516



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

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



RE: Printing, page breaks, and heading info

2001-04-11 Thread Paul Sizemore

I did an ASP project a while back that required page breaks on print. After
head banging by a lot of people, I came up with the following code. 

When printed from "most" browsers, it prints in what looks like page breaks
because of the way browsers try to not break images. If you tie your text
content to an image (that is around 80% of the page height) with a table,
the browser will print what looks to the user as page breaks.

You might need to adjust the height of the spacer, but I think this is the
number that worked in Netscape and IE 3 up. 

table width="100%" border="0" cellspacing="0" cellpadding="0"
  tr
td width="10"img src="spacer.gif" width="1" height="450"/td
tdPage One Content/td
  /tr
/table

table width="100%" border="0" cellspacing="0" cellpadding="0"
  tr
td width="10"img src="spacer.gif" width="1" height="450"/td
tdPage Two Content/td
  /tr
/table 


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 2:15 PM
To: CF-Talk
Subject: Re:Printing, page breaks, and heading info

Okay, I moved it and tried it in the body, and then in a paragraph tag. Both
instances caused the blue screen when I tried to print (it still printed,
but killed my PC).

So, I guess I either need to find a way to print the top info I want on
every page, or if that is not possible with just CF and the browser, dump
the info to PDF per Adrian's suggestion and see if I can manipulate it that
way...

Thanks for the help!


Original Message Follows
From: [EMAIL PROTECTED] (Carol Bluestein)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re:Printing, page breaks, and heading info
Date: Mon, 09 Apr 2001 09:42:02 -0400

Believe you can't use the style=page-break etc. inside a table.
So you have to count rows and end your table, put in the
break, and start a new table for each page.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


Reply Separator
Subject:Printing, page breaks, and heading info
Author: [EMAIL PROTECTED]
Date:   4/9/01 12:48 PM

Hey all,

I have a shipping and receiving application that allows employees to
generate a shipping request via the web. The shipping dept. would like that
form to be printed out by the user, but they want one of two things when
this happens:

1) Either only allow the maximum number of items that will print on one
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last
row of the table and the next table row on the next page, but ALSO make sure
that the shipping address and other info is ALSO printed on each subsequent
page.

I favor the second method, since it is less hassle for the user, and it
would be easier to just insert a break in the table than to try to guess how
many characters a user might enter onto the page (virtually impossible to
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work:
TABLE STYLE="page-break-before:always". I tried this in both the body tag
and in my table tag, but each time I used it I got the dreaded blue screen
o' death. I then found and tried a variation: TABLE
STYLE="page-break-inside:avoid. This fixed the blue screen problem, but it
locked up my PC (couldn't even CTRL/ALT/DEL).

I am using Netscape, since most of our employees use it, but I need
something that will work in both Netscape and IE.

So...my question is twofold.

1) Does anyone know of a way to make the table print nicely across pages
without crashing the PC, and

2) Does anyone know how I can force the address/shipping info from the first
page onto all subsequent pages (more important than the first issue, since
regardless of the page break, the table will always print to the next page,
it just won't look as nice without the break.)

As always, thanks for the help!

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

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



How to get Julian Date

2001-04-11 Thread Paul Sizemore

How would I get the julian date for today, besides using the CF_Julian tag?

Paul

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

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



RE: Ultra Dev 4

2001-03-30 Thread Paul Sizemore

I've used UD and CF Studio together for a little over 6 months. They are
great companions.  Companions. UD is great for display / UI "code" and CF
Studio is great for application logic code. I think we need to realize MM
sees this as a way to better facilitate workflows.  A designer and a
programmer can work in parallel rather than a designer handing templates
over to developers. Further encapsulation to achieve better workflow is what
I see the MM - Allaire merger means. 

The UD - CF Studio toolset can be used effectively across the spectrum of
the mid-tier level or "the Mass Enterprise"  (between the Consumer and
Enterprise).

For more info take a look at http://allaire.com/allairealive/psw/psw.html 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

http://www.finishline.com

-Original Message-
From: Jason [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 7:47 PM
To: CF-Talk
Subject: RE: Ultra Dev 4

I had been avoiding this thread too but I have to agree with you - if you
want to write code CF Studio is the tool if you really just want to work
with pre-made drag and drop interfaces and thats the level of complexity to
the sites you create then Ultradev is your tool. Nothing wrong with either
choice just please ALLAIRE/MACROMEDIA take note we don't want Studio to
become Ultradev we use it because its not bloody Frontpage 2000 crap that
try's to do everything for you but lets you write your code and doesn't
screw with it (you can remove the browse and preview features for all I care
as well). I use Studio for both Cold Fusion and ASP programming (Interdev
sucks too) and will be really disappointed if Studio goes that route.

-Original Message-
From: Douglas Knudsen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 1:06 PM
To: CF-Talk
Subject: Re: Ultra Dev 4




I'll have to add my $0.02 now, I almost did earlier.  I've been
hacking around on PCs and schtuff for years.  Recently I have noticed
that there is a growing difference between what we know as a Developer
and what we know as a Programmer.  IMHO, this is a natural progression
of 'encapsulation' in the market.  That said, I view Ultra Dev as a
developers tool and CF Studio as a programmers tool.   IE programmers
tend to type, developers tend to drag n drop.  Please don't take this
as an insult if you are in one of these groups, or both, it is just an
observation from a geek who strives to not touch his mouse.  I used
the term encapsulation since, in an abstract sense, this is what is
happening.  Like the progression of 1g -- 2g -- 3g -- etcc
programming.

Again, this ain't no invite for uh year long flamin thread!   (--
another example of abstract encapsulation!)

cheers!

-
Douglas Knudsen
Leveraged Technologies Group !-- My views, all mine! --
Alltel AIS
Got Linux? http://linuxmall.com






From: [EMAIL PROTECTED] AT INTERNET on 03/29/2001 03:08 PM

To:   [EMAIL PROTECTED] AT INTERNET@CCMAIL
cc:(bcc: Douglas Knudsen/ATL/ALLTELCORP)

Subject:  Re: Ultra Dev 4


It sure IS a developer's environment.  Even more so than CF Studio,
although
it's still a little rough around the edges.  If you have a section of
code
that you use often you can make a server behavior out of it so that
next
time you need it you can just drop it on the page.  This is much
better than
using code snippets, because you can have user-defined attributes that
allow
you to browse to file paths, pick database columns, image URLS.  I
have to
say that after coding CF by hand using Studio, UltraDev probably
doubles the
output I can normally achieve.  Not to mention the fact that you can
whip up
quick sites with basic functionality in a matter of minutes using
built-in
server behaviors.

Also, you can view a page in Live Data mode that you wrote in CFStudio
and
see how it will look in the browser.  This is better than just
browsing the
file and then going back and tweaking the code -- you can tweak the
code or
the design in real-time and watch it change instantly.  I'm sure the
next
version of UD will be more CF friendly, but for now it's pretty damn
good.
It will never replace Studio, but you can use the two together much
more
effectively than either one by itself.

tom
www.basic-ultradev.com



"zac" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Rick Eidson wrote:

  I use Studio is it a good idea to move to UltraDev?

 No. Not at all. Ultradev isn't a developer's environment. Its a
visual
tool
 to help visualise the look and feel of pages created in dynamic
systems.

 Basically its DreamWeaver with more CF/ASP/JSP functionality built
into
it.
 But it won't replace CF Studio (nor should it if any
Allaire/Macromedia
 people are reading).

 --

 I have never made but one prayer to God, a very short one: 'O Lord,
make
 my enemies ridiculous.' And God granted it.

 Voltaire


 email: [EMAIL PRO

RE: Sites on site architecture?

2001-03-20 Thread Paul Sizemore

Here are a few places that I have found useful:

 Web Page Design: Implications of Memory, Structure and Scent for
Information Retrieval
http://www.microsoft.com/usability/UEPostings/p25-larson.pdf

IBM Design ... Keep It Simple
http://www-3.ibm.com/ibm/easy/eou_ext.nsf/Publish/561

Usability Professional's Association
http://www.upassoc.org/

WebWorld Usability Weblog
http://www.webword.com/

Usable Web
http://www.usableweb.com/

Evangelize with Usability
http://www.uidesign.net/2000/papers/evangelize.html

Usability.gov - powered by National Cancer Institute
http://www.usability.gov/

User Interface Engineering
http://world.std.com/~uieweb/


-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 7:47 AM
To: CF-Talk
Subject: OT: Sites on site architecture?

if you have any good links to sites that explain good site architecture 
planning i would appreciate it.

thank you

-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534

Home:   [EMAIL PROTECTED]
614 449-1681

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

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



RE: Pros and Cons on using MS Visual SourceSafe for managing CF p rojects?

2001-03-20 Thread Paul Sizemore

Use VSS as standalone, do not integrate into Studio. You will be using
Alt-Tab a lot, but your life will be safe and productive.

Also you might want to search the archives; a lot has been written about
VSS.

Paul
-Original Message-
From: Russel Madere [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 2:20 PM
To: CF-Talk
Subject: RE: Pros and Cons on using MS Visual SourceSafe for managing CF
projects?

In my opinion, VSS is a good tool for managing source code.  However, I
would never integrate it with CF Studio projects.  I had done this and the
result was 5 corrupt projects and the loss of 2 weeks of work.

HTH.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



 -Original Message-
 From: river [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, March 20, 2001 12:17
 To: CF-Talk
 Subject: OT: Pros and Cons on using MS Visual SourceSafe for managing CF
 projects?


 It's a bit off topic, but I'd like to get a feedback on the use
 of Microsoft
 Visual SourceSafe for managing CF projects.  I've been asking people and
 most of them say they use the software to manage web projects.
 Now with CF
 projects what would be the pros and cons of using the software??






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

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



Scheduled Tasks, Access Denied

2001-03-15 Thread Paul Sizemore

The Encryption key for SiteMinder was moved and the service wouldn't start.
Problem was solved by moving it back (also might edit registry to move it
later). 

But, now when I run any scheduled tasks, they return "Access Denied" (when
output is saved to file). I can URL request the CF template from the server,
no problem. Permisions are set to "Everyone" can do everything on the Win2K
server.

What gives?

Paul

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

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



Siteminder, Scheduler, Advanced Security

2001-03-05 Thread Paul Sizemore

We just made some changes to our server (Win 2K), and now the Scheduler, and
Advanced Security in the CF Administrator does not work. The Scheduler
generates a "Access Denied" when the output is saved. The Advanced Security
generates "Error Diagnostic Information, Security Policy Administration,
Security Policy Administration is not available". Also, the Siteminder
services are not starting. 
We moved the CFIDE and CFDOCS folders, changed some of the permissions from
directory to file, and changed some virtual directories. 
Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

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



RE: how to launch a windows app from a web page?

2001-02-16 Thread Paul Sizemore

James,

I am passively trying to do the same thing. I've got it to creating a signed
VB Active x control that shells out to the app (currently note pad). I want
to pass the app name to the active x control to open (maybe in a URL
variable, for example http://www.foo.com/Index.cfm?OpenAppID=NotePad to open
notepad.exe). Any thoughts on how I would do this?

Start VB code 

Private Sub Command1_Click()
Dim rc As Double

rc = Shell(Text1.Text, vbMaximizedFocus)

End Sub

Private Sub UserControl_Initialize()
Text1.Text = "c:\notepad.exe"
   Dim rc As Double

rc = Shell(Text1.Text, vbMaximizedFocus)
End Sub


End VB code 



-Original Message-
From: James Birchler [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 9:30 PM
To: CF-Talk
Subject: OT: how to launch a windows app from a web page?

Has anyone ever successfully launched a Windows application from a web page?
If so, how? The only way I've found so far is using an ActiveX
component--but only in theory.  I'm looking for source code I could modify
to launch a particular application.

Is it possible to simply use an object tag to launch the application?

Anyone know anything about this sort of thing?

Thanks,

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

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



RE: PDF Detection

2001-02-09 Thread Paul Sizemore

I'm there, thanks for the referral.

-Original Message-
From: Stephen M Aylor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 08, 2001 11:29 PM
To: CF-Talk
Subject: Re: PDF Detection

Good question for www.planetpdf.com

Steve

- Original Message -
From: "Paul Sizemore" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, February 08, 2001 12:30 PM
Subject: OT: PDF Detection


 Is there a way to detect if a user does not have the ability to view PDFs
on
 their IE machine?

 Paul Sizemore

 Finish Line
 3308 N Mitthoeffer Rd
 Indianapolis, IN 46235
 W: 317-899-1022 ext 3516



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

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



OT: PDF Detection

2001-02-08 Thread Paul Sizemore

Is there a way to detect if a user does not have the ability to view PDFs on
their IE machine? 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

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



RE: How do I put the little image in the address bar in IE?

2001-01-29 Thread Paul Sizemore

http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp

Create the Correct Size Icon
For Internet Explorer 5, the required size of a shortcut icon is 16x16
pixels. To create the icon, use an icon editor, such as the one included in
Microsoft(r) Visual Studio(r) or one of the many other icon editors
available. Regardless of the program you use, make sure you set the editor
to create an icon that is 16x16 pixels. Otherwise, the icon will be ignored
by Internet Explorer.
Associate the Icon with Your Web Page
After creating the icon, you must associate it with your Web page. One way
is to save the icon with the default file name of favicon.ico in the root
directory of your domain-for example, www.microsoft.com/favicon.ico. Each
time your Web page is added to a user's favorites, Internet Explorer
automatically searches for this file and places the icon next to all the
favorites and quick links originating from your site.
You can also associate the icon with your Web page by saving the icon with a
file name other than favicon.ico and adding a line of HTML code in the HEAD
section of your Web document. The line of code includes a LINK tag that
specifies the location and name of the file. You can include this LINK tag
on a per-page basis. 
HEAD
  LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico"
 TITLEMy Title/TITLE
/HEAD


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Milks, Jim [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 1:39 PM
To: CF-Talk
Subject: OT:How do I put the little image in the address bar in IE?

Hi,
I have a client who is hell-bent on having his logo appear in the IE address
bar and when people bookmark his site. How is this done? It is IE only,
right?

Thanks,

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

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



CFFTP problem - 0 byte

2001-01-18 Thread Paul Sizemore

I have been using cfFTP to u/l a file to a server (StoreRunner.com), but all
of a sudden they say they are getting 0 byte files (after a few months of
daily success). When I send the same file with WS FTP, it gets there. Does
anyone have any insight? Code follows, and I am relatively new to CF (so I
could be overlooking the obvious).

cfftp action="OPEN" 
server="216.229.243.231"  
username="anonymous" 
password="[EMAIL PROTECTED]" transfermode="AUTO"
stoponerror="yes" passive="Yes"
connection="StoreRunner" timeout="65" port="21"


cfftp connection="StoreRunner" 
action="PUTFILE"
remotefile="#StaticFileName#"

localfile="E:\Inetpub\intranet\!Apps\StoreRunner\MerchUpdate\Assets\OutputFi
les\#StaticFilename#" 
transfermode="AUTO" timeout="65"   

Thanks for your help.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

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



RE: Hmmm NO more Allaire

2001-01-17 Thread Paul Sizemore

Just remember what MM did to Drumbeat (bought it, then replaced it and
abandoned it's users). Part of me is very scared for CF. Don't get me wrong
(I've been a MM user since the Aldus days), but MM does have a way to do
what is best for them, not the companies they "merge" with or the developers
the leave stranded. MM uses many of the same tactics MS uses.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 8:40 AM
To: CF-Talk
Subject: Re: Hmmm NO more Allaire

Good point i am a little worried since we use the Linux Platform =)
hopefully they dont drop it.


Bill Wheatley
Director of Development
Allaire Certified ColdFusion Developer
AEPS INC
Allaire ColdFusion Consulting Partner
www.aeps.com
www.aeps2000.com
954-472-6684 X303
ICQ: 417645


- Original Message -
From: "DeVoil, Nick" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, January 17, 2001 7:02 AM
Subject: RE: Hmmm NO more Allaire


  Ya think Microsoft is sweating just a litlle bit?

 They will when the company that makes Windows bundles
 CF Server with it, and the company that makes SQL Server
 ships it free with Ultradev, and the company that makes
 Visual Basic and C# integrates them tightly with Ultradev too.

 Oh no wait a minute...


 **
 Information in this email is confidential and may be privileged.
 It is intended for the addressee only. If you have received it in error,
 please notify the sender immediately and delete it from your system.
 You should not otherwise copy it, retransmit it or use or disclose its
 contents to anyone.
 Thank you for your co-operation.
 **


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

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



RE: call program on client via CF?

2001-01-05 Thread Paul Sizemore

How exactly do you do it using VBScript. I need to transparently launch a
user specified vb application on the user's machine from a network drive (I
will set up a DB table with the names, over 300, and arguments to pass). Ho
would I do this? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 3:14 PM
To: CF-Talk
Subject: RE: call program on client via CF?

 Is there a way to activate a program on a client machine using CF in an
 extranet environment? I know this can't be done with VBScript or
 JavaScript
 due to security concerns. Can it be done with CF if the person using the
 client machine is willing?

This wanders into the real of activex and java. Or a program they download
and install first than monitors for tcp/udp messages/command like ICQ, (or
any number of zombie progs :) etc.

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

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



RE: Name are Intranet !!

2000-12-15 Thread Paul Sizemore

We are in the same boat, but we are going to allow the users to submit names
(a nice way to drive traffic).

-Original Message-
From: Rif Kiamil [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 15, 2000 11:44 AM
To: CF-Talk
Subject: Name are Intranet !!

Dear CF Users,

We are looking to name are intranet. Any body got any good ideas?

From Rif

PS Should be a sexy name
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Output to File, a lot of white space

2000-10-20 Thread Paul Sizemore

I'm writing a file to disk using the Scheduled Task's "Output to file"
feature. And, when the file is generated on disk it has a lot of extra
carriage returns, tabs, and spaces. The amount of extra "white" space looks
a lot like the extra "white" space in my code.  In fact I deleted an extra
carriage return in my Application.cfm, and a carriage return in the file was
deleted. 
I have selected  "Suppress whitespace by default " on the server, used
CFPROCESSINGDIRECTIVE ... , experimented with CFSetting, and none of them
work (I do notice a difference with suppressing the white space). 

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

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



RE: Output to File, a lot of white space

2000-10-20 Thread Paul Sizemore

I have tried that (also, I just tried again) - Does not work.

For example where #Q_One.brief_desc# is Air Flightposite

"CF_Capitalize#Q_One.brief_desc#/CF_Capitalize

generates

" 















Air Flightposite (if you highlight the above you can see all the spaces and
carriage returns)

-Original Message-
From: Warrick, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 20, 2000 11:35 AM
To: CF-Talk
Subject: RE: Output to File, a lot of white space

Start all files with:
cfsetting enablecfoutputonly="yes"
put cf code here, surround HTML outputs with cfoutput

end all files with:
cfsetting enablecfoutputonly="no"

That will eliminate ALL the extra white space that was not generated as you
wanted it to be, and it's backwards-compatible with version 4.01.

---mark

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


 -Original Message-
 From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 20, 2000 9:15 AM
 To: CF-Talk
 Subject: Output to File, a lot of white space


 I'm writing a file to disk using the Scheduled Task's "Output to file"
 feature. And, when the file is generated on disk it has a lot of extra
 carriage returns, tabs, and spaces. The amount of extra "white"
 space looks
 a lot like the extra "white" space in my code.  In fact I deleted an extra
 carriage return in my Application.cfm, and a carriage return in
 the file was
 deleted.
 I have selected  "Suppress whitespace by default " on the server, used
 CFPROCESSINGDIRECTIVE ... , experimented with CFSetting, and
 none of them
 work (I do notice a difference with suppressing the white space).

 Paul Sizemore

 Finish Line
 3308 N Mitthoeffer Rd
 Indianapolis, IN 46235
 W: 317-899-1022 ext 3516
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]



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

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



CFCase - Number in range of values

2000-10-18 Thread Paul Sizemore

Is there any way to do the following?  (I know case values must be
constants). Will I need to test for this possibility before it goes into the
CF switch? 

CFCase  GT value="400" AND LT value="499"
My Code
/CFCASE

pbs


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



RE: CFCase - Number in range of values

2000-10-18 Thread Paul Sizemore

Let me expand to better represent my code:

cfswitch expression="#Q_One.Attrib#"

!--- How do I do the following? ---
CFCase  GT value="400" AND LT value="499"Women's
Footwear/Walking/cfswitch
CFCase  GT value="700" AND LT value="799"Women's
Footwear/Running/cfswitch


cfcase value="BBS"Baseball/Softball/cfcase
cfcase value="WRE"Wrestling/cfcase
CFCase Value="323"Kid's Footwear/Infant Boy's/cfcase
CFCase Value="328"Kid's Footwear/Infant Girl's/cfcase

CFCase Value="605"Kid's Apparel/Boy's Apparel/cfcase

cfdefaultcaseOther Category/cfdefaultcase
/cfswitch

-Original Message-
From: Hayes, David [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 18, 2000 11:01 AM
To: CF-Talk
Subject: RE: CFCase - Number in range of values

You can use CFDEFAULTCASE.

-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 18, 2000 10:10 AM
To: CF-Talk
Subject: CFCase - Number in range of values


Is there any way to do the following?  (I know case values must be
constants). Will I need to test for this possibility before it goes into the
CF switch?

CFCase  GT value="400" AND LT value="499"
My Code
/CFCASE

pbs



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


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

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



RE: CFCase - Number in range of values

2000-10-18 Thread Paul Sizemore

It is close to the end of the day, but I think your suggestion will work.
Thanks a lot for the help. 

-Original Message-
From: Hayes, David [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 18, 2000 3:10 PM
To: CF-Talk
Subject: RE: CFCase - Number in range of values

You could move those to the CFDEFAULTCASE.

CFDEFAULTCASE
CFIF Q_One.Attrib GTE 400 AND Q_One.Attrib LTE 499
   
CFELSEIF Q_One.Attrib GTE 700 AND Q_One.Attrib LTE 799
   
CFELSE

/CFIF
/CFDEFAULTCASE

If you know that the appropriate value can always be determined by the first
digit, you could do another CFSWITCH using left(attrib,1) as your
expression.

-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 18, 2000 1:39 PM
To: CF-Talk
Subject: RE: CFCase - Number in range of values


Let me expand to better represent my code:

cfswitch expression="#Q_One.Attrib#"

!--- How do I do the following? ---
CFCase  GT value="400" AND LT value="499"Women's
Footwear/Walking/cfswitch
CFCase  GT value="700" AND LT value="799"Women's
Footwear/Running/cfswitch


cfcase value="BBS"Baseball/Softball/cfcase
cfcase value="WRE"Wrestling/cfcase
CFCase Value="323"Kid's Footwear/Infant Boy's/cfcase
CFCase Value="328"Kid's Footwear/Infant Girl's/cfcase

CFCase Value="605"Kid's Apparel/Boy's Apparel/cfcase

cfdefaultcaseOther Category/cfdefaultcase
/cfswitch

-Original Message-
From: Hayes, David [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 18, 2000 11:01 AM
To: CF-Talk
Subject: RE: CFCase - Number in range of values

You can use CFDEFAULTCASE.

-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 18, 2000 10:10 AM
To: CF-Talk
Subject: CFCase - Number in range of values


Is there any way to do the following?  (I know case values must be
constants). Will I need to test for this possibility before it goes into the
CF switch?

CFCase  GT value="400" AND LT value="499"
My Code
/CFCASE

pbs



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


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


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


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

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



RE: verisign payflow link?

2000-10-06 Thread Paul Sizemore

Has anyone called a Win .EXE file from a html page?

On our intranet, we want to recreate a VB navigational menu system that
calls other VB applications (the VB applications reside on a drive that has
been mapped on our end users computers). How can I do this?
Paul Sizemore
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How to call an .EXE from web page

2000-10-06 Thread Paul Sizemore

Doesn't CFExecute execute a on the server? And, it looks like the others do
as well (but, Intra tools looks to have great products).

I need to run a VB app on the end user's machine. (Like CF  C:\Windows\
Calc.exe)


-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 9:20 AM
To: CF-Talk
Subject: Re: How to call an .EXE from web page

cfexecute  in  CF4 +

otherwise look at
www.intrafoundation.com  for cfx_consolecommand , cfx_spawn etc...

Justin

- Original Message -
From: "Paul Sizemore" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, October 06, 2000 3:11 PM
Subject: OT: How to call an .EXE from web page



 Has anyone called a Win .EXE file from a html page?

 On our intranet, we want to recreate a VB navigational menu system that
 calls other VB applications (the VB applications reside on a drive that
has
 been mapped on our end users computers). How can I do this?
 Paul Sizemore
 --
--
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 --

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




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



RE: How to call an .EXE from web page

2000-10-06 Thread Paul Sizemore

Any leads on an Applet or Active X to do this - it is "planned" to be one of
the big hits of our implimentation.

-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 10:24 AM
To: CF-Talk
Subject: Re: How to call an .EXE from web page

Oh Sorry ! No you can oly do this using a Java Applet or ActiveX control

Justin

- Original Message -----
From: "Paul Sizemore" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, October 06, 2000 3:53 PM
Subject: RE: How to call an .EXE from web page


 Doesn't CFExecute execute a on the server? And, it looks like the others
do
 as well (but, Intra tools looks to have great products).

 I need to run a VB app on the end user's machine. (Like CF 
C:\Windows\
 Calc.exe)


 -Original Message-
 From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 06, 2000 9:20 AM
 To: CF-Talk
 Subject: Re: How to call an .EXE from web page

 cfexecute  in  CF4 +

 otherwise look at
 www.intrafoundation.com  for cfx_consolecommand , cfx_spawn etc...

 Justin

 - Original Message -
 From: "Paul Sizemore" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Friday, October 06, 2000 3:11 PM
 Subject: OT: How to call an .EXE from web page


 
  Has anyone called a Win .EXE file from a html page?
 
  On our intranet, we want to recreate a VB navigational menu system that
  calls other VB applications (the VB applications reside on a drive that
 has
  been mapped on our end users computers). How can I do this?
  Paul Sizemore

 --

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



RE: How to call an .EXE from web page

2000-10-06 Thread Paul Sizemore

The app will only be for our Intranet, and we are standardized on Win MS IE
5+ on Win 95, 8 and a few 2K, and yes when this was initially brought up, I
cringed about running an app on a users machine - I said "you don't really
want to do that do you". But it is seen as a way to start migrating our
current development to web based.  Right now we only have VB developers, and
me (I've only been working with CF and ASP under a year).

I want it to be menu based, so the user could go to "Distribution Center :
RF Logs" , and launch the VB app "RFLogs.exe" - Much like a standard File,
Edit, ... menu works. I have used the CF_IEMenu tag, and I would like it to
be like this (Maybe).

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 12:20 PM
To: CF-Talk
Subject: RE: How to call an .EXE from web page


 Any leads on an Applet or Active X to do this - it is "planned"
 to be one of
 the big hits of our implimentation.

Yea, well don't "plan" on me or many other security conscious folks let it
run if you do get it done. :)

Anyway, as was said, the only way to do this on a non-intranet user's
machine "automatically" is basically through an windows activex, a plugin or
java. They could as well download a setup.exe to install a small client app
that runs in the background.

What route you go depends what it is and what platforms you want to support.

--min



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



Forms-General Practices

2000-10-03 Thread Paul Sizemore

We are in the process of standardizing coding practices for our forms. What
would the drawbacks be to creating single page forms (all code in one cfm
file)?
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Fusebox [CF-Talk]

2000-09-20 Thread Paul Sizemore

I agree that we now need to turn this to "examples that work for me." 

I am in the process of writing a "Development Guide" for our (soon to be)
Intranet, and I am very interested in what works for all these people that
don't practice FuseBox (I have no experience in FB, but looks pretty good
because I could just throw it out there and say do it). One aspect that I am
trying to build in to the methodology is the ability to deal with
applications created in DreamWeaver UltraDev (or other CF WYSIWYG editors).
- A large intranet will get these types of apps. 

I like the idea of a sequential application tree (in FB) because it is more
like traditional application development (I'm the only CF developer on a six
person VB team - and I'm just learning CF). What are the advantages to not
creating architecture like this (and what else could I do)?


Paul Sizemore
Finish Line
www.finishline.com

-Original Message-
From: Chris Lott [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 1:30 PM
To: [EMAIL PROTECTED]
Subject: Re: Fusebox [CF-Talk]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

However, it, like fusebox takes a lot longer to do.

Can't we all just get along? Everyone should write however they want to.
Some of us actually find Fusebox much quicker to develop in. Others
don't. That will never change.

I'd personally prefer to see more discussion about different
methodologies, which might help all of us. Many allude to their own
methods, but concrete explanations are often missing. I've tried, and
failed, to make sense of CFobjects, for example. \

These discussions occur not because there is any single best way to
code, but because CF's ease of use has allowed a lot of people who are
not programmers by profession (or nature :) to get into web application
development, and many of us don't have the skills to create a method of
our own. I personally NEED some direction to make better code and look
for the gurus on these lists to help!

c


-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 for message encryption and authentication: USE PGP!
Comment: KeyID: 0x51046CFD

iQA/AwUBOckCKtaLYehRBGz9EQK3sACePIJHySnukw0Z6dYXzH5tL+8A514AoLNy
QQNl3xq93XjFEfmSuAZUWokI
=cZls
-END PGP SIGNATURE-



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



Found NT Auth_User -- Need a FULLNAME

2000-08-31 Thread Paul Sizemore

I've searched the archives and experimented with several tags, but can not
find how to pull a full name of the user.
I have the CGI.Auth_User  from the NT Authorization (the employees
initials), but now I want their FULLNAME (from NT). How do I get this?

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



RE: Nt Authentication and CF

2000-08-29 Thread Paul Sizemore

There is a cgi variable called Auth_User (pulled from a NT/IIS log-in). This
variable cannot be used if you have anonymous log-in enabled on your server.

I'm working on an app similar: 

!--- If an NT Authintication is present, then set to a Session Var, else
redirect---
cfif  isdefined("Auth_User")
!--- Auth_User is available to CF if you have  anonymous
log-on turned off in NT  IIS  and...
Variables: Enable Session Variables and Enable Application
Variables---

!--- you can see a list of all available Variables by
Administer:Debugging:Show variables  ---
cflock timeout="30" throwontimeout="No"
type="EXCLUSIVE"
cfset Session.Auth_User =
listlast(#Auth_User#,"\")
/cflock
cfelse
CFLocation url="No_Auth_User.cfm"
/cfif



-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 29, 2000 2:04 PM
To: [EMAIL PROTECTED]
Subject: Re: Nt Authentication and CF

Look here - http://www.intrafoundation.com/intranethostingtoolkit.html

Regards,

Howie

- Original Message -
From: "Richard Wrightsman" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 29, 2000 2:54 PM
Subject: Nt Authentication and CF


 I have a client that is installing 200 workstation in a manufacturing
shop.
 The workstations will mainly provide viewable blue prints, instead of
 workers having paper cluttered blue prints laying on their desks.

 My first task is to authenticate each user via the Nt username and
password
 file when they login to the intranet (also for time tracking purposes).
 This way as people come and go there is only one list of usernames and
 passwords that has to be administered.

 question?:
 Is it possible to pull this information from the nt user account?  Is
there
 a custom tag anyone has used for this purpose?

 Thank you in advance,

 Richard
 The Stirlingbridge Group
 Mission Viejo, CA.


 --

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


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



RE: Newbie:Printing and Page Break

2000-08-17 Thread Paul Sizemore

K-

One thing that I have done is to use that fact that browsers try not to
break images wile printing. NS and IE have different break-image percentages
- but a happy medium can be found. You just need to tie your content to that
image.

To solve the problem I created a table with one row and two columns (one
column very low width and with a spacer image in it). I tested on IE 4,5 and
NS 3,4 (Mac  Win on 4 different printers) and it seemed to work great.  

I think the code went something like this:

table width="600" border="0" cellspacing="0" cellpadding="0" height="750"
  tr
td width="15"img src="/images/spacer.gif" width="16"
height="750"/td
td width="585"
Your Content For Page 1
/td
  /tr
/table

table width="600" border="0" cellspacing="0" cellpadding="0" height="750"
  tr
td width="15"img src="/images/spacer.gif" width="16"
height="750"/td
td width="585"
Your Content For Page 2
/td
  /tr
/table


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 17, 2000 8:33 AM
To: [EMAIL PROTECTED]
Subject: Newbie:Printing and Page Break 

I have to be missing something here but;

We have a CF page that displays one right after another. At the end of
the form we are placing a

h1 style="page-break-before: always"h1
or
br style="page-break-before: always"

To eject a page.  First time through the loop it works, the second time
and on it does not.


Also, could someone tell me why something like this isn't working.

/HEAD
BODYasdfasdfsf
h1 style="page-break-before: always"/h1
adfga
/BODY
/HTML

Are there some conditions that must be met for this to work.

K


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