Re: help with computing values using form variable

2000-07-24 Thread Sean Renet
They are just like you would think they would be you could also just do this on the fly in javascript before the form is submitted. And btw you should send your emails as text only because some people on this list love to flame people that do not. - Original Message - From: "wai-leng" <

Re: Problems with stored procedures.

2000-07-24 Thread Sean Renet
when I get that its because my c drive is full or I am out of ram - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 24, 2000 1:42 AM Subject: Problems with stored procedures. > I posted this cry for help saturdar, but it seemed like it was a slow >

Re: Random Numbers and Banner Managers

2000-07-23 Thread Sean Renet
Duane can you set a client variable that contains a list of already displayed banners and test against that list so they do not come up as often? Of course you might want to make a weighting table for clients that paid more to come up more often. And actually your code should be more like SELEC

Re: Cold Fusion Studio Vs Dreamweaver Ultradev

2000-07-23 Thread Sean Renet
oment. > CFStudio is not going to be replaced as it provides the best knowledge > 'crutch' for the development of CF apps, although the Help tag could have > done with a Javascript section. > > > Adam Reynolds > > > -- > From: Sean Renet [SMTP:[EMAIL PR

Re: Newbie Question

2000-07-19 Thread Sean Renet
I format the report using whatever CF I need then use activepdf toolkit to generate the printable version. If it is some financial report where the data must be manipulated I have the report downloadable as an excel document. - Original Message - From: "Gieseman, Athelene" <[EMAIL PROTECT

Re: Insert INTO syntax error - HELP

2000-07-18 Thread Sean Renet
I assume owsid and locationid are numbers, they should not have single quotes around them. - Original Message - From: "Erika Foster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 18, 2000 1:52 PM Subject: Insert INTO syntax error - HELP > I can't find the syntax error i

OT SQL 7.0 Performance Question.

2000-07-18 Thread Sean Renet
I have two stored procedures that do the same thing. I would think the latter would be faster than the former. Can anyone explain why it is not? First one... CREATE PROCEDURE old_webclientacctholddaily @caccountid int, @OrderBy varchar(50) AS DECLARE @mySQL nvarchar(500) SET @mySQL = N'SELECT ho

Re: Client variables in external database?

2000-07-15 Thread Sean Renet
The simplest way for you to see the data structure is just let CF Server create the tables for you when you endable the client variables for the datasource. Then just make sure every box has that datasource registered and point your cfapplication to that datasource and you are ready to roll.

Re: hide the file name on addressbar

2000-07-14 Thread Sean Renet
use fusebox methodology and they will never know the names of your files. www.fusebox.org -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm

Re: setting "global" variables

2000-07-13 Thread Sean Renet
Or just set them as paramaters - Original Message - From: "Deanna L. Schneider" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 2:20 PM Subject: Re: setting "global" variables > You can do it by setting those variables as application variables in the > app

Re: Something weird going on here

2000-07-13 Thread Sean Renet
is it because you are only passing the username and not the username and password in your NewWindow function? - Original Message - From: "James Taavon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 11:13 AM Subject: Something weird going on here > Below is a c

Re: good simple web board been done?

2000-07-13 Thread Sean Renet
I can zip mine up and give it to you for free. It's not all that cool, but its functional. - Original Message - From: "James Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 7:52 AM Subject: Re: good simple web board been done? > B

Re: cfpop error

2000-07-13 Thread Sean Renet
I only get that when its time to restart the CF Server service because I am out of RAM - Original Message - From: "Jason Egan" <[EMAIL PROTECTED]> To: "Cf-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 7:28 AM Subject: cfpop error > I keep getting this error when retrieving mail

Re: cfmail

2000-07-13 Thread Sean Renet
yes you can. I do it to test mail servers. - Original Message - From: "Tim Bahlke" <[EMAIL PROTECTED]> To: "Cf-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 7:24 AM Subject: cfmail > Can I have the 'TO' and 'From' point to the same address? With what I am > trying to accomplis

Re: url problem

2000-07-13 Thread Sean Renet
set the userid and password as client or seesion varaibles and then just call them on the page you are cflocating to. - Original Message - From: "Nagesh Kumar Deva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 1:42 AM Subject: url problem > Hai > This is my c

Re: Cold Fusion Studio Vs Dreamweaver Ultradev

2000-07-12 Thread Sean Renet
I like the "live" records sets returned for Stored Procedures in Ultra Dev. This is something CFSTudio severly lacks. I used to use Query Analyzer for this. - Original Message - From: "Paul Ihrig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 9:22 AM Subject:

CF4.5.1 and Security Sandbox

2000-07-12 Thread Sean Renet
Did we lose the security sandbox in CF4.5.1? I am using 4.5.1 PRO. I suppose I just make a security context for RDS and granularly apply access rules? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

You know what would be really cool?

2000-07-11 Thread Sean Renet
I think it would be really cool if you went to Allaire's website, searched for something and didn't get this: Error Diagnostic Information Error occurred in tag CFSEARCH Collection failed to open: AllaireWeb6SiteSearch The error occurred while processing an element with

Re: CF Security Questions

2000-07-11 Thread Sean Renet
try this knowledgebase article. It shows how to set up groups in your user manager for domains. It can also be applied to the Active Directory counterpart. http://www.allaire.com/handlers/index.cfm?ID=12385 - Original Message - From: "Fowler Charles M SSgt 690ISS/PIC" <[EMAIL PROTECTED]

Re: What are you using instead of IDENTITY?

2000-07-11 Thread Sean Renet
Have you guys tried using the maxid tag at www.fusebox.org? Personally I haven't had issues with identity or autonumber (when I used access). Of course, I use scheduled backups so failure itsn't that big of a concern for me. So far as moving access to SQL, the upsizing wizard in access 2000 wor

Re: Advanced Security

2000-07-11 Thread Sean Renet
I got the following reply from Allaire install support and it worked. Seems you need to get rid of the registry keys yourself. Hi, I suggest that you uninstall and start fresh. Make sure the cfusion directory is deleted, make sure the cfide and cfdocs folder are deleted. Next go into the regis

Re: good simple web board been done?

2000-07-10 Thread Sean Renet
actually, it looks like the error is not a coding bug but rather my brother didn't set up the field lengths in the database correctly... - Original Message - From: "Sean Renet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 10, 2000 1:58 PM S

Re: good simple web board been done?

2000-07-10 Thread Sean Renet
okay there are some fuseaction bugs that I will address later. That's what you get for posting a "here go look at it " app. - Original Message ----- From: "Sean Renet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 10, 2000 1:08 PM Subject

Re: good simple web board been done?

2000-07-10 Thread Sean Renet
I can give you code for a simple one if you want. It's written in fusebox. It was one of the first things I built so its not all that cool. but it sounds like what you are looking for. If nothing else it will give you an idea where to start and it would be free. I think my brother put it on the

Re: Advanced Security

2000-07-10 Thread Sean Renet
CQ UIN : 3679482 > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > -Original Message- > > From: Sean Renet [mailto:[EMAIL PROTECTED]] > > Sent: Monday, July 10, 2000 2:45 AM > > To: [EMAIL PROTECTED] > > Subject:

Advanced Security

2000-07-09 Thread Sean Renet
Anyone ever install CF Server, go into the administrator, click on the advanced security link and get this: Error Diagnostic Information Security Policy Administration Security Policy Administration is not available. I check the advanced security option on installation like

Re: Allaire Certification Program

2000-07-08 Thread Sean Renet
some code" board. This CF-Talk not > CF-Ego/Argue. > > -Original Message- > From: Sean Renet [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 08, 2000 4:34 PM > To: [EMAIL PROTECTED] > Subject: Re: Allaire Certification Program > > > > The ability

Re: Allaire Certification Program

2000-07-08 Thread Sean Renet
> The ability to recognise a function and its purpose is what makes a good > programmer This ideal is what is dangerous about the test. Retention of functions and attributes doesn't make a good programmer, application does. I know the 10 commandments, but I wouldn't consider myself religious. O

Re: Allaire Certification Program

2000-07-07 Thread Sean Renet
I took the beta, and its a weird test. It's an hour and a half test that is all multiple choice. Allaire tells me its a test in progress. My issue with the test is that it does not explore your ability to code or cluster, but rather your ability to memorize coldfusion function and tag attribute

Re: lists and variable names

2000-07-07 Thread Sean Renet
Not really knowing what you are trying to do, I think you want to do something like the following. If you just cut an paste this into a cfm template you can see how it works... To do this in list form... select location from places Where cities = '#i#'

escaping apostrophes for database insertion.

2000-07-06 Thread Sean Renet
Lets say I have a variable called message. Message looks like: I want to input it into a database: insert into mytable(MESSAGE_MEM) values('#trim(Message)#') Because CF thinks the apostrophe in "can't" is closing the inserting variable I get this error. ODBC Error Code = 37000 (Sy

CFoutput's group by...

2000-07-05 Thread Sean Renet
I have a table, that is grouped by a column called "displayname". I want to have the repeating data in columns of 2. Normally I would do this using startrow and maxrows. However inside of a nested cfoutput it appears you cannot do that. This is close, but it gives me the same data twice, once i

Re: OT- escaping HTML TAGS

2000-07-04 Thread Sean Renet
ayup. You the man! - Original Message - From: "c" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 6:48 PM Subject: RE: OT- escaping HTML TAGS > Is this what you mean? > > <BR> > > Regards, > Chris > > -Ori

OT- escaping HTML TAGS

2000-07-04 Thread Sean Renet
Okay I completely suck at html formatting. How do you display a html tag without html reading it? For instance if I wanted to display: Setting a tag in the input box will set a carriage return when the message is displayed. How would I format the HTML so the browser does not intepret the tag

Re: Application login

2000-07-04 Thread Sean Renet
I would do that by setting a column in the database that that indicates this person is a super user or "officer" as you call it. Then when someone logs in, while checking for thier username and password I would set a client variable called "super_user". Then on your display pages I would set an

Re: IMAGES and Database entry

2000-07-02 Thread Sean Renet
s up a lot of room. Most people store the > path to the file, and whatever other info they may need for searching and > sorting, etc. Is there any reason you need to store the images in the db? > > > > -Original Message- > From: Sean Renet [mailto:[EMAIL PROTECTED]] &

Re: UPS CHECK DIGIT -Pan

2000-07-02 Thread Sean Renet
aye. thanks for the info :-) - Original Message - From: "pan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 02, 2000 7:08 PM Subject: Re: UPS CHECK DIGIT -Pan > > From: Sean Renet <[EMAIL PROTECTED]> > > > > > I w

Re: UPS CHECK DIGIT

2000-07-02 Thread Sean Renet
Zachary thanks for hipping me to the ASCII check, I forgot all about that possibility. Other than that both are the same speed so I just added that acsii check to my tagified first version. Thanks for the help -- Archi

IMAGES and Database entry

2000-07-02 Thread Sean Renet
Can someone show me an example of a CFQUERY that enters an image into a database? I am using SQL 7.0, I just can't seem to get the syntax right -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit h

Re: UPS CHECK DIGIT -Pan

2000-07-02 Thread Sean Renet
- From: "pan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 02, 2000 12:22 PM Subject: Re: UPS CHECK DIGIT > > From: Sean Renet <[EMAIL PROTECTED]> > > > anyone have a tag to calcualte the ever annoying UPS CHECK DIGIT? > > > &g

Re: UPS CHECK DIGIT

2000-07-02 Thread Sean Renet
This is what I came up with. Anyone have anything any faster? The variable cdigit start is a concatenation of a bunch of UPS code numbers #checkdigit# -- Archives: http://www.eGroups.co

UPS CHECK DIGIT

2000-07-02 Thread Sean Renet
anyone have a tag to calcualte the ever annoying UPS CHECK DIGIT? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a m

Re: Wow! activepdf rules

2000-07-01 Thread Sean Renet
e tip. > > Lanny Udey > Hofstra University > [EMAIL PROTECTED] > > >>> Sean Renet <[EMAIL PROTECTED]> Saturday, July 01, 2000 > >>> > If anyone needs a CF to PDF solution, I highly recommend > http://www.activepdf.com/. I have been playing with an

Re: Help With Upgrading From Access 2000 to SQL for my cf site

2000-07-01 Thread Sean Renet
y idea where I can go and find out those fields that sql has problems > converting form access and then what I need to use as the alternative > - Original Message - > From: Sean Renet <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, July 01, 2000 2:11

Wow! activepdf rules

2000-07-01 Thread Sean Renet
If anyone needs a CF to PDF solution, I highly recommend http://www.activepdf.com/. I have been playing with an eval version of thier activePDF Toolkit and it is incredilbe. The control it gives you for creating on the fly custom PDF's using CF has me giddy. So I thought I would share it all wi

Re: Unsubscribe

2000-06-30 Thread Sean Renet
Give it up Michael, we know its just you trying to keep us from leaving :-P - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 30, 2000 8:22 AM Subject: Re: Unsubscribe > Let me try this again. I've gone th

Re: Help With Upgrading From Access 2000 to SQL for my cf site

2000-06-30 Thread Sean Renet
For me, that was memo fields. I would use a SQL statement for those tables with memo fields and then upsize the rest automagically. - Original Message - From: "AustralianAccommodation.com Pty. Ltd." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 1999 7:18 AM Subject

Re: Unsubscribe

2000-06-30 Thread Sean Renet
I missed this thread because I deleted the whole thing, but let me just say Boo Session Variables! Yeah Client Variables! That is all I could think of that is as relevant as this thread probably was. - Original Message - From: "David Hannum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: need example of two - dimensional array

2000-06-30 Thread Sean Renet
Does this help? I use two lists instead of an array, but using two lists is basically a two demensional arry. I had a form that had a number of hidden input fields all called "webfileid". Don't worry about the attributes scope (attributes.webfileid instead of form.webfileid). I just scope ever

Re: CF & XML ?

2000-06-29 Thread Sean Renet
That is a dead article, there are bugs in it. It took allaire 2 months to send me the corrected example files. email me off list and I will send you what they sent me. - Original Message - From: "Lewis Steven" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 12:

Re: CFID, CFTOKEN, and Forms

2000-06-27 Thread Sean Renet
make your form action look like this... FOR Session Variables: action="index.cfm?#session.urltoken#" FOR Client Variables action="index.cfm?#urltoken#" - Original Message - From: "Chris Farrugia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 27, 2000 5:47 PM Subject: CFID

Re: URL parameter in a Frame

2000-06-24 Thread Sean Renet
actually if all your are trying to get is the SESSION.month variable all you have to do is append #session.urltoken# to your frame and href's and forms. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscr

Re: Stored Procedure

2000-06-23 Thread Sean Renet
So Dave, how would you rewrite this SP using DECODE to dynamically set the ORDER BY? CREATE PROCEDURE webclientacctholddaily @caccountid int, @OrderBy varchar(50) AS DECLARE @mySQL nvarchar(500) SET @mySQL = N'SELECT holdings.*,securities.* FROM holdings, securities WHERE holdings.secid = securit

Re:

2000-06-23 Thread Sean Renet
uncheck Purge data for clients that remain unvisited for days in your Coldfusion Administrator Variables Section. If you do not have access to the administrator, then you might want to run a scheduled task that updates the clent.LASTVISIT variable for each row in the CGLOBAL table daily or so.

Re: Stored Procedure

2000-06-22 Thread Sean Renet
Does SQL have an equivalent to DECODE? - Original Message - From: "Brandon Whitaker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 22, 2000 1:25 PM Subject: Re: Stored Procedure > >One thing you can't do in a stored procedure is set the ORDER BY to a > >variable, so yo

Re: newbie question

2000-06-22 Thread Sean Renet
you mean like this? I find it easier to use associated tables for this. once you put a user into your database if you have an autonumber or identity field or use the MAXID tag you will then have a unique id for every user which will be a number. A database searches numbers faster than a string.

Re: Stored Procedure

2000-06-22 Thread Sean Renet
One thing you can't do in a stored procedure is set the ORDER BY to a variable, so you have to dynamically build the statement in your stored procedure. This might come up so I thought I would include it as well STORED PROCEDURE CREATE PROCEDURE webclientacctholddaily @caccountid int, @OrderBy v

Re: Stored Procedure

2000-06-22 Thread Sean Renet
STORED PROCEDURE CREATE PROCEDURE adminlogin @user NVarChar (64), @password NVarChar (32) AS SELECT Comp.COMP_ID_INT, Client.CLIENT_ID_INT FROM Client, Comp, Comp_Client WHERE Comp_Client.COMP_ID_INT = Comp.COMP_ID_INT AND Comp_Client.CLIENT_ID_INT = Client.

Re: "Permanent variable" storage

2000-06-21 Thread Sean Renet
You may need more than one table. As a matter of fact you need several. For instance, for products you would need a product table. For colors you would need a colors table. Then you would need a table that associates the two by product id and color id called something like prodcolor. So the thi

Re: modifying variable names in a loop

2000-06-19 Thread Sean Renet
put evaluate and put quotes around your variable like hello Is that what you are asking? - Original Message - From: "Chris Giminez" <[EMAIL PROTECTED]> Newsgroups: cf-talk To: <[EMAIL PROTECTED]> Sent: Monday, June 19, 2000 12:28 PM Subject: modifying variable names in a loop >

Re: Macromedia Ultradev

2000-06-19 Thread Sean Renet
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 19, 2000 8:17 AM Subject: Re: Macromedia Ultradev > I have no datasources set up on my machine. With Studio, I can connect via > RDS to a remote CF server without having any datasources set up on my box. >

Re: Macromedia Ultradev

2000-06-19 Thread Sean Renet
Weird, I have no problem connecting to remote databases. Matter of fact none of the databases I develop for are local. Are the datasources set up right on your machine? And so far as the CF docs go, they come online with Server also. That is of course if you have some how found a way to develo

Re: Zip Codes

2000-06-19 Thread Sean Renet
Bud is the man. www.jcsm.com. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'un

Re: Webmaster for webmaster.aol.com

2000-06-18 Thread Sean Renet
I know this is going to sound like I am Satan's helper, but think of who you are dealing with Bob. You are trying to get results from a company that instead of innovating and keeping thier browsers (both inherent aol and netscape) updated, they decided to sue microsoft . The same attitude that a

CF 4.5 and Crystal Reports 8

2000-06-18 Thread Sean Renet
Does anyone know how to get CF to connect to CR 8. Allaire says they do not support CR 8 so they were not much help -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/

Re: CFIF syntax debate (kind of...)

2000-06-18 Thread Sean Renet
There is also the Caller scope coming from a tag. Of course all of this is a bit easier if you go to http://www.fusebox.org/files/formurl2attributes.zip and get the Then you doen't really have to worry about form and url scopes as they will always be attribute scopes. Changing these variables t

TEST

2000-06-17 Thread Sean Renet
TEST -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

I am blowing up, what is this crazy error?

2000-06-06 Thread Sean Renet
Error Diagnostic Information unknown exception condition unknown error while executing a tag. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&

Re: Stored procedures and dynamic ORDER BY ---SOLVED

2000-06-06 Thread Sean Renet
If anyone is interested This is what I came up with. Thanks for the direction and help Paul CREATE PROCEDURE webclientacctholdmonthly2 @ColumnNumberAsAnInteger varchar(100), @caccountid int, @thisdate DateTime AS IF @ColumnNumberAsAnInteger = 4 BEGIN SELECT dbo.holdingsMonthly.holdingD

Re: Stored procedures and dynamic ORDER BY

2000-06-06 Thread Sean Renet
Can you give me a quick example of what the T-SQL would look like? The way I currently have it, if I do not quote the sql var in the order by statement it throws an error thanks for your help - Original Message - From: "Paul Hastings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunda

Stored procedures and dynamic ORDER BY

2000-06-04 Thread Sean Renet
I have a huge record set that I want the client to be able to sort on which ever column they choose. Using CFQUERY I can dynamically set the ORDER BY (eg.,): SELECT table1.*,table2.* FROM table1, table2 WHERE table1.somekey = table2.somekey AND (table1.someI

Re: studio errors

2000-06-04 Thread Sean Renet
I have found this to be the case when I have other applications open. I think it is because studio is a ram hog (hehe part of allaire's new dna testing on animals) and when you attempt to close it there is not enough "room" to close it properly. You will be happy to know that this doesn't happen

Fw: ColdFusion numbers

2000-05-30 Thread Sean Renet
This is a follow up to my freelancing post. So lets double the number of developers if my developer number is conservative That still makes it 10 developers for every box. I think I will start looking for a real job when I see hosts restricting 10 sites to one cf box or When Viant et al don

Re: How to write WAP application by CF??

2000-05-30 Thread Sean Renet
www.wapuseek.com has a CF tutorial in the developer section. WAP is really easily adaptable in CF the only thing you have to learn is the display syntax. Also, I think you can join the CFWAP list by sending an email to [EMAIL PROTECTED] with the word subscribe in the SUBJECT. - Original Mes

Re: Outputting column sum / Formatting CFGRID column

2000-05-28 Thread Sean Renet
I would approach this a bit differently. CFGRID only works on java enabled browsers. It's my personal opinion that the world browses the web with Netscape -10.0 beta, so I never use it. Instead I use dynamic html tables and dynamic javascript for spreadsheet apps. This way you could implicitly f

DB Clientstorage and Hitcount and Performance

2000-05-28 Thread Sean Renet
What are the real performance issues with having global client variables enabled? I just did some testing and it seems HITCOUNT increases with each client variable change on a different page within an app. What's the point of Hitcount if it's updated everytime a client variable is changed? It do

Re: OT-- Getting outsource work

2000-05-27 Thread Sean Renet
I forgot one thing... CFUG meetings are a great place to find freelance work, as a lot of cf vets are always there looking for new talent or old talent that want new work. - Original Message - From: "Sean Renet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; &l

OT-- Getting outsource work

2000-05-27 Thread Sean Renet
Within the last week I've recieved a bunch of emails asking how to start as a freelancer. I figured I should just post my reply as it might be helpful to any of you looking to do the same. Disclaimer: Anyone that wants to cry about the whether this is the proper forum for such, look at your che

Here is the NAVIGATION code I use that I mentioned in my response to Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
I use tags for my navigation. These tags have nested tags that use CFASSOCIATE to build a structure for navigation. I completely hate to type and can't stand having web designers (or whatever the pc title for them is these days) in my code. So I give them a browser interface to add images with

Re: Developer Conference: Hotel Accomodations

2000-05-26 Thread Sean Renet
There is a conference? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 4:34 AM Subject: Developer Conference: Hotel Accomodations > I am attending the Conference in November and am looking for recommendations for accomodations. Is $210 a

Re: Site Design Question

2000-05-26 Thread Sean Renet
IF's are always going to be slower than switch's (or so I have been told). And the docs use a switch so I figure I should as well :-P - Original Message - From: "Eric Dawson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 5:34 AM Subject: Re: Site Design Question

Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
need to use the cfswitch if you were calling different > customtags based on the attributes.somesttribute value. > > ?? > E > > From: "Sean Renet" <[EMAIL PROTECTED]> > Date: Thu, 25 May 2000 23:40:03 -0700 &

Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
I would use a tag and do it in fusebox. Also I would make a similar tag around your navigation using CFASSOCIATE in a nested tag. This would give you a dynamic structure for your navigation and you can get rid of all the messy td tags. Also I would use html DIV tags with pixel attributes to mak

Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
whoops I forgot a tag in app_globals so app_globals should look like this: <---app_globals.cfm---> Here is the tag I forgot: <---act_formURL2Attributes.cfm---> - Original Message - From: "Kevin Queen" <[EMAIL PROTECTED]> To: "Cold Fusion"

Re: Studio - the answer?

2000-05-24 Thread Sean Renet
t. - Original Message - From: "Sean Renet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2000 9:59 PM Subject: Re: Studio - the answer? > I uninstalled Studio 4.0.1 and am now using 4.5.1. I would rather be using > 4.0.1 but I am too laz

Re: Studio - the answer?

2000-05-24 Thread Sean Renet
Aye Peter, everyone I talk to at Allaire blushes when I ask the Allaire/Macromedia question. It just seems right though. Flash 4.0 was made for CFer's and Ultra Dev looks like You can't beat Macromedia support so I pre-ordered Ultra Dev. - Original Message - From: "Peter Tilbrook" <[EM

Re: Studio - the answer?

2000-05-24 Thread Sean Renet
I uninstalled Studio 4.0.1 and am now using 4.5.1. I would rather be using 4.0.1 but I am too lazy to uninstall 4.5.1. The only cool thing about 4.5.1 is the tag tab which allows you to close tags on your template. When doing this on a large page you get a bunch of exception errors. It is a mem

Re: CFHTTP erm Nevermind

2000-05-24 Thread Sean Renet
upgrade to 4.5.1 or download the hotifx > > from allaire for CFHTTP. > > > > 2. Use IP Addresses rather than Urls, it makes a lot of difference > >especially when you connecting from intranet to internet via FireWall > > and the likes > > > > Hope this h

Beta Ceritfication Test

2000-05-24 Thread Sean Renet
Did someone say there was a place to view our results? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [

Re: CFHTTP erm Nevermind

2000-05-24 Thread Sean Renet
seems the application.cfm sends you to the login screen if you don't have a session.id. Down with Application.cfm! Huzzah app_globals!. - Original Message - From: "Sean Renet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2000 4:36 A

CFHTTP

2000-05-24 Thread Sean Renet
I was making a refresher run thru the Advance Coldfusion Development Course Booklet as I am taking that double top secret test today. I haven't ever used CFHTTP so I thought I would run thru the examples. Here is the code: http://www.mywebsite.com/DHPCFA/Lab/HRApp/EmpList.cfm" METHOD="GET" RESOL

Re: XML Question

2000-05-24 Thread Sean Renet
> > > > > > > > > > > > > > > > > > > > > > > > > > match="firstName|lastName|street|city|state|zip|country|voice|fax|email| > description|currency"> > > > > > >

Re: XML Question

2000-05-23 Thread Sean Renet
on > parsing xml file's document object model, rather than translation with xls > (which the knowledgebase article deals with). > > Side note: I've been playing with IBM's java-based xerces processor from > and have been having some good results. > > David

Re: XML Question

2000-05-23 Thread Sean Renet
David, The "Tech Note" you are refering to " www.allaire.com/handlers/index.cfm?ID=14244&Method=Full#1020244 " does not work. I have an open incident with Allaire, wherein they are trying to figure out why. Evidently after they fix the problem they are going to update the knowledge base article

CFPOP Replyto and From --Please tell me its simpler than this

2000-05-23 Thread Sean Renet
I need to autoreply if something is wrong with an attachment I am being sent. The REPLYTO variable of the CFPOP query returns me nothing, so I decided to "RE" my way thru the FROM variable to get the senders email address. Is there a simpler way of doing this? mailto:#mid(from, (eva

Re: [Small Project fix - Need good programmer]

2000-05-17 Thread Sean Renet
sounds like fun. I'm game. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 17, 2000 8:16 AM Subject: Re: [Small Project fix - Need good programmer] > hi, >send me the code and i'll look at it. if i fix it i'll charge you. > what's the data

Re: encryption

2000-05-17 Thread Sean Renet
I would so the best way to do it is not to bother doing it. http://shroom.dv8.org/bmp/crypt.cgi - Original Message - From: "Chad Jackson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 16, 2000 11:10 PM Subject: encryption > Hi, > > What is the best way to encrypt cfm fil

Re: OT-XML-SOAP...

2000-05-15 Thread Sean Renet
Shawn, can you give me the details on how to get this stuff? - Original Message - From: "Cary Gordon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 8:49 AM Subject: RE: OT-XML-SOAP... > me too, me too > > Where can I pick one up? > > Cary > > At 09:08 AM

Re: Web registrars may take back your domain name

2000-05-15 Thread Sean Renet
I use www.worldsite.ws they seem to be efficient. - Original Message - From: "Nick Baker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 7:47 AM Subject: Re: Web registrars may take back your domain name > This article contains a very misleading error. > > "The Bu

WDDX2CFML

2000-05-15 Thread Sean Renet
I have a text file that is a WDDX packet. I want to read this packet into CF variables. How is this done? This is what I have tried so far. #fieldNames# I haven't done this before so any help would be appreciated. I can only find examples of this wherein you are implicit

<    1   2   3   >