OT: Source Code Control Setup

2005-09-13 Thread Kazmierczak, Kevin
For whoever is using some sort of source code control, I'm curious on how you have successfully set it up in a multi user environment working on a shared server. Here is my problem (currently using vss): You have 3 developers working on a site and they all have the site's directory setup as

RE: Source Code Control Setup

2005-09-13 Thread Kazmierczak, Kevin
Thanks guys for the help. I was curious to see how other people had this setup. Kevin. -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 1:11 PM To: CF-Talk Subject: Re: Source Code Control Setup Regarding the former, many

RE: updating Eclipse

2005-08-17 Thread Kazmierczak, Kevin
Paul, I couldn't get the automatic downloader to get me up to 3.1 so I just downloaded the 3.1 release and re-installed my plugins (cf and vss), but make sure you keep your 3.0 release workspace because you can open it in 3.1 and it will load up your old settings so you don't need to reconfigure

RE: CFEclipse 1.2

2005-08-16 Thread Kazmierczak, Kevin
It seems the tag autoclose works on eclipse 3.1 but not previous versions. Regardless, we rolled back to cfeclipse 1.1.17.2 because of the performance issues. Any large files were near unworkable with cfeclipse 1.2. But I did like the sql highlighting. We have tried JVM versions: 1.5.0_04,

RE: CFEclipse 1.2

2005-08-16 Thread Kazmierczak, Kevin
with no performance problems (even when scrolling wildly), but I'm about to go back to HS+ if I can't get this tag thing fixed. I'm too used to the convenience factor. --Ferg Kazmierczak, Kevin wrote: It seems the tag autoclose works on eclipse 3.1 but not previous versions. Regardless, we rolled

RE: CFEclipse 1.2

2005-08-16 Thread Kazmierczak, Kevin
Advocating small files is one thing, but saying the issue of an IDE having a problem with a file over 500 lines imo should be a moot issue, since you should never run into that problem anyway. is ridiculous. Why do we have any error catching tools? If we all wrote perfect code we wouldn't

RE: CFEclipse 1.2

2005-08-16 Thread Kazmierczak, Kevin
Isaac, I respect your opinion, but I just don't agree. Kevin. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tue 8/16/2005 6:59 PM To: CF-Talk Subject: RE: CFEclipse 1.2 Why do we have any error catching tools? If we all wrote perfect code we wouldn't

RE: CF and Novell?

2005-08-12 Thread Kazmierczak, Kevin
look at a product from Novell called i-Chain, and let it handle all your authentication requirements. I've done both of these things (activeX and i-Chain) if you have any questions about them. Antony On 8/12/05, Kazmierczak, Kevin [EMAIL PROTECTED] wrote: Does anyone know of anything out

CF and Novell?

2005-08-11 Thread Kazmierczak, Kevin
Does anyone know of anything out there that will allow CF to talk with Novell? They want to avoid creating new logins for a web system. I personally have no idea about anything with Novell, but someone asked me about it. They were going to try to write a c++ cfx tag to achieve this, but I

CF Process Monitor

2005-07-19 Thread Kazmierczak, Kevin
What was the name of the java app that would tell you the current running cf processes? Thanks. Kevin. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: CF Process Monitor

2005-07-19 Thread Kazmierczak, Kevin
: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: 19 July 2005 16:46 To: CF-Talk Subject: CF Process Monitor What was the name of the java app that would tell you the current running cf processes? Thanks. Kevin

OT: Parent-Child Relationships within Table

2005-05-09 Thread Kazmierczak, Kevin
How does everyone handle an N level parent-child type relationship within the same table? Say you have the following table setup for Categories categoryid category parentid You could have any level of categories each with the parent pointing up the path. The problem I'm interested

RE: macromedia and Adobe?!

2005-04-18 Thread Kazmierczak, Kevin
I predict a new tag cfpsd Oh dear. Kevin. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 9:21 AM To: CF-Talk Subject: Re: macromedia and Adobe?! Heh, I never even said hello. I think I'm going to reinstall CF Studio 4.5 just so I can

RE: macromedia and Adobe?!

2005-04-18 Thread Kazmierczak, Kevin
Even better Ben Forta's new book, Photoshop CS2 in 21 days Kevin. -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 9:26 AM To: CF-Talk Subject: RE: macromedia and Adobe?! I predict a new tag cfpsd Oh dear. Kevin. -Original

RE: Last ID inserted

2005-04-18 Thread Kazmierczak, Kevin
I enjoy using ident_current. No problems yet. Kevin. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 9:35 AM To: CF-Talk Subject: RE: Last ID inserted From: Paul Hastings [mailto:[EMAIL PROTECTED] no, it's not correct. as far as i

OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Kazmierczak, Kevin
I want to do the following for our cf stuff and not sure about the last step: Setup a project in VSS. Check files out to a test server, make changes there. Check files in. (Here is the part I don't know about) Make them automatically copy to the live server How do other people setup a

Usings cf functions in regex

2005-01-28 Thread Kazmierczak, Kevin
Is it possible to do this: REReplace(string, ([EMAIL PROTECTED]), MyCFFunctionHere(\1), ALL) I want to run my backreferenced value through a cf function and it doesn't seem I can do that. Any thoughts? Kevin

Debugging Server Hangs

2005-01-11 Thread Kazmierczak, Kevin
What does everyone do about tracking down pages/code that cause the cf server to slow down or hang and you are left with restarting the services/ machine to solve it? Every once in a while our CF server comes to a crawl or get a JRUN closed connection error. Looking in the log files doesn't

How to get file information?

2005-01-10 Thread Kazmierczak, Kevin
How would one get information on a file from CF? I want to know when the file was last modified. I know I could use cfdirectory and loop over the directory contents and get it that way but that seems like WAY too much work just to get the date on one file. How come you can't use cffile

RE: How to get file information?

2005-01-10 Thread Kazmierczak, Kevin
I guess I could use cfdirectory with a filter, that would probably do it. -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:17 PM To: CF-Talk Subject: How to get file information? How would one get information on a file from CF? I

RE: How to get file information?

2005-01-10 Thread Kazmierczak, Kevin
PROTECTED] Sent: Monday, January 10, 2005 2:18 PM To: CF-Talk Subject: Re: How to get file information? Use CFDIRECTORY with the Filter attribute. Then you'll only get information about your specific file. On Mon, 10 Jan 2005 14:16:56 -0500, Kazmierczak, Kevin [EMAIL PROTECTED] wrote

Enforce Strict Attribute Validation

2004-12-07 Thread Kazmierczak, Kevin
Did this server option disappear in when CFMX came out? Just curious. Kevin. ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message:

RE: Enforce Strict Attribute Validation(NEVERMIND)

2004-12-07 Thread Kazmierczak, Kevin
on your existing version of ColdFusion Server with this option enabled before attempting to migrate to ColdFusion MX. Thanks. Kevin -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 2:02 PM To: CF-Talk Subject: Enforce Strict Attribute

OT: SQL Server NULL issues

2004-11-01 Thread Kazmierczak, Kevin
SQL gurus, We have two queries, one that uses WHERE COLUMNNAME IS NULL and one using the ISNULL(columnname, 0) = 0. Both return different results. The query with the IS NULL seems to disregard that clause and bring back everything. If you SET ANSI_NULLS OFF before the IS NULL query, it works

4096 Error

2004-10-13 Thread Kazmierczak, Kevin
We have a weird error that pops up every once in a while.Ever since we moved to CFMX from CF5, we have been getting this mysterious error 4096.It has happened about 5 times in the last month or so. All the message says is 4096 And the stack trace is as follows

RE: 4096 Error

2004-10-13 Thread Kazmierczak, Kevin
Well we are using an ntext field in that table.As for the problem with different machines I was referring to clients accessing the site via IE. There is only one web server. We are running version 6,1,0,63958 Thanks --- Kevin Kazmierczak, MBA Citynet

RE: 4096 Error

2004-10-13 Thread Kazmierczak, Kevin
13, 2004 4:47 PM To: CF-Talk Subject: Re: 4096 Error Kazmierczak, Kevin wrote: java.lang.ArrayIndexOutOfBoundsException: 4096 at macromedia.jdbc.sqlserver.SQLServerByteOrderedDataWriter.putUCS2String(U nknown Source) at macromedia.jdbc.sqlserver.SQLServerByteOrderedDataWriter.writeStringAsUC S2

CF Coding Contest Results

2004-04-21 Thread Kazmierczak, Kevin
For those who are interested, I put together the results from the coding contest and put everyone's source code up that competed.Here is the link: http://adserver2.alfred.edu/kevin/cfcontest/index.cfm My code finished first in three of the five tests and Nathan Mische's finished first in the

RE: ColdFusion Coding Contest

2004-04-09 Thread Kazmierczak, Kevin
http://tech.badpen.com/cfcontest When you are done, submit your entry to me for the judging.You have until midnight on Sunday to submit. Kevin. _ From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:50 AM To: CF-Talk Subject: Re: ColdFusion Coding Contest

RE: ColdFusion Coding Contest

2004-04-06 Thread Kazmierczak, Kevin
: RE: ColdFusion Coding Contest Can we switch it to monday?I dont think I'll have much time till the weekend. DRE -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 8:18 PM To: CF-Talk Subject: RE: ColdFusion Coding Contest Contest

ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
If anyone submitted their code to the CF coding contest we had a while back ago in January would like to submit their code to me, I am in the process of putting all of our code together so we can at least see how each of us did it.Feel free to send them to [EMAIL PROTECTED] Kevin. [Todays

Cookies vs Session Variables

2004-04-05 Thread Kazmierczak, Kevin
Is there any performance gain to only using cookie variables instead of using session variables?Is it worth the hassle? Are session variables really that much of a server hog? Just curious to what others think. Kevin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Cookies vs Session Variables

2004-04-05 Thread Kazmierczak, Kevin
In the case of this argument, let's assume that cookies are enabled for everyone.So we can eliminate those statements.This is purely an issue of how much does it hurt performance. Kevin _ From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 1:48 PM To: CF-Talk

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
Hahahahaha, last time that happened, I at least got paid for it. ;) Keivn. _ From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 12:06 PM To: CF-Talk Subject: RE: ColdFusion Coding Contest There ya go Kaz, hi-jacking the contest.:-) I still think the

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
-Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:50 AM To: CF-Talk Subject: RE: ColdFusion Coding Contest Hahahahaha, last time that happened, I at least got paid for it. ;) Keivn. _ From: Tangorre, Michael [mailto:[EMAIL

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
It could be that I imagined things, but my tickcount was lower with more code in cfscript.I didn't think it would make a difference, but I went with it. Kevin _ From: Venable, John [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 2:11 PM To: CF-Talk Subject: RE: ColdFusion Coding

RE: Cookies vs Session Variables

2004-04-05 Thread Kazmierczak, Kevin
Just for the record, I am in favor in using session variables over strictly the use of cookie variables.I would think that the required parsing and logic to read and handle the cookies in your application would remove any benefit they would have over session variables hanging out in memory.I was

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
Was anyone successful with this? I know mine worked on a bunch of mazes, but there were a couple weird ones with huge rooms that it didn't work on. Kevin, can you send me the last version I sent to you guys? I'd like to try and fix any issues in my code. Steve Nelson _ From: Kazmierczak

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
+ new people then how about new deadline for submissions? TK -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 3:18 PM To: CF-Talk Subject: RE: ColdFusion Coding Contest Steve, Here is the deal.I am not the person who originally started

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
free to share it with me. Kevin. _ From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 8:06 PM To: CF-Talk Subject: Re: ColdFusion Coding Contest - Original Message - From: Kazmierczak, Kevin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 05

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
Contest is still open until Friday April 9th, at 12:00pm EST.You can solve it any way you would like.Just understand you are looking for the shortest path, not just any path. Kevin. _ From: Rizal Firmansyah [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:10 PM To: CF-Talk

RE: ColdFusion Coding Contest

2004-04-05 Thread Kazmierczak, Kevin
I like all the suggestions so far.I will put something together for a new contest after I am done messing around with this one. Kevin _ From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 9:54 PM To: CF-Talk Subject: RE: ColdFusion Coding Contest

RE: Securing CF Apps.

2004-03-23 Thread Kazmierczak, Kevin
Use stored procedures. _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:28 AM To: CF-Talk Subject: RE: Securing CF Apps. adam you wrote: Yes, but you shouldnt put SQL code in your CFM pages! cfquery != secure code how do you do sql stuff in your cfm

RE: Securing CF Apps.

2004-03-23 Thread Kazmierczak, Kevin
I agree that Ben's article explains this very nicely.Not sure if this link works or not: http://www.sys-con.com/coldfusion/article.cfm?id=705 Kevin. _ From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:36 AM To: CF-Talk Subject: Re: Securing CF Apps.

RE: Securing CF Apps.

2004-03-23 Thread Kazmierczak, Kevin
Yeah I agree encrypting all variables is a bit much, but encrypting some of them might be enough to make the casual hacker move on to a different server without encrypted variables.If that person really wanted to decrypt those variables, they could.The most important thing to do is to make sure

RE: RE: Securing CF Apps.

2004-03-23 Thread Kazmierczak, Kevin
better by saying that it deters casual hackers, whatever the hell that means. - Original Message - From: Kazmierczak, Kevin [EMAIL PROTECTED] Date: Tuesday, March 23, 2004 9:49 am Subject: RE: Securing CF Apps. Yeah I agree encrypting all variables is a bit much, but encrypting some of them

RE: FTP client recommendations?

2004-03-04 Thread Kazmierczak, Kevin
I have had problems with SmartFTP not bringing over all the files I tell it to.Maybe I had it misconfigured, but I decided to use WS_FTP instead. Kevin. _ From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 3:32 AM To: CF-Talk Subject: RE: FTP client

SOT: Kiosk browser recommendations

2004-01-14 Thread Kazmierczak, Kevin
Hello, Anyone have any recommendations for a kiosk browser to use that meets the following requirements: 1)Times session out after X minutes and returns to homepage and closes all windows 2)Provides IP filtering to limit sites they can browse 3)Allows popup windows 4)Some sort of key blocking

cflogin domain cookie question

2004-01-07 Thread Kazmierczak, Kevin
I have run across a problem that someone may have an easier solution for than what I was thinking. Here is the problem, I am using cflogin to log a user into the admin section of a site.Everything works fine except when the user clicks on a page that uses ssl inside the admin section because the

RE: Primary key preference quick poll

2003-11-11 Thread Kazmierczak, Kevin
and mikey brought up a good idea on aim with me earlier.the real problem with a pk field is that if something about that table/record/database gets corrupted, you will never be able to recreate that number in the pk field.where a uuid, you could, in theory recreate it. Well you could recreate

RE: Primary key preference quick poll

2003-11-11 Thread Kazmierczak, Kevin
Thanks Jochem, I wasn't aware you could change an identity field. You can use set identity_insert tablename on to manually set an identity field. Kevin _ From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 9:00 AM To: CF-Talk Subject: RE: Primary key

RE: Primary key preference quick poll

2003-11-10 Thread Kazmierczak, Kevin
I used to be a fan of identities until a recent discussion with a friend about them.I still think that identities are great for small tables, but if you will need to mix information from replicated databases, it would become a pain.Also, I like the idea of having a globally unique key for a record

OT: Web based Project Management

2003-06-13 Thread Kazmierczak, Kevin
I am looking for a web based project management software package that isn't overly complex. Free is good, but I am open to suggestions, and no MS Project. Any help is appreciated. --- Kevin Kazmierczak, CCNA Certified Advanced ColdFusion MX

RE: Another Challenging question

2003-03-21 Thread Kazmierczak, Kevin
You might want to switch your cfif statement. I think it is backwards. If the recordcount is greater or equal to one that's a valid login, else if it is zero, it was an invalid login. Like: cfif Login.RecordCount IS 0 cflocation url=invalidlogin.cfm? cfelseif Login.RecordCount IS GTE 1

RE: Help with import of data from Oracle to SQL Server - SOT - I know

2003-03-20 Thread Kazmierczak, Kevin
Take a look at DTS in SQL Server. It's fairly easy to get started with it using Enterprise Manager. You could create a new package and create two datasources, one being your oracle database and the other as SQL Server, then create a Data Transformation Task between them where you could either

Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Kazmierczak, Kevin
Hello, I am having a strange problem with an IIS4.0 and cfmx configuration. We have about 7 different sites set up in IIS, for this example named (site1-site7). The problem is that it seems if you go to site1/index.cfm or site2/index.cfm or site3/index.cfm or ... site7/index.cfm

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Kazmierczak, Kevin
) on Linux, the windows path should be easy to deduce from that. Set it to 'false' and your problems will go away. barneyb -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 4:31 PM To: CF-Talk Subject: Multiple Sites in IIS

RE: IE 5x on Mac Issues

2003-02-20 Thread Kazmierczak, Kevin
Make sure you are using method=POST for the form. We had some problems with Mac IE and method=GET. Kevin Kazmierczak -Original Message- From: David Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 2:24 PM To: CF-Talk Subject: IE 5x on Mac Issues Can anyone tell me

CLOB and Incorrect Characters

2003-01-29 Thread Kazmierczak, Kevin
Hello, We are having trouble with some Memo fields in Access after we upgraded to cfmx. First we enabled CLOB in order to get them to show up, but now our problem is that some characters are getting replaced by a little box character, mainly the characters ', -, . Has this happened to