Re: JVM

2008-01-15 Thread Beru
If you use components in your apps, you might want to patch CF: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401239&sliceId=2 Cheers, Albert On Jan 14, 2008 11:43 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > Sorry --- CF 7.0.2.142559 > > > > Java 1.4.2_09-b05 > > Well, before tu

Peachtree accounting integration?

2008-01-15 Thread Mike Chabot
Has anyone had any good or bad experiences with integrating a Web site with Peachtree accounting software? When a sale is made on the Web site, data gets fed into both the Web site database and then into the Peachtree system for handling of taxes and invoices. If you have done this before, do you h

Re: IP Address to Country API

2008-01-15 Thread Paul Hastings
Coldfusion Monkey wrote: > I have a high traffic site that needs to only lookup the country from the > user ip address. I checked out the hostip.info service and its great as i can > post cfhttp requests and parse through the response. Just wondering if you > guys are aware of any negatives in usin

Re: How do you lock down a web site with W2k3/IIS6?

2008-01-15 Thread Jim McAtee
Ack... just found the problem... there was a firing in Application.cfm when run on the new server. - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, January 15, 2008 7:00 PM Subject: Re: How do you lock down a web site with W2k3/IIS6? > In the

Re: How do you lock down a web site with W2k3/IIS6?

2008-01-15 Thread Jim McAtee
In the source, above the CF debugging output I have just some white space. Numerous CRLFs, but also a few tabs at the beginning of some lines. - Original Message - From: "Crow T. Robot" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, January 15, 2008 6:42 PM Subject: Re: How do you lo

Re: How do you lock down a web site with W2k3/IIS6?

2008-01-15 Thread Crow T. Robot
this may seem silly, but it almost sounds like there is a comment that is improperly opened/closed. this happened to us recently and nearly drove us crazy. what do you get when you look at the source? On Jan 15, 2008 7:01 PM, Jim McAtee <[EMAIL PROTECTED]> wrote: > I have a web site that is to

Re: java unzip :: verify file

2008-01-15 Thread C S
> I'll compare what you did to the original > code -- should give me a nice insight in Java vs CF. Yes. Keep in mind it is slightly different from the last example. That example extends the ZipFile class and calls the verify function inside the class's constructor. It's similar to extending a

RE: IP Address to Country API

2008-01-15 Thread Michael E. Carluen
I've been using it for several months now. I don't remember it ever choking yet. > -Original Message- > From: Coldfusion Monkey [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 15, 2008 4:50 PM > To: CF-Talk > Subject: Re: IP Address to Country API > > I have a high traffic site that

How do you lock down a web site with W2k3/IIS6?

2008-01-15 Thread Jim McAtee
I have a web site that is to be accessible only to Windows domain members. I'm moving it from a W2k/IIS5/CF5 server to a W2k3/IIS6/CF8 server in a new domain. With W2k/IIS5 this seemed relatively straightforward. Just give the root folder of the private web site the same permissions as a publi

Re: IP Address to Country API

2008-01-15 Thread Coldfusion Monkey
I have a high traffic site that needs to only lookup the country from the user ip address. I checked out the hostip.info service and its great as i can post cfhttp requests and parse through the response. Just wondering if you guys are aware of any negatives in using this service like updates to

Re: java unzip :: verify file

2008-01-15 Thread Warren Koch
I can't compile, reboot, etc. The server is a corprate one which I have no control over and hard to get done. I'll have to go with the CF Function. I'll package it together withthe unzip code in a CFC. Thanks for re-coding it! I'll compare what you did to the original code -- should give me

Re: java unzip :: verify file

2008-01-15 Thread C S
> don't know how to use this in a CFMX 7 environment. > I'm going to use this code to augment unzip code found > at http://www.rewindlife.com/archives/41.cfm You can compile the above code into a java class. Then place the .class file (or jar) into the CF classpath and reboot. Then you ca

Re: java unzip :: verify file

2008-01-15 Thread Warren Koch
Could some please convert the zip verifier into CFMX? I'm just not that JAVA literate and don't know how to use this in a CFMX 7 environment. I'm going to use this code to augment unzip code found at http://www.rewindlife.com/archives/41.cfm Crashing my server is bad. ~~

RE: GlassFish

2008-01-15 Thread Brad Wood
Thanks for the input Jochem and Jerry! ~Brad -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 2:40 PM To: CF-Talk Subject: Re: GlassFish Brad Wood wrote: > Anyone used it? I tried it out for a short while a little over a year ago.

Re: GlassFish

2008-01-15 Thread Jochem van Dieten
Brad Wood wrote: > Anyone used it? I tried it out for a short while a little over a year ago. It was a bit rough around the edges then and I lost interest. I intended to look into it later but you know how that goes :) Let us know about your experiences. Jochem ~~~

RE: GlassFish

2008-01-15 Thread Jerry Guido
Like I said, I used it to try out Jruby (a Java port of ROR). I honestly didn't use GlassFish long enough to have an informed opinion. JRuby is very slick though. I was VERY impressed by NetBeans 6. It is a VERY capable IDE. Jerry Guido Programmer MGT of America, Inc. [EMAIL PROTECTED] The inf

RE: SQL Question, get previous record

2008-01-15 Thread Dawson, Michael
You are correct. Thanks! -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 1:28 PM To: CF-Talk Subject: RE: SQL Question, get previous record I think you'll want an order by on those: to get the previous: SELECT TOP 1 idNumber FROM Table WHE

Re: SQL Question, get previous record

2008-01-15 Thread Crow T. Robot
If you already have the result set, and it is ordered by the id, then you could just use this myQueryResult.id[currentrow+/-1] to fetch the previous/next id number very pseudo code here, but hopefully you get the drift. but not quite sure if this is what you're asking? On Jan 15, 2008 1:20 PM,

RE: SQL Question, get previous record

2008-01-15 Thread Scott Stewart
Thanks guys, I knew it had to be something simple -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 2:23

RE: SQL Question, get previous record

2008-01-15 Thread Brad Wood
I think you'll want an order by on those: to get the previous: SELECT TOP 1 idNumber FROM Table WHERE idNumber < #myNumber# ORDER BY idNumber DESC or to get the next: SELECT TOP 1 idNumber FROM Table WHERE idNumber > #myNumber# ORDER BY idNumber ASC ~Brad -Original Message- From: Daws

RE: SQL Question, get previous record

2008-01-15 Thread Dawson, Michael
If you are using SQL Server, you can use something like this to get the previous: SELECT TOP 1 idNumber FROM Table WHERE idNumber < #myNumber# or to get the next: SELECT TOP 1 idNumber FROM Table WHERE idNumber > #myNumber# M!ke -Original Message- From: Scott Stewart [mailto:[EMAIL PRO

SQL Question, get previous record

2008-01-15 Thread Scott Stewart
I have a basic table It has a numeric primary key and a field that determines display order. The records are displayed based on the record order. However the record order may not be continuous (IE: 1, 2, 5, 7, 10) The application calls for an up/down order change feature. What I need to b

RE: GlassFish

2008-01-15 Thread Brad Wood
How did you like it? We were considering playing with it too. ~Brad -Original Message- From: Jerry Guido [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 1:01 PM To: CF-Talk Subject: RE: GlassFish Briefly. I played around with Jruby for a weekend. It is Suns OS Java EE web/app

RE: GlassFish

2008-01-15 Thread Jerry Guido
Briefly. I played around with Jruby for a weekend. It is Suns OS Java EE web/app server. It is kinda like Apache TomCat. It is supposed to be very fast. Jerry Guido Programmer MGT of America, Inc. [EMAIL PROTECTED] The information contained in this electronic communication is intended only for t

RE: GlassFish

2008-01-15 Thread Brad Wood
http://www.google.com/search?hl=en&q=glassfish But Rick Root could have told you that :) ~Brad -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 12:38 PM To: CF-Talk Subject: RE: GlassFish Link? Have one? :) -Original Message-

RE: GlassFish

2008-01-15 Thread Andy Matthews
Link? Have one? :) -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 12:27 PM To: CF-Talk Subject: GlassFish Anyone used it? ~Brad ~| Adobe® ColdFusion® 8 software 8

GlassFish

2008-01-15 Thread Brad Wood
Anyone used it? ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/group

Re: calendar event

2008-01-15 Thread Sonny Savage
OK, I feel like an ass now. I'm sorry. From his other thread I see that he had already put in some up-front work. I guess I'm personally annoyed by people who don't do any research or attempts before asking for help. Again, I'm sorry Ravi. Sonny. P.S. Are you related to the musician with the

RE: calendar event

2008-01-15 Thread Dave Long
You might find this link helpful: http://www.bennadel.com/blog/877-ColdFusion-Calendar-Event-Scripting-Inspire d-By-Peter-Bell-.htm It discusses the "How-to" of recurring events. What a group! You guys sound like you are terrified of helping a newbie, yet you pass code back and forth between each

Re: beat a dead horse?

2008-01-15 Thread Don L
Many thanks, Will, this is exactly what caused the problem which initially I did not expect, I wished I checked this thread first 45 minutes ago. One problem with FF2 remains though, that is, the following code would return a full window instead of current window (what size it may be)

Re: SOT: Data protection

2008-01-15 Thread Dominic Watson
> > Sorry man, didn't mean to sound abrasive. =) > > Chris I know ;). You nailed the point though - I have to cover myself and hot up quickly. I have ordered the 'Threat profile' book, looks riveting! Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~

RE: SOT: Data protection

2008-01-15 Thread Peterson, Chris
Sorry man, didn't mean to sound abrasive. =) Chris -Original Message- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 10:03 AM To: CF-Talk Subject: Re: SOT: Data protection > > Wow, not to be a mean guy or anything, but if you are asking these type > of qu

Re: SOT: Data protection

2008-01-15 Thread Dominic Watson
> > Wow, not to be a mean guy or anything, but if you are asking these type > of questions within an hour of your deadline, you may not be the right > person to do this... Security is not something that you should 'try', it > needs to be done properly to protect you and your customers assets. > Onc

Re: Calling a php on CF

2008-01-15 Thread Ian Skinner
Mallory Woods wrote: > I don't know.. but if anyone has any suggestions. > > Thanks! You may also be able to make use of to have the server make the request for you. ~| Adobe® ColdFusion® 8 software 8 is the most important and d

Re: SOT: Data protection

2008-01-15 Thread Dominic Watson
> > Wow, not to be a mean guy or anything, but if you are asking these type > of questions within an hour of your deadline, you may not be the right > person to do this... Security is not something that you should 'try', it > needs to be done properly to protect you and your customers assets. > Onc

Re: calendar event

2008-01-15 Thread Cutter (CFRelated)
I would check out the iCal standard. There are several great links on the Sunbird or Lightening project's developer page (Sunbird and Lightening are Mozilla Foundation projects). http://www.mozilla.org/projects/calendar/faq.html#format Steve "Cutter" Blades Adobe Certified Professional Advanced

Re: POI, Excel and row limitations

2008-01-15 Thread Rick Root
On 1/14/08, Rick Root <[EMAIL PROTECTED]> wrote: > No, it's not Excel's limit. See my previous response. > > Those links refer to Excel 2003 and Excel 2000 Excel 2007 can > handle much larger spreadsheets.. but apparently POI cannot. > > I guess I ought to direct this question at the POI list.

Re: exporting from a CF Application to MYOB

2008-01-15 Thread Rob Parkhill
Toby, I have done this, but it depends on the version of MYOB that you are running on. My solution works on V 11, and since it has been removed from the shelves here in Canada, I can't confirm that it would work with any other verions. If that column order will help, I can get this to you. Rob

Re: SOT: Data protection

2008-01-15 Thread Tom Chiverton
On Tuesday 15 Jan 2008, Dominic Watson wrote: > Ok thankyou. I need to get this proposal out in the next hour Dube, your in trouble, but you know this :-) > I'm wondering, as the site and business is small and not a major public > target (won't be indexed by search engines), is having a login sys

RE: SOT: Data protection

2008-01-15 Thread Peterson, Chris
Wow, not to be a mean guy or anything, but if you are asking these type of questions within an hour of your deadline, you may not be the right person to do this... Security is not something that you should 'try', it needs to be done properly to protect you and your customers assets. Once they have

Re: calendar event

2008-01-15 Thread Sonny Savage
I don't want to sound rude, but it sounds like you want us to do your job for you. You'd probably be better off looking for a web tutorial. On Jan 15, 2008 4:45 AM, Ravi Shankar <[EMAIL PROTECTED]> wrote: > Hi , > I would like your expert help in the same. > I am working on a project in which

Re: designing db tables for calendar events

2008-01-15 Thread Ravi Shankar
>what are you ideas so far? what design have you come up with on your own? > >--- >Azadi Saryev >Sabai-dee.com >http://www.sabai-dee.com > > > >Ravi Shankar wrote: >> Ravi My approach is following - PatternbaseTable --- Pattern Id--> 0,1,2,3 Pattern value -

Re: designing db tables for calendar events

2008-01-15 Thread Matt Williams
http://www.bennadel.com/projects/kinky-calendar.htm On Jan 15, 2008 4:10 AM, Azadi Saryev <[EMAIL PROTECTED]> wrote: > what are you ideas so far? what design have you come up with on your own? > > --- > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com > > > > Ravi Shankar wrote: > > I would

Re: SOT: Data protection

2008-01-15 Thread Dominic Watson
Ok thankyou. I need to get this proposal out in the next hour so it's a bit late for the book! The threats I need to be aware of then are internet based attacks on the login system and database right? I'm wondering, as the site and business is small and not a major public target (won't be indexed

Re: SOT: Data protection

2008-01-15 Thread Tom Chiverton
On Tuesday 15 Jan 2008, Dominic Watson wrote: > stores contact details of their employees. Does anyone have experience of > this and know what I need to take into consideration? You need to identify all the threats against the system, which you will attempt to mitigate (i.e. is it your job to pro

exporting from a CF Application to MYOB

2008-01-15 Thread Toby King
Hi there I'm trying to setup to do an export from MySQL to an Excel Spreadsheet so that I can then import the spreadsheet to MYOB. I'm wondering if anyone else happens to have done this and if so do I need to have the spreadsheet setup with all the exact columns as a spreadsheet which has been

SOT: Data protection

2008-01-15 Thread Dominic Watson
Hi all, I'm putting a quote together for a client and they are concerned with security and data protection for a single table in their database that stores contact details of their employees. Does anyone have experience of this and know what I need to take into consideration? Thanks, Dominic --

Hanging Query of Queries

2008-01-15 Thread Graham Bates
I posted a question on this list a while ago regarding coldfusion momentarily hanging on threads, but the problem persists. Seefusion warns us that the server has more than a set number of requests running, and inspecting the stack trace reveals threads queued. They typically are served eventually

RE: Odd CFMail Problem

2008-01-15 Thread James Smith
No, that is a different problem. My mails are ending up in the undeliverable folder (although they do go eventually if I keep recycling them back into the spool). Thanks for trying though. Does anyone know how many parallel deliveries CF will do? -- Jay -Original Message- From: Cutter (

Re: designing db tables for calendar events

2008-01-15 Thread Azadi Saryev
what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: > I would like your expert help in the same. > I am working on a project in which i have to design the web-page for > scheduling > the meeti

RE: beat a dead horse?

2008-01-15 Thread Will Swain
Make sure you've nested your cfform tags properly: . Will prevent the content from displaying. . Will display the content. I ran into this the other day. Might be your problem. You could also try using a plain instead and see if that works. Cheers Will -Origin

Re: Performance Improvement Technique with cf8

2008-01-15 Thread Tom Chiverton
On Monday 14 Jan 2008, Don L wrote: > I may be talking loud here... just a thought, if we categorize a cf app > into three main blocks of system variable (global and local), > presentation/UI and queries, would it be sensible to use cfthread for each > of them and then join them? Maybe if CF is

Re: designing db tables for calendar events

2008-01-15 Thread Ravi Shankar
>I would like your expert help in the same. > I am working on a project in which i have to design the web-page for > scheduling > the meetings online with recurrence option also. > The screen is the same as it comes in the outlook express when we schedule > any > meeting. > It has the followin

designing db tables for calendar events

2008-01-15 Thread Ravi Shankar
I would like your expert help in the same. I am working on a project in which i have to design the web-page for scheduling the meetings online with recurrence option also. The screen is the same as it comes in the outlook express when we schedule any meeting. It has the following fields

calendar event

2008-01-15 Thread Ravi Shankar
Hi , I would like your expert help in the same. I am working on a project in which i have to design the web-page for scheduling the meetings online with recurrence option also. The screen is the same as it comes in the outlook express when we schedule any meeting. It has the following fie