Re: Code mapping software?

2004-07-16 Thread Michael Dinowitz
Meant basket. :)

What I'm doing is a few things. The first is tracing through the debug
modules and removing things that are just not used. After that, I'm
cleaning up the logic some. Then I'm getting more information for the
debug, but limited to what information comes from the factory.
Finally, I'm threading all the templates called in a page in CFTREE.
This will include cfincludes, modules and CFCs. It's all for better
debugging. I'm not going to go outside of that limited field yet.
When I'm done, anyone can take the template and use it with a file
scanner to get more specific file data.
I just needed to see all the templates in a single pare run, what
called what and where. That's all available through the factory.

On Jul 15, 2004, at 7:44 PM, Michael Dinowitz wrote:

 Well, I've decided that the best thing for me to do is to rewrite the 

 debugging template to my specifications.

Holy hell in a hand backet Batman!

Wha's a hand backet?

Are you going to write a source-code analyzer or a runtime-trace?

If the latter, you might consider accepting hints from the various 

modules as they execute.I did this in some complex code I wrote and I 

think that FB did something like this in one of their implementations.

All I did was have a simple variable that I set in each routine-- 

something like:

cfif Application.doTracecfset trace = module MyModuleName, line no 

nnncfoutputTrace...#trace#]/cfoutput/cfif

I would paste this at the front of any line I wanted to watch ( at 

least template entry  exit points)

I could turn trace on or off interactively.

You could do this by logging instead of tracing.

Anyway, this helped me quickly isolate any problem areas, then focus, 

in more detail, by adding more tracepoints,

At the time CF didn't have any such facility.And I found it very 

useful in determining application flow when it depended on external 

events such as CC auth, or CFHttp requests.

Dick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Three selects related tag bug

2004-07-16 Thread wayne Putterill
Hi, I'm using the ThreeSelectsRelated tag from the exchange which works well, except for using the default3 parameter. I can see from a quick google that others have had the same problem (incorrect options being made available) and I figured if anyone had solved it they would be here :)

(hopeful) Thanks in advance.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Help with CFeclipse

2004-07-16 Thread Mark Drew
Hi there
I am trying to get the code outline working with cfeclipse? I dont
seem to be able to see anything in either Outline or
CFCMethodsView anybody got this and know a workaround?

Regards

-- 
Mark Drew
mailto:[EMAIL PROTECTED]
blog:http://cybersonic.blogspot.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Help with CFeclipse

2004-07-16 Thread Spike
Hi Mark,

The info for both the Content Outline and CFC Methods view comes from the
CFML parser. If that's having a problem with your code for some reason it
will cause both of those views to fail.

Check the problems view to see if there is anything reported there.

If not, then most likely the parser is falling apart on something. If you
can narrow down the cause and let us know what caused it to fail that would
be very useful.

Also, I'd only expect this to happen occasionally, not in every file. If
it's happening in every file, get in touch with me directly either via email
or on MSN - [EMAIL PROTECTED] and I'll see if we can figure out exactly
what's going wrong.

Spike

burning the candle at both ends and melting it in the middle


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Drew
Sent: Friday, July 16, 2004 12:57 AM
To: CF-Talk
Subject: Help with CFeclipse

Hi there
I am trying to get the code outline working with cfeclipse? I dont
seem to be able to see anything in either Outline or
CFCMethodsView anybody got this and know a workaround?

Regards


-- 
Mark Drew
mailto:[EMAIL PROTECTED]
blog:http://cybersonic.blogspot.com/


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfmx hot fixes

2004-07-16 Thread cf coder
Where can I download these from? Can somebody post a link
Regards,
cfcoder
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SOT - homesite 5.5

2004-07-16 Thread Tim Laureska
I worked it out... didn't realize it but I had previously downloaded the
trial version some time back and installed that by accident.. all good
now

-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 15, 2004 11:50 PM
To: CF-Talk
Subject: RE: SOT - homesite 5.5

Please ignore this - I was having a brain f**t.

 
If you have serial then I suspect you would have been given a link to
download a registrable copy.

+++ 
Kevin Parker 
Web Services Manager 
WorkCover Corporation 

p: 08 8233 2548 
e: [EMAIL PROTECTED] 
w: www.workcover.com 
+++ 

-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED]
Sent: Friday, 16 July 2004 1:17 PM
To: CF-Talk
Subject: RE: SOT - homesite 5.5

Have you tried restarting your PC

+++ 
Kevin Parker 
Web Services Manager 
WorkCover Corporation 

p: 08 8233 2548 
e: [EMAIL PROTECTED] 
w: www.workcover.com 
+++ 

-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED]
Sent: Friday, 16 July 2004 11:33 AM
To: CF-Talk
Subject: SOT - homesite 5.5

I just paid for and downloaded homesite 5.5... received serial# also.
But when I launch homesite it comes up as a 30 day trial and I can find
no place to enter the serial # or otherwise change it to a paid
version... 

Any help would be appreciated

Tim Laureska
1st-String Technologies
443-496-1261 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
cf coder wrote:

 Where can I download these from?

http://www.google.com/search?q=cfmx+hotfixes

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread cf coder
Many Thanks!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread cf coder
Hi again,

Is there a way to find out what updater version I have installed on the server? If that's not possible then if I install the latest updater version (I beleive its version 3?) and then install the hot fixes... will that be ok?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread cf coder
This is the System Information displayed in cf administrator
System Information 

Server Product
ColdFusion MX 

 
Version
6,1,0,63958 

 
Edition
Standard
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Pascal Peters
In administrator - System information

You should install CFMX6.1 (If it doesn't say Version 6,1,0,) and
then apply the hotfixes for 6.1.

Pascal

 -Original Message-
 From: cf coder [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 13:00
 To: CF-Talk
 Subject: Re: cfmx hot fixes
 
 Hi again,
 
 Is there a way to find out what updater version I have installed on
the
 server? If that's not possible then if I install the latest updater
 version (I beleive its version 3?) and then install the hot fixes...
will
 that be ok?
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Pascal Peters
Just apply all the hotfixes for CFMX6.1 Standard for your OS.

 -Original Message-
 From: cf coder [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 13:02
 To: CF-Talk
 Subject: Re: cfmx hot fixes
 
 This is the System Information displayed in cf administrator
 System Information
 
Server Product
 ColdFusion MX
 
Version
 6,1,0,63958
 
Edition
 Standard
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Peter Tilbrook
Well I just won a substantial prize I fully intend to share with... Never
mind...

 
PT - aka the CF Bandit!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Ian Vaughan
I am trying to display a list of upcoming events grouped together by
month. So for example it would show

 
July 2004

 
23 Windows Course
25 Word Course

 
August 2004

 
10 Windows Course
15 Excel Course

 
etc..

 
When running the query shown at the bottom of the email it works as it
should, however when adding the following to the WHERE clause

 
AND
courseoutline.id = iteccourse.courseoutlineid
AND
iteccourse.courseoutlineid ='1'

it displays the results like

 
July 2004

 
23 Windows Course

 
July 2004

 
25 Word course etc.

cfset MonthsToDisplay = 2
cfset BeginDate = #Month(now())#/1/#Year(now())#
cfset EndDate = #Month(DateAdd(m,
MonthsToDisplay,now()))#/#DaysInMonth(DateAdd(m,
MonthsToDisplay,now()))#/#Year(DateAdd(m,MonthsToDisplay, now()))#

 
cfquery name=getevents datasource=in 
SELECT courseoutline.coursetitle, courseoutline.coursesummary,
courseoutline.coursepath, iteccourse.coursestart,
to_char(coursestart,'') AS eventYear, to_char(coursestart,'MM') AS
eventMonth, iteccourse.duration,
iteccourse.availability
FROM courseoutline, iteccourse 
WHEREtrunc(coursestart) BETWEEN 
TO_DATE('#DateFormat(variables.Begindate,dd/mm/)#','DD/MM/')
AND TO_DATE('#DateFormat(variables.Enddate,dd/mm/)#','DD/MM/')
ORDER BY iteccourse.coursestart asc 
/cfquery

 
Any ideas on why this may be occuring ?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread cf coder
ok, I shall do that. But just clarify something.. Have macromedia not released any 'updater versions' for 6.1? Becuase I don't beleive I've got them

Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Pascal Peters
Really hard to say without the cfoutput query

You should do an 

ORDER BY eventYear, eventMonth, iteccourse.coursestart asc

And then

cfoutput query=getevents group=eventYear
#getevents.eventYear#br/
cfoutput group=eventMonth
#getevents.eventMonth#br/
cfoutput
#getevents.coursetitle#...br/
/cfoutput
/cfoutput
/cfoutput

Pascal

 -Original Message-
 From: Ian Vaughan [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 13:09
 To: CF-Talk
 Subject: Problem with SQL WHERE clause and CF ???
 
 I am trying to display a list of upcoming events grouped together by
 month. So for example it would show
 
 July 2004
 
 23 Windows Course
 25 Word Course
 
 August 2004
 
 10 Windows Course
 15 Excel Course
 
 etc..

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Robertson-Ravo, Neil (RX)
User INNER JOINCant stand that awful syntax for joins..:-)



What DB flavour? You should be able to do all of this in SQL...and not use
CF at all apart from output..

_

From: Ian Vaughan [mailto:[EMAIL PROTECTED] 
Sent: 16 July 2004 12:09
To: CF-Talk
Subject: Problem with SQL WHERE clause and CF ???

I am trying to display a list of upcoming events grouped together by
month. So for example it would show

July 2004

23 Windows Course
25 Word Course

August 2004

10 Windows Course
15 Excel Course

etc..

When running the query shown at the bottom of the email it works as it
should, however when adding the following to the WHERE clause

AND
courseoutline.id = iteccourse.courseoutlineid
AND
iteccourse.courseoutlineid ='1'

it displays the results like

July 2004

23 Windows Course

July 2004

25 Word course etc.

cfset MonthsToDisplay = 2
cfset BeginDate = #Month(now())#/1/#Year(now())#
cfset EndDate = #Month(DateAdd(m,
MonthsToDisplay,now()))#/#DaysInMonth(DateAdd(m,
MonthsToDisplay,now()))#/#Year(DateAdd(m,MonthsToDisplay, now()))#

cfquery name=getevents datasource=in 
SELECT courseoutline.coursetitle, courseoutline.coursesummary,
courseoutline.coursepath, iteccourse.coursestart,
to_char(coursestart,'') AS eventYear, to_char(coursestart,'MM') AS
eventMonth, iteccourse.duration,
iteccourse.availability
FROM courseoutline, iteccourse 
WHEREtrunc(coursestart) BETWEEN 
TO_DATE('#DateFormat(variables.Begindate,dd/mm/)#','DD/MM/')
AND TO_DATE('#DateFormat(variables.Enddate,dd/mm/)#','DD/MM/')
ORDER BY iteccourse.coursestart asc 
/cfquery

Any ideas on why this may be occuring ?

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Pascal Peters
AFAIK they didn't

 -Original Message-
 From: cf coder [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 13:16
 To: CF-Talk
 Subject: Re: cfmx hot fixes
 
 ok, I shall do that. But just clarify something.. Have macromedia not
 released any 'updater versions' for 6.1? Becuase I don't beleive I've
got
 them
 
 Thanks
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread d.a.collie
 User INNER JOINCant stand that awful syntax for joins..:-)

 
Unless your DB doesn't support Inner Joins ;-)

 
-- 
dc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread cf coder
I think I understand it now... CFMX 6.1 includes updater 3.

I wanted to know if its okay to install this hotfix

ColdFusion MX 6.1: Updated DataDirect drivers for 100% CPU utilization and other issues

http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_cpu.htm

I want to know by installing this fix, will there be any performance gain? It says in there that Macromedia intends to support these driver features in the next full release of ColdFusion, code-named Blackstone.

BTW, I'm running the standard version on Windows XP Professional with SQL Server 2000 backend db.

Regards
cfcoder
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread d.a.collie
soz, should have said that inner join syntax (before anyone jumps down
my throat)

 
-- 
dc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Ian Vaughan
Its an Oracle database

 
This is my CFOUTPUT for the query

table cellspacing=0 cellpadding=0

 
cfoutput query=getupcomingevents group=coursestart

!---This is the first cell of the output, it contains the following
cell bg colour #FF for the date field 
and the following bgcolour #F1EDE2 for the eventtitle and location
fields ---

 
tr

 
!--- The following table row should display the name of the month ie
November 2001 of the events listed with an eventdate of november, if
there are events in December, January etc the same process with the
tables is repeated ---

td bgcolor=##FF align=center/td
td width=5 bgcolor=##003063
img src="" width=5 height=1 border=0/tdtd
bgcolor=##003063
span
class=events_all_category_title#MonthAsString(Month(getupcomingevents
.coursestart))# #Year(getupcomingevents.coursestart)#/span/td
td bgcolor=##003063img border=0 src="" width=1
height=20/td
/tr

 
tr
td width=580 height=1 bgcolor=##C5CBCB colspan=4img src="">
width=580 height=1 border=0/td
/tr
cfoutput
tr
 CFIF (CurrentRow MOD 2) IS 1
td width=42 bgcolor=##FF align=centerimg
src="" width=42 height=1 border=0br/
 cfelse
td width=42 bgcolor=##F3F3F3 align=centerimg
src="" width=42 height=1 border=0br/
 /cfif 
 span class=dark#DateFormat(coursestart, dd)#/span
 /td
td width=5 bgcolor=##EEE5CE
img border=0 src="" width=1 height=23img
src="" width=5 height=1 border=0/td

 CFIF (CurrentRow MOD 2) IS 1
td width=303 bgcolor=##F1EDE2
img src="" width=248 height=1 border=0br/
 cfelse
td width=303 bgcolor=##EEE5CE
img src="" width=248 height=1 border=0br/
 /cfif 
 a href="">
http://intranet.neath-porttalbot.gov.uk/personnel/itec/coursedocs/#cour
sepath##coursetitle#/a 
 /td
 CFIF (CurrentRow MOD 2) IS 1
td width=160 bgcolor=##F1EDE2img src="" width=215
height=1 border=0br/
 cfelse
td width=160 bgcolor=##EEE5CEimg src="" width=215
height=1 border=0br/
 /cfif 
 span class=events_subtitle#duration# Day(s)/span
 /td
/tr

 
tr

 
td width=580 height=1 bgcolor=##C5CBCB colspan=4img src="">
width=580 height=1 border=0/td
/tr
/cfoutput
/cfoutput
/table



From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 16 July 2004 12:18
To: CF-Talk
Subject: RE: Problem with SQL WHERE clause and CF ???

User INNER JOINCant stand that awful syntax for joins..:-)

What DB flavour? You should be able to do all of this in SQL...and not
use
CF at all apart from output..

_

From: Ian Vaughan [mailto:[EMAIL PROTECTED] 
Sent: 16 July 2004 12:09
To: CF-Talk
Subject: Problem with SQL WHERE clause and CF ???

I am trying to display a list of upcoming events grouped together by
month. So for example it would show

July 2004

23 Windows Course
25 Word Course

August 2004

10 Windows Course
15 Excel Course

etc..

When running the query shown at the bottom of the email it works as it
should, however when adding the following to the WHERE clause

AND
courseoutline.id = iteccourse.courseoutlineid
AND
iteccourse.courseoutlineid ='1'

it displays the results like

July 2004

23 Windows Course

July 2004

25 Word course etc.

cfset MonthsToDisplay = 2
cfset BeginDate = #Month(now())#/1/#Year(now())#
cfset EndDate = #Month(DateAdd(m,
MonthsToDisplay,now()))#/#DaysInMonth(DateAdd(m,
MonthsToDisplay,now()))#/#Year(DateAdd(m,MonthsToDisplay, now()))#

cfquery name=getevents datasource=in 
SELECT courseoutline.coursetitle, courseoutline.coursesummary,
courseoutline.coursepath, iteccourse.coursestart,
to_char(coursestart,'') AS eventYear, to_char(coursestart,'MM') AS
eventMonth, iteccourse.duration,
iteccourse.availability
FROM courseoutline, iteccourse 
WHEREtrunc(coursestart) BETWEEN 
TO_DATE('#DateFormat(variables.Begindate,dd/mm/)#','DD/MM/')
AND TO_DATE('#DateFormat(variables.Enddate,dd/mm/)#','DD/MM/')
ORDER BY iteccourse.coursestart asc 
/cfquery

Any ideas on why this may be occuring ?

_ 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Three selects related tag bug

2004-07-16 Thread Jim Louis
 Hi, I'm using the ThreeSelectsRelated tag from the exchange which 
 works well, except for using the default3 parameter. I can see from 
 a quick google that others have had the same problem (incorrect 
 options being made available) and I figured if anyone had solved it 
 they would be here :)
 
 (hopeful) Thanks in advance.

There is no display3 only two display2s in the CF param
CFPARAM NAME=Attributes.Display2 DEFAULT=#Attributes.Value2#
CFPARAM NAME=Attributes.Display2 DEFAULT=#Attributes.Value3#
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Marco Antonio C. Santos
Please,

see this link from Alex Hubner Brazilian Blog

http://www.cfgigolo.com/unsorted/hotfixes_cfmx61.zip

MM should see this practical big pack.

Good lucky.

On Fri, 16 Jul 2004 06:11:31 -0400, cf coder
[EMAIL PROTECTED] wrote:
 Where can I download these from? Can somebody post a link
 Regards,
 cfcoder
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Pascal Peters
You are grouping on coursestart, so it groups on a date (year, month AND
day). Follow the instructions in my previous post.

Pascal

 -Original Message-
 From: Ian Vaughan [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 13:48
 To: CF-Talk
 Subject: RE: Problem with SQL WHERE clause and CF ???
 
 Its an Oracle database
 
 This is my CFOUTPUT for the query
 
 
 table cellspacing=0 cellpadding=0
 
 cfoutput query=getupcomingevents group=coursestart

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
Marco Antonio C. Santos wrote:
 
 see this link from Alex Hubner Brazilian Blog
 
 http://www.cfgigolo.com/unsorted/hotfixes_cfmx61.zip
 
 MM should see this practical big pack.

I don't think the license allows redistribution of copyrighted 
material.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Coldfusion Web Image Editor

2004-07-16 Thread Jim Louis
Found this one not to long ago.Have no Idea howwell it works

and it costs..

http://www.easel2.com/cfximage_support.html

 The types of functions you are describing need not be client based.

 You could do this by just selecting an area of an image (a fairly easy
dhtml or flash function), then submitting the results to the server with the
imagename, function and select area.

Yes, this is exactly what we do. We have a DHTML front end which allows you
to select an area of the image, which talks to a JSP back end which uses
java classes to do the heavy lifting. Works beautifully - gives the server a
lot of work though.

Nick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Code mapping software?

2004-07-16 Thread DURETTE, STEVEN J (AIT)
Will you let us know when it's available?It sounds great!

 
I tried modifying the template to get more info on queries before.I left
in the original code and added more so I could see if it was working, but
something was wrong and my parts always returned nothing.After about an
hour I had to drop it and do actual work.

 
If you don't mind I'd like to the code to maybe find out what I was doing
wrong.

 
Thanks,
Steve

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 2:11 AM
To: CF-Talk
Subject: Re: Code mapping software?

Meant basket. :)

What I'm doing is a few things. The first is tracing through the debug
modules and removing things that are just not used. After that, I'm
cleaning up the logic some. Then I'm getting more information for the
debug, but limited to what information comes from the factory.
Finally, I'm threading all the templates called in a page in CFTREE.
This will include cfincludes, modules and CFCs. It's all for better
debugging. I'm not going to go outside of that limited field yet.
When I'm done, anyone can take the template and use it with a file
scanner to get more specific file data.
I just needed to see all the templates in a single pare run, what
called what and where. That's all available through the factory.

On Jul 15, 2004, at 7:44 PM, Michael Dinowitz wrote:

 Well, I've decided that the best thing for me to do is to rewrite the 

 debugging template to my specifications.

Holy hell in a hand backet Batman!

Wha's a hand backet?

Are you going to write a source-code analyzer or a runtime-trace?

If the latter, you might consider accepting hints from the various 

modules as they execute.I did this in some complex code I wrote and I 

think that FB did something like this in one of their implementations.

All I did was have a simple variable that I set in each routine-- 

something like:

cfif Application.doTracecfset trace = module MyModuleName, line no 

nnncfoutputTrace...#trace#]/cfoutput/cfif

I would paste this at the front of any line I wanted to watch ( at 

least template entry  exit points)

I could turn trace on or off interactively.

You could do this by logging instead of tracing.

Anyway, this helped me quickly isolate any problem areas, then focus, 

in more detail, by adding more tracepoints,

At the time CF didn't have any such facility.And I found it very 

useful in determining application flow when it depended on external 

events such as CC auth, or CFHttp requests.

Dick 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfschedule timout

2004-07-16 Thread Whittingham, P
Hi All,

 I have a page which I have scheduled hourly, which will move files (rtf/doc/pdf) from one folder to multiple folders so that Verity and create/index these
collection. But, it will timeout even if timeout=500. So I had to create multiple pages for this 'very long process'. Is there a way to set the timeout to
allow for a process to run without timing out. I use lots of cffile, cfdirectory and verity tags for this process.

 
TIA, 
Patrick Whittingham 
United Space Alliance 
AES - Data Warehouse 

The comments and opinions are my own and do not represent the views of United Space Alliance.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
 Recommendations?
 
By default Eclipse can use up to 190MB of RAM, which works fine for me. I
suggest you try other settings until the max is higher than the actual
usage.

 It should be -- that's what a MMU and a PE Multitasking OS are supposed
 to give you.
 
Yes, but each time you switch between an application that is sharing RAM
with another the OS has to move memory around thus the slow down you are
seeing.

 All these things are low-activity -- a development system, not a
 production system.I think this a pretty vanilla system.
 
It might be a vanilla system, but you are running a lot of memory hungry
applications at once.

 Unless you are saying I need to dedicate a box to Eclipse???
 
That isn't what I stated or implied. I am simply suggesting that with the
amount of RAM you have and the amount of memory hungry applications you want
to run at the same time then you are asking for trouble.

 Aside: when I worked for IBM, we installed Mainframes with a maximum of
 64 Meg, yes Meg RAM  they supported hundreds of TSO/TSS or CICS
 terminals -- certainly no GUIs then, but c'mon, Eclipse is just a text
 editor  I am only 1 user who doesn't type that fast.(Or maybe CoBOL
 is a better programming language than Java???).
 
I don't see how the comparison you are attempting even makes sense.

 Not to be flippant, but I can't justify using Eclipse if it has a 1 Gig
 footprint.
 
It doesn't.

 Yeah, I do -- code reusability applies to source code too!
 
Never heard code reusability being applied to dragging and dropping of text.

 But, I can't seem to DD files to Eclipse either -- not to the Eclipse
 Icon on the Dock nor to an eclipse window/frame.
 
DD only works inside Eclipse; It's not a native application.

-Matt
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
I don't think the license allows redistribution of copyrighted 
material.

Jochem

Jochem, I didn't know that. Can you point me some info regarding restriction on the redistribution of hotfixes?

Thanks!

BTW: We should see an update soon for ColdFusion MX 6.1 that will address all those fixes and new ones such as DataDirect 3.3 JDBC drivers.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Adding rows to a query

2004-07-16 Thread Todd
QueryAddRow() adds 1 or more rows to the end of a query.Is there a way to add them to the begining?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: MAX 2004 (MVC's Session)

2004-07-16 Thread Tony Weeg
hal will be there, according to the session schedule, i signed up for
his structured cold fusion coding, somthing or other...

tw

On Thu, 15 Jul 2004 22:30:36 -0700, Sean Corfield
[EMAIL PROTECTED] wrote:
  Anybody planning to do a session on MVC's(Mach-ii, other) for MAX 2004.
 
 If it isn't on the topic list, then it isn't scheduled... Or are you
 talking about something unofficial?
 
  Sean/Hal Helms/Ben?
 
 I won't be at MAX. I don't believe Hal or Ben will be either. Fusebox
 2004 is concentrating on Fusebox this year (sort of duh!) although a
 Mach II course is planned to run immediately after the conference.
 It's not looking likely that I'll be at that conference either
 (although it's still under discussion). CFUN was the CF event for me
 this year... :)
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
Alex Hubner wrote:
 I don't think the license allows redistribution of copyrighted 
 material.
 
 Jochem, I didn't know that. Can you point me some info regarding restriction on the redistribution of hotfixes?

There is a link at the bottom of every page:
http://www.macromedia.com/help/copyright.html

The relevant quote appears to be:

The Software is made available for download solely for use by 
end users according to the License Agreement. Any use, 
reproduction or redistribution of the Software not in accordance 
with the License Agreement is expressly prohibited by law, (..)

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Adding rows to a query

2004-07-16 Thread Pascal Peters
No, But you could use QofQ to sort it afterwards.

OR create a New query, add your rows and then add the original query's
rows

Pascal

 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 15:09
 To: CF-Talk
 Subject: Adding rows to a query
 
 QueryAddRow() adds 1 or more rows to the end of a query.Is there a
way
 to add them to the begining?
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Code mapping software?

2004-07-16 Thread Michael Dinowitz
I'm at work now and my first job is to finish it up. I'm hoping it'll
be done today. Ive added some notes to it and will submit it to MM
both for them to see what I did and to (maybe) redo it into a standard
blackstone debug template. I like the CFTREE idea of display and would
love to see the flash tree used first thing.
Another piece of blackstone code I'm writing before it comes out. :)
(I've already put together gateway ideas and code)

- Original Message -
From: DURETTE, STEVEN J (AIT) [EMAIL PROTECTED]
Date: Fri, 16 Jul 2004 08:52:39 -0400
Subject: RE: Code mapping software?
To: CF-Talk [EMAIL PROTECTED]

Will you let us know when it's available?It sounds great!



I tried modifying the template to get more info on queries before.I left

in the original code and added more so I could see if it was working, but

something was wrong and my parts always returned nothing.After about an

hour I had to drop it and do actual work.



If you don't mind I'd like to the code to maybe find out what I was doing

wrong.



Thanks,

Steve



-Original Message-

From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 

Sent: Friday, July 16, 2004 2:11 AM

To: CF-Talk

Subject: Re: Code mapping software?

Meant basket. :)

What I'm doing is a few things. The first is tracing through the debug

modules and removing things that are just not used. After that, I'm

cleaning up the logic some. Then I'm getting more information for the

debug, but limited to what information comes from the factory.

Finally, I'm threading all the templates called in a page in CFTREE.

This will include cfincludes, modules and CFCs. It's all for better

debugging. I'm not going to go outside of that limited field yet.

When I'm done, anyone can take the template and use it with a file

scanner to get more specific file data.

I just needed to see all the templates in a single pare run, what

called what and where. That's all available through the factory.

On Jul 15, 2004, at 7:44 PM, Michael Dinowitz wrote:

 Well, I've decided that the best thing for me to do is to rewrite the 

 debugging template to my specifications.

Holy hell in a hand backet Batman!

Wha's a hand backet?

Are you going to write a source-code analyzer or a runtime-trace?

If the latter, you might consider accepting hints from the various 

modules as they execute.I did this in some complex code I wrote and I 

think that FB did something like this in one of their implementations.

All I did was have a simple variable that I set in each routine-- 

something like:

cfif Application.doTracecfset trace = module MyModuleName, line no 

nnncfoutputTrace...#trace#]/cfoutput/cfif

I would paste this at the front of any line I wanted to watch ( at 

least template entry  exit points)

I could turn trace on or off interactively.

You could do this by logging instead of tracing.

Anyway, this helped me quickly isolate any problem areas, then focus, 

in more detail, by adding more tracepoints,

At the time CF didn't have any such facility.And I found it very 

useful in determining application flow when it depended on external 

events such as CC auth, or CFHttp requests.

Dick 

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Ian Vaughan
Yes but it still should bring back all records under July, August etc

 
It seems as if this part of the SQL statement is what is causing this 

 
WHERE courseoutline.id = iteccourse.courseoutlineid
AND
iteccourse.courseoutlineid ='1'

As when I run the query without below with out the SQL clause above it
works as it should ?? Any ideas ??

 
cfquery name=getupcomingevents datasource=in 
SELECT courseoutline.coursetitle, courseoutline.coursesummary,
courseoutline.coursepath, iteccourse.coursestart,
to_char(coursestart,'') AS eventYear, to_char(coursestart,'MM') AS
eventMonth, iteccourse.duration,
iteccourse.availability
FROM courseoutline, iteccourse 
WHERE
 trunc(coursestart) BETWEEN 
TO_DATE('#DateFormat(variables.Begindate,dd/mm/)#','DD/MM/')
AND TO_DATE('#DateFormat(variables.Enddate,dd/mm/)#','DD/MM/')
ORDER BY iteccourse.coursestart asc 
/cfquery



From: Pascal Peters [mailto:[EMAIL PROTECTED] 
Sent: 16 July 2004 13:09
To: CF-Talk
Subject: RE: Problem with SQL WHERE clause and CF ???

You are grouping on coursestart, so it groups on a date (year, month AND
day). Follow the instructions in my previous post.

Pascal
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
I am looking for a way to create a customtag which purpose is to handle
url to id mappings before they are caught by the IIS errorhandler. 
For example:

 
The page http://www.mydomain.com/software/product does not exist on the
server because the system is used as an ASP model, and all customers use
the same wwwroot directory. I however want to do this

 
Customer types in http://www.mydomain.com/software/product 
Serverside /software/product/ is registered in a sql database as mapped
to index.cfm?pageid=1234
http://www.mydomain.com/software/product is relocated on the fly to
http://www.mydomain.com/index.cfm?pageid=1234

 
This is possible within .NET by using the iHTTPModule interface, but I
haven't found any way besides a custom 404 template (which still causes
a 404 entry in the logs) to handle such actions. I know the explanation
is a bit odd, but I hope it is understandable.

 
The reason why I am not making directories is because of the following
structure (the ASP model)

 
Root
Applicationdata
www.domain.com http://www.domain.com/ 
templates
configuration
www.domain.com http://www.domain.com/ 
templates
configuration
Wwwroot
Objects
Core
Shared
Admin
Sitedata
www.domain.com
http://www.domain.com/ 
gfx
css
uploads
www.domain.com
http://www.domain.com/ 
gfx
css
uploads



 
Micha Schopman 
Software Engineer
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
There is a link at the bottom of every page:
http://www.macromedia.com/help/copyright.html

The relevant quote appears to be:

The Software is made available for download solely for use by 
end users according to the License Agreement. Any use, 
reproduction or redistribution of the Software not in accordance 
with the License Agreement is expressly prohibited by law, (..)

Jochem

Gosh, I should remove it. I believe the correct quote is:

(...) COPYING OR REPRODUCTION OF THE SOFTWARE TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED, UNLESS SUCH REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PERMITTED BY THE LICENSE AGREEMENT ACCOMPANYING SUCH SOFTWARE (...)

But it doesn't say anything regarding hotfixes or patches. I've also searched the CFMX license and it doesn't mention it. Other companies (like Microsoft) have a very similar policy, but only a few says something about limiting the redistribution of fixes/patches. Are the download websites such as Tucows, etc and also some iniciatives such as AutoPatcher - http://www.autopatcher.com/ violating the licenses?

[]'s
Alex
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Hugo Ahlenius
I will prepare a page with my cfml tools that I have prepared for vim (I
should also take over the official responsibility for the cfml syntax
hilite) some time in the future.

re: (cf)eclipse/he3 -- I might give it a try the day it has implemented
decent vi(m) key-bindings...

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Sean Corfield [mailto:[EMAIL PROTECTED]
| Sent: Thursday, July 15, 2004 19:41
| To: CF-Talk
| Subject: Re: Best choice for ColdFusion Studio IDE...
|
| On Thu, 15 Jul 2004 09:26:44 +0200, Hugo Ahlenius
| [EMAIL PROTECTED] wrote:
|  That's where I vote VIM as my CF editor of choice... (still
| the only
|  one using that?)
|
| Nah, you're not alone: I use VIM too... for makefiles, shell
| scripts etc, sometimes for Java too. Not for CF tho'...
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Hugo Ahlenius
I would also be extemely careful in downloading things from a third part
-- esp. when they are all available from the vendor...

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Alex Hubner [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 15:08
| To: CF-Talk
| Subject: Re: cfmx hot fixes
|
| I don't think the license allows redistribution of copyrighted
| material.
| 
| Jochem
|
| Jochem, I didn't know that. Can you point me some info
| regarding restriction on the redistribution of hotfixes?
|
| Thanks!
|
| BTW: We should see an update soon for ColdFusion MX 6.1 that
| will address all those fixes and new ones such as DataDirect
| 3.3 JDBC drivers.
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Code mapping software?

2004-07-16 Thread Hugo Ahlenius
... sounds like a good argument for using a framework with a central
dispatcher -- like Mach-II or Fusebox (which you might be using?). It
doesn't map everything, but the main program flow.

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 01:02
| To: CF-Talk
| Subject: Code mapping software?
|
| I'm trying to trace down the includes and CFCs in a large,
| complex site written by a few different programmers. Is there
| any software out there that can be pointed to a directory and
| will map out what includes are used where, what CFCs are
| called where, etc?
| If not, does anyone want to write one? ;)
| --
| Michael Dinowitz
| http://www.houseoffusion.com
| For all your ColdFusion needs
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Robertson-Ravo, Neil (RX)
190mb RAM!?What processes are you viewing to calculate that?I have at
present a 56mb peak.which is no more that DWMX2004 requires to even show
a menu.



_

From: Matt Liotta [mailto:[EMAIL PROTECTED] 
Sent: 16 July 2004 13:59
To: CF-Talk
Subject: RE: Best choice for ColdFusion Studio IDE...

 Recommendations?
 
By default Eclipse can use up to 190MB of RAM, which works fine for me. I
suggest you try other settings until the max is higher than the actual
usage.

 It should be -- that's what a MMU and a PE Multitasking OS are supposed
 to give you.
 
Yes, but each time you switch between an application that is sharing RAM
with another the OS has to move memory around thus the slow down you are
seeing.

 All these things are low-activity -- a development system, not a
 production system.I think this a pretty vanilla system.
 
It might be a vanilla system, but you are running a lot of memory hungry
applications at once.

 Unless you are saying I need to dedicate a box to Eclipse???
 
That isn't what I stated or implied. I am simply suggesting that with the
amount of RAM you have and the amount of memory hungry applications you want
to run at the same time then you are asking for trouble.

 Aside: when I worked for IBM, we installed Mainframes with a maximum of
 64 Meg, yes Meg RAM  they supported hundreds of TSO/TSS or CICS
 terminals -- certainly no GUIs then, but c'mon, Eclipse is just a text
 editor  I am only 1 user who doesn't type that fast.(Or maybe CoBOL
 is a better programming language than Java???).
 
I don't see how the comparison you are attempting even makes sense.

 Not to be flippant, but I can't justify using Eclipse if it has a 1 Gig
 footprint.
 
It doesn't.

 Yeah, I do -- code reusability applies to source code too!
 
Never heard code reusability being applied to dragging and dropping of text.

 But, I can't seem to DD files to Eclipse either -- not to the Eclipse
 Icon on the Dock nor to an eclipse window/frame.
 
DD only works inside Eclipse; It's not a native application.

-Matt

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
 re: (cf)eclipse/he3 -- I might give it a try the day it has implemented
 decent vi(m) key-bindings...
 
No need to wait; Eclipse is ready for that now.

-Matt
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MAX 2004 (MVC's Session)

2004-07-16 Thread Sandy Clark
Hal told me he is actually speaking at MAX this year. ON CFC's so he will be
there.

 
I might end up at CF_UNDERGROUND before the conference, but not at MAX
itself.

 
Sandy

_

From: Sean Corfield [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 1:31 AM
To: CF-Talk
Subject: Re: MAX 2004 (MVC's Session)

 Anybody planning to do a session on MVC's(Mach-ii, other) for MAX 2004.

If it isn't on the topic list, then it isn't scheduled... Or are you
talking about something unofficial?

 Sean/Hal Helms/Ben?

I won't be at MAX. I don't believe Hal or Ben will be either. Fusebox
2004 is concentrating on Fusebox this year (sort of duh!) although a
Mach II course is planned to run immediately after the conference.
It's not looking likely that I'll be at that conference either
(although it's still under discussion). CFUN was the CF event for me
this year... :) 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
Oh yes. Along with copyright info I've also stated the old one: use at your own risk. Who knows? Spywares and keyloggers are all around us these days. ;-)

I would also be extemely careful in downloading things from a third part
-- esp. when they are all available from the vendor...


--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 






| -Original Message-
| From: Alex Hubner [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 15:08
| To: CF-Talk
| Subject: Re: cfmx hot fixes
|
| I don't think the license allows redistribution of copyrighted
| material.
| 
| Jochem
|
| Jochem, I didn't know that. Can you point me some info
| regarding restriction on the redistribution of hotfixes?
|
| Thanks!
|
| BTW: We should see an update soon for ColdFusion MX 6.1 that
| will address all those fixes and new ones such as DataDirect
| 3.3 JDBC drivers.
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Hugo Ahlenius
I didn't download the things, but I looked on the source code of the
demo page -- and I would prefer a approach that would be much more
friendly for bandwith and caching -- which would also be more flexible
for style changes:
	* All _javascript_ in separate static includes
	* All css in separate static includes

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Joe Rinehart [mailto:[EMAIL PROTECTED]
| Sent: Thursday, July 15, 2004 17:19
| To: CF-Talk
| Subject: Free Stuff: Tree, Tab, Accordian Pane Custom Tags
|
| Hi All,
|
| I've been developing a series of custom tags (jComponents)
| that provide tab navigation, trees, and accordian panes (plus
| a utility box that shows/hides content).
|
| URL:http://clearsoftware.net/clear/?template=downloads.jComponents
|
| Info:
|
| Implementation is all CF - no CSS or _javascript_ required.
| They nest and play well with others.
|
| Currently released in a Beta' format.If anyone finds them
| useful, please send feedback, as I'd like to move to a 1.0.
|
| I plan to keep them forever free of charge for any type of
| use, but am undecided as to open sourcing.
|
| Thanks,
|
| Joe
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
Alex Hubner wrote:
 
 (...) COPYING OR REPRODUCTION OF THE SOFTWARE TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED, UNLESS SUCH REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PERMITTED BY THE LICENSE AGREEMENT ACCOMPANYING SUCH SOFTWARE (...)
 
 But it doesn't say anything regarding hotfixes or patches.

Which is the problem, there should be an explicit exception and 
there isn't.

 Other companies (like Microsoft) have a very similar policy, but only a few says something about limiting the redistribution of fixes/patches.

ResNet here is not allowed to redistribute Microsoft patches, 
unless blahblahblah.

The only way I see to circumvent this is to distribute a 
batchfile which calls on wget to download the patches straight 
from the Macromedia website. (wget is freely redistributable so 
you can include it.) Additional benefit is that everybody who 
cares can see the source of the batchfile and verify it isn't 
trojaned.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread DURETTE, STEVEN J (AIT)
The only problem is that I have been hearing that there is an updater coming
soon for about 3 months now.

 
I'm about to give up hope!

 
Steve

-Original Message-
From: Alex Hubner [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 9:08 AM
To: CF-Talk
Subject: Re: cfmx hot fixes

I don't think the license allows redistribution of copyrighted 
material.

Jochem

Jochem, I didn't know that. Can you point me some info regarding restriction
on the redistribution of hotfixes?

Thanks!

BTW: We should see an update soon for ColdFusion MX 6.1 that will address
all those fixes and new ones such as DataDirect 3.3 JDBC drivers. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
 190mb RAM!?What processes are you viewing to calculate that?I have at
 present a 56mb peak.which is no more that DWMX2004 requires to even
 show
 a menu.
 
I didn't state Eclipse was using 190MB of RAM. I stated that by default it
is only allowed to use a maximum of 190MB of RAM. Mine tends to use anywhere
from 60MB to 120MB depending on what I am doing.

-Matt
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Hugo Ahlenius
Great, but I doubt it will be complete enough -- there is always that
special key-combo (or functionality) that one will miss.

I guess I have to try it now!

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Matt Liotta [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 15:58
| To: CF-Talk
| Subject: RE: Best choice for ColdFusion Studio IDE...
|
|  re: (cf)eclipse/he3 -- I might give it a try the day it has
|  implemented decent vi(m) key-bindings...
| 
| No need to wait; Eclipse is ready for that now.
|
| -Matt
|
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFECLIPSE/Eclipse/databases?

2004-07-16 Thread Mark Drew
HiAll

Spike turned me onto the dark side finally (once it got working) of
cfeclipse. Without me writing something, does anybody use any good
eclipse plugin to explore a db (mysql ingres mssql compatability would
be great!)

Thanks in advance
(did google this, but wanted human opinions!)

-- 
Mark Drew
mailto:[EMAIL PROTECTED]
blog:http://cybersonic.blogspot.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Hugo Ahlenius
You might want to search the archives (and google) for:
* SES (search engine safe urls)
* mod_rewrite
* url rewriting
* FriendlyURL Servlet (fuservlet)
* iis rewrite engine

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Micha Schopman [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 15:35
| To: CF-Talk
| Subject: iHTTPModule Interface for Coldfusion?
|
| I am looking for a way to create a customtag which purpose is
| to handle url to id mappings before they are caught by the
| IIS errorhandler.
| For example:
|
| The page http://www.mydomain.com/software/product does not
| exist on the server because the system is used as an ASP
| model, and all customers use the same wwwroot directory. I
| however want to do this
|
| Customer types in http://www.mydomain.com/software/product
| Serverside /software/product/ is registered in a sql database
| as mapped to index.cfm?pageid=1234
| http://www.mydomain.com/software/product is relocated on the fly to
| http://www.mydomain.com/index.cfm?pageid=1234
|
| This is possible within .NET by using the iHTTPModule
| interface, but I haven't found any way besides a custom 404
| template (which still causes a 404 entry in the logs) to
| handle such actions. I know the explanation is a bit odd, but
| I hope it is understandable.
|
| The reason why I am not making directories is because of the
| following structure (the ASP model)
|
| Root
| Applicationdata
| www.domain.com http://www.domain.com/
| templates
| configuration
| www.domain.com http://www.domain.com/
| templates configuration
| Wwwroot
| Objects
| Core
| Shared
| Admin
| Sitedata
| www.domain.com
| http://www.domain.com/
| gfx
| css
| uploads
| www.domain.com
| http://www.domain.com/
| gfx
| css
| uploads
|
|
|
|
|
| Micha Schopman
| Software Engineer
|
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Nested Set Category

2004-07-16 Thread Tangorre, Michael
I am in the process of building product category CFC(s) for unlimited child
nodes using the nested set model and queries from Joe Celko. 
Before I go any further I thought I would make sure I am not reinventing the
wheel; has anyone done something like this where it is generic enough to use
as a template?

 
Thanks,

 
Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Marc Campeau
 I didn't download the things, but I looked on the source code of the
 demo page -- and I would prefer a approach that would be much more
 friendly for bandwith and caching -- which would also be more flexible
 for style changes:
* All _javascript_ in separate static includes
* All css in separate static includes

I would much prefer that too. If anyone knows of a library, open
source would be just great, which provides similar functionnality, I
would be more than happy.

Nevertheless, this is great work Joe, very clean CFML implementation.
I could easily see some people adding DW/HS extensions for this type
of behaviors to make it even easier to use.

Marc Campeau
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
What I forgot to mention, it needs to work with CF 5, .. else I would
have used the FriendlyURL Servlet instantly :-)

 
During my search I couldn't find a decent solution :-)
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Hugo Ahlenius
Wouldn't http://www.qwerksoft.com/products/iisrewrite/ be something like
what you are looking for (haven't tested that one)

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Micha Schopman [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 16:17
| To: CF-Talk
| Subject: RE: iHTTPModule Interface for Coldfusion?
|
| What I forgot to mention, it needs to work with CF 5, .. else
| I would have used the FriendlyURL Servlet instantly :-)
|
| During my search I couldn't find a decent solution :-) Micha
| Schopman Software Engineer Modern Media, Databankweg 12 M,
| 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK
| Amersfoort 39081679, Rabo 39.48.05.380
|
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread d.a.collie
I'm coming in late but would something like this work?

 
cfquery name=worthATry datasource=whatever
 SELECT
courseoutline.coursetitle, courseoutline.coursesummary,
courseoutline.coursepath, 
iteccourse.coursestart, iteccourse.duration, iteccourse.availability
(to_char(coursestart, ) || to_char(coursestart, MM)) AS
eventmonth, 
count(courseoutline.coursetitle) AS noofcourses
 FROM
courseoutline, iteccourse
 WHERE
courseoutline.id = iteccourse.courseoutlineid
AND iteccourse.courseoutlineid ='1'
 GROUP BY
courseoutline.coursetitle, courseoutline.coursesummary,
courseoutline.coursepath, 
iteccourse.coursestart, iteccourse.duration, iteccourse.availability,

(to_char(coursestart, ) || to_char(coursestart, MM))
/cfquery

concantenating the year and month will give you something to group on
properly

 
I'm guessing would bring back every course in the month then you can do
cfoutput group=eventmonth

 
-- 
dc
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
I am gonna take a look at isapirewrite.com, previous versions never
supported dynamic configuration reloading, and the new version does. So
maybe this could be what I am looking for. I need a system which can be
altered based on what the customer selects.

 
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Paypal API

2004-07-16 Thread Adam Haskell
I didn't even know they had any...I was looking at it the other
night(after your original post), never got to do anything with it,
went to a jewel concert last night. I'll play around with it and share
in the frustration ;) If I figure anything out I'll let you know.

Adam H

On Thu, 15 Jul 2004 08:45:17 -0700, Scott Bennett [EMAIL PROTECTED] wrote:
 Has anyone ever used coldfusion to consume the paypal webservice/api? I am
 having trouble figuring out how to pass the client cert Paypal provides
 along with the request.
 
 Thanks,
 Scott
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




java cfx tag not working

2004-07-16 Thread George Abraham
All,
Win 2003 Server with CF 5 running on it. Just upgraded from Win 2K.
Decided not to do CFMX for the time being, since clients will lose due
to downtime. A Java CFX tag that used to work on the previous
installation is not working any longer. Gives the error: 
TagCFX::execute. I made sure the tag is registered correctly with
class name and all. The problem might be with the JDK version. Anybody
else have any insight? Also this tag is called cfx_javazipper. Anybody
work with it before?

George
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
 Great, but I doubt it will be complete enough -- there is always that
 special key-combo (or functionality) that one will miss.
 
Another approach would be to have optimistic expectations. Anyway, below is
a link to the viPlugin that should give you what you want.

http://satokar.com/viplugin/index.php

-Matt
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
You're right Jochem. I'll look for wget and change the way the package is distributed. The main problem is that we should see a updater soon. ;-)

Many thanks for the clarifications.

[]'s
Alex

 Alex Hubner wrote:
  
  (...) COPYING OR REPRODUCTION OF THE SOFTWARE TO ANY OTHER SERVER OR 
 LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY 
 PROHIBITED, UNLESS SUCH REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY 
 PERMITTED BY THE LICENSE AGREEMENT ACCOMPANYING SUCH SOFTWARE (...)
  
  But it doesn't say anything regarding hotfixes or patches.
 
 Which is the problem, there should be an explicit exception and 
 there isn't.
 
 
  Other companies (like Microsoft) have a very similar policy, but 
 only a few says something about limiting the redistribution of 
 fixes/patches.
 
 ResNet here is not allowed to redistribute Microsoft patches, 
 unless blahblahblah.
 
 
 The only way I see to circumvent this is to distribute a 
 batchfile which calls on wget to download the patches straight 
 from the Macromedia website. (wget is freely redistributable so 
 you can include it.) Additional benefit is that everybody who 
 cares can see the source of the batchfile and verify it isn't 
 trojaned.
 
Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Micha Schopman
I build a xhtml+css treeview, I have not documented all yet and it has
some minor bugs, but you may use it if you want to.

 
http://www.mschopman.demon.nl/treeview/treeview.html

 
It is build in the evening hours with the left hand on the keys and the
right hand around me bottle of beer, so I can tell you all about it you
need to know
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
Steve, here's the hotfixes (and some important workarounds) url list for ColdFusion MX 6.1:

http://www.macromedia.com/support/coldfusion/ts/documents/navserver_blank.htm
http://www.macromedia.com/support/coldfusion/ts/documents/crystal_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/conn_pool_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_cpu.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfinsert_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/com_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/hotfix_domain_cookies.htm
http://www.macromedia.com/support/coldfusion/ts/documents/quotes_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/webservices_header.htm
http://www.macromedia.com/support/coldfusion/ts/documents/createuuid_clock_speed.htm
http://www.macromedia.com/support/coldfusion/ts/documents/duplicate_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/client_purge_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_cfapplets_hotfix.htm
http://www.macromedia.com/devnet/security/security_zone/mpsb03-07.html
http://www.macromedia.com/devnet/security/security_zone/mpsb03-06.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-01.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-02.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-04.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-06.html

Workarounds:

http://www.macromedia.com/support/coldfusion/ts/documents/com_sandbox.htm
http://www.macromedia.com/support/coldfusion/ts/documents/tn18361.htm
http://www.macromedia.com/support/coldfusion/ts/documents/multihomed_cfide.htm
http://www.macromedia.com/support/coldfusion/ts/documents/mx61_install_path.htm
http://www.macromedia.com/support/coldfusion/ts/documents/rhas3_config.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfftp_sandbox.htm
http://www.macromedia.com/support/coldfusion/ts/documents/log_error_sitewide.htm
http://www.macromedia.com/support/coldfusion/ts/documents/jtopen_jdbc_hang.htm
http://www.macromedia.com/support/coldfusion/ts/documents/license_hyperthreaded.htm
http://www.macromedia.com/support/coldfusion/ts/documents/domain_cookie_ip.htm
http://www.macromedia.com/support/coldfusion/ts/documents/manual_uninstall.htm

[]'s
Alex

The only problem is that I have been hearing that there is an updater coming
soon for about 3 months now.
 
I'm about to give up hope!
 
Steve
 

-Original Message-
From: Alex Hubner [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 9:08 AM
To: CF-Talk
Subject: Re: cfmx hot fixes


I don't think the license allows redistribution of copyrighted 
material.

Jochem

Jochem, I didn't know that. Can you point me some info regarding restriction
on the redistribution of hotfixes?

Thanks!

BTW: We should see an update soon for ColdFusion MX 6.1 that will address
all those fixes and new ones such as DataDirect 3.3 JDBC drivers. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Simple Cookie

2004-07-16 Thread Asim Manzur
hi, I need a little hand.

I have a voting website.
I want to prevent the users to do the multiple submissions.
I am saving their IPs in the DB when they vote.

Now I also want to send the cookie, so, if the cookie exists then no need to query the database and just show the message that multiple submission not allowed.

I am trying to set the cookielike below code but its not setting up i think. there is no error
cfcookie name=Gerrard value=done expires=never secure=yes domain=www.abc.com

How can I setup the cookie and then read it later on?
Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Dave Watts
 I wanted to know if its okay to install this hotfix
 
 ColdFusion MX 6.1: Updated DataDirect drivers for 100% CPU 
 utilization and other issues
 
 http://www.macromedia.com/support/coldfusion/ts/documents/cfmx
 61_sqlserver_cpu.htm
 
 I want to know by installing this fix, will there be any 
 performance gain? It says in there that Macromedia intends to 
 support these driver features in the next full release of 
 ColdFusion, code-named Blackstone.
 
 BTW, I'm running the standard version on Windows XP 
 Professional with SQL Server 2000 backend db.

If you're using CFMX with SQL Server under any significant load, you will
either want to install the updated drivers, or use MS's own JDBC driver. I
ran into so many cases where people using SQL Server were having problems
with the drivers that shipped with CFMX 6.1.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread Dave Watts
 ok, I shall do that. But just clarify something.. Have 
 macromedia not released any 'updater versions' for 6.1? 
 Becuase I don't beleive I've got them

No, they've just released a handful of patches. You can find them all here:

http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




FB 4 circuits and fuseactions

2004-07-16 Thread Phill B
Would I be correct in saying FB4 does not have a method of handling
the following?

A null fuseaction.

An invalid circuit.

A valid circuit but invalid fuse. 

-- 
Phillip B.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




FCKEditor

2004-07-16 Thread Daniel Farmer
Does anyone know how I can set this tool for text-only abilities? ( I wish to disable most of it's features ).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




FCKEditor

2004-07-16 Thread Daniel Farmer
Does anyone know how I can set this tool for text-only abilities? ( I wish
to disable most of it's features ).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: FB 4 circuits and fuseactions

2004-07-16 Thread Tangorre, Michael
 Would I be correct in saying FB4 does not have a method of 
 handling the following?
 A null fuseaction.
 An invalid circuit.
 A valid circuit but invalid fuse. 

Phil,

Fusebox exceptions are thrown when those events occur and you can catch them
and handle them how you see fit; I use a plugin for it.

Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Boyzoid
Hugo,

>From looking at the architecture of these components, it is obvious
that the author (By the way, great work, Joe!!) intended these to be
simple and easy to use for eveyone.

With external JS and CSS the 'average Joe' (no pun intended), who may
not be experienced in JS or CSS, may find them more difficult to use,
which kind of defeats the (assumed) intended purpsoe of the
components.

On Fri, 16 Jul 2004 16:00:03 +0200, Hugo Ahlenius
[EMAIL PROTECTED] wrote:
 I didn't download the things, but I looked on the source code of the
 
 demo page -- and I would prefer a approach that would be much more
 
 friendly for bandwith and caching -- which would also be more flexible
 
 for style changes:
 
 	* All _javascript_ in separate static includes
 
 	* All css in separate static includes
 
 
 
 --
 
 Hugo Ahlenius
 
 
 
 -
 
 Hugo AhleniusE-Mail: [EMAIL PROTECTED]
 
 Project Officer Phone:+46 8 230460
 
 UNEP GRID-ArendalFax:+46 8 230441
 
 Stockholm OfficeMobile:+46 733 467111
 
WWW: http://www.grida.no
 
 - 
 
 
 
 
 
 
 
 | -Original Message-
 
 | From: Joe Rinehart [mailto:[EMAIL PROTECTED]
 
 | Sent: Thursday, July 15, 2004 17:19
 
 | To: CF-Talk
 
 | Subject: Free Stuff: Tree, Tab, Accordian Pane Custom Tags
 
 |
 
 | Hi All,
 
 |
 
 | I've been developing a series of custom tags (jComponents)
 
 | that provide tab navigation, trees, and accordian panes (plus
 
 | a utility box that shows/hides content).
 
 |
 
 | URL:http://clearsoftware.net/clear/?template=downloads.jComponents
 
 |
 
 | Info:
 
 |
 
 | Implementation is all CF - no CSS or _javascript_ required.
 
 | They nest and play well with others.
 
 |
 
 | Currently released in a Beta' format.If anyone finds them
 
 | useful, please send feedback, as I'd like to move to a 1.0.
 
 |
 
 | I plan to keep them forever free of charge for any type of
 
 | use, but am undecided as to open sourcing.
 
 |
 
 | Thanks,
 
 |
 
 | Joe
 
 |
 
 |
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: query problems from blank form entries

2004-07-16 Thread daniel kessler
 You're generally on the right track. However, instead of using an 
 empty string if the field is blank, don't do that part of the clause 
 at all.

But if I don't do the address part of the clause, then I'd get all of the World B. Frees out there whether they're at 1101 Palace Place, or 2104 Cremola Blvd.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: FCKEditor [ solved ]

2004-07-16 Thread Daniel Farmer
apologies for the double posting and the spelling=) 

.. I found the answer here...

TOOLBAR CUSTOMIZATION...

https://sourceforge.net/docman/display_doc.php?docid=15940group_id=75348
- Original Message - 
From: Daniel Farmer 
To: CF-Talk 
Sent: Friday, July 16, 2004 10:57 AM
Subject: FCKEditor

Does anyone know how I can set this tool for text-only abilities? ( I wish
to disable most of it's features ).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFECLIPSE/Eclipse/databases?

2004-07-16 Thread Rob
I use this database plug-in

http://quantum.sourceforge.net/

Its a bit clunky in places but powerful. You have to supply your own
jdbc drivers though (they come with most db's anyway or often
available on the net). If you looking to connect to ms sql server and
want to stay open source this is a really good jdbc driver to connect
to mssql

http://jtds.sourceforge.net/

Have fun

On Fri, 16 Jul 2004 16:05:59 +0200, Mark Drew [EMAIL PROTECTED] wrote:
 HiAll
 
 Spike turned me onto the dark side finally (once it got working) of
 cfeclipse. Without me writing something, does anybody use any good
 eclipse plugin to explore a db (mysql ingres mssql compatability would
 be great!)
 
 Thanks in advance
 (did google this, but wanted human opinions!)
 
 --
 Mark Drew
 mailto:[EMAIL PROTECTED]
 blog:http://cybersonic.blogspot.com/
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: FCKEditor

2004-07-16 Thread Mark W. Breneman
I don't know if this is what you are asking but, you can remove all of the
tool bars by commenting out the toolbar sets in the fckconfig.js file in the
fckeditor folder.

 
You gotta love the name of the editor, not exactly what I would use if I was
going to target biz.

 
Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com http://www.vividmedia.com/ 
608.270.9770

_

From: Daniel Farmer [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 9:58 AM
To: CF-Talk
Subject: FCKEditor

Does anyone know how I can set this tool for text-only abilities? ( I wish
to disable most of it's features ). 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: query problems from blank form entries

2004-07-16 Thread daniel kessler
I think I understand a bit better -- you want to 1st check if the record 
exists  then, if not, insert a new one, eh?

Yes.exactly.

Do you know what fields are required and what is optional. You probably 
need to run your query against only the mandatory fields to determine what 
constitutes a 'unique' record (some would call this the definition of a 
primary key).

No fields are required and though I realize that's a big *^*^, that is the request from my boss.

Anyhow, you may be having issues with NULLS which are different than '' 
(empty). So you may need to try something like

cfif Trim(Form.address) EQ 
/* write qry statement here */
... WHERE form.address EQ '' OR form.address EQ NULL (this would 
cover both types of 'null-ness')

I tried something similar and it didn't work (same response as before).btw, I think instead of form.address it should just be address cause that's the field name.Here's what I did:

cfquery name=dup_check datasource=dpch
	SELECT firstname,middlename,lastname,address FROM alumni_contacts
cfif Trim(Form.address) EQ 
	WHERE firstname = '#Form.firstname#' AND middlename = '#Form.middlename#' AND lastname = '#Form.lastname#' AND address='' OR address=NULL
cfelse
	WHERE firstname = '#Form.firstname#' AND middlename = '#Form.middlename#' AND lastname = '#Form.lastname#' AND address='#Form.address#'
/cfif

Unfortunately, I received the same response from the query - 0 records returns when I KNOW that the data is exactly the same.

btw, Oracle supports a sql command known as UPSERT (combo of insert  
update) which may be of use if that is your environment.

good luck, -mike

Yeah, I'm in Oracle and that's good to know, though seems a little weird, thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: FB 4 circuits and fuseactions

2004-07-16 Thread Phill B
I also noticed that it doesn't take into account invalid characters in
your fuseactions and circuits.

Hmmm. I feel like some of those things should be taken care of in the
core files. Oh well.

Could you send me the plugin or tell me where I can get it? 

Thanks Michael

Phillip B.

- Original Message -
From: Tangorre, Michael 

Phil,

Fusebox exceptions are thrown when those events occur and you can catch them

and handle them how you see fit; I use a plugin for it.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Code mapping software?

2004-07-16 Thread Dave Carabetta
On Fri, 16 Jul 2004 09:31:44 -0400, Michael Dinowitz [EMAIL PROTECTED] wrote:
 I'm at work now and my first job is to finish it up. I'm hoping it'll
 be done today. Ive added some notes to it and will submit it to MM
 both for them to see what I did and to (maybe) redo it into a standard
 blackstone debug template. I like the CFTREE idea of display and would
 love to see the flash tree used first thing.
 Another piece of blackstone code I'm writing before it comes out. :)
 (I've already put together gateway ideas and code)
 

I'm not so sure it's a good idea to use the flash tree. Since the
flash stuff in Blackstone is ripped from Flex, and Flex has no concept
of runtime shared libraries, you're looking at at least 100K-120K in
additional file size just for the tree. In a request/response
architecture (i.e., traditional web applications), that's a gi-normous
amount of overhead for what you're trying to accomplish. Obviously,
it's your code and feel free to do as you wish, but I just thought I'd
share that tidbit before you spend hours on a feature that will
probably cause more headaches than it's worth.

Regards.
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFECLIPSE/Eclipse/databases?

2004-07-16 Thread Robertson-Ravo, Neil (RX)
Currently using SQL Explorer (download from
http://eclipse-plugins.2y.net/eclipse/index.jsp;jsessionid=3449A839B17FF31A2
9614A961C033A12
http://eclipse-plugins.2y.net/eclipse/index.jsp;jsessionid=3449A839B17FF31A
29614A961C033A12 ) - just search for SQL Explorer...it's a branch off of an
old unsupported model ...works very well...ships with a ODBC/JDBC
bridge..works great.

N



_

From: Rob [mailto:[EMAIL PROTECTED] 
Sent: 16 July 2004 16:05
To: CF-Talk
Subject: Re: CFECLIPSE/Eclipse/databases?

I use this database plug-in

http://quantum.sourceforge.net/

Its a bit clunky in places but powerful. You have to supply your own
jdbc drivers though (they come with most db's anyway or often
available on the net). If you looking to connect to ms sql server and
want to stay open source this is a really good jdbc driver to connect
to mssql

http://jtds.sourceforge.net/

Have fun

On Fri, 16 Jul 2004 16:05:59 +0200, Mark Drew [EMAIL PROTECTED] wrote:
 HiAll
 
 Spike turned me onto the dark side finally (once it got working) of
 cfeclipse. Without me writing something, does anybody use any good
 eclipse plugin to explore a db (mysql ingres mssql compatability would
 be great!)
 
 Thanks in advance
 (did google this, but wanted human opinions!)
 
 --
 Mark Drew
 mailto:[EMAIL PROTECTED]
 blog:http://cybersonic.blogspot.com/
 


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Access a web site through the coldfusion server?

2004-07-16 Thread rob.stokes
Hi all,

Hope your summer weather's better than it is here. :-(

I need to do this:

-
You Need you to check via a browser from bridgesupport.intra.dsd.com(i/p address 147.149.139.81) what response you get fromhttp://sms.labs.dsd.com/ipinfo
-

How would I do this? bridgesupport.intra.dsd.com is the remote Coldfusion server for which I have no admin access. Would this be a CFHTTP job?

Thanks
Rob
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Hugo Ahlenius
| From: Boyzoid [mailto:[EMAIL PROTECTED]
| From looking at the architecture of these components, it is
| obvious that the author (By the way, great work, Joe!!)
| intended these to be simple and easy to use for eveyone.
| With external JS and CSS the 'average Joe' (no pun intended),
| who may not be experienced in JS or CSS, may find them more
| difficult to use, which kind of defeats the (assumed)
| intended purpsoe of the components.

It can be both. Imagine this scenario -- _javascript_ includes, a default
stylesheet (can be modified/overridden) and some guidelines for building
the page using divs (or using lists for menus) with specified ids and
classes.

I used a tabbed box _javascript_ include in a previous project that was
like that -- an outer div with a certain id and several divs (for each
tab) with specified ids. Search engine friendly, cache/bandwith
friendly, easy/flexible to maintain the style. And lynx friendly.
###

This message has been scanned by F-Secure Anti-Virus for Microsoft
Exchange.
For more information, connect to http://www.F-Secure.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: FCKEditor

2004-07-16 Thread Daniel Farmer
hHHAAHAHAHAHAHA very true.
- Original Message - 
From: Mark W. Breneman 
To: CF-Talk 
Sent: Friday, July 16, 2004 11:06 AM
Subject: RE: FCKEditor

I don't know if this is what you are asking but, you can remove all of the
tool bars by commenting out the toolbar sets in the fckconfig.js file in the
fckeditor folder.

You gotta love the name of the editor, not exactly what I would use if I was
going to target biz.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
 Vivid Media
 [EMAIL PROTECTED]
 www.vividmedia.com http://www.vividmedia.com/ 
 608.270.9770

 _

From: Daniel Farmer [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 9:58 AM
To: CF-Talk
Subject: FCKEditor

Does anyone know how I can set this tool for text-only abilities? ( I wish
to disable most of it's features ). 
 _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Joe Rinehart
Hey Guys,

Hugo, you've got a good point - there is bandwidth that could be saved
via caching, etc.I just built a pretty complicated demo of some new
client-side features (events), and it only came out to about 400 lines
of resultant code.If it was 4000, I'd definitely raise the
complexity bar and move people over to static CSS / JS files.

Scott's right about the intention of the tags - the primary goal for
this project was to have people implement the tags w/o having to do
anything but use the tag.That's why there's almost no requirement
parameters, no need to set up a stylesheet, and no need to link to an
external _javascript_ file.That's all simple stuff to us, but to some
folkswhoa nelly.

Thanks,

Joe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: RAD (was RE: Best choice for ColdFusion Studio IDE...)

2004-07-16 Thread Dave Watts
  ... I think you're exaggerating the difficulty of 
  writing ASP.NET code in any generic text editor. It's 
  simply not that difficult.

 It might not be difficult, but it is more time consuming.

I'm personally finding the difference to be less and less over time,
actually.

 Even the best tools can't hide the complexity that is 
 required. They can improve the situation, but they can't win. 
 This is why I still believe CFML beats ASP.NET even when using 
 VS.NET.

I agree that CFML is easier than ASP.NET - it's still my language of choice.
My point was simply that it's not useful to talk about ASP.NET development
sans tools, since the tools are an integral part of the development process.
The appropriate comparison, in my opinion, is ASP.NET with VS.NET versus
CFMX with whatever editor you like. The strength of CFMX is that it's simple
enough to write that you don't need an abstraction to hide complexity and a
complex toolset to build applications.

 That remains to be seen how it will work out long term. In 
 the history of software development, it is rare of have an 
 abstraction of this nature work out. A perfect example is 
 remote objects. There have been all kinds of attempts at 
 making remote object invocation require no knowledge of the 
 fact that the object itself is remote. However, sometimes you 
 need to know it is remote and because that has been 
 abstracted away disastrous results follow.

I agree, and I think that the VS.NET model has serious limitations today. I
don't think it's suitable for building complex high-volume web applications
now. On the other hand, for the average intranet application, it's probably
perfectly ok.

  So, I'm not sure whether a Visual Studio-workalike for CF 
  would make CF developers any more efficent than they already 
  are. In addition, I don't think it would make them more 
  efficient than ASP.NET developers using the same development 
  model, since ASP.NET supports this model while CF doesn't.
 
 If that is the case then why do CFML developers use tools? I 
 mean if it can't make them more efficient, then why use them?

I think you're misinterpreting what I wrote. I'm not saying that CF
developers don't need or want tools. We all use tools. I doubt many of us
are building cfm files by piping individual characters into a file. However,
most CF developers are successful using comparatively simple tools -
glorified text editors at best. I don't think a VS.NET-style GUI builder
that provided an illusion of an event-driven environment would be embraced
by CF developers, because CF doesn't support that illusion, and CF
developers are knowledgeable enough not to require that illusion, unlike
people who've been building VB desktop applications for the last ten years.

If you take a look at the CF development tools available now - Dreamweaver,
Homesite+, cfeclipse, He3 - only one of them provides a useful WYSIWYG
development environment, and many people here simply aren't interested in
it. They don't need it or don't want it. I actually like Dreamweaver quite a
bit now, and I think that a lot of the HTML and CSS functionality in design
view is phenomenal, but I still find myself in code view most of the time.

So the question isn't whether or not to have tools, but what sort of tools
will they be?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Simple Cookie

2004-07-16 Thread Pascal Peters
When they vote (don't do a cflocation afterwards!!):
cfcookie name=Gerrard value=done expires=never

Before they vote:
cfif IsDefined(cookie.Gerrard) AND cookie.Gerrard IS done
	... don't query the db
cfelse
	... query the db
/cfif

Pascal

 -Original Message-
 From: Asim Manzur [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 16:54
 To: CF-Talk
 Subject: Simple Cookie
 
 hi, I need a little hand.
 
 I have a voting website.
 I want to prevent the users to do the multiple submissions.
 I am saving their IPs in the DB when they vote.
 
 Now I also want to send the cookie, so, if the cookie exists then no
need
 to query the database and just show the message that multiple
submission
 not allowed.
 
 I am trying to set the cookielike below code but its not setting up
i
 think. there is no error
 cfcookie name=Gerrard value=done expires=never secure=yes
 domain=www.abc.com
 
 How can I setup the cookie and then read it later on?
 Thanks
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Architecture Question: Adding event model to jComponents

2004-07-16 Thread Joe Rinehart
Hi all,

I've got a series of custom tags that make CSS/_javascript_ base
interface widgets like tab navigations and accordian panes.(demo at
http://clearsoftware.net/clear/?template=downloads.jcomponents)

I'm currently implementing an event model with the following goals:

1.Allow a developer to define an onChange attribute that will fire a
given function when the widget's state changes
2.Allow a developer to use _javascript_ to poll the current state of a
widget, getting things back that include the name of the widget, what
tab / pane / node / etc. is currently active.I'm using this to
communicate between iFrames stored in panes to emulate richer
interfaces in the browser.

What I'm wondering is, what else would people want in something like
this?Should I try to implement a broadcaster / listener scheme
between elements?

Thanks,

Joe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Simple Cookie

2004-07-16 Thread Dave Watts
 When they vote (don't do a cflocation afterwards!!):
 cfcookie name=Gerrard value=done expires=never

If you're using CFMX, you can use CFCOOKIE and CFLOCATION within the same
page.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Simple Cookie

2004-07-16 Thread Bryan Stevenson
Pascal...in CFMX at least you can now set a cookie AND use CFLOCATION after it in the same pagein previous versions this would mean the cookie would not be setbut that has been fixed ;-)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Pascal Peters 
To: CF-Talk 
Sent: Friday, July 16, 2004 8:43 AM
Subject: RE: Simple Cookie

When they vote (don't do a cflocation afterwards!!):
cfcookie name=Gerrard value=done expires=never

Before they vote:
cfif IsDefined(cookie.Gerrard) AND cookie.Gerrard IS done
... don't query the db
cfelse
... query the db
/cfif

Pascal

 -Original Message-
 From: Asim Manzur [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 16:54
 To: CF-Talk
 Subject: Simple Cookie
 
 hi, I need a little hand.
 
 I have a voting website.
 I want to prevent the users to do the multiple submissions.
 I am saving their IPs in the DB when they vote.
 
 Now I also want to send the cookie, so, if the cookie exists then no
need
 to query the database and just show the message that multiple
submission
 not allowed.
 
 I am trying to set the cookielike below code but its not setting up
i
 think. there is no error
 cfcookie name=Gerrard value=done expires=never secure=yes
 domain=www.abc.com
 
 How can I setup the cookie and then read it later on?
 Thanks
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Claude Schneegans
With external JS and CSS the 'average Joe' (no pun intended), who may
not be experienced in JS or CSS, may find them more difficult to use,

Well, not really.
If the JS-CSS is generated by the tag to hide it to casual user, it could generate calls to external files as well.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Access a web site through the coldfusion server -retry?

2004-07-16 Thread rob.stokes
Hi all,

Hope your summer weather's better than it is here. :-(

I need to do this:

You Need you to check via a browser from bridgesupport.intra.dsd.com(i/p address 147.149.139.81) what response you get fromhttp://sms.labs.dsd.com/ipinfo

How would I do this? bridgesupport.intra.dsd.com is the remote Coldfusion server for which I have no admin access. Would this be a CFHTTP job?

Thanks
Rob
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Simple Cookie

2004-07-16 Thread Pascal Peters
I stand corrected! I still do most development for CF4.5 or CF5 so this
was a natural reaction for me. It won't happen again.

If you are not using CFMX: don't do a cflocation after a cfcookie.

Pascal

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2004 18:00
 To: CF-Talk
 Subject: RE: Simple Cookie
 
  When they vote (don't do a cflocation afterwards!!):
  cfcookie name=Gerrard value=done expires=never
 
 If you're using CFMX, you can use CFCOOKIE and CFLOCATION within the
same
 page.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmx hot fixes

2004-07-16 Thread DURETTE, STEVEN J (AIT)
Alex,

 
I already have the hot fixes.I'm just sick of 1) having to do so many for
a clean new install. and 2) having to recheck each one of those continuously
because they update them.

 
I'd like to have one large updater that has these and then a small amount of
patches/hotfixes after.

 
Better yet, If you hit a magic number of hotfixes/security updates (lets say
10 for an example) issue a new updater.If macromedia had an autoupdate
function that would be great to.Even though I'm not a big fan of M$, the
windowsupdate.microsoft.com site can be great.Select all of the patches
you want and have them all installed at once (unless something requires a
reboot). 

 
How about it macromedia would you consider coldfusionupdate.macromedia.com?
You could even continue with flashupdate.macromedia.com and
dreamweaverupdate.macromedia.com.Or roll them up in
macromediaupdate.update.com and have it update all of the different
macromedia products that are installed.Think about it get on the cf server
go to a web page and have all the updates done.

 
hI like it!

 
Steve

-Original Message-
From: Alex Hubner [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 10:53 AM
To: CF-Talk
Subject: Re: cfmx hot fixes

Steve, here's the hotfixes (and some important workarounds) url list for
ColdFusion MX 6.1:

http://www.macromedia.com/support/coldfusion/ts/documents/navserver_blank.ht
m
http://www.macromedia.com/support/coldfusion/ts/documents/crystal_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/conn_pool_hotfix.h
tm
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_c
pu.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfinsert_hotfix.ht
m
http://www.macromedia.com/support/coldfusion/ts/documents/com_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/hotfix_domain_cook
ies.htm
http://www.macromedia.com/support/coldfusion/ts/documents/quotes_hotfix.htm
http://www.macromedia.com/support/coldfusion/ts/documents/webservices_header
.htm
http://www.macromedia.com/support/coldfusion/ts/documents/createuuid_clock_s
peed.htm
http://www.macromedia.com/support/coldfusion/ts/documents/duplicate_hotfix.h
tm
http://www.macromedia.com/support/coldfusion/ts/documents/client_purge_hotfi
x.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_cfapplets_h
otfix.htm
http://www.macromedia.com/devnet/security/security_zone/mpsb03-07.html
http://www.macromedia.com/devnet/security/security_zone/mpsb03-06.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-01.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-02.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-04.html
http://www.macromedia.com/devnet/security/security_zone/mpsb04-06.html

Workarounds:

http://www.macromedia.com/support/coldfusion/ts/documents/com_sandbox.htm
http://www.macromedia.com/support/coldfusion/ts/documents/tn18361.htm
http://www.macromedia.com/support/coldfusion/ts/documents/multihomed_cfide.h
tm
http://www.macromedia.com/support/coldfusion/ts/documents/mx61_install_path.
htm
http://www.macromedia.com/support/coldfusion/ts/documents/rhas3_config.htm
http://www.macromedia.com/support/coldfusion/ts/documents/cfftp_sandbox.htm
http://www.macromedia.com/support/coldfusion/ts/documents/log_error_sitewide
.htm
http://www.macromedia.com/support/coldfusion/ts/documents/jtopen_jdbc_hang.h
tm
http://www.macromedia.com/support/coldfusion/ts/documents/license_hyperthrea
ded.htm
http://www.macromedia.com/support/coldfusion/ts/documents/domain_cookie_ip.h
tm
http://www.macromedia.com/support/coldfusion/ts/documents/manual_uninstall.h
tm

[]'s
Alex

The only problem is that I have been hearing that there is an updater
coming
soon for about 3 months now.
 
I'm about to give up hope!
 
Steve
 

-Original Message-
From: Alex Hubner [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 9:08 AM
To: CF-Talk
Subject: Re: cfmx hot fixes


I don't think the license allows redistribution of copyrighted 
material.

Jochem

Jochem, I didn't know that. Can you point me some info regarding
restriction
on the redistribution of hotfixes?

Thanks!

BTW: We should see an update soon for ColdFusion MX 6.1 that will address
all those fixes and new ones such as DataDirect 3.3 JDBC drivers. 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




XHTML WYSIWYG editor revisited

2004-07-16 Thread Robert Munn
Belus has announced a new version of their XHTML ActiveX WYSIWYG editor. You can see the details at http://xstandard.com/. They have a Pro version that is priced by user and URL. They also have a Lite version that is freeware.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: java cfx tag not working

2004-07-16 Thread Guy Rish
George,

The TagCFX::execute error typically only surfaces when the Server is unable
to load either the tag or one of its required classes (or subordinate shared
objects).

Why don't you post the following information so that we can evaulate it.

All your CFX settings for this tag.
All of your Java settings.
The location of the class/jar for this tag.

rish

-Original Message-
From: George Abraham [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 9:39 AM
To: CF-Talk
Subject: java cfx tag not working

All,
Win 2003 Server with CF 5 running on it. Just upgraded from Win 2K.
Decided not to do CFMX for the time being, since clients will lose due
to downtime. A Java CFX tag that used to work on the previous
installation is not working any longer. Gives the error: 
TagCFX::execute. I made sure the tag is registered correctly with
class name and all. The problem might be with the JDK version. Anybody
else have any insight? Also this tag is called cfx_javazipper. Anybody
work with it before?

George
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: FB 4 circuits and fuseactions

2004-07-16 Thread Phill B
I guess this wont work after all. According to everything I've tried
and read, FB4 can't catch these types of errors.

So I guess I have to rig it until the next version comes out. Thats sad.

Phillip B.

On Fri, 16 Jul 2004 10:12:05 -0500, Phill B [EMAIL PROTECTED] wrote:
 I also noticed that it doesn't take into account invalid characters in
 your fuseactions and circuits.
 
 Hmmm. I feel like some of those things should be taken care of in the
 core files. Oh well.
 
 Could you send me the plugin or tell me where I can get it?
 
 Thanks Michael
 
 Phillip B.
 
 
 
 
 - Original Message -
 From: Tangorre, Michael
 
 Phil,
 
 Fusebox exceptions are thrown when those events occur and you can catch them
 
 and handle them how you see fit; I use a plugin for it.
 

-- 
Phillip B.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: FB 4 circuits and fuseactions

2004-07-16 Thread Tangorre, Michael
 I guess this wont work after all. According to everything 
 I've tried and read, FB4 can't catch these types of errors. 
 So I guess I have to rig it until the next version comes out. 
 Thats sad.

You don't have to rig anything! Go to the FB4 forums and search around,
there is a lot of discussion on this stuff.

This should get you started... It is the index.cfm file.

cftry

	cfinclude template=fusebox40.runtime.cfmx.cfm
	
	cfcatch type=fusebox
		cfoutput
			FUSEBOX ERROR TOP LEVEL.br /
			cfdump var=#cfcatch# /
			cfabort
		/cfoutput
	/cfcatch
	
	cfcatch type=Any
		cfoutput
			cfdump var=#cfcatch# /
			cfabort
		/cfoutput
	/cfcatch

/cftry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: FCKEditor

2004-07-16 Thread Rick Root
Mark W. Breneman wrote:
 
 You gotta love the name of the editor, not exactly what I would use if I was
 going to target biz.

Being that it's an open source free project, they'll just have to rely 
on us geeks knowing that it's a great editor =)Our clients don't need 
to know its name.

- Rick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmx hot fixes

2004-07-16 Thread Dave Carabetta
On Fri, 16 Jul 2004 12:10:08 -0400, DURETTE, STEVEN J (AIT)
[EMAIL PROTECTED] wrote:
 Alex,
 
 I already have the hot fixes.I'm just sick of 1) having to do so many for
 a clean new install. and 2) having to recheck each one of those continuously
 because they update them.
 
 I'd like to have one large updater that has these and then a small amount of
 patches/hotfixes after.

They've already publicly stated several times that a cumulative
updater is slated for the fall.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




  1   2   3   >