test

2005-09-06 Thread chris.alvarado
anyone else not receiving email from the lists?

-- 
-chris.alvarado
[application developer]


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217453
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: test

2005-09-06 Thread chris.alvarado
ok i see my email posted on the site, however for some reason i am not 
receive any emails from any of the lists to my Gmail account.

i also cant remember my login information for HoF and cannot get the 
retrieve password process to work. i get:

I'm sorry but an error has occured with the template you are requesting. A 
message has been sent to the site administrator and he will deal with it.\

any ideas?

On 9/6/05, chris.alvarado [EMAIL PROTECTED] wrote:
 
 anyone else not receiving email from the lists?
 
 -- 
 -chris.alvarado
 [application developer] 




-- 
-chris.alvarado
[application developer]


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217455
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF code documentation . . . JavaDoc?

2005-07-01 Thread chris.alvarado
Hello all,

I was wondering if anyone could recommend a documentation package that
is similar to JavaDoc (uses JavaDoc tag standard)?

Thanks!
-- 
-chris.alvarado
[application developer]

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


spelling and GRAMMAR check. . .

2005-06-11 Thread chris.alvarado
hello all,

does anyone know of a good spelling AND grammar check tag for CF?

i know of a couple good spelling check tags but none that also check grammar.

if there is not one that includes a grammar check does anyone know of
a spelling and grammar check API that i could integrate with?

i guess it would need to be some type of COM or Java object.

thanks!

-- 
-chris.alvarado
[application developer]

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209227
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Memory Leakage

2002-10-18 Thread chris.alvarado
Ive also had these problems when my verity collections have gotten to
large.

In the technotes on macromedias site they recommend you keep verity
collections to 100MB or less.

-chris

-Original Message-
From: S. Isaac Dealey [mailto:info;turnkey.to] 
Sent: Thursday, October 17, 2002 8:10 PM
To: CF-Talk
Subject: Re: Memory Leakage


I would check your persistent variables. Make sure you're properly
locking _all_ session, application and server variables you may be
using. Check the timeout's on those variables also -- as a for instance,
if you have the maximum duration for session variables set to 3 days,
what's going to happen is a user's going to log in, close the browser,
log in again, close the browser, log in the next day, close the browser,
and at the end of your 3 day period for those session variables, there
will be 1 active set of session variables for him, plus a dozen or so
other sets of long since abandoned session variables ( as much as 3 days
old ). This is of course a fairly extreme example and I doubt you're
actually doing this, but it's something to check.

 Hi all,
   I have a site that has a little problem, it seems to leak
   memory like a
 sieve, currently it's using around 800meg - after 24
 hours.

 Initially I thought it was probably all the cached queries
 I was using,
 so I uncached everything, and that has improved the
 situation a little
 by slowing down the leak, but it is still leaking.

 Does anybody know of a way to see how the leaked memory is being used
 (i.e what is causing it's allocation to the CF engine in
 the first place) ?


Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: PLEASE END THIS (RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?)

2002-10-16 Thread chris.alvarado

Actually this thread kind of interests me.

My company is still doing large ammounts of CF work so I find myself
somewhat emmersed in CF only apps, and end up oblivious to the
differences in it and other languaes (shortcoming / advantages etc). CF
does everything I need / want it to do now and forseeabley in the near
future and rather well I might add. 

Like most other Web Developers I have the obligatory few years of ASP,
VB, PHP experience (havent really been able to delve into .NET yet) and
I still find that CF is the most useful in the majority of my projects.

Besides, this thread has been about the different thingt languages can /
cant do well / not very well, and imo are applicable to this list.

If this list were supposed to be about code only then there would be no
debates on code efficiency / standards / best practices and quite
frankly I would not get as much out of it.

Delete = 1 keystroke, by no means a large task for the very capable
developers on this list ;)

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

We create websites that make you a hero.

-Original Message-
From: William Wheatley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 3:50 PM
To: CF-Talk
Subject: Re: PLEASE END THIS (RE: The Hidden CF factor was RE: How Good
is the Job Market for ColdFusion?)


then dont read it :)


- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, October 16, 2002 4:37 PM
Subject: PLEASE END THIS (RE: The Hidden CF factor was RE: How Good is
the Job Market for ColdFusion?)


 mike d.

 time for this to move to the cf community list
 ive tried to restrain, as long as I could. this isnt code based, nor 
 is it relevant to anyone here.

 this is a place for code fixes, and work arounds and tips etcnot 
 opinionswe all have those, just like we all have..

 im sick of reading this CRAP.

 later.

 ..tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337


 -Original Message-
 From: Ken Wilson [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 16, 2002 4:24 PM
 To: CF-Talk
 Subject: RE: The Hidden CF factor was RE: How Good is the Job Market 
 for ColdFusion?


 Huh?! That makes no sense whatsoever. How does being eminently 
 suitable for high-volume sites in any way negate the reality that 
 it's widely used for internal applications? And, of course, internal 
 apps are frequently far, far more data intensive than public sites and

 are heavily trafficked to boot.

 Ken



 -Original Message-
 From: Greg Bullough [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 16, 2002 4:01 PM
 To: CF-Talk
 Subject: RE: The Hidden CF factor was RE: How Good is the Job Market 
 for ColdFusion?


 This whole 'Hidden CF Factor' sort of reminds me of 'Wagner's music is

 better than it sounds' or perhaps 'Pay no attention to the man behind 
 the curtain.'

 What hogwash! Basic statistics tell us that there is probably as much 
 'hidden' (read: 'intranet') ASP, PHP, and J2EE, proportionately, as 
 their is CF.

 On the other hand if MM *insists* that CF is 'more pervasive than the 
 visible penetration would indicate' then that puts the lie to what 
 Allaire and MM have said all along...that CF is eminently suitable for

 high-volume sites in which usage patterns are unpredictable.

 In all, they can't have it both ways, now can they? :-)

 Greg



 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Dynamic Shipping Calculations

2002-10-15 Thread chris.alvarado

I have a fairly sizeable E-Commerce project on the horizon.

I am currently in the R phase of R  D and I am investigating shipping
calculation methods.

I know that UPS offers some kind of service / exposed API you can use to
calculate shipping.

I am sure FedEX has the same.

Just curious if anyone has any knowledge of good packaged or reference
on best ways to accomplish this.

The desired result is the ability to check shipping costs with the 3
largest carriers. UPS, FedEX, and USPS

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

We create websites that make you a hero.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



CF Structures

2002-09-04 Thread chris.alvarado

I am a bit limited in my dealings with Cold Fusion structures. 

And as such, I was wondering if anyone has any links to good reference
onlive dealing with CF Structures?

Thanks a ton for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


__
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



Large file uploads

2002-08-09 Thread chris.alvarado

How is everyone dealing with large file uploads?

I have a page where a user can use the standard browse  upload
functionality on a lot of sites. Behind the scenes I am just using the
cffile tag etc.

However, over a certain file size (seems to be about 10MB) there seems
to be a huge bottleneck. The server will then of course start responding
slow etc, and ultimately the page may time out or never respond back.

There is even the extreme need of being able to upload even larger
files, say 50MB+.

Does anyone have any suggestions?


Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


__
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



CF MX Debugging

2002-07-29 Thread chris.alvarado

This is my one and only gripe thus far with CF MX, and maybe someone
knows a way to fix it.

I am not liking the floating debugging window, nor do I like it docked
to the left of the page.

Is there a way to get debugging info to show up at the bottom of the
page like it used to with CF 5 and down?

Thanks,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


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



Retrieving last inserted Primary Key

2002-07-23 Thread chris.alvarado

I know this topic has been flogged to death, but here it goes again.

What is the preferred Method of retrieving the last inserted Primary
key?

NOT using a stored proc and the Identity method, so what about using
CF in line queries.

Any suggestions?

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


__
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



Recursive queries

2002-07-16 Thread chris.alvarado

Still trying to decide how I like to perform some type of recursive
query wth the following Table structure;

ID   NAME   PARENT_ID

If the current record IS the parent then the Parent ID is 0

Otherwise the child has the ID of the parent as it's Parent ID.


Anyone have any good references on recursive queries to handle this? A
way to spider down through the parents and children basically.

Ive done this before using Stored Procs and temp tables, but there has
to be an easier way.

Any suggestions?


-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


__
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



CF - Web Based Org Charts

2002-07-03 Thread chris.alvarado

A new client project of mine is going to requires some sort of dynamic
web based Org Chart creation.

Preferably a package that will integrate with CF. 

It would be nice if the interface were somewhat drag and drop.

Also, the ability to contain links to sections that explain a certain
Positions on the Org Chart's Roles and Responsibilities on each node of
the chard is necessary.

Does anyone have any suggestions?


-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


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



RE: CF - Web Based Org Charts

2002-07-03 Thread chris.alvarado

Actually, an update;

I found some nice examples of doing just this is XML / VML so I have
decided persue this route.

Yes this solution will only work in IE 5 and up, but luckily this is for
a an intranet so that is one of the requirements we alreasy have in
place.

Thanks for everyone's feedback!

-chris.alvarado

-Original Message-
From: Nick de Voil [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 03, 2002 10:49 AM
To: CF-Talk
Subject: Re: CF - Web Based Org Charts


Chris

 A new client project of mine is going to requires some sort of dynamic

 web based Org Chart creation.

 Preferably a package that will integrate with CF.

 It would be nice if the interface were somewhat drag and drop.

Fig Leaf had a rather cool demo of exactly this based on Flash back in
the Harpoon days (about 18 months ago)

Nick


__
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: CF - Web Based Org Charts

2002-07-03 Thread chris.alvarado

Here is something I just through together,

This is not Dynamically driven yet.

But soon will be.

All this really is, is an XSL style sheet applied to an XML Document,
and some VML elements thrown into the XSL document.

http://www.squidinc.com/intranet/sales/results.htm

-Original Message-
From: Dan O'Keefe [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 03, 2002 11:15 AM
To: CF-Talk
Subject: RE: CF - Web Based Org Charts


Where id you find the examples?

Dan

-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 12:10 PM
To: CF-Talk
Subject: RE: CF - Web Based Org Charts


Actually, an update;

I found some nice examples of doing just this is XML / VML so I have
decided persue this route.

Yes this solution will only work in IE 5 and up, but luckily this is for
a an intranet so that is one of the requirements we alreasy have in
place.

Thanks for everyone's feedback!

-chris.alvarado

-Original Message-
From: Nick de Voil [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 10:49 AM
To: CF-Talk
Subject: Re: CF - Web Based Org Charts


Chris

 A new client project of mine is going to requires some sort of dynamic

 web based Org Chart creation.

 Preferably a package that will integrate with CF.

 It would be nice if the interface were somewhat drag and drop.

Fig Leaf had a rather cool demo of exactly this based on Flash back in
the Harpoon days (about 18 months ago)

Nick




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



CF function to call queries

2002-07-01 Thread chris.alvarado

Working on a new application and I wanted to use UDFs to call queries
and return the recordset.

Not getting the results I am expecting.

Never really worked with running queries inside of cfscript

And not seeming o be able to pass the recordset name to the function.

cfscript
function fncQryGetAllUsers(recordset,orderby,sort) {

cfquery name=#recordset# datasource=DATABASE
SELECT *
FROM USERS
ORDER BY #orderby# #sort#
/cfquery

}
/cfscript

This is the code im using, but also how would I set the recordset as a
return Parameter?

So that I could do something like this.

cfloop query=#fncQryGetAllUsers('recordsetname','last_name','desc')#

/cfloop


Anyone done anything like this?

Have any ideas?

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy


__
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: CF function to call queries

2002-07-01 Thread chris.alvarado

Ahhh,

Ok so how would one run a query within a cfscript block?

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 01, 2002 2:50 PM
To: CF-Talk
Subject: RE: CF function to call queries


You can't use cftags in cfscript. Please read the documentation on
cfscript - it should explain a lot. Note that in CFMX you can write UDFs
w/ the tag, cffunction. This would allow you to write queries in UDFs.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: chris.alvarado [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 01, 2002 3:45 PM
 To: CF-Talk
 Subject: CF function to call queries
 
 
 Working on a new application and I wanted to use UDFs to call queries 
 and return the recordset.
 
 Not getting the results I am expecting.
 
 Never really worked with running queries inside of cfscript
 
 And not seeming o be able to pass the recordset name to the function.
 
 cfscript
   function fncQryGetAllUsers(recordset,orderby,sort) {
   
   cfquery name=#recordset# datasource=DATABASE
   SELECT *
   FROM USERS
   ORDER BY #orderby# #sort#
   /cfquery
   
   }
 /cfscript
 
 This is the code im using, but also how would I set the recordset as a

 return Parameter?
 
 So that I could do something like this.
 
 cfloop
 query=#fncQryGetAllUsers('recordsetname','last_name','desc')#
 
 /cfloop
 
 
 Anyone done anything like this?
 
 Have any ideas?
 
 -chris.alvarado
 [ application developer ]
 4 Guys Interactive, Inc.
 http://www.4guys.com
 
 -- I can picture in my mind a world without war, a world without hate.

 And I can picture us attacking that world, because they'd never expect

 it. -- Jack Handy
 
 
 

__
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: Java for beginners?

2002-06-20 Thread chris.alvarado

Actually, what I mean is the language Java, as in building servlets or
enhancments to applications etc. Not JSP. Although I can imagine that I
will be getting into JSP as well.

-chris

-Original Message-
From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 11:10 AM
To: CF-Talk
Subject: RE: Java for beginners?


If you are specifically interested in JSP, you should check out
JavaServer Pages Application Development  It is a SAMS book by Ben
Forta, et al.


Tony Weaver
Limited Brands Technology Services
Advanced Technology Group 
Senior Programmer/Analyst
Phone: 614.415.7647
E-mail: [EMAIL PROTECTED]
AURA SCIENCE / BATH  BODY WORKS / EXPRESS / HENRI BENDEL / THE LIMITED
NEW YORK  COMPANY / VICTORIA'S SECRET / THE WHITE BARN CANDLE COMPANY



-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:29 AM
To: CF-Talk
Subject: OT: Java for beginners?


Hello all,

Just wondering if anyone has any good Java book reccomends for
beginners?

My background is in CF, ASP, VB, SQL type stuff if that helps.

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy




__
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: Error on large uploads (1450)

2002-06-18 Thread chris.alvarado

When I receive an NT error like this I always go to a command prompt and
type 'net helpmsg error number'

It will tell you what the exact error means,

In your case it is:

Insufficient system resources exist to complete the requested service

How large was the file?

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-Original Message-
From: Smith, Dennis P. (ITSC Tucson) [mailto:[EMAIL PROTECTED]]

Sent: Tuesday, June 18, 2002 10:13 AM
To: CF-Talk
Subject: Error on large uploads (1450)


Hate to bring up an old subject, but has anyone found an answer to the
age old question to uploading large files and the 1450 error:
Error writing data from web server to the ColdFusion
Application Server.  
Windows NT error number 1450 occurred.

The server: 
NT v4.0 SP6a
ColdFusion v5
Memory = 4GB
Processor = Quad x86 Family 6 Model 7 Stepping 3: 549
MHz
Drive:  [FileSys]  [ Size ]  [ Free ]  [ Used ]
  C   NTFS4095  2967  1128
  D   NTFS  138851129712  9139
  E   NTFS   13257  9516  3741
Registry Quote = 75MB
Used:   23%
Page file
C:\pagefile.sys 256 306
D:\pagefile.sys 2000 4000
E:\pagefile.sys 2000 4000
Note: Client Variables are NOT being written to the registry

I have scoured the Net looking into this error and everything points to
the registry.  I have followed the directions on the creation of an ODBC
for the client variables but the error still persists.  The breaking
point on this particular server is about 3MB.  From other posts I've
seen an upload of 25MB or more would be a vast improvement.

Suggestions?!?


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



prototyping

2002-06-10 Thread chris.alvarado

Anyone out there using any kind of prototyping / wireframes tools to
gives clients a glance at what they are paying for before anything is
actually developed?

Basically, to combat the longtime problem of the client does not know
what they want, until they see it?

Any good recommendations on software to do this?

Does not need to be the Fusebox specific one, as it does not look like
we will be using Fusebox very much.

Also, the other requirment is that the software not cost and arm and a
leg.

As always, 

Any and all help is greatly appreciated.

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 


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



Business Card Reader / Contact Managment

2002-06-10 Thread chris.alvarado

A client is currently looking for a solution whereby they can use some
kind of Business Card Reader to add contacts to either a 3rd party DB
that is ODBC compliant or has some kind of toolset to access the data
via SQL or some Com call. By doing this we could then make this data
available to their online contact management app we have built. Does any
have any suggestions as to any hardware / software?

Once again,

Thanks in advance.

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 


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



CF Generated Emails being cut by a Notes Server

2002-06-05 Thread chris.alvarado

Hello all,

Have kind of a strange one here. One of our large clients is having an
issue receiving complete emails from the CF application we have
developed.

I have bcc'ed myself on these emails and I receive them fine every time.

The kicker is this, 

Not all users on their end seem to be seeing this problem, AND it seems
there is something going on in the MIDDLE of the message that is the
problem because we have a footer that still seems to be coming across,
just not parts of the BODY.

They are on Lotus Notes there and we are using iMail here.

As I stated I receives these emails fine EVERY time using outlook. The
emails are HTML formatted to allow links etc but that should be fine for
notes.

Anyone else having any issues like this?

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 


__
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



Dynamic PDFs

2002-05-03 Thread chris.alvarado

I have a set of blank unused PDF files that are used for applications (job
applications).

I need to fill in ares on this PDF from a database programatically. What is
the easiest way to do this. I have been looking t ActivePDF. is this easy to
use with CF and will it do what I am describing?

thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com

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



RE: ISP Blocking Session or cookie variables

2002-04-24 Thread chris.alvarado

is your site delivered through a frameset that is on another server?

If so is he using IE6?

remember IE6 now has the p3p privacy policy in effect which prevents
'3rd-party' cookies from being placed on a users machine by default, and if
your site is delivered through the frameset of another site then your site
becomes that 3rd party.

We have run into this problem a few times recently.

Get ready for p3p.

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com

-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 10:26 AM
To: CF-Talk
Subject: ISP Blocking Session or cookie variables


Is it possible that an cable ISP is blocking session variables or cookies?
I have a user who can't logon to our members only site, our browser detector
says that his cookies are enabled, and he actually completes the logon (his
information is in our log database) yet he gets returned to the logon screen
which is indicatative of the session not being created or cookies not being
enabled.

Any ideas?

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)


FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

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



Results where value starts with A thru G

2002-04-08 Thread chris.alvarado

What is the best way to get all of the records where a specific column is
LIKE 'A%' through 'G%' ?

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

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



Kiosks

2002-04-05 Thread chris.alvarado

Currently in development we have an application that will be accessed from
some type of Kiosk device.

Does anyone out there have any recommendations on any hardware that should
be looked at?

It would be nice if the client device could browse a web page so that the
application could be programmed in CF.

any help would be greatly appreciated,

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

__
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



UDF or Custom Tag

2002-04-03 Thread chris.alvarado

does anyone have a UDF or Custom tag that will turn,

http://www.yahoo.com into a
href=http://www.yahoo.com;http://www.yahoo.com/a


i would just build it myself but im swamped.

thanks a million.

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.


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



RE: UDF or Custom Tag

2002-04-03 Thread chris.alvarado

actually i meant a function to search through text to find the patter
http://; OR www. and returns that entire string (to the next space) back
with a href= tags around it

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

-Original Message-
From: Park, Simon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 11:20 AM
To: CF-Talk
Subject: RE: UDF or Custom Tag


CFSCRIPT
function CreateHTMLLink(textin) {
textout = a href='  textin  '  textin  /a;
return textout;
}
/CFSCRIPT

CFOUTPUT
#CreateHTMLLink(http://www.yahoo.com;)#
/CFOUTPUT

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Simon Park  Computer Systems Management, Inc.
Director, E-Business205 South Whiting Street #201
Ph: 703-823-4300 x119   Alexandria, VA  22304
fax: 703-823-4301   http://www.csmi.com

 -Original Message-
 From: chris.alvarado [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 03, 2002 11:45 AM
 To: CF-Talk
 Subject: UDF or Custom Tag


 does anyone have a UDF or Custom tag that will turn,

 http://www.yahoo.com into a
 href=http://www.yahoo.com;http://www.yahoo.com/a


 i would just build it myself but im swamped.

 thanks a million.

 -chris.alvarado
 [application.developer]
 4 Guys Interactive, Inc.




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



Web based Chat

2002-04-03 Thread chris.alvarado

A client wants some type of web-based chat integrated into their site. It
would be nice if I could incorporate the Chat into the existing security
system.

Obviously any type of streaming chat would probably be Java-based but that
is fine.

I remember back in the day I would use Peri-Chat, so something similar
would be nice.

Thanks for any recommendations.

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

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



ClusterCats, Verity, Cluster Questions

2002-04-02 Thread chris.alvarado

Here is the scenario.

We have decided to cluster our server environment to improve performance as
well as add more fail over assurance.

Environment:

4 Identical servers.
1 File Server (where all of the files will reside)

From what I have gathered about Cluster Cats, it requires that your firewall
see it as 1 server (1 IP address) thus allowing Cluster cats to route the
traffic to the appropriate server.
There is good documentation on how to do this, and it seems fairly simple,
using Cisco Local Director. However, we do not use Local Director. We have a
Netscreen firewall and will be bale to do whatever DNS stuff is necessary.
Can anyone advise on how to satisfy Cluster Cat's needs in this environment?

Also,

seeing as how we will have 4 servers (initially) that will be serving as the
web server, how do we enable verity to work identically across all of the
servers? Will we need to duplicate the collections?

the reason we chose to go with a central NFS as opposed to storing all of
the application's files on each server is to eliminate the need to duplicate
files across server, etc.

if you need any more details please to not hesitate to ask.

as always,

any and all help is greatly appreciated.



-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

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



XML news feed

2002-03-27 Thread chris.alvarado

I know this is like the 1.3^35 time this has been brought up but can anyone
list the XML news feeds they know of?

Preferably free but if its good i wouldnt mind paying.

Thanks a 1.3^35

=)

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

__
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: XML news feed

2002-03-27 Thread chris.alvarado

I have been using the MSNBC thing from their site but it is a bit clunky and
looks bad on our site.

so something with the same type of news service etc.

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

-Original Message-
From: Mike Chambers [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 3:34 PM
To: CF-Talk
Subject: RE: XML news feed


what type of info / news are you interested in?

mike chambers

[EMAIL PROTECTED]

 -Original Message-
 From: chris.alvarado [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 27, 2002 3:31 PM
 To: CF-Talk
 Subject: XML news feed


 I know this is like the 1.3^35 time this has been brought up
 but can anyone list the XML news feeds they know of?

 Preferably free but if its good i wouldnt mind paying.

 Thanks a 1.3^35

 =)


__
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



CFFILE action = upload

2002-03-26 Thread chris.alvarado

has anyone experimented with the size of files that can be uploaded using
cffile?

Currently working on a document managment application and some fairly large
files need to be uploaded and I was curious about the limitations of cffile.

From a 'user experience' standpoint, i know i can use cfflush to present the
user with a file uploading type graphic or text, so that aspect can be
taken care of for the large load time.

Thanks for any and all help,

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

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



RE: session variable renewal

2002-03-26 Thread chris.alvarado

10:35

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

-Original Message-
From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 26, 2002 8:59 AM
To: CF-Talk
Subject: session variable renewal


Hello.  Do session variables get renewed when you set them?  In other words,
let's say that my application has a 20-minute session variable timeout.  At
10:00, a user hits a page that sets Session.LoggedIn=true.  At 10:15, the
user hits that page again.  Does Session.LoggedIn expire at 10:20 or 10:35?

Thanks,
Matthieu

__
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: Random CF Service Spikes

2002-03-25 Thread chris.alvarado

just went through a similar issue here.

Although we WERE running CF 4.5

Eventually we narrowed it down to a Verity issue. People were uploading
files that were in excess of 20MB and while trying to index this file, CF
would hog nearly 100% of server resources.

the solution I came up with was building a nifty custom tag that keeps track
of the total size of a collection of files indexed and then creates a new
collection if it gets too big and then searches accross multiple
collections.

It works beautifully and now we have upgraded to CF 5 over the weekend
(about to pass out from all of the server migration stuffs we did) and not
only to the collection perform a million times better while searching, but
CF can index those large files without bombing.

Hope this help or at least gives you a place to start.

Good luck,

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

-Original Message-
From: Houk, Gary [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 9:48 AM
To: CF-Talk
Subject: Random CF Service Spikes


All,

We are experiencing random CF service usage spikes on one of our
clustered servers. The spikes last anywhere from a few seconds to 10
minutes. We are currently running Win2k, Cluster Cats, CF 5.0, and the
servers have 528mb RAM installed. The cluster contains 2 servers.

Has anyone else experienced this? It does not happen every day, so it's
been difficult to pinpoint.

Thanks,

- Gary

__
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: Verity / query resultset question

2002-03-21 Thread chris.alvarado

The funny thing is, this is what I was doing. I discovered after outputing
exactly whatthe custom tag looked like, i was evaluating the wrong variable
for the name attribute of cfsearchDOH!

thanks though the help is much appreciated.

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 10:45 AM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Verity / query resultset question


 I am calling cfsearch inside of a custom tag.

 I need to return the resultset back to the calling template.

 I have tried every method i can think of.

This is covered right in the MM Advanced ColdFusion Development course,
actually.

You might try something like this:

!--- the caller of the custom tag must pass in the variable to contain the
search results ---
cfparam name=Attributes.ReturnSearchResults

cfsearch name=Caller.#Attributes.ReturnSearchResults# ...

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


__
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: Running code just one time

2002-03-20 Thread chris.alvarado

try doing : isDefined(session.isLoggedIn)

NOT

isDefined(session.isLoggedIn)

example 2 is actually tryng to evaluate the variable as opposed to check for
its existance.

-chris.alvarado
[application.developer]
4 Guys Interactive, Inc.

-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 10:07 AM
To: CF-Talk
Subject: Re: Running code just one time


I get the following error...

Error Occurred While Processing Request
Error Diagnostic InformationAn error occurred while evaluating the
expression:  REQUEST.isLoggedIn = IsDefined(SESSION.isLoggedIn)Error near
line 23, column 11. Error resolving parameter SESSION.ISLOGGEDIN The
session variable ISLOGGEDIN does not exist. The cause of this error is very
likely one of the following things: The name of the session variable has
been misspelled. The session variable has not yet been created. The session
variable has timed out.The error occurred while processing an element with
a general identifier of (CFSET), occupying document position (23:5) to
(23:62).Date/Time: 03/20/02 11:06:35
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; msnca3; Q312461)



At 10:43 AM 3/20/2002 -0500, you wrote:
Here is the exact code you want.  You should put it in the Application.cfm
insted of the index.cfm so it gets run regardless of what page the user
starts out on (they might have a hyperlink to another page).

cflock scope=SESSION type=readonly timeout=10
 !--- copy to Request scope whether or not the user is logged in, as
 defined by the existence of a session variable. ---
 cfset REQUEST.isLoggedIn = IsDefined(SESSION.isLoggedIn)
/cflock

cfif NOT REQUEST.isLoggedIn
 !--- if the user has not logged in (ie, this code has not been run
 before) run the code ---
 [insert custom tag call here]
 cflock scope=SESSION type=exclusive timeout=10
 cfset SESSION.isLoggedIn = 1
 /clock
/cfif

Now, when the page runs again, the session variable isLoggedIn will
prevent the code from running everytime.

If you're not clear on the concept of session scope or the
application.cfm, please let us know.  It makes all the difference for
understanding how this might work.

Sharon DiOrio
- Original Message -
From: phumes1 [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 20, 2002 8:53 AM
Subject: RE: Running code just one time


  At 07:31 AM 3/20/2002 -0800, you wrote:
  Then what you need to do is set this value - cfset auth =
  #CGI.AUTH_USER# to a session variable.
  
  Then on your index.cfm, just check for that session var and if it has
  anything in it.. if it does do not run the tag, if there is not any
value
  then run the tag and populate the session var..
  
  Make sense?
 
  No. It's not the cgi.auth_user I want to check. I think I'm really
messing
  this up...
 
  All I want to do is run a piece of code when the user accesses the web
site
  (index.cfm) for the first time
  after username/password authentication. When the index.cfm is run
anytime
  afterwards the code is ignored.
 
 
 
  HTH
  Clint
  
  -Original Message-
  From: phumes1 [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, March 20, 2002 4:56 AM
  To: CF-Talk
  Subject: RE: Running code just one time
  
  
  I just thought by saying I want to output some text I could explain it
  better.
  
  I have a custom tag that goes into the NT security and outputs the
groups
  associated with the user which I'm setting
  in my application.cfm as...
  
  
  I use this variable on everypage to display the username logged in.
  
  The thing is when the index.cfm file is loaded again and again I
*don't*
  want the custom tag to execute. Eventually I want to grab all the
  information from the custom tag and dump it to a database but only
 ONCE per
  session.
  
  I hope this is clearer...:-) :-)
  
  
  
  
  At 07:27 AM 3/20/2002 -0500, you wrote:
   Expire the session varibale when the user logs out..if you have them
log
   out.
   Im not clear on what you are trying to do here.. what is it that you
are
   outputting on the first page visit?
   
   
   -Original Message-
   From: phumes1 [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, March 20, 2002 7:35 AM
   To: CF-Talk
   Subject: RE: Running code just one time
   
   
   OK...but won't this session variable always be 1 when the
 application.cfm
   is loaded again?
   Do I have to set the variable to 2 once I output what I want for
the
   first time.
   
   I'm missing something here...
   
   At 07:02 AM 3/20/2002 -0500, you wrote:
When they get logged in, set a flag in application.cfm, such as a
session session.beenHereBefore = 1, then in your index page check
the
value of the variable and output accordingly.

HTH,
Mike

-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 7:07 AM
To: CF-Talk
Subject: Re: Running code just one time


Hi

Re: Logs - Page cannot be displayed Error

2002-02-27 Thread chris.alvarado

look through the server log in CF.

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com


- Original Message -
From: Mark M. Kecko [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 27, 2002 1:09 PM
Subject: Logs - Page cannot be displayed Error


 I'm having a problem with my web server, when traffic gets high the server
 goes down.  When I say goes down I mean IIS stops functioning, it looks
 like it anyway.  When I go to the site I get a Page cannot be displayed
 error almost like DNS isn't working right.  The weird thing is though,
when
 I restart CF services the server comes right back up.  I've combed the NT
 logs and haven't found anything odd.  Are there certain CF logs that I can
 look through to see if it's CF causing the problem?  Has anyone ever
 experienced this problem before?
 Thanks.

 Mark Kecko
 The Computer Guy
 MediaPost Communications
 [EMAIL PROTECTED]
 http://www.mediapost.com
 (203)222-0330 ext309

 Imagination is the one weapon in the war against reality.
 Jules de Gaultier


 
__
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



Verity 97 (CF4.5) vs Verity K2 (CF 5)

2002-02-18 Thread chris.alvarado

good morning all,

We have been having issues with the speed of our various verity 
collections, both searching against and re-indexing.

I was wondering if anyone has seen any noticeable improvements with 
moving to CF 5 and the K2 engine?

ALSO,

when reindexing (if files are added / deleted) we are doing the 
following:

cfindex action=REFRESH collection=collection name 
key=path to collection type=PATH extensions=.xls, .htm, 
pdf, .doc, .vsd, .txt, .rtf, .zip, .log recurse=No 
language=English
 cfindex collection=collection name action=UPDATE 
type=PATH extensions=.xls, .htm, .pdf, .doc, .vsd, .txt, .rtf, 
zip, .log key=path to collection language=English 
recurse=Yes

is this the most efficient way to accomplish this?

Thanks for any and all help,


-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

__
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



RGB / HEX color

2002-02-18 Thread chris.alvarado

working on something and I need to figure out a way to convert a list of 
RGB color values to the web-hex value.

does anyone know of a site or some kind of reference that shows some 
conversion equation or something?

I need to do this programmatically instead of figuring them all out 
manually.

Thanks,

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

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



Re: Bug in CF 5's FirstDayOfMonth?

2002-02-06 Thread chris.alvarado

ahhh,

UDF  User Defined Functions ;)

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

- Original Message -
From: Andrew Scott [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 11:43 PM
Subject: RE: Bug in CF 5's FirstDayOfMonth?


 And why is there no DayOfMonth function?

 -Original Message-
 From: Andrew Scott [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 6 February 2002 4:33 PM
 To: CF-Talk
 Subject: RE: Bug in CF 5's FirstDayOfMonth?

 Ok I'll stick my head up on this one. Why would you want a function that
 is the exact duplicate of another function and doesn't do what the name
 describes?

 If you wanted the ordinal value there is already a function that does
 this, but you need a lot of extra code or am I missing something to get
 the actual day!

 Think about it for a minute, if I wanted the ordinal (day of year)
 returned thy not use DayOfYear() instead. Come on guys this is a bug,
 although the documentation should best describe it as an unwanted
 feature.


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



Re: Why no error.type in CF5

2002-02-05 Thread chris.alvarado

the type attribute is there for me.

what leads you to believe otherwise?

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

- Original Message -
From: Samuel Farmer [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 3:42 PM
Subject: Why no error.type in CF5


 Does anyone know why Macromedia decided to drop the key type from the
 error structure created by cferror??

 Was a pretty useful feature.

 Off to rewrite some code,

 Sam


 
__
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: cfcontent and PDF's

2002-02-01 Thread chris.alvarado

using cfcontent, if you wish to get the file save as.. dialog you need to
add this line of code BEFORE the cfcontent tag

cfheader name=content-disposition value=attachment;filename=#filename#

 if you wish for the file to open in the browser use this:

cfheader name=content-disposition value=inline;filename=#filename#

#filename# can be a dynamically created name or you can just place a static
filename to save as myFile.whatever

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

- Original Message -
From: Steve Oliver [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 1:27 PM
Subject: RE: cfcontent and PDF's


 Using cfcontent like that wouldn't give you the file save as dialog, it
 should open the PDF in your browser.

 Depending on which version of CF server you are running, it may be
 making whitespace at the top of the document, causing it to not print
 out right.

 cfsetting enablecfoutputonly=yes
 cfcontent type=application/pdf file=c:\inetpub\wwwroot\test.pdf

 You may try encapsulating like so if that still doesn't work.

 cfprocessingdirective suppresswhitespace=Yes
 cfcontent type=application/pdf file=c:\inetpub\wwwroot\test.pdf
 /cfprocessingdirective


 __
 steve oliver
 atnet solutions, inc.
 http://www.atnetsolutions.com


 -Original Message-
 From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 01, 2002 2:20 PM
 To: CF-Talk
 Subject: RE: Print Friendly Web Site


 Hi Everybody,
 I'm trying to use CFCONTENT to push a pdf file to the client,
 but it's not working.  Is there anything wrong with what I've written?
 I'm not getting an error message at all, but I'm not getting the file
 save as dialog either.

 cfcontent file=c:\inetpub\wwwroot\intranet\reports\doc.pdf
 type=x-application/pdf

 I've tried it with and without the 'x-' part in the type attribute.

 Thanks
 - Matt Small



 -Original Message-
 From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 01, 2002 2:08 PM
 To: CF-Talk
 Subject: RE: Print Friendly Web Site

 Interesting suggestion.  Since the site has already been released, I
 don't
 want to pull it up by the roots too much.

 I've considered a few things like using CSS to make cetain parts
 visible on
 the screen and invisible on the printer (leaving more space for
 content).
 That doesn't work for netscape.  Same case for using a meta tag to
 point to
 a print version.

 BTW, I'm sorry I forgot to put OT on the subject line. :/

 Thanks for the help :)

 EC


 -Original Message-
 From: John B. White [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 01, 2002 2:03 PM
 To: CF-Talk
 Subject: Re: Print Friendly Web Site


 One nice thing about frames is that they allow the user to print out
 the
 content
 of interest.  Maybe on the main page you just use frames for items that
 would
 print...

 --JW

 Carlisle, Eric wrote:
 
  I'm working with a Web site obtimized for 800x600 displays.  As it
 stands,
  pages are horizontally cropping on a printout.  This has concerned
 one of
 my
  managers.  I'm not too bothered because pages that are more likely to
  printed (press releases, for instance) have seperate print friendly
  versions (stripping out logos, navigation, etc...).  Who really
 prints the
  homepage of a Web site? :)
 
  Is it a bad thing to have printouts crop like that?  Should good
 designs
  accomodate printers?
 
  Eric Carlisle
  Web Site Developer
  Progress Energy IT Systems Delivery
  E-mail: [EMAIL PROTECTED]
  Phone: (919) 546-4739
 



 
__
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



Custom Tag - cannot seem to find on MM's site

2002-01-17 Thread chris.alvarado

I seem to remember someone developing a CFX Custom Tag to resize images, 
does anyone know where I may find this?


-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

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



Re: CFFILE Problem/Question

2002-01-15 Thread chris.alvarado

for large file uploads it seems to me that using cfftp would be a better
alternative

just a thought...

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

- Original Message -
From: Robert Everland [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, January 15, 2002 8:11 AM
Subject: RE: CFFILE Problem/Question


 Well if hundreds of people are uploading at one time there could be a
 problem. CF uses the memory of the server when it is uploading files, so
 basically the bigger the file, more memory it needs. Though it will give
the
 memory back once it's uploaded, but if it's hundred uploading there lies
the
 problem. I don't know of any file limiting tools offhand.

 Robert Everland III
 Dixon Ticonderoga
 Web Developer Extraordinaire

 -Original Message-
 From: Cody [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 14, 2002 4:58 PM
 To: CF-Talk
 Subject: CFFILE Problem/Question


 I have a question about file uploads in ColdFusion. I built a Content
 Management System for a college that allows the entire staff to go to a
 secure administration area and update various sections of the website that
 they're authorized to edit.  This includes the ability to add files
(movies,
 documents, graphics, etc.) to a unique folder that is created when their
 user account is setup.

 Anyway, I'm using a standard form to get the files from their computer,
and
 I'm processing it with CFFILE.  The question is, what if someone tries to
 upload an 80MB file for example, could this cause their thread in
ColdFusion
 to timeout, or cause the web server to choke, etc.  I'm worried that
 allowing hundreds of users to upload anything they want, could create some
 major problems (10 users uploading 10MB files at the same time for
example).

 Has anyone had any problems with this?  I think it could mostly be solved
by
 not allowing certain file uploads that are beyond a certain size (like
2MB).
 And on the chance they need to upload something bigger, they'll just have
to
 physically give it to an administrator to place on the server.  I just
don't
 know how to stop them from uploading a file too large (java applet?).
Having
 users ftp files would almost defeat the purpose of having such a slick
CMS.

 Also, the website will be getting heavy traffic as well (website is for a
 college), and all this on a single Win2k machine (PIII 700 with 500MB ram)
 with SQLServer2k, and CF5.

 Any help would be most appreciated!

 Cody


 
__
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: mass database update

2002-01-15 Thread chris.alvarado

here is what I would do

name all of the text boxes that are used to specify amounts similar to each
other.
with the primarykey part of the name

TEXTBOX_#primaryKey#


then loop the form colection

cfloop list=#form.FIELNAMES# index=x
cfif x CONTAINS TEXTBOX_
cfquery name=someQuery datasource=someDSN
UPDATE TABLE
SET column = evaluate(x)
WHERE primarykey = #listLast(x, _)#
/cfquery
/cfif
/cfloop

let me know if you need any more clarification

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com


- Original Message -
From: Bruce Sorge [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, January 15, 2002 3:57 PM
Subject: Re: mass database update


 Count is a quantity amount for an item, and ID is the ID primary key of
the
  item being updated. This is fed from a form that allows the user to
update
  inventory quantities for any number of items. Rather than go in and
update
  one item at a time, I want them to have the ability to do all the items
at
  once.

 -- Original Message --
 From: Bryan Stevenson [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date:  Tue, 15 Jan 2002 10:01:15 -0800

 # 5 needs more input... ;-)

 What is the relationship between count and ID and where does count
ge
 t set?

 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: Bruce Sorge [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, January 15, 2002 3:54 AM
 Subject: mass database update


  I am doing a mass update of a table. The query looks like this:
  cfloop index=thisItem from=1 to=#listlen(ID)#
  cfquery name=query_InsertItems datasource=firehook1
  Update Inv1
  Set Count = #Count#
  Where ID = #ListGetAt(ID, thisItem)#
  /cfquery
  /cfloop
 
  What I am getting is this:
  Update Inv1
  Set Count = 9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9
  Where ID = 2077
 
  I know that I have to associate a quantity (count) with an ID, but I am
  not sure how to go about it. I tried nesting loops and creating arrays
  and such with no luck.
  Any assitance would be greatly appreciated.
 
  Thanks,
 
  _
  Bruce Sorge
 
 
 

 
__
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: Developers Edition Coming

2002-01-03 Thread chris.alvarado

wow.

well done macromedia.

talk about working with your developers.

-chris.alvarado
[application developer]
4|Guys Interactive, Inc.

http://www.4guys.com

- Original Message -
From: Sandy Clark [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, January 03, 2002 4:03 PM
Subject: Developers Edition Coming


 Just got this from Macromedia.

 ==
 The Macromedia ColdFusion Server 5 Developer Edition is a free,
non-expiring
 version of ColdFusion Server. It inlcudes all the features of ColdFusion
 Server 5 Enterprise Edition, but is licensed for development only and can
be
 accessed by a single IP address. With the Developer Edition, local
 ColdFusion Server development is free, making it even easier to learn and
 use ColdFusion on a standalone workstation.

 The Developer Edition will be available on Monday January 7, 2002.  To
learn
 more about the Developer Edition and where you can download it, after
 January 7, read the FAQ at
 http://www.macromedia.com/software/coldfusion/trial/faq/.

 If you have questions, please email [EMAIL PROTECTED]

 Kind Regards,
 Partner Programs
 Macromedia

 
__
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