Re: OT: Spam Filters

2004-12-09 Thread Stephen Moretti (cfmaster)
>Another method of attack is using an email client that has junk mail filters >built into it. I use Mozilla's Thunderbird email client, which has junk mail >filters that, once trained, filter out spam amazingly well. > > Complete aside - but just thought I'd mention that Thunderbird v1 has bee

RE: String question...

2004-12-09 Thread Pascal Peters
if(Find("AUDIT/",string) IS 1) if(REFind("^AUDIT/",string)) Use the NoCase version if you don't need it to be case sensitive Pascal > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: 08 December 2004 18:37 > To: CF-Talk > Subject: String question... > > Hello,

Re: Which browsers do you support for -public- web sites?

2004-12-09 Thread Barney Boisvert
I said that about 8 months ago. Then I got reamed for it by visitors. People using NS 4 are still around, though they seem to be generally good natured about having ugly sites, as long as they work. We'd switched to a JS/CSS menuing system that works like a champ, but not in NS4. We changed to

Eclipse, it rocks..

2004-12-09 Thread Micha Schopman
For the developers on Eclipse, I just wanted to say "thumbs up!" I just started using eclipse this week, literally forcing myself to use it. And for now, .. well I deinstalled DWMX 2004, should say enough? The only thing I have problems with is opening css files, eclipse seems to have probl

Problem Java and cfobject on Unix

2004-12-09 Thread cfgaill alex
Hello, I created an I18n java traduction classes for a coldfusion application.In cfm, i creat the object with a cfobject. >> application.i18n=CreateObject("Java", >> "eu.cec.oib.i18n.web.support.I18NHelper"); but my probleme is that on my local machine (windows / MX 6.1) it work perfectly

Problem Java and cfobject on linux

2004-12-09 Thread Alexis . GAILLARD
Hello, I created an I18n java traduction classes for a coldfusion application.In cfm, i creat the object with a cfobject. >> application.i18n=CreateObject("Java", "eu.cec.oib.i18n.web.support.I18NHelper"); but my probleme is that on my local machine (windows / MX 6.1) it work perfectly and w

RE: Eclipse, it rocks..

2004-12-09 Thread James Holmes
Here here. I tried it a few weeks ago and I now use it for all my CFC development. I still use DW for the HTML/wysiwyg stuff but I have no problems swapping between them as necessary. -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, 9 December 2004 5:18 T

Re: Problem Java and cfobject on Unix

2004-12-09 Thread cfgaill alex
sorry the message isn't passed. I created an I18n java traduction classes for a coldfusion application.In cfm, i creat the object with a cfobject. >> application.i18n=CreateObject("Java", >> "eu.cec.oib.i18n.web.support.I18NHelper"); but my probleme is that on my local machine (windows / MX

Re: Problem Java and cfobject on Unix

2004-12-09 Thread Paul Hastings
cfgaill alex wrote: > Is it the classpath ? where did you install it? is that location on a classpath? ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.house

Re: Problem Java and cfobject on linux

2004-12-09 Thread cfgaill alex
sorry the all message isn't passed. Hello, I created an I18n java traduction classes for a coldfusion application.In cfm, i creat the object with a cfobject. >> application.i18n=CreateObject("Java", >> "eu.cec.oib.i18n.web.support.I18NHelper"); but my probleme is that on my local machine (win

RE: Problem Java and cfobject on Unix

2004-12-09 Thread Alexis . GAILLARD
All the classes are : OIBCommons.jar (new version) aopalliance.jar cglib-full-2.0.2.jar commons-collections.jar commons-logging.jar dom4j.jar ehcache.jar hibernate2.jar jta.jar odmg.jar ojdbc14.jar spring.jar Install in /ec/prod/server/jrun4/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusi on

Re: Problem Java and cfobject on Unix

2004-12-09 Thread cfgaill alex
>Paul Hastings wrote : >where did you install it? is that location on a classpath? All the classes are : aopalliance.jar cglib-full-2.0.2.jar commons-collections.jar commons-logging.jar dom4j.jar ehcache.jar hibernate2.jar jta.jar Log4j-1.2.8.jar odmg.jar OIBCommons.jar ojdbc14.jar spring.jar Ins

Re: CFScript question - Queries

2004-12-09 Thread Bert Dawson
I think you need to escape (i.e. double up) the single quotes in any CF vars you're using in the query, then use preservesinglequotes() inside cfquery tag. mySQLstring = "SELECT orders_id FROM Orders WHERE label = '#Replace(This_Label, "'", "''", "all")#'"; #PreserveSingleQuote

file name Undefined error

2004-12-09 Thread simmyana a
I am trying to pass name of the saved file to another page but it is giving filename undefined in javascript. this is my code Untitled Document Attach1:   #SavedFile1#

RE: OT: Spam Filters

2004-12-09 Thread Tim Laureska
It looks like they took the download Thuderbird link off the mozilla site as of 5:40 AM EST -Original Message- From: Stephen Moretti (cfmaster) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 3:43 AM To: CF-Talk Subject: Re: OT: Spam Filters >Another method of attack is using

found the solution....

2004-12-09 Thread simmyana a
.. ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186767 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 S

Re: Basic ColdFusion sending E-mail question.

2004-12-09 Thread Thomas Chiverton
On Wednesday 08 Dec 2004 14:29 pm, Eric Creese wrote: > I used to do this but found my SMTP was being attacked, What is the best > way to secure the SMTP so I can start using CFMAIL again. I am afraid to > use it cause of the attacks. If you are only sending outbound email, don't listen on public

Re: Eclipse, it rocks..

2004-12-09 Thread Dwayne Cole
Here! Here! Finally a real alternative to cfstudio 5 and homesite, which in my opinion are still better than then DW for coding. Now If can find a plugin that lets me manage the datasource including creating and modifying tables as well as adding, deleting, and updating records, I'll be as

sending complex types to webservices

2004-12-09 Thread Thomas Chiverton
As per the CF docs, I'm trying to construct a CFC to represent the transfer objects for a webservice I am invoking. And it doesn't work, but a struct *with identical fields to the CFCs cfproperty tags* does ! The CFC version fails on the cfinvoke tag with "Could not perform web service invocatio

Re: OT: Spam Filters

2004-12-09 Thread Stephen Moretti (cfmaster)
Tim Laureska wrote: >It looks like they took the download Thuderbird link off the mozilla site as >of 5:40 AM EST > > ??? http://www.mozilla.org/products/thunderbird/ Still there for me. ~| Special thanks to the CF Commun

Re: Eclipse, it rocks..

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote: > Now If can find a plugin that lets me manage the datasource including > creating and modifying tables as well as adding, deleting, and updating > records, I'll be as happy as a butterfly. You can use quantum inside Eclipse, but I prefer the st

Re: Which browsers do you support for -public- web sites?

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 02:59 am, Jim McAtee wrote: > So, what browsers, versions, (and to a degree, platforms) are you testing > and supporting I don't support a browser, I support and write to (a set of) open standards. Day to day testing is performed with a recent Firefox, and double checked i

RE: OT: Spam Filters

2004-12-09 Thread Tim Laureska
I do not see any download link on that page or any other page... I was able to get to the supposed download page in a round - a - bout way but only thing listed was system requirements Plz show me where I'm losing my mind... is this affecting US customers only? -Original Message- From: St

Re: DW on Linux - was (SOT: Browser Stats (stirring the pot))

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 03:51 am, dave wrote: > i'll bring the beer! Dreamweaver will run under WINE on Linux, iirc. 'Nvu' aims to be a fairly comprehensive 'drop in' open source replacement with many of the same featues. Of course, if you don't need that WYSIWYG stuff, Eclipse and the CFEclipse

Re: Which browsers do you support for -public- web sites?

2004-12-09 Thread Irvin Gomez
We only support version 5+ browsers. BTW, a properly structured site will require minimal tweaking to make it work consistently across browsers and platforms. Solid knowledge of CSS is required, though. >I'm guessing that some good comments on my question are buried somewhere >in that 500 po

Re: Javascript and CF

2004-12-09 Thread Thomas Chiverton
On Wednesday 08 Dec 2004 22:24 pm, Greg Morphis wrote: > val = "evaluate(test.agentpw["+ rn +"])"; > The structure exists, I can get any value manually by #qry.desc[1]#. What's 'test' ? Some sort of Neuromancer webservice object ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (

RE: Eclipse, it rocks..

2004-12-09 Thread James Holmes
Does Aqua Datastudio do everything that TOAD does? Toad is pretty comprehensive... -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, 9 December 2004 7:11 To: CF-Talk Subject: Re: Eclipse, it rocks.. On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote: >

RE: OT: Spam Filters

2004-12-09 Thread Hugo Ahlenius
There is a bug in a javascript file on the Thunderbird download page, that affects user of IE on WinXP sp2: https://bugzilla.mozilla.org/show_bug.cgi?id=260780 Try opening the page in your favorite alternative browser, and it will work. -- Hugo Ahlenius

RE: OT: Spam Filters

2004-12-09 Thread Tim Laureska
Thanks Hugo ... I almost thought there must be a bug or something... that seems crazy... they're cutting out a large percentage of potential users -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 7:04 AM To: CF-Talk Subject: RE: OT: Spam F

FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Katz, Dov B (IT)
Anyone know of a good FTP module for eclipse? I'm trying as closely as possible to get the same experience as CFStudio4/5 with the FTP tree on the left, being able to edit any file on the right (and internally the FTP module handles temp file download/upload/location etc) Thanks dbk -Orig

RE: OT: Spam Filters

2004-12-09 Thread Hugo Ahlenius
Lesson learned: Always catch your errors in javascript! try/catch/throw and onerror are your friends -- not only in cf, but also on the client. -- Hugo Ahlenius - Hugo Ahlenius E-Mail: [EMAIL PROTECTED] Project Offi

RE: OT: Spam Filters

2004-12-09 Thread Tim Laureska
I hear ya... I'm not trying to drag this on Hugo, but I can see how you would do that if CF, but how would you do that on say, IE6 on my computer.. this is new to me -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 7:47 AM To: CF-Talk Subj

Re: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Mark Drew
have you tried cfeclipse? http://cfeclipse.tigris.org it has a homesite like view that has FTP support Mark On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > Anyone know of a good FTP module for eclipse? I'm trying as closely as > possible to get the same experien

ColdFusion and Hibernate

2004-12-09 Thread Rich Tretola
I am building a Flex app and have the backend java classes complete thanks to hibernate. We are trying to use the same backend for a ColdFusion app as well but can not instantiate the root dao without errors. The root dao attempts to read in the hibernate cofig file and fails which leads to a noc

Re: OT: Spam Filters

2004-12-09 Thread David Fafard
I am using this too now.. I had bought a Spam filter for Outlook Express but Tbird is doing as good a job as the commericial one! A little getting used to at first but I'm liking it. Dave >>Another method of attack is using an email client that has junk mail >> >> >filters built into it. I

Re: Javascript and CF

2004-12-09 Thread Greg Morphis
my bad, test should have been qry.. It should have read val = "evaluate(qry.agentpw["+ rn +"])"; Ian Skinner wrote a reply using cfwddx so I'm going to give that a try. I know about the server/client problems with CF and JS. I wish there were simpler ways of making them work together more fluidly

RE: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Katz, Dov B (IT)
Do you know how I set this up? I have CFEclipse installed, except all I was able to find similar to HS/CFStudio is the "TargetManagement"/Site Explorer view, which seems to be a read-only view of the file system tree. How can I Set up a remote FTP folder to develop on? Thanks -Dov -Origina

Re: OT: Interactive Dynamic Query Report Writer.

2004-12-09 Thread Doug James
Is Jasper Reports an option? http://jasperreports.sourceforge.net/ Doug Jeff Waris wrote: > Has anyone seen anything like this??? Not for coding purposes and not for > any type of modification of the table or results. Just for simple display > type queries (Select statements). Basically a user wo

cferror question

2004-12-09 Thread David Collie
Hi all I can't get this to work and I've tried livedocs but I don't see anything that says that I shouldn't be able to do this When I change the order of the cferror's and cfthrow's, it just seems to default to the last cferror tag regardless. I can get the CF exceptions (database, m

Re: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Mark Drew
Which Version do you have installed? Normally this is done by opening Windows -> Show View -> Other...-> CFML-> File Explorer View once open check out the little triangle to the right of the drop down Do that or download this movie and check it out http://www.rohanclan.com/projects/cfeclipse/ Sp

dedicated/colocated servers

2004-12-09 Thread Tim Laureska
OK... I've been using shared hosting for a while and have reached the point where I want a dedicated or collocated server for our CF sites ...I'm looking for recommendations for a host that has the following at a minimum on a dedicated or co-located server --- for not an outrageous price :-) Up to

Re: JavaScript and CF

2004-12-09 Thread Greg Morphis
Ian, thanks for the reply. I'm using however I keep getting a JS error : "WddxRecordset" is Undefined. When I view the source I clearly see the array created, I just keep getting that error message. Any ideas? On Wed, 8 Dec 20

cfdump not formatting correctly

2004-12-09 Thread Brant Winter
Does anyone else have any issues with the tag not formating right? I have found that sometimes my will lose all its formattin, colour etc. It seems to be using the id's of other areas on my pages, but I am sure I am not calling the from within a I was just wondering if there was anyway of

Re: JavaScript and CF

2004-12-09 Thread Greg Morphis
Nevermind, I found that I had to include the wddx.js file. Thanks! On Thu, 9 Dec 2004 07:57:43 -0600, Greg Morphis <[EMAIL PROTECTED]> wrote: > Ian, thanks for the reply. > I'm using > > > > > > however I keep getting a JS erro

dynamic urls

2004-12-09 Thread dsmith
This is slightly OT but I'll shoot anyway. We're looking to create web sites for approx 1200 afilliated organizations. The sites would all be run using the same CF templates. It would be very nice to have a virtual directory for each or else a unique URL for each. Is there a way to have IIS

RE: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Katz, Dov B (IT)
I have 1.1.17.2 installed but I don't have "File Explorer" All I see are "Bookmarks", "Browser", "Methods", "Outline", and "Snip Tree" I can't view mov's here but will check out the movies when I get home. Any other advice on finding the "File Explorer View?" Thanks- dbk -Original Message

Re: cfdump not formatting correctly

2004-12-09 Thread Charlie Griefer
IIRC, removing the doctype from the document will resolve the issue with the formatting of the dump. On Thu, 09 Dec 2004 09:02:11 -0400, Brant Winter <[EMAIL PROTECTED]> wrote: > Does anyone else have any issues with the tag not formating right? I > have found that sometimes my will lose all i

Re: dynamic urls

2004-12-09 Thread David Hannum
You might do something with a custom 404 script. Perhaps www.verylongsitename.org/affiliatedorganization. Have a database of your organizations storred in an array in a server or application variable, then when someone comes into the site, and the actual directory does not exist, the custom 4

Re: Eclipse, it rocks..

2004-12-09 Thread Douglas Knudsen
ugh, no, Aqua DataStudio, though uber kewl, is in the flyweight division. Toad does so much more. For non devhead types , DataStudio is a good choice IMHO. I really didn't feel DataStudio offered much more than what you get inside DWMX or HS though. D On Thu, 9 Dec 2004 20:06:27 +0800, James

Re: CFMX 6.1 - java.lang.NullPointerException

2004-12-09 Thread Chris Norloff
That sounds a lot like a cache is holding the older version of your Application.cfm. Are there caching proxies between you and your server? We use: If client variables are reported as not enabled, that definitely is the cfapplication tag in Application.cfm Chris Norloff -- Origi

Re: cfdump not formatting correctly

2004-12-09 Thread Calvin Ward
I believe the problem is that none of the color settings have a # before the color hexadecimal representation. If you really wanted to retain your doctype, you can create a custom tag wrapper for cfdump and parse in the # sounds where appropriate - Calvin -Original Message- From:

Re: dedicated/colocated servers

2004-12-09 Thread David Hannum
We've been working with the folks at CFX Hosting (cfxhosting.com) for some time now using both dedicated servers and VPS (Virtual Private Servers) which are separate servers on a sharred box using VMWare. I've been very happy with both. Oh yes, they also have co-located a server for us too. C

Re: Javascript and CF

2004-12-09 Thread Keith Gaughan
Greg Morphis wrote: > Say I have a query that returns some values > rownum, id, and desc > > 11001 ProductA > 21002 ProductB > 31003 ProductC > 41004 ProductD > 51005 ProductE > > Is it not possible (without opening a new frame) to use Javascript to >

Re: cfdump not formatting correctly

2004-12-09 Thread Raymond Camden
CFDUMP uses a large style sheet to format it's output. It is "smart" in that it uses a request variable so it only outputs the style once. However, if you use cfdump in a request and the output is swollowed, like sent to an email, then the second cfdump in your request will be missing the style she

Re: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Thorsteinn Jonsson
I finaly found it with Mark's advice... On Thu, 9 Dec 2004 09:16:31 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > I have 1.1.17.2 installed but I don't have "File Explorer" > > All I see are "Bookmarks", "Browser", "Methods", "Outline", and "Snip > Tree" > > I can't view mov's here but

Re: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Mark Drew
I think this is a case of getting the latest build (nightly) from spike: http://www.spike.org.uk/downloads/cfeclipse_latest.zip or update it using the update manager in eclipse help -> software update -> Find and install On Thu, 9 Dec 2004 09:16:31 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]>

RE: Which browsers do you support for -public- web sites?

2004-12-09 Thread Damien McKenna
> So, what browsers, versions, (and to a degree, platforms) are > you testing and supporting for general access public web sites? #1 Firefox. #2 IE 5.5+. Beyond that, I'm not that fussed. I have a Mac and I occasionally check my work but I've not seen enough difference between its rendering and

Re: cfdump not formatting correctly

2004-12-09 Thread Charlie Griefer
On 09 Dec 2004 09:55:36 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote: > I believe the problem is that none of the color settings have a # before the > color hexadecimal representation. > > If you really wanted to retain your doctype, you can create a custom tag > wrapper for cfdump and parse in

Re: Which browsers do you support for -public- web sites?

2004-12-09 Thread Tony Weeg
we have the luxury of only IE 6+ accessibility, as its a requirement we make VERY clear in our pre-sales efforts. -- tony Tony Weeg macromedia certified coldfusion mx developer email: tonyweeg [at] gmail [dot] com blog: http://www.revolutionwebdesign.com/blog/ cool tool: http://www.antiwrap.com

CFMAIL ERROR?

2004-12-09 Thread Ryan Mannion
Has anyone ever seen this error, when trying to use CFMAIL? This is the first time I've ever seen it. If so any fixes, suggestions? Error: Unable to write mail message to disk. An unexpected error occurred while attempting to save the mail message. The error occurred while

Re: file name Undefined error

2004-12-09 Thread David Hannum
First, using nameconflict, unless the file name in "attach1" already exists, you will not set a "serverFile" variable. If that's the case, and "attach1" does not already exist, you need to CFSET SavedFile1 to the value of the file name in FORM.attach1. They way it is now, if the file name in "

Re: cfdump not formatting correctly

2004-12-09 Thread S . Isaac Dealey
request.cfdumpinited > CFDUMP uses a large style sheet to format it's output. It > is "smart" > in that it uses a request variable so it only outputs the > style once. > However, if you use cfdump in a request and the output is > swollowed, > like sent to an email, then the second cfdump in your >

Re: cferror question

2004-12-09 Thread Chris Norloff
Looks okay to me. The next thing I'd do is put in the exception handling template to see the cferror scope variables - maybe something's not exactly as you expect (and you might check the cfcatch scope, too). Chris Norloff -- Original Message -- From:

Re: CFMAIL ERROR?

2004-12-09 Thread S . Isaac Dealey
Make sure the disk isn't full and the ColdFusion Server service has write permissions in the mail spool directory. > Has anyone ever seen this error, when trying to use > CFMAIL? > This is the first time I've ever seen it. > If so any fixes, suggestions? > Error: Unable to write mail message t

Re: dedicated/colocated servers

2004-12-09 Thread John Beynon
I've just gotten a CFX VPS server too - so far happy but support is a little bit slow at getting back to you, jb. On Thu, 09 Dec 2004 09:58:17 -0400, David Hannum <[EMAIL PROTECTED]> wrote: > We've been working with the folks at CFX Hosting (cfxhosting.com) for some > time now using both dedic

Re: dedicated/colocated servers

2004-12-09 Thread Ryan Mannion
Crystaltech just lowered thier prices and upped thier plans. I've had nothing but success with them. http://www.crystaltech.com/dedicated.htm On Thu, 9 Dec 2004 15:20:43 +, John Beynon <[EMAIL PROTECTED]> wrote: > I've just gotten a CFX VPS server too - so far happy but support is a > litt

Re: ColdFusion and Hibernate

2004-12-09 Thread Rich Tretola
Here are the issues and solutions in case anyone else is having a similar problem: Issue #1 - Reading the hibernate configuration file: When trying to call the configure method of the Configuration class, for some reason Flex apps will work fine when using the class path notation (i.e. "/hibern

Re: Eclipse, it rocks..

2004-12-09 Thread Ian Sheridan
You guys should look at CFEclipse. When I found this I expelled a sigh of relief at finally finding CF Studio again. and in some ways it has surpassed some of what CF Studio did for me. check it out at: http://cfeclipse.tigris.org/ Ian On Thu, 9 Dec 2004 09:53:37 -0500, Douglas Knudsen <[EMAIL

Re: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Rob
http://www.rohanclan.com/projects/cfeclipse/ see "SpikeFTP" after getting the nightly On Thu, 9 Dec 2004 09:16:31 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > I have 1.1.17.2 installed but I don't have "File Explorer" > > All I see are "Bookmarks", "Browser", "Methods", "Outline", and

RE: Eclipse, it rocks..

2004-12-09 Thread Jim Davis
> -Original Message- > From: Micha Schopman [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 4:18 AM > To: CF-Talk > Subject: Eclipse, it rocks.. > > Most opensource initiatives are build by developers without any usability > aspects, and I must say.. eclipse isn't one of them

RE: cferror question

2004-12-09 Thread COLLIE David
Hi Chris I can see that when you dump out cferror, the thrown exception is stated in the structure, my problem lies in that I can't seem to get Cold Fusion to go to the correct template... The two scenarios are below and it goes against what my thinking was... - SCENARIO ONE TEMPLATE - SCENA

Re: Eclipse, it rocks..

2004-12-09 Thread Thomas Chiverton
On Thursday 09 Dec 2004 12:06 pm, James Holmes wrote: > Does Aqua Datastudio do everything that TOAD does? Toad is pretty > comprehensive... It runs querys, explores schema's, exports in CSV, create ... fashions. Package and table editors too - which covers about 99% of what I do with our databas

Re: Eclipse, it rocks..

2004-12-09 Thread Mark Drew
in a word: definately :) On Thu, 9 Dec 2004 10:46:22 -0500, Jim Davis <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Micha Schopman [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 09, 2004 4:18 AM > > To: CF-Talk > > Subject: Eclipse, it rocks.. > > > > Most op

OT: MXNA RSS Feed?

2004-12-09 Thread Alex Sherwood
Is there a straight RSS feed for all blog entries on the MXNA aggregator? I see there is an OPML feed for all entries, so how would one get an RSS feed that provides the same data as the OPML feed? Thanks! -- Alex Sherwood ~|

Re: CFMX Shopping Cart?

2004-12-09 Thread Asim Manzur
Is it something else without the fusebox?? >I've had nothing but success with CFWebstore www.cfwebstore.com. Support >is excellent, code is well documented. Easy to use and customizing it >is great. > >Take a peek. It's not free, but it's definitely not expensive. Amazing >value for what you

Re: Eclipse, it rocks..

2004-12-09 Thread Rob
Hi Jim, > > Most opensource initiatives are build by developers without any usability > > aspects, and I must say.. eclipse isn't one of them. The program runs > > smoothly, it is rock solid stable, has a working treeview, and the memory > > footprint for a Java application is extremily low. I hav

RE: Eclipse, it rocks..

2004-12-09 Thread Jim Davis
> -Original Message- > From: Mark Drew [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 10:50 AM > To: CF-Talk > Subject: Re: Eclipse, it rocks.. > > in a word: > definately Cool - I'll definitely give it a try. I'm using Dreamweaver 2004 right now, but am definitely in the

Re: CFMX Shopping Cart?

2004-12-09 Thread Massimo Foti
> Is it something else without the fusebox?? I don't use any of them, but you could chek out: http://www.cartweaver.com/ http://www.cf-ezcart.com/ http://www.cfnetready.com/ http://www.quilldesign.com/qdcart/ Massimo Foti DW tools: http://www.massimocorner.com CF too

RE: CFMX Shopping Cart?

2004-12-09 Thread Tim Laureska
I've used quickestore with success http://www.quickestore.com/ -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 9:57 AM To: CF-Talk Subject: Re: CFMX Shopping Cart? Is it something else without the fusebox?? >I've had nothing but succes

SYSTEM font list?

2004-12-09 Thread Asim Manzur
is it possible to get the list of the installed font in coldfuison?? I want something like #fontname# how is it possible can someone advise?? ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.

Web Data Export

2004-12-09 Thread Bryan F. Hogan
I thought I would ask again now that the list seems to be working better. I'm looking for a web based data export tool. Something that a user can use to export data from their database into Excel. Something that will allow the user to choose their data and filters. This is something for end-users

RE: SYSTEM font list?

2004-12-09 Thread Katz, Dov B (IT)
Though I've never tried it, this might work... In java you'd do... String[] fonts=java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getAvai lableFontFamilyNames(); Just cf-ify that if you can. If you can't process string arrays (never tried to) you might have to convert this into a CFQ

RE: Web Data Export

2004-12-09 Thread Robertson-Ravo, Neil (RX)
Well, if its via the web and your using CFMX you could be on a hiding to nothing. The Web is not really designed for this kind of data exportation so I would say use DTS and get the resultant file - this way you will not kill your CF server with long running requests. -Original Message

Time and attendance system?

2004-12-09 Thread Mike Chabot
Does anyone know of a good Web-based time and attendance tracking system? This would be for a University that has exempt employees record when they are sick and when they are on vacation, not the exact hours worked. Thank you, Mike Chabot

Re: CFScript question - Queries

2004-12-09 Thread Barney Boisvert
I use preserveSingleQuotes with MySQL without any issue. You shouldn't need to do anything special: #preserveSingleQuotes(sql)# On Wed, 8 Dec 2004 18:08:02 -0500, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > > Why not just double up the single quotes? > > Tried that - may be a NDA thin

Nested Outputs

2004-12-09 Thread Aaron Rouse
I am sure this has been asked before and I have forgotten, but why is it that this works in MX(I recall it not in CF5). I also tried it with a cfquery to get blah so my first output had the query attribute, ran without errors. #Variables.myVar# -- Aaron Rouse http://www.happyhacker.com/ ~

Re: Time and attendance system?

2004-12-09 Thread Qasim Rasheed
www.web360software.com On Thu, 9 Dec 2004 11:20:06 -0500, Mike Chabot <[EMAIL PROTECTED]> wrote: > Does anyone know of a good Web-based time and attendance tracking system? > > This would be for a University that has exempt employees record when > they are sick and when they are on vacation, not

RE: Web Data Export

2004-12-09 Thread Bryan F. Hogan
What I'm looking for is a program that will write the DTS based upon the fields and criteria the user chooses. The web wasn't designed for dynamic applications either, but that doesn't stop us. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, De

RE: Web Data Export

2004-12-09 Thread Robertson-Ravo, Neil (RX)
Then whip what you need up into an SP and trigger it via CF and get the result back...job done. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 16:28 To: CF-Talk Subject: RE: Web Data Export What I'm looking for is a program that will write the

RE: Web Data Export

2004-12-09 Thread Bryan F. Hogan
If that is what I wanted to do I would have done it and not posted to the list that I was looking for something that has already done it. If you are not willing to help in that endeavor stop replying and posting stuff that is irrelevant and condescending. -Original Message- From: Robertso

RE: Web Data Export

2004-12-09 Thread Robertson-Ravo, Neil (RX)
The reason I say its not suited, as in CFMX is that it is not very welcoming to large record sets as it uses JDBC. See the link below, which is quite possibly the most useless technotes ever to be produced... http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19357 -Original M

Re: Nested Outputs

2004-12-09 Thread Larry White
You can nest cf outputs with queries if you use the group attribute, otherwise nesting cfoutput is not permitted. It seems cfmx 6.0 had a bug that allowed it but it's been corrected >I am sure this has been asked before and I have forgotten, but why is >it that this works in MX(I recall it not in

RE: Web Data Export

2004-12-09 Thread Bryan F. Hogan
This will be on a dedicated multi-server network just for this. I know the issues. Just looking for software that has already been built to write the damn queries, etc. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 11:38 AM

cfx_zip on W2K3 and zip files from linux server

2004-12-09 Thread Susanna Schroeder
Hi! I had a situation where a zip archive containing 50K files was sent to me from a linux server and then my WinZip software only recognized 10K files. The file was re-sent to me in tar.gzip format, and I was then able to extract it correctly with 7-zip software. My question is, will cfx_zip

Re: Nested Outputs

2004-12-09 Thread Aaron Rouse
Okay, so just means this server does not have its latest updates. Bothered me why it would be working. :) On Thu, 09 Dec 2004 11:46:17 -0400, Larry White <[EMAIL PROTECTED]> wrote: > You can nest cf outputs with queries if you use the group attribute, > otherwise nesting cfoutput is not permitt

Re: String question...

2004-12-09 Thread Charles Heizer
Thanks, This will do the trick, since I just found out that the / will not always be there. Thanks again, - Charles On Dec 8, 2004, at 10:15 AM, Nathan Mische wrote: > There are a few ways you could do this, the easiest probably being > REFind(). > > REFind("^AUDIT/","AUDIT/Systems") > > --Na

RE: Web Data Export

2004-12-09 Thread Robertson-Ravo, Neil (RX)
Ah, certainly no offence...:-) are you running SQL Server 2K? How about looking at SQL Server Reporting Services? This may be of help. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 16:41 To: CF-Talk Subject: RE: Web Data Export If that is w

Re: Nested Outputs

2004-12-09 Thread Bert Dawson
I think allowing nested cfoutputs is an MX thing: this just worked on MX 6,1,0,83762 #now()# I can't think of any reason why you'd want to do that, or why it was introduced - maybe its a "feature" which just happened in the move to java. It gets a bit more particular if you try nesting cfoutput

Creating a Calendar

2004-12-09 Thread Greg Morphis
I'm creating a calendar and need to know how to make the days start on the day the month starts one.. IE.. December has 31 days and starts on Wednesday. So for December I have created 35 divs using a I run a query return days, first day of month, the number of weeks in the month (1-5) In my cfloop

Re: Eclipse, it rocks..

2004-12-09 Thread Nathan Strutz
Micha, Couple things. First, Eclipse is not the same as CFEclipse, so it's a little hard to tell exactly what you're talking about. Remember that CFEclipse is a plugin for Eclipse. However, I agree, Eclipse is great for Java and CFEclipse is amazing for ColdFusion. Second, the CSS issue. Sound

  1   2   >