RE: Decimal Formatting

2005-04-13 Thread James Holmes
You can also return the appropriate value from Oracle directly, using:

to_char(whatever_column_name,'TM9')

-Original Message-
From: B G [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 13 April 2005 6:04 AM
To: CF-Talk
Subject: Re: Decimal Formatting

Beautiful!  That did the trick!  Thank you.

From: Barney Boisvert [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: Decimal Formatting
Date: Tue, 12 Apr 2005 14:45:33 -0700

NUMBER columns are actually stored as strings, so you'll always get 
exactly 2 decimal places.  Try this:

cfif myNum EQ int(myNum)
   #int(myNum)#
cfelse
   #REreplace(myNum, 0+$, )#
/cfif

cheers,
barneyb

On Apr 12, 2005 2:38 PM, B G [EMAIL PROTECTED] wrote:
  There's a simple solution here that is eluding me so please forgive 
  my
end
  of day cloud that is obstructing me.
 
  I am trying to format a value that is stored in Oracle NUMBER(5,2)
datatype
  so that if it is a whole number it won't display x.00.
 
  For example, value 25.75 is fine and displays properly, value 18, 
  should
NOT
  display 18.00.  Likewise, 10.5 should NOT be 10.50.  But this is the 
  behaviour I am getting.
 
  What are you thoughts?

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202526
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Massimo Foti
 I've fiddled with some image manipulation tags and found some of them
 to make jagged images on resize. Anybody know how good cfx image is at
 resizing?

If you are on CF 6.1+ you can try this one:
http://www.olimpo.ch/tmt/cfc/tmt_img


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:  http://www.olimpo.ch/tmt/




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202527
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Regex help

2005-04-13 Thread Pascal Peters
Replace the Mid() by

RemoveChars(qs, stuff.pos[1], stuff.len[1])

And it should work

Pascal

 -Original Message-
 From: Jim McAtee [mailto:[EMAIL PROTECTED]
 Sent: 13 April 2005 03:01
 To: CF-Talk
 Subject: Regex help
 
 (CF5 on IIS, Win2k Server)
 
 I have a CF template set up as the IIS 404 error handler on a web
site.
 When IIS detects a 404 error it calls the CF page and passes the
original
 request within the CGI variable cgi.query_string in the following
form:
 
 404;http://www.mydomain.com/missingpage.htm
 
 or if the request was for a directory it might look like:
 
 404;http://www.mydomain.com/missingdirectory/
 
 In my template I need to extract what would have been the original
 cgi.path_info:
 
 /missingpage.htm
 
 or
 
 /missingdirectory/
 
 What might a CF function look like using regexes to extract the
trailing
 part of the URL?  There will be many different host (domain) names
pointed
 at the site, so I can't match the domain name.  The function would be
 called by passing cgi.query_string:
 
 cfset path_info = getPathInfo(cgi.query_string)
 
 The function below is start, but it matches the entire string rather
than
 extracting just the end part.
 
 function getPathInfo(qs) {
   var re = '404;http://[^/]+/*';
   var stuff = REFindNoCase(re, qs, 1, 'yes');
   if (stuff.pos[1]) {
 return Mid(qs, stuff.pos[1], stuff.len[1]);
   } else {
 return '';
   }
 }

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202528
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Vote- complex web service to consume

2005-04-13 Thread Robert Munn
Have you ever tried to connect to a Web service that ColdFusion was not able to 
consume? Did it stump you? Please let me know! I am looking for a publicly 
accessible Web service that is very difficult to consume with ColdFusion. I 
will illustrate how to consume the Web service in ColdFusion using Java tools.
 
I want to consume a service that is freely accessible and of general interest. 
PayPal is a no-go because of the setup required for someone to see it work, 
sorry.

Please reply to me off-list at [EMAIL PROTECTED] 

Thanks,

Rob Munn

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202529
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What's your setup for multiple developers

2005-04-13 Thread Keith Gaughan
Sean Corfield wrote:
 On Apr 12, 2005 11:36 AM, Marlon Moyer [EMAIL PROTECTED] wrote:
 
do you have any suggestions for a windows only environment concerning
version control?  I know the vb guy uses MS VSS.  How easy is that to
integrate into DWMX?
 
 
 Personally, I'd avoid VSS like the plague. There have been two many
 reports of repository corruption for my tastes. And I believe it also
 uses the lock-for-edit mode which can be a real pain when you have
 multiple developers collaborating. However, Dreamweaver integration
 for VSS is reasonably painless.

Having said that, if you don't mind locking and you want something more
stable than VSS, then ComponentSoftware RCS[1] is quite good. A trained
monkey could set it up, and the single-user version is free. It has SCC
integration, so you can use it directly from the likes of Visual Studio,
Homesite, and anything else that supports SCC.

[1] http://www.componentsoftware.com/csrcs/

 Dreamweaver integration with CVS (and Subversion) is non-existant
 (there is an extension - Windows-only - that costs money and works
 with a local CVS repository which is neither use nor ornament as far
 as collaborative development is concerned!).

Same goes for Subversion. I think the company Sean's talking about is 
PushOK[2], who provide SCC proxies for CVS and Subversion.

There's two independent projects out there to produce SCC proxies for
Subversion. One of them that I can remember is Sourcecross[3], but
that's gone very quiet. There's another one that I can't remember the
name of (and Google isn't helping), but that one's moribund too.

[2] http://www.pushok.com/soft_short_info.php
[3] http://www.sourcecross.org/

 However, both CVS and SVN have good tools to integrate with Windows
 Explorer which makes version control  pretty painless. TortoiseCVS and
 TortoiseSVN are the popular ones I think (I didn't like them but, hey,
 you can't please everyone).

Both excellent tools, I think. I use TortoiseCVS for projects that I
work on that are hosted on SourceForge.

K.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202530
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: pausing a script

2005-04-13 Thread Will Tomlinson
Would Matt's Mail trickler be another option?

http://mysecretbase.com/Slowing_Down_CFMail_2004.cfm

Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202531
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Bert Dawson
it might be worth pointing out there are (at least?) two completely
different cfx_image tags out there: in addition to the one below
(which i haven't used) there is Jukka Manner's which you'll find at
http://www.kolumbus.fi/jukka.manner/
I have used jukka's and it was fine for what we needed.

Cheers
Bert


On 4/13/05, Stan Winchester [EMAIL PROTECTED] wrote:
 I've used the freeware CFX_Image as found on http://vwww.gafware.com:81/ and 
 have really liked it. It only works on Windows servers though. His site is 
 slow and a pain to get around, but I really like the tag. If you search for 
 cfx image in his search form, you should be able to download the tag.
 
 Hi,
 I've fiddled with some image manipulation tags and found some of them
 to make jagged images on resize. Anybody know how good cfx image is at
 resizing?
 
 I previously used imagemagic which seems very good but the docs say it
 doesnt work with mx because of issues with cfexecute. Anybody knows if
 this is ok now?
 
 Thanks!
 
 --
 DRE
 http://www.webmachineinc.com
 http://www.theanticool.com
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202532
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: pausing a script

2005-04-13 Thread Tony Weeg
i use it for a client, and its ROCK solid.

:) tw

On 4/13/05, Will Tomlinson [EMAIL PROTECTED] wrote:
 Would Matt's Mail trickler be another option?
 
 http://mysecretbase.com/Slowing_Down_CFMail_2004.cfm
 
 Will
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202533
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfx image?

2005-04-13 Thread Justin D. Scott
 If you are on CF 6.1+ you can try this one:
 http://www.olimpo.ch/tmt/cfc/tmt_img

That only supports JPG and PNG files, oddly.  You would think GIF files
would also be included, but, oh well.  I recall there being another CFC that
used Java calls to do the same thing, but it was more robust and not free.
I can't remember the name or URL at the moment though.


-Justin Scott


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202534
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFUnited - Where's Macromedia?

2005-04-13 Thread Adrocknaphobia
FYI: Macromedia is Platinum level sponsor of CFUNITED.

The whole CF development team is coming to speak and to hear your
feedback on CFMX 7! There will also be a Macromedia and Aboutweb
community orner where you can kick back, chat with engineers or check
email. And special Macromedia prizes and goodies!

- Adam

On 3/28/05, Paul Kenney [EMAIL PROTECTED] wrote:
 Microsoft's taking over Macromedai!? Oh no, not again!  I don't how
 many times I can take it!
 
 In all seriousness, I think this discussion should either end or go
 over to cf-community.
 
 --
 Paul Kenney
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 http://www.pjk.us
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202535
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Massimo Foti
  If you are on CF 6.1+ you can try this one:
  http://www.olimpo.ch/tmt/cfc/tmt_img

 That only supports JPG and PNG files, oddly.  You would think GIF files
 would also be included, but, oh well.

Unfortunately JRE 1.4 doesn't allows GIF manipulation out of the box.
As far as I remember this should change with JRE 1.5.
Since JRE 1.5 isn't a viable option for CF right now, I never investigated
more.



 I recall there being another CFC that
 used Java calls to do the same thing, but it was more robust and not free.
 I can't remember the name or URL at the moment though.

I guess you are talking about:
http://www.alagad.com/index.cfm/name-aic

It's definitely more features-rich, but I wouldn't call it more robust :-)
I am not sure it can resize GIF


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:  http://www.olimpo.ch/tmt/




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202536
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfx image?

2005-04-13 Thread Justin D. Scott
 I guess you are talking about:
 http://www.alagad.com/index.cfm/name-aic

That would be the one.

 It's definitely more features-rich, but I wouldn't
 call it more robust :-)

It's early g.

 I am not sure it can resize GIF

According to their documentation it can read GIF, JPG and PNG.  It goes on
to say that it can only write JPG and PNG though.  It does give instructions
for converting a GIF to PNG as well as instructions for adding support for
several other image formats.  $75 for a server license doesn't sound too bad
if it does everything they say it does and still generate quality images.


-Justin Scott


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202537
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Robertson-Ravo, Neil (RX)
VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.



-Original Message-
From: Sean Corfield [mailto:[EMAIL PROTECTED] 
Sent: 12 April 2005 20:29
To: CF-Talk
Subject: Re: What's your setup for multiple developers

On Apr 12, 2005 11:36 AM, Marlon Moyer [EMAIL PROTECTED] wrote:
 do you have any suggestions for a windows only environment concerning
 version control?  I know the vb guy uses MS VSS.  How easy is that to
 integrate into DWMX?

Personally, I'd avoid VSS like the plague. There have been two many
reports of repository corruption for my tastes. And I believe it also
uses the lock-for-edit mode which can be a real pain when you have
multiple developers collaborating. However, Dreamweaver integration
for VSS is reasonably painless.

I've used and liked CVS on Windows, Unix and Mac. The tools are good
and pretty much all of them are free (which VSS is not). Many people
also swear by Subversion but I'm happy with CVS for now. Subversion is
very similar to CVS but supposedly has some useful advanced features
that CVS lacks. Like CVS, it's all free.

Dreamweaver integration with CVS (and Subversion) is non-existant
(there is an extension - Windows-only - that costs money and works
with a local CVS repository which is neither use nor ornament as far
as collaborative development is concerned!).

However, both CVS and SVN have good tools to integrate with Windows
Explorer which makes version control  pretty painless. TortoiseCVS and
TortoiseSVN are the popular ones I think (I didn't like them but, hey,
you can't please everyone).

Personally, I use CFEclipse for all my CFC development and much of my
CFM work too. It has great CVS (and Subversion) support. It has really
sucky FTP support tho' and no SFTP support. It seems there's no good
integrated solution that supports CVS/SVN and FTP/SFTP and CF! Since I
do all my testing locally, FTP/SFTP action is relatively infrequent so
I decided to use a separate FTP app with CFEclipse rather than a
separate CVS app with DW. YMMV.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202538
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Massimo Foti
 According to their documentation it can read GIF, JPG and PNG.  It goes on
 to say that it can only write JPG and PNG though.

Again, it's a limitation of the underlying JRE. You can't write GIF out of
the box...

Massimo


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202539
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Regex help

2005-04-13 Thread Ewok
cfset urltext = http://somesite.com/dir/file.cfm?var=value; /
cfset info1 = listrest(listrest(urltext, //), /) /
cfset info2 = listfirst(listrest(listrest(urltext, //), /), ?) /
cfset info3 = listlast(listrest(urltext, //), /) /
cfset info4 = listfirst(listlast(listrest(urltext, //), /), ?) /

cfoutput
#urltext#br /
br /
INFO1: #info1#br /
INFO2: #info2#br /
INFO3: #info3#br /
INFO4: #info4#br /
/cfoutput

!--- THE OUTPUT ---
http://somesite.com/dir/file.cfm?var=value

INFO1: dir/file.cfm?var=value
INFO2: dir/file.cfm
INFO3: file.cfm?var=value
INFO4: file.cfm
!--- END OUTPUT ---




-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 9:01 PM
To: CF-Talk
Subject: Regex help

(CF5 on IIS, Win2k Server)

I have a CF template set up as the IIS 404 error handler on a web site. 
When IIS detects a 404 error it calls the CF page and passes the original 
request within the CGI variable cgi.query_string in the following form:

404;http://www.mydomain.com/missingpage.htm

or if the request was for a directory it might look like:

404;http://www.mydomain.com/missingdirectory/

In my template I need to extract what would have been the original 
cgi.path_info:

/missingpage.htm

or

/missingdirectory/

What might a CF function look like using regexes to extract the trailing 
part of the URL?  There will be many different host (domain) names pointed 
at the site, so I can't match the domain name.  The function would be 
called by passing cgi.query_string:

cfset path_info = getPathInfo(cgi.query_string)

The function below is start, but it matches the entire string rather than 
extracting just the end part.

function getPathInfo(qs) {
  var re = '404;http://[^/]+/*';
  var stuff = REFindNoCase(re, qs, 1, 'yes');
  if (stuff.pos[1]) {
return Mid(qs, stuff.pos[1], stuff.len[1]);
  } else {
return '';
  }
}





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202540
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


.Net Web Service HELP!

2005-04-13 Thread Ernie Pena
I am connecting to a .net web service and I am able to get a response on a 
simple test, however when I try to send the complex data I get an error. I'm 
not sure what I need to do but I'm sure the data I'm sending over isnt quite 
right or is it.

First let me show you the .net ws because its an internal site I can only 
paste the code.

..NET Web Service xml
method: StopCheckingRule
requires two an Array (aPatients) and an Array of Boolean 
(aSubGroupContinueIndicators)
-
POST /IVBuMelWebSvc/TrialConductor.asmx HTTP/1.1
Host: biostat252.mdacc.tmc.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: TrialIVBuMel/CheckStoppingRule

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Body
CheckStoppingRule xmlns=TrialIVBuMel
  aPatients
Patient
  TimeOnTestdouble/TimeOnTest
  SubGroupint/SubGroup
  HasDiedboolean/HasDied
/Patient
Patient
  TimeOnTestdouble/TimeOnTest
  SubGroupint/SubGroup
  HasDiedboolean/HasDied
/Patient
  /aPatients
  aSubGroupContinueIndicators
booleanboolean/boolean
booleanboolean/boolean
  /aSubGroupContinueIndicators
  sErrorsstring/sErrors
/CheckStoppingRule
  /soap:Body
/soap:Envelope-

My Code:
-

cfset aPatients = arrayNew(1) /
cfset aPatients [1] = createObject(component, Patient) /
cfset aPatients [1].TimeOnTest = 23 /
cfset aPatients [1].SubGroup = 2 /
cfset aPatients [1].HasDied = FALSE /

cfset Indicators = arrayNew(1)/
cfset Indicators[1] = FALSE /
cfset Indicators[2] = FALSE /
cfset Indicators[3] = FALSE  /
cfset Indicators[4] = FALSE /
cfset Indicators[5] = FALSE /

CFSCRIPT
   ws = CreateObject(webservice,
 http://biostat252.mdacc.tmc.edu/IVBuMelWebSvc/TrialConductor.asmx?wsdl;);
   sErrors = 
ws.CheckStoppingRule(aPatients=#aPatients#,aSubGroupContinueIndicators=#Indicators#);
writeoutput(sErrors);
/CFSCRIPT

-

Any help with this would be greatly appreciated!

Thanks in advance

Ernie Pena
U. T. M. D. Anderson Cancer Center 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202541
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: xml breadcrumbs

2005-04-13 Thread Katz, Dov B \(IT\)
You could try something a bit more semantically valuable... 

Though I've never done it, I'm starting to like the idea, because it
uses xpath in the urls...

Here are things I was thinking about...

1) Names should be descriptive labels for menu items and bread crumbs
2) Element names should be used in xpath for semantically valuable URL's
as well as easy lookups in the XML document
3) XSL can be used to generate the menu and site map
4) the XML is very readable.
5) URL attributes can be added to any node to override the default
behavior which would probably be to treat the xpath as a fuseaction
(Fusebox. Etc...)

site name=Website
services name=Products amp; Services
design name=Website Design
url=/clients/new/special.cfm /
hosting name=Web and Email Hosting
url=/email_host_special2005.cfm /
mail name=Mail Services /
/services

corporate name=Corporate
contact name=Contact Us /
careers name=Careers at OurCompany, Inc. /
mgt name=Management Team /
/corporate
/site


Now you can go to something like
www.mysite.com/xnav/?site/services/design

Then you can get the Xpath of your document by getting the Query String,

 cfset nodeList = xmlSearch(navigationXml,
//#CGI.QUERY_STRING#/ancestor-or-self::*) /

Then iterate through this list per the below...

Just a random thought I had
Anyone do something similar? Does fusebox do this (I havent been
following the FB4 as avidly as I had wanted to...)

-Dov

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 8:03 PM
To: CF-Talk
Subject: Re: xml breadcrumbs

Try this

cfset nodeList = xmlSearch(navigationXml, //[EMAIL PROTECTED]'Tool
2']/ancestor-or-self::*) /

You'll want to change your XML so that it's recursive (use 'item'
instead of 'subitem'), and probably want to switch 'label' to 'id'
since they'll need to be unique so you can do your lookups.

This solution has nothing to do with CF7's XML functions, and everything
to do with the XPath language.  That's why the docs don't give good
examples, they're showing how to use the CFML implementation, not trying
to teach you XPath.  If you're going to be doing much with XML, you're
going to need to pick up a good XPath tutorial/reference.  Once you've
got the basics, the w3c spec is the definitive reference, but it's thin
on examples and techniques.

cheers,
barneyb

On 4/12/05, Paul [EMAIL PROTECTED] wrote:
 I'm using a simple xml file for our intranet navigation (CFMX 7). I 
 would now like to add breadcrumb navigation (Home  Tools  Tool 1) to

 each screen by reading the same XML file, and I've never really used 
 XML much.  I'm assuming I can use the current path from the browser, 
 find the node that matches it, and then search upwards to determine 
 the parent links that lead back to default screen.  But I don't know
how to put that plan into action.
 
 I've seen many examples in the archives about using a db structure to 
 do this, but I'd like to stick w/ xml, if for no other reason than to 
 learn it better.
 
 I've read the MM docs discussing the new xml functions, but the 
 examples are only one level deep and I'm slow on the uptake, 
 apparently.  An abbreviated version of my xml file follows, hopefully 
 this will be a no-brainer for some of you?
 
 ?xml version=1.0 encoding=ISO-8859-1?
 
 navigation
 
 item label=Home href=/index.cfm alt=Home 
 role=user /
 
 item label=Tools href=/tools/index.cfm alt=Tools
 role=user
 
 subitem label=Tool 1 href=/tools/1.cfm
 alt=tool 1 role=user /
 
 subitem label=Tool 2 href=/tools/2.cfm
 alt=tool 2 role=user /
 
 subitem label=Tool 3 href=/tools/3.cfm
 alt=tool 3 role=admin /
 
 /item
 
 item label=Forms amp; Documents
href=/forms/index.cfm
 alt= role=user /
 
 item label=Administration href=/admin/index.cfm
alt=
 role=admin /
 
 /navigation

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202542
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX7: No JRun JMC?

2005-04-13 Thread Chris Norloff
We installed CFMX 7 (Enterprise (DevNet), with an Enterprise license number). 
But we can't get into the JRun JMC admin. 

Either 
1) the admin/password doesn't work (confirmed it's right in the .xml file) or 
2) we get the error: the page cannot be displayed and the URL line has 
http://[servername]:8000/j_security_check;jsessionid=[x]

Anybody else run into this?  I thought with CFMX 7 Enterprise you get a full, 
licensed version of JRun - is this correct?

many thanks,
Chris Norloff



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202543
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX7: No JRun JMC?

2005-04-13 Thread Chris Norloff
Clarification: we installed CFMX7 in the 'multiple instances' mode.

-- Original Message --
From: Chris Norloff [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Wed, 13 Apr 2005 09:55:58 -0400

We installed CFMX 7 (Enterprise (DevNet), with an Enterprise license 
number). But we can't get into the JRun JMC admin. 

Either 
1) the admin/password doesn't work (confirmed it's right in the .xml file) or 
2) we get the error: the page cannot be displayed and the URL line has 
http://[servername]:8000/j_security_check;jsessionid=[x]

Anybody else run into this?  I thought with CFMX 7 Enterprise you get a full, 
licensed version of JRun - is this correct?

many thanks,
Chris Norloff





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202544
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Ken Ferguson
I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot. I
really did try my hardest to like it. In the end though, I just couldn't
do it. It's the most frustrating application I've ever used, apart from
Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
enough about how much I like it. I've been using it exclusively for
about a month now and I don't see myself using anything else for a hell
of a long time. I use it for CF, PHP/Smarty and Laszlo development and
it's just pure greatness.

--Ferg


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:15 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202545
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread David Manriquez
For a while used DWMX but the development turns really slow for big files
or lot of includes like fbx_switch

So , we back to CfStudio with excellent results. 
Our problems is connect CVS ( like VSS but free ) with CFStudio

Any tips  about it.?


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Ken Ferguson [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 13 de Abril de 2005 10:12
Para: CF-Talk
Asunto: RE: What's your setup for multiple developers

I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot. I
really did try my hardest to like it. In the end though, I just couldn't
do it. It's the most frustrating application I've ever used, apart from
Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
enough about how much I like it. I've been using it exclusively for
about a month now and I don't see myself using anything else for a hell
of a long time. I use it for CF, PHP/Smarty and Laszlo development and
it's just pure greatness.

--Ferg


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:15 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202546
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .Net Web Service HELP!

2005-04-13 Thread Steven Brownlee
The simplest way is to convert any complex ColdFusion structure to an XML
representation.  I did something similar for a client of mine sending CF
queries to a .NET client.  Had to convert all queries and structures to XML
first.  Check out http://www.cflib.org/udf.cfm?ID=648 

-Original Message-
From: Ernie Pena [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 9:52 AM
To: CF-Talk
Subject: .Net Web Service HELP!

I am connecting to a .net web service and I am able to get a response on a
simple test, however when I try to send the complex data I get an error. I'm
not sure what I need to do but I'm sure the data I'm sending over isnt quite
right or is it.

First let me show you the .net ws because its an internal site I can only
paste the code.

...NET Web Service xml
method: StopCheckingRule
requires two an Array (aPatients) and an Array of Boolean
(aSubGroupContinueIndicators)

-
POST /IVBuMelWebSvc/TrialConductor.asmx HTTP/1.1
Host: biostat252.mdacc.tmc.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: TrialIVBuMel/CheckStoppingRule

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Body
CheckStoppingRule xmlns=TrialIVBuMel
  aPatients
Patient
  TimeOnTestdouble/TimeOnTest
  SubGroupint/SubGroup
  HasDiedboolean/HasDied
/Patient
Patient
  TimeOnTestdouble/TimeOnTest
  SubGroupint/SubGroup
  HasDiedboolean/HasDied
/Patient
  /aPatients
  aSubGroupContinueIndicators
booleanboolean/boolean
booleanboolean/boolean
  /aSubGroupContinueIndicators
  sErrorsstring/sErrors
/CheckStoppingRule
  /soap:Body
/soap:Envelope
-

My Code:

-

cfset aPatients = arrayNew(1) /
cfset aPatients [1] = createObject(component, Patient) / cfset
aPatients [1].TimeOnTest = 23 / cfset aPatients [1].SubGroup = 2 / cfset
aPatients [1].HasDied = FALSE /

cfset Indicators = arrayNew(1)/
cfset Indicators[1] = FALSE /
cfset Indicators[2] = FALSE /
cfset Indicators[3] = FALSE  /
cfset Indicators[4] = FALSE /
cfset Indicators[5] = FALSE /

CFSCRIPT
   ws = CreateObject(webservice,
 
http://biostat252.mdacc.tmc.edu/IVBuMelWebSvc/TrialConductor.asmx?wsdl;);
   sErrors =
ws.CheckStoppingRule(aPatients=#aPatients#,aSubGroupContinueIndicators=#I
ndicators#);
writeoutput(sErrors);
/CFSCRIPT


-

Any help with this would be greatly appreciated!

Thanks in advance

Ernie Pena
U. T. M. D. Anderson Cancer Center 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202547
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RV: What's your setup for multiple developers

2005-04-13 Thread David Manriquez
Ohhh  I have a old tool for connect CVS with Jalindi Igglo..
But like Sean said is moribund project without a new release since 2002


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 13 de Abril de 2005 10:31
Para: 'cf-talk@houseoffusion.com'
Asunto: RE: What's your setup for multiple developers

For a while used DWMX but the development turns really slow for big files
or lot of includes like fbx_switch

So , we back to CfStudio with excellent results. 
Our problems is connect CVS ( like VSS but free ) with CFStudio

Any tips  about it.?


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Ken Ferguson [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 13 de Abril de 2005 10:12
Para: CF-Talk
Asunto: RE: What's your setup for multiple developers

I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot. I
really did try my hardest to like it. In the end though, I just couldn't
do it. It's the most frustrating application I've ever used, apart from
Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
enough about how much I like it. I've been using it exclusively for
about a month now and I don't see myself using anything else for a hell
of a long time. I use it for CF, PHP/Smarty and Laszlo development and
it's just pure greatness.

--Ferg


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:15 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202548
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What's your setup for multiple developers

2005-04-13 Thread Marlon Moyer
I would like to use CFEclipse, but I got really used to using
CTRL-SHIFT-U to send a file to the production server for small
updates.  What I'd really like to to have all updates go to source
control and then have a quick way to update the production server from
source control.  Then I really wouldn't miss the CTRL-SHIFT-U much.



On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I like the last line of that email...
 
 For all of you DWMX people out there, I tried to give it a shot. I
 really did try my hardest to like it. In the end though, I just couldn't
 do it. It's the most frustrating application I've ever used, apart from
 Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
 enough about how much I like it. I've been using it exclusively for
 about a month now and I don't see myself using anything else for a hell
 of a long time. I use it for CF, PHP/Smarty and Laszlo development and
 it's just pure greatness.
 
 --Ferg
 
 
 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 8:15 AM
 To: CF-Talk
 Subject: RE: What's your setup for multiple developers
 
 VSS works AOK for us, never had issues - indeed the next version of VSS
 should improve things no end.
 
 I would avoid Dreamweaver MX like the plague.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202549
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Robertson-Ravo, Neil (RX)
Don't get me wrong, I have used DWMX since 0.9 but now it is just a mem hog.
I use CF Eclipse now with VSS plugin.sorted.







-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 15:12
To: CF-Talk
Subject: RE: What's your setup for multiple developers

I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot. I
really did try my hardest to like it. In the end though, I just couldn't
do it. It's the most frustrating application I've ever used, apart from
Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
enough about how much I like it. I've been using it exclusively for
about a month now and I don't see myself using anything else for a hell
of a long time. I use it for CF, PHP/Smarty and Laszlo development and
it's just pure greatness.

--Ferg


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:15 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202550
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Custom Tag for Image Size of Progressive Jpg Files?

2005-04-13 Thread Peter Lakanen
Does anyone know of a free or cheap ($20 or less) custom tag that will 
give me the pixel dimensions of a progressive jpg file?

All of my current image size custom tags cough up a spleen when I try to 
get the height and width from a progressive jpg as opposed to a regular 
jpg file.

FYI, I get the list in digest form, so if you can copy me directly on 
your response, I will greatly appreciate it.

Thanks!

-peter

-- 
   Peter Lakanen   [EMAIL PROTECTED]
   Platinum Web Development  http://www.platinumweb.com
   1320 Terrace Street  Tallahassee, FL 32303
   850.508.4518   FAX: 850.681.1930

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202551
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Calvin Ward
I'd really like this feature in CFEclipse also

- Calvin

-Original Message-
From: Marlon Moyer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 10:29 AM
To: CF-Talk
Subject: Re: What's your setup for multiple developers

I would like to use CFEclipse, but I got really used to using
CTRL-SHIFT-U to send a file to the production server for small
updates.  What I'd really like to to have all updates go to source
control and then have a quick way to update the production server from
source control.  Then I really wouldn't miss the CTRL-SHIFT-U much.



On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I like the last line of that email...
 
 For all of you DWMX people out there, I tried to give it a shot. I
 really did try my hardest to like it. In the end though, I just couldn't
 do it. It's the most frustrating application I've ever used, apart from
 Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
 enough about how much I like it. I've been using it exclusively for
 about a month now and I don't see myself using anything else for a hell
 of a long time. I use it for CF, PHP/Smarty and Laszlo development and
 it's just pure greatness.
 
 --Ferg
 
 
 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 8:15 AM
 To: CF-Talk
 Subject: RE: What's your setup for multiple developers
 
 VSS works AOK for us, never had issues - indeed the next version of VSS
 should improve things no end.
 
 I would avoid Dreamweaver MX like the plague.
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202552
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What's your setup for multiple developers

2005-04-13 Thread Douglas Knudsen
On 4/13/05, Marlon Moyer [EMAIL PROTECTED] wrote:
 
 I would like to use CFEclipse, but I got really used to using
 CTRL-SHIFT-U to send a file to the production server for small
 updates. What I'd really like to to have all updates go to source
 control and then have a quick way to update the production server from
 source control. Then I really wouldn't miss the CTRL-SHIFT-U much.


MS VSS has this fairly easily. I have not got around to setting this up for 
CVS though 

DK

On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 

-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202553
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Discuss: Cross Site Sign-on

2005-04-13 Thread Cynthia Reece
 
Hi All,
I was hoping to get some feedback from those of you out there that have
implemented cross-site sign ons.  

We have multiple domain names that we've added over the years with a
variety of different applications all requiring some degree of security.
All the applications are CF and we know who the cross-over users are for
the biggest of these apps.  Currently we have a little javascript
routine that is called to sign-in a user when they move between sites,
not very elegant.  

I'd like to develop something that allows our users to move more freely
between our sites and was hoping to get either words of advice or
caution from those of you on the list that have tackled this before.

Thanks
Cynthia



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202554
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Coldfusion and Oracle

2005-04-13 Thread Dustin Tinney
We're running coldfusion 6.1  We have a table with in our Oracle 8i
database that has 2 fields.  The first is an ID.  It's the PK of the
table.  The second is a Clob, data.  When I write a cfQuery for
pulling items from this table it is as simple as this:

SELECT
data
FROM
tableName
WHERE
id =3D 'someID'

Now the problem is that depending on how big data is my query takes
from a couple of Miliseconds up to 16 seconds to run.

When there is between 0 - 1800 chars of data in the clob it takes the
normal time to run  5ms at best.  from 1800 to about 1850 it takes
around 16 seconds to run. then from 1850 on it's back to 5ms.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202555
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Bryan Stevenson
 Brian,
 Thanks, that works nicely and I can easily modify it to suite my
 needs.  Question, have you every used the java stuff to write text
 into an image?

Thanks

Nope...I use CFX_Image for the...DOH! ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202556
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Fusedoc and Coldfusion Studio

2005-04-13 Thread David Manriquez
 Someone knows a free tool to add Fusedoc tags to Coldfusion Studio...
 i have only the free tool for DWMX.


 Thanks.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202557
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fusedoc and Coldfusion Studio

2005-04-13 Thread kola.oyedeji
You can get it from http://www.fusedoc.org/ I believe if it's still active
which it appears to be. Alternatively you can create a snippet which you can
drag or drop or in cfstudio create a code template so that when you enter
some trigger text e.g 'fusedoc' and hit control J, the text fusedoc gets
replaced by you fusedoc template.

HTH

Kola

 -Original Message-
 From: David Manriquez [mailto:[EMAIL PROTECTED]
 Sent: 13 April 2005 15:17
 To: CF-Talk
 Subject: Fusedoc and Coldfusion Studio
 
  Someone knows a free tool to add Fusedoc tags to Coldfusion Studio...
  i have only the free tool for DWMX.
 
 
  Thanks.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202558
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX7: No JRun JMC?

2005-04-13 Thread John Beynon
yes, 

I thought with CFMX 7 Enterprise you get a full, licensed version of JRun - 
is this correct?

that is correct, you do get a full licensed version...sounds like something 
is scewey

jb.




On 4/13/05, Chris Norloff [EMAIL PROTECTED] wrote:
 
 Clarification: we installed CFMX7 in the 'multiple instances' mode.
 
 -- Original Message --
 From: Chris Norloff [EMAIL PROTECTED]
 Reply-To: cf-talk@houseoffusion.com
 Date: Wed, 13 Apr 2005 09:55:58 -0400
 
 We installed CFMX 7 (Enterprise (DevNet), with an Enterprise license 
 number). But we can't get into the JRun JMC admin.
 
 Either
 1) the admin/password doesn't work (confirmed it's right in the .xml 
 file) or
 2) we get the error: the page cannot be displayed and the URL line has 
 http://[servername]:8000/j_security_check;jsessionid=[x]
 
 Anybody else run into this? I thought with CFMX 7 Enterprise you get a 
 full, licensed version of JRun - is this correct?
 
 many thanks,
 Chris Norloff
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202559
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Discuss: Cross Site Sign-on

2005-04-13 Thread Adrocknaphobia
Well you have alot of options, but it all depends on what you are
really trying to accomplish. You can use LDAP / Active Directory as a
central user store, or you can use a central database schema that
would hold all user / role information.

So what is it exactly you want to know?

-Adam

On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
 
 Hi All,
 I was hoping to get some feedback from those of you out there that have
 implemented cross-site sign ons.
 
 We have multiple domain names that we've added over the years with a
 variety of different applications all requiring some degree of security.
 All the applications are CF and we know who the cross-over users are for
 the biggest of these apps.  Currently we have a little javascript
 routine that is called to sign-in a user when they move between sites,
 not very elegant.
 
 I'd like to develop something that allows our users to move more freely
 between our sites and was hoping to get either words of advice or
 caution from those of you on the list that have tackled this before.
 
 Thanks
 Cynthia
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202560
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion and Oracle

2005-04-13 Thread Adrocknaphobia
Check replies on CF-DEV.

-Adam

On 4/13/05, Dustin Tinney [EMAIL PROTECTED] wrote:
 We're running coldfusion 6.1  We have a table with in our Oracle 8i
 database that has 2 fields.  The first is an ID.  It's the PK of the
 table.  The second is a Clob, data.  When I write a cfQuery for
 pulling items from this table it is as simple as this:
 
 SELECT
 data
 FROM
 tableName
 WHERE
 id =3D 'someID'
 
 Now the problem is that depending on how big data is my query takes
 from a couple of Miliseconds up to 16 seconds to run.
 
 When there is between 0 - 1800 chars of data in the clob it takes the
 normal time to run  5ms at best.  from 1800 to about 1850 it takes
 around 16 seconds to run. then from 1850 on it's back to 5ms.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202561
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What's your setup for multiple developers

2005-04-13 Thread Adrocknaphobia
Do we really need to start this thread yet again?!?!

I personally dont care what IDE you use. I use DW without a problem,
because as I've said before its skill that make the developer, not the
IDE.

-Adam

On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I like the last line of that email...
 
 For all of you DWMX people out there, I tried to give it a shot. I
 really did try my hardest to like it. In the end though, I just couldn't
 do it. It's the most frustrating application I've ever used, apart from
 Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
 enough about how much I like it. I've been using it exclusively for
 about a month now and I don't see myself using anything else for a hell
 of a long time. I use it for CF, PHP/Smarty and Laszlo development and
 it's just pure greatness.
 
 --Ferg
 
 
 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 8:15 AM
 To: CF-Talk
 Subject: RE: What's your setup for multiple developers
 
 VSS works AOK for us, never had issues - indeed the next version of VSS
 should improve things no end.
 
 I would avoid Dreamweaver MX like the plague.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202562
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread George Abraham
Stan,
If you are looking for a product that does this on a large-scale/high
traffic basis, you should really be looking at standalone image
servers like Scene7. These work with one high quality master image and
make thumbnails/resize images on the fly (on request). Besides this,
they also offer a whole host of features like the ability to add
watermarks, zoom, etc, all while leaving the original image untouched.
They also take the load away from your application server.

Take a look at the images on: http://ksa.wmc.ohio-state.edu/public/index.cfm

Sorry for the slightly different topic on the reply.

George


On 4/12/05, Stan Winchester [EMAIL PROTECTED] wrote:
 What tag do you use now? We are building what we hope to be a high traffic 
 family photo album site and need to be able to resize, and add text to the 
 images.
 
 I've had problems with this tag under load, though admittedly it was a
 while ago.
 
 -nathan strutz
 
 Stan Winchester wrote:
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202563
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Robertson-Ravo, Neil (RX)
True truebut DW does make it easier for you ;-)





-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 16:31
To: CF-Talk
Subject: Re: What's your setup for multiple developers

Do we really need to start this thread yet again?!?!

I personally dont care what IDE you use. I use DW without a problem,
because as I've said before its skill that make the developer, not the
IDE.

-Adam

On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I like the last line of that email...
 
 For all of you DWMX people out there, I tried to give it a shot. I
 really did try my hardest to like it. In the end though, I just couldn't
 do it. It's the most frustrating application I've ever used, apart from
 Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
 enough about how much I like it. I've been using it exclusively for
 about a month now and I don't see myself using anything else for a hell
 of a long time. I use it for CF, PHP/Smarty and Laszlo development and
 it's just pure greatness.
 
 --Ferg
 
 
 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 8:15 AM
 To: CF-Talk
 Subject: RE: What's your setup for multiple developers
 
 VSS works AOK for us, never had issues - indeed the next version of VSS
 should improve things no end.
 
 I would avoid Dreamweaver MX like the plague.
 
 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202564
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX7: No JRun JMC?

2005-04-13 Thread Dave Watts
 We installed CFMX 7 (Enterprise (DevNet), with an 
 Enterprise license number). But we can't get into the JRun JMC admin. 
 
 Either
 1) the admin/password doesn't work (confirmed it's right in 
 the .xml file) or
 2) we get the error: the page cannot be displayed and the 
 URL line has 
 http://[servername]:8000/j_security_check;jsessionid=[x]
 
 Anybody else run into this?  I thought with CFMX 7 Enterprise 
 you get a full, licensed version of JRun - is this correct?

Yes, if you install the multiserver version, you should have a working JRun
admin server instance running the JMC application. It should just work. You
might want to try running that server instance as an application rather than
as a service - this will let you see startup errors at a command prompt. You
can do this using the JRun Launcher.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202565
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Best Practices - Large Data Load

2005-04-13 Thread C. Hatton Humphrey
I have a query that is returning roughly 60,000 records from one
database that I need to insert into another database.  Right now I'm
taking the old query, storing it in a session and then having the
system process the inserts 150 or so at a time and then submitting a
form to itself.

Is there a better/faster way to do this?  It's taking a *LONG* time
for the process to run.

Hatton

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202566
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Discuss: Cross Site Sign-on

2005-04-13 Thread Cynthia Reece
We have a central database schema that holds the user/role information
for a the applications.

What I would like to know is how to we allow these people to log-on in
one place and essentiall carry those credentials over to our other
domains as they move between our sites.  The domains reside on different
servers and I am not sure how best to pass this information around.

-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:27 AM
To: CF-Talk
Subject: Re: Discuss: Cross Site Sign-on

Well you have alot of options, but it all depends on what you are really
trying to accomplish. You can use LDAP / Active Directory as a central
user store, or you can use a central database schema that would hold all
user / role information.

So what is it exactly you want to know?

-Adam

On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
 
 Hi All,
 I was hoping to get some feedback from those of you out there that 
 have implemented cross-site sign ons.
 
 We have multiple domain names that we've added over the years with a 
 variety of different applications all requiring some degree of
security.
 All the applications are CF and we know who the cross-over users are 
 for the biggest of these apps.  Currently we have a little javascript 
 routine that is called to sign-in a user when they move between sites,

 not very elegant.
 
 I'd like to develop something that allows our users to move more 
 freely between our sites and was hoping to get either words of advice 
 or caution from those of you on the list that have tackled this
before.
 
 Thanks
 Cynthia
 
 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202567
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Best Practices - Large Data Load

2005-04-13 Thread Robertson-Ravo, Neil (RX)
Good god don't do it in CF - you will kill it.  This should all be done
inside SQL Server - DTS / SP type thing.



-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 16:42
To: CF-Talk
Subject: Best Practices - Large Data Load

I have a query that is returning roughly 60,000 records from one
database that I need to insert into another database.  Right now I'm
taking the old query, storing it in a session and then having the
system process the inserts 150 or so at a time and then submitting a
form to itself.

Is there a better/faster way to do this?  It's taking a *LONG* time
for the process to run.

Hatton



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202569
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best Practices - Large Data Load

2005-04-13 Thread Adrocknaphobia
Yes, remove CF from the equation. Whats it doing in the middle that a
db to db connection wouldn't handle?

-Adam

On 4/13/05, C. Hatton Humphrey [EMAIL PROTECTED] wrote:
 I have a query that is returning roughly 60,000 records from one
 database that I need to insert into another database.  Right now I'm
 taking the old query, storing it in a session and then having the
 system process the inserts 150 or so at a time and then submitting a
 form to itself.
 
 Is there a better/faster way to do this?  It's taking a *LONG* time
 for the process to run.
 
 Hatton
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202568
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best Practices - Large Data Load

2005-04-13 Thread Aaron Rouse
We have some interfaces here that take the same amount of records then just 
flat out loop over it and insert them. Takes for ever to run. I have been 
able to replace one so far with a dblink in Oracle so now I just run a 
stored proc and it inserts the data when selected.

On 4/13/05, C. Hatton Humphrey [EMAIL PROTECTED] wrote: 
 
 I have a query that is returning roughly 60,000 records from one
 database that I need to insert into another database. Right now I'm
 taking the old query, storing it in a session and then having the
 system process the inserts 150 or so at a time and then submitting a
 form to itself.
 
 Is there a better/faster way to do this? It's taking a *LONG* time
 for the process to run.
 
 Hatton
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202571
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Regex help

2005-04-13 Thread Ewok
Wow ... that didn’t come in like I typed it.. sorry it was all jumbled

-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 9:49 AM
To: CF-Talk
Subject: RE: Regex help

cfset urltext = http://somesite.com/dir/file.cfm?var=value; /
cfset info1 = listrest(listrest(urltext, //), /) /
cfset info2 = listfirst(listrest(listrest(urltext, //), /), ?) /
cfset info3 = listlast(listrest(urltext, //), /) /
cfset info4 = listfirst(listlast(listrest(urltext, //), /), ?) /

cfoutput
#urltext#br /
br /
INFO1: #info1#br /
INFO2: #info2#br /
INFO3: #info3#br /
INFO4: #info4#br /
/cfoutput

!--- THE OUTPUT ---
http://somesite.com/dir/file.cfm?var=value

INFO1: dir/file.cfm?var=value
INFO2: dir/file.cfm
INFO3: file.cfm?var=value
INFO4: file.cfm
!--- END OUTPUT ---




-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 9:01 PM
To: CF-Talk
Subject: Regex help

(CF5 on IIS, Win2k Server)

I have a CF template set up as the IIS 404 error handler on a web site. 
When IIS detects a 404 error it calls the CF page and passes the original 
request within the CGI variable cgi.query_string in the following form:

404;http://www.mydomain.com/missingpage.htm

or if the request was for a directory it might look like:

404;http://www.mydomain.com/missingdirectory/

In my template I need to extract what would have been the original 
cgi.path_info:

/missingpage.htm

or

/missingdirectory/

What might a CF function look like using regexes to extract the trailing 
part of the URL?  There will be many different host (domain) names pointed 
at the site, so I can't match the domain name.  The function would be 
called by passing cgi.query_string:

cfset path_info = getPathInfo(cgi.query_string)

The function below is start, but it matches the entire string rather than 
extracting just the end part.

function getPathInfo(qs) {
  var re = '404;http://[^/]+/*';
  var stuff = REFindNoCase(re, qs, 1, 'yes');
  if (stuff.pos[1]) {
return Mid(qs, stuff.pos[1], stuff.len[1]);
  } else {
return '';
  }
}







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: xml breadcrumbs

2005-04-13 Thread Paul
Barney,

Thanks for the explanation and the tips.  I'll pick up xpath and see how far
that gets me!

-Paul


-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 12, 2005 6:03 PM
To: CF-Talk
Subject: Re: xml breadcrumbs

Try this

cfset nodeList = xmlSearch(navigationXml, //[EMAIL PROTECTED]'Tool
2']/ancestor-or-self::*) /

You'll want to change your XML so that it's recursive (use 'item'
instead of 'subitem'), and probably want to switch 'label' to 'id'
since they'll need to be unique so you can do your lookups.

This solution has nothing to do with CF7's XML functions, and
everything to do with the XPath language.  That's why the docs don't
give good examples, they're showing how to use the CFML
implementation, not trying to teach you XPath.  If you're going to be
doing much with XML, you're going to need to pick up a good XPath
tutorial/reference.  Once you've got the basics, the w3c spec is the
definitive reference, but it's thin on examples and techniques.

cheers,
barneyb

On 4/12/05, Paul [EMAIL PROTECTED] wrote:
 I'm using a simple xml file for our intranet navigation (CFMX 7). I would
 now like to add breadcrumb navigation (Home  Tools  Tool 1) to each
screen
 by reading the same XML file, and I've never really used XML much.  I'm
 assuming I can use the current path from the browser, find the node that
 matches it, and then search upwards to determine the parent links that
lead
 back to default screen.  But I don't know how to put that plan into
action.
 
 I've seen many examples in the archives about using a db structure to do
 this, but I'd like to stick w/ xml, if for no other reason than to learn
it
 better.
 
 I've read the MM docs discussing the new xml functions, but the examples
are
 only one level deep and I'm slow on the uptake, apparently.  An
abbreviated
 version of my xml file follows, hopefully this will be a no-brainer for
some
 of you?
 
 ?xml version=1.0 encoding=ISO-8859-1?
 
 navigation
 
 item label=Home href=/index.cfm alt=Home role=user /
 
 item label=Tools href=/tools/index.cfm alt=Tools
 role=user
 
 subitem label=Tool 1 href=/tools/1.cfm
 alt=tool 1 role=user /
 
 subitem label=Tool 2 href=/tools/2.cfm
 alt=tool 2 role=user /
 
 subitem label=Tool 3 href=/tools/3.cfm
 alt=tool 3 role=admin /
 
 /item
 
 item label=Forms amp; Documents href=/forms/index.cfm
 alt= role=user /
 
 item label=Administration href=/admin/index.cfm alt=
 role=admin /
 
 /navigation

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202570
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Nathan Strutz
I'm using imagemagick now, with good results.

-nathan strutz

Stan Winchester wrote:
 What tag do you use now? We are building what we hope to be a high traffic 
 family photo album site and need to be able to resize, and add text to the 
 images.
 
 
I've had problems with this tag under load, though admittedly it was a 
while ago.

-nathan strutz

Stan Winchester wrote:

 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202572
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Kevin Graeme
 -Original Message-
 From: Sean Corfield [mailto:[EMAIL PROTECTED] 

 Every developer has Developer Edition locally and a full 
 version of the site.

Out of curiosity, how do you manage that? It seems untenable in our
environment. We have over 50,000 pages, LDAP secured sections (but they've
disabled cfldap and require us to use a cfc), areas with limited permissions
to various groups, tons of sandboxes, a completely separate server area/docs
path structure for SSL, etc.

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202573
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Nathan Strutz
I've used this tag as well, though it was a couple years ago and I don't 
know what, if any, progress he's made. This tag had serious quality 
issues. YMMV (your mileage may vary), but that was my experience.

-nathan strutz

Bert Dawson wrote:
 it might be worth pointing out there are (at least?) two completely
 different cfx_image tags out there: in addition to the one below
 (which i haven't used) there is Jukka Manner's which you'll find at
 http://www.kolumbus.fi/jukka.manner/
 I have used jukka's and it was fine for what we needed.
 
 Cheers
 Bert
 
 
 On 4/13/05, Stan Winchester [EMAIL PROTECTED] wrote:
 
I've used the freeware CFX_Image as found on http://vwww.gafware.com:81/ and 
have really liked it. It only works on Windows servers though. His site is 
slow and a pain to get around, but I really like the tag. If you search for 
cfx image in his search form, you should be able to download the tag.


Hi,
I've fiddled with some image manipulation tags and found some of them
to make jagged images on resize. Anybody know how good cfx image is at
resizing?

I previously used imagemagic which seems very good but the docs say it
doesnt work with mx because of issues with cfexecute. Anybody knows if
this is ok now?

Thanks!

--
DRE
http://www.webmachineinc.com
http://www.theanticool.com


 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202576
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best Practices - Large Data Load

2005-04-13 Thread Aaron Rouse
Sometimes, in our situations at least, db to db connections are not allowed. 
For instance one of ours that does this type of copying of data the other 
side of the fense will only grant us ODBC access. 

 On 4/13/05, Adrocknaphobia [EMAIL PROTECTED] wrote: 
 
 Yes, remove CF from the equation. Whats it doing in the middle that a
 db to db connection wouldn't handle?
 
 -Adam
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202577
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Discuss: Cross Site Sign-on

2005-04-13 Thread Adrocknaphobia
Well cookies are your only choice, unless you are using client vars
that are stored in a database. Maybe you could generate a UUID each
time the user logs in and store it in your central db. Then when they
hit another application, it knows who they are by the UUID.

Dunno, just a thought.

-Adam

On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
 We have a central database schema that holds the user/role information
 for a the applications.
 
 What I would like to know is how to we allow these people to log-on in
 one place and essentiall carry those credentials over to our other
 domains as they move between our sites.  The domains reside on different
 servers and I am not sure how best to pass this information around.
 
 -Original Message-
 From: Adrocknaphobia [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 11:27 AM
 To: CF-Talk
 Subject: Re: Discuss: Cross Site Sign-on
 
 Well you have alot of options, but it all depends on what you are really
 trying to accomplish. You can use LDAP / Active Directory as a central
 user store, or you can use a central database schema that would hold all
 user / role information.
 
 So what is it exactly you want to know?
 
 -Adam
 
 On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
 
  Hi All,
  I was hoping to get some feedback from those of you out there that
  have implemented cross-site sign ons.
 
  We have multiple domain names that we've added over the years with a
  variety of different applications all requiring some degree of
 security.
  All the applications are CF and we know who the cross-over users are
  for the biggest of these apps.  Currently we have a little javascript
  routine that is called to sign-in a user when they move between sites,
 
  not very elegant.
 
  I'd like to develop something that allows our users to move more
  freely between our sites and was hoping to get either words of advice
  or caution from those of you on the list that have tackled this
 before.
 
  Thanks
  Cynthia
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202574
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: pausing a script

2005-04-13 Thread Nathan Strutz
There's no need for the javacast. You can simply do Thread.sleep(1000*60);

-nathan strutz


Taco Fleur wrote:
 cfscript
 Thread = createObject( java, java.lang.Thread );
 Thread.sleep( javaCast( long, 1000*60 ));
 /cfscript 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202578
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Kevin Graeme
If the IDE gets in the way of a certain workflow or isn't compatible with
tools such as CVS, then it's very pertinent. I too use DW. Have since it was
introduced. But we're having problems getting it to work well for the coders
in our environment. If people say that they tried and it didn't work for
them either, then that's useful information for me. If they have a solution
to make it work in a mixed-tool environment, that's even better.

Yes, I've been around for the many DW flamewars. But discussing the merits
of tools as they relate to a setup for multiple developers seems very
on-topic.

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension 



 -Original Message-
 From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 13, 2005 9:31 AM
 To: CF-Talk
 Subject: Re: What's your setup for multiple developers
 
 Do we really need to start this thread yet again?!?!
 
 I personally dont care what IDE you use. I use DW without a 
 problem, because as I've said before its skill that make the 
 developer, not the IDE.
 
 -Adam



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202579
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfx image?

2005-04-13 Thread Connie DeCinko
It does one thing well, reads the dimensions for displaying an image.
 

-Original Message-
From: Nathan Strutz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:49 AM
To: CF-Talk
Subject: Re: cfx image?

I've used this tag as well, though it was a couple years ago and I don't 
know what, if any, progress he's made. This tag had serious quality 
issues. YMMV (your mileage may vary), but that was my experience.

-nathan strutz




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202580
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfx image?

2005-04-13 Thread Paul
I'll add my voice to Nathan's - I was quite unimpressed by Jukka's tag.

-Original Message-
From: Nathan Strutz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 9:49 AM
To: CF-Talk
Subject: Re: cfx image?

I've used this tag as well, though it was a couple years ago and I don't 
know what, if any, progress he's made. This tag had serious quality 
issues. YMMV (your mileage may vary), but that was my experience.

-nathan strutz

Bert Dawson wrote:
 it might be worth pointing out there are (at least?) two completely
 different cfx_image tags out there: in addition to the one below
 (which i haven't used) there is Jukka Manner's which you'll find at
 http://www.kolumbus.fi/jukka.manner/
 I have used jukka's and it was fine for what we needed.
 
 Cheers
 Bert
 
 
 On 4/13/05, Stan Winchester [EMAIL PROTECTED] wrote:
 
I've used the freeware CFX_Image as found on http://vwww.gafware.com:81/
and have really liked it. It only works on Windows servers though. His site
is slow and a pain to get around, but I really like the tag. If you search
for cfx image in his search form, you should be able to download the tag.


Hi,
I've fiddled with some image manipulation tags and found some of them
to make jagged images on resize. Anybody know how good cfx image is at
resizing?

I previously used imagemagic which seems very good but the docs say it
doesnt work with mx because of issues with cfexecute. Anybody knows if
this is ok now?

Thanks!

--
DRE
http://www.webmachineinc.com
http://www.theanticool.com


 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202581
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best Practices - Large Data Load

2005-04-13 Thread C. Hatton Humphrey
 Good god don't do it in CF - you will kill it.  This should all be done
 inside SQL Server - DTS / SP type thing.

This is something that has to be portable and web-launchable;  I
haven't done much direct DB - DB interaction so I'll fiddle around
with the syntax and see how it works out.

Hatton

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202582
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best Practices - Large Data Load

2005-04-13 Thread C. Hatton Humphrey
Okay, I got it rewritten into workable SQL; now I just have to change
it to a dynamic query so I can pass in database names to a stored
procedure;

The inital CF based method was taking something in the order of 30
minutes to chug through; the cross-db method took a total of 44
seconds on my dev box... should take much less on the production
server.

I knew I was hammering with a wrench, I just needed a redirect to find
the right tool!

Thanks!

On 4/13/05, C. Hatton Humphrey [EMAIL PROTECTED] wrote:
  Good god don't do it in CF - you will kill it.  This should all be done
  inside SQL Server - DTS / SP type thing.
 
 This is something that has to be portable and web-launchable;  I
 haven't done much direct DB - DB interaction so I'll fiddle around
 with the syntax and see how it works out.
 
 Hatton


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202583
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fusedoc and Coldfusion Studio

2005-04-13 Thread Bob Flynn
I use the tools that Sandy Clark put together. See 
http://www.shayna.com/index.cfm?fuseaction=public.tools

Bob

Someone knows a free tool to add Fusedoc tags to Coldfusion Studio...
 i have only the free tool for DWMX.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202584
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Best Practices - Large Data Load

2005-04-13 Thread Robertson-Ravo, Neil (RX)
DTS and SP are Web launchable..



-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 17:06
To: CF-Talk
Subject: Re: Best Practices - Large Data Load

 Good god don't do it in CF - you will kill it.  This should all be done
 inside SQL Server - DTS / SP type thing.

This is something that has to be portable and web-launchable;  I
haven't done much direct DB - DB interaction so I'll fiddle around
with the syntax and see how it works out.

Hatton



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202585
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .Net Web Service HELP!

2005-04-13 Thread Kevin Aebig
Check out DotNetGlue... we use it for all of our dot net WS calls.

http://www.af-design.com/resources/coldfusion/

Cheers,

Kevin

-Original Message-
From: Ernie Pena [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 7:52 AM
To: CF-Talk
Subject: .Net Web Service HELP!


I am connecting to a .net web service and I am able to get a response on a
simple test, however when I try to send the complex data I get an error. I'm
not sure what I need to do but I'm sure the data I'm sending over isnt quite
right or is it.

First let me show you the .net ws because its an internal site I can only
paste the code.

...NET Web Service xml
method: StopCheckingRule
requires two an Array (aPatients) and an Array of Boolean
(aSubGroupContinueIndicators)

-
POST /IVBuMelWebSvc/TrialConductor.asmx HTTP/1.1
Host: biostat252.mdacc.tmc.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: TrialIVBuMel/CheckStoppingRule

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Body
CheckStoppingRule xmlns=TrialIVBuMel
  aPatients
Patient
  TimeOnTestdouble/TimeOnTest
  SubGroupint/SubGroup
  HasDiedboolean/HasDied
/Patient
Patient
  TimeOnTestdouble/TimeOnTest
  SubGroupint/SubGroup
  HasDiedboolean/HasDied
/Patient
  /aPatients
  aSubGroupContinueIndicators
booleanboolean/boolean
booleanboolean/boolean
  /aSubGroupContinueIndicators
  sErrorsstring/sErrors
/CheckStoppingRule
  /soap:Body
/soap:Envelope
-

My Code:

-

cfset aPatients = arrayNew(1) /
cfset aPatients [1] = createObject(component, Patient) /
cfset aPatients [1].TimeOnTest = 23 /
cfset aPatients [1].SubGroup = 2 /
cfset aPatients [1].HasDied = FALSE /

cfset Indicators = arrayNew(1)/
cfset Indicators[1] = FALSE /
cfset Indicators[2] = FALSE /
cfset Indicators[3] = FALSE  /
cfset Indicators[4] = FALSE /
cfset Indicators[5] = FALSE /

CFSCRIPT
   ws = CreateObject(webservice,

http://biostat252.mdacc.tmc.edu/IVBuMelWebSvc/TrialConductor.asmx?wsdl;);
   sErrors =
ws.CheckStoppingRule(aPatients=#aPatients#,aSubGroupContinueIndicators=#I
ndicators#);
writeoutput(sErrors);
/CFSCRIPT


-

Any help with this would be greatly appreciated!

Thanks in advance

Ernie Pena
U. T. M. D. Anderson Cancer Center




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202586
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Vote- complex web service to consume

2005-04-13 Thread Kevin Aebig
Could you illustrate a WS-security implementation... =]

If there's any JAVA guys out there who would love to help, I've started a
Java class for CF to use. Unfortunately, I hate JAVA for the most part and
have hit a rut...

Any takers?

Kevin

-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 1:49 AM
To: CF-Talk
Subject: Vote- complex web service to consume


Have you ever tried to connect to a Web service that ColdFusion was not able
to consume? Did it stump you? Please let me know! I am looking for a
publicly accessible Web service that is very difficult to consume with
ColdFusion. I will illustrate how to consume the Web service in ColdFusion
using Java tools.

I want to consume a service that is freely accessible and of general
interest. PayPal is a no-go because of the setup required for someone to see
it work, sorry.

Please reply to me off-list at [EMAIL PROTECTED]

Thanks,

Rob Munn



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202587
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Best Practices - Large Data Load

2005-04-13 Thread Robertson-Ravo, Neil (RX)
Use DTS - you can pass in variables - and it will no doubt be faster than
using crappy dynamic SQL.







-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 17:10
To: CF-Talk
Subject: Re: Best Practices - Large Data Load

Okay, I got it rewritten into workable SQL; now I just have to change
it to a dynamic query so I can pass in database names to a stored
procedure;

The inital CF based method was taking something in the order of 30
minutes to chug through; the cross-db method took a total of 44
seconds on my dev box... should take much less on the production
server.

I knew I was hammering with a wrench, I just needed a redirect to find
the right tool!

Thanks!

On 4/13/05, C. Hatton Humphrey [EMAIL PROTECTED] wrote:
  Good god don't do it in CF - you will kill it.  This should all be done
  inside SQL Server - DTS / SP type thing.
 
 This is something that has to be portable and web-launchable;  I
 haven't done much direct DB - DB interaction so I'll fiddle around
 with the syntax and see how it works out.
 
 Hatton




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202588
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread JediHomer
I suppose it depends on what you actually want to do, I run a quite
heavily hit photos site, where we create various sized thumbnails for
different targets but as the original images coming into the site are
not of the higest quality the thumbnails produced are perfectly fine

On 4/13/05, Paul [EMAIL PROTECTED] wrote:
 I'll add my voice to Nathan's - I was quite unimpressed by Jukka's tag.
 
 -Original Message-
 From: Nathan Strutz [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 9:49 AM
 To: CF-Talk
 Subject: Re: cfx image?
 
 I've used this tag as well, though it was a couple years ago and I don't
 know what, if any, progress he's made. This tag had serious quality
 issues. YMMV (your mileage may vary), but that was my experience.
 
 -nathan strutz
 
 Bert Dawson wrote:
  it might be worth pointing out there are (at least?) two completely
  different cfx_image tags out there: in addition to the one below
  (which i haven't used) there is Jukka Manner's which you'll find at
  http://www.kolumbus.fi/jukka.manner/
  I have used jukka's and it was fine for what we needed.
 
  Cheers
  Bert
 
 
  On 4/13/05, Stan Winchester [EMAIL PROTECTED] wrote:
 
 I've used the freeware CFX_Image as found on http://vwww.gafware.com:81/
 and have really liked it. It only works on Windows servers though. His site
 is slow and a pain to get around, but I really like the tag. If you search
 for cfx image in his search form, you should be able to download the tag.
 
 
 Hi,
 I've fiddled with some image manipulation tags and found some of them
 to make jagged images on resize. Anybody know how good cfx image is at
 resizing?
 
 I previously used imagemagic which seems very good but the docs say it
 doesnt work with mx because of issues with cfexecute. Anybody knows if
 this is ok now?
 
 Thanks!
 
 --
 DRE
 http://www.webmachineinc.com
 http://www.theanticool.com
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202589
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF Server is only allowing 1 Connection

2005-04-13 Thread Christian Watt
This is a production that got restarted last night and this morning it
is only allowing one client to connect. If I restart the services,
someone else can connect, but no others are allowed.  I have tried a
different serial number to no avail.  Please, if anyone has run into
this contact me.  I am desperate here with this being an internal server
that this companies internal application runs off with flash removing
 
Christian
 
Thank You,
Christian Watt
Webmaster
SkillPath Seminars
[EMAIL PROTECTED]
 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202590
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Server is only allowing 1 Connection

2005-04-13 Thread Robertson-Ravo, Neil (RX)
Erm, should only happen if a) you are using a developers version or b) you
have limited the number of connections to 1 in the CFIDE (not under J2EE)



-Original Message-
From: Christian Watt [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 17:23
To: CF-Talk
Subject: CF Server is only allowing 1 Connection

This is a production that got restarted last night and this morning it
is only allowing one client to connect. If I restart the services,
someone else can connect, but no others are allowed.  I have tried a
different serial number to no avail.  Please, if anyone has run into
this contact me.  I am desperate here with this being an internal server
that this companies internal application runs off with flash removing
 
Christian
 
Thank You,
Christian Watt
Webmaster
SkillPath Seminars
[EMAIL PROTECTED]
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Server is only allowing 1 Connection

2005-04-13 Thread Christian Watt
How could you do that.  In MX 6.1 they removed that setting, right???
This is not a developers addition.  I have a couple of valid MX 6.1
Standard serial Numbers, and none of them make a difference.

Christian

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:21 AM
To: CF-Talk
Subject: RE: CF Server is only allowing 1 Connection


Erm, should only happen if a) you are using a developers version or b)
you have limited the number of connections to 1 in the CFIDE (not under
J2EE)



-Original Message-
From: Christian Watt [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 17:23
To: CF-Talk
Subject: CF Server is only allowing 1 Connection

This is a production that got restarted last night and this morning it
is only allowing one client to connect. If I restart the services,
someone else can connect, but no others are allowed.  I have tried a
different serial number to no avail.  Please, if anyone has run into
this contact me.  I am desperate here with this being an internal server
that this companies internal application runs off with flash removing
 
Christian
 
Thank You,
Christian Watt
Webmaster
SkillPath Seminars
[EMAIL PROTECTED]
 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202592
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Calvin Ward
It is true that isn't IDEs that make the developer, however an IDE can get
in the way of a skilled developer.

I'm not sure what's wrong with a thread like this, it's healthy to talk
about and it is technical and it is about ColdFusion development. 

I think there has been entirely too much bashing on thread topics on this
list.

- Calvin

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:34 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

True truebut DW does make it easier for you ;-)





-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 16:31
To: CF-Talk
Subject: Re: What's your setup for multiple developers

Do we really need to start this thread yet again?!?!

I personally dont care what IDE you use. I use DW without a problem,
because as I've said before its skill that make the developer, not the
IDE.

-Adam

On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I like the last line of that email...
 
 For all of you DWMX people out there, I tried to give it a shot. I
 really did try my hardest to like it. In the end though, I just couldn't
 do it. It's the most frustrating application I've ever used, apart from
 Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
 enough about how much I like it. I've been using it exclusively for
 about a month now and I don't see myself using anything else for a hell
 of a long time. I use it for CF, PHP/Smarty and Laszlo development and
 it's just pure greatness.
 
 --Ferg
 
 
 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 8:15 AM
 To: CF-Talk
 Subject: RE: What's your setup for multiple developers
 
 VSS works AOK for us, never had issues - indeed the next version of VSS
 should improve things no end.
 
 I would avoid Dreamweaver MX like the plague.
 
 





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202593
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Best Practices - Large Data Load

2005-04-13 Thread Jim Davis
 -Original Message-
 From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 12:06 PM
 To: CF-Talk
 Subject: Re: Best Practices - Large Data Load
 
  Good god don't do it in CF - you will kill it.  This should all be done
  inside SQL Server - DTS / SP type thing.
 
 This is something that has to be portable and web-launchable;  I
 haven't done much direct DB - DB interaction so I'll fiddle around
 with the syntax and see how it works out.

If possible I agree with others: try to eliminate as many moving parts as
you can.

But if you can't you could do this in CF - but it will always be slower and
less capable than direct DB-to-DB transfer.

I second to motion to use DTS if possible (going from MS-to-MS tools it's a
no brainer, but it also supports some others).  You can create a package,
accept variable inputs, define all aspects of the transfer and the bastard
is very FAST.

I use it all the time to schedule (within SQL Server)
production-to-development data backups (copying production data from my web
host to my local development box).

It works perfectly and I don't need to involve any other tools at all.

Jim Davis





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202594
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Server is only allowing 1 Connection

2005-04-13 Thread Robertson-Ravo, Neil (RX)
Still there if you are running server config I believe.

-Original Message-
From: Christian Watt [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 17:32
To: CF-Talk
Subject: RE: CF Server is only allowing 1 Connection

How could you do that.  In MX 6.1 they removed that setting, right???
This is not a developers addition.  I have a couple of valid MX 6.1
Standard serial Numbers, and none of them make a difference.

Christian

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 11:21 AM
To: CF-Talk
Subject: RE: CF Server is only allowing 1 Connection


Erm, should only happen if a) you are using a developers version or b)
you have limited the number of connections to 1 in the CFIDE (not under
J2EE)



-Original Message-
From: Christian Watt [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2005 17:23
To: CF-Talk
Subject: CF Server is only allowing 1 Connection

This is a production that got restarted last night and this morning it
is only allowing one client to connect. If I restart the services,
someone else can connect, but no others are allowed.  I have tried a
different serial number to no avail.  Please, if anyone has run into
this contact me.  I am desperate here with this being an internal server
that this companies internal application runs off with flash removing
 
Christian
 
Thank You,
Christian Watt
Webmaster
SkillPath Seminars
[EMAIL PROTECTED]
 








~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202595
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Easy way to get data from a single query row into a structure?

2005-04-13 Thread Pete Ruckelshaus
I'm completely rebuilding an old app, and for a variety of reasons, I
would like to store the data for a given record from the old
database in a field in a new table in a new database.  In other words,
I'm returning a query that has 1k records and 7 columns of data per
record; I would like to grab those 7 columns of data for a single
record...

Is there a simple way to do that?  I realize there is the
queryname.columnlist variable returned with cfquery, would there be an
easy way to grab that record as a single query object or structure
that I could then serialize into WDDX and store in my new table?

Thanks,

Pete

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202596
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Ken Ferguson
Thanks for your opinion there chief. You may want to exercise that
delete key.

An IDE can make as much difference in a programmer as a better car can
make for a racer. I HATE that I just used a racing analogy, but it fit.
If developers A and B are equal in skill and intelligence and A uses a
better or more efficient or more stable IDE than developer B, he's
likely to be a much more productive developer. Not to mention that he
will be a happier developer when he doesn't have to be pissed at his IDE
for locking up or getting in his way all of the time.

Also, the IDE can make a world of difference for junior developers
learning the intricacies of the language. When I was just learning, CF
Studio was actually a learning tool as much as a development tool.

--Ferg



-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 10:31 AM
To: CF-Talk
Subject: Re: What's your setup for multiple developers

Do we really need to start this thread yet again?!?!

I personally dont care what IDE you use. I use DW without a problem,
because as I've said before its skill that make the developer, not the
IDE.

-Adam

On 4/13/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I like the last line of that email...
 
 For all of you DWMX people out there, I tried to give it a shot. I
 really did try my hardest to like it. In the end though, I just
couldn't
 do it. It's the most frustrating application I've ever used, apart
from
 Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
 enough about how much I like it. I've been using it exclusively for
 about a month now and I don't see myself using anything else for a
hell
 of a long time. I use it for CF, PHP/Smarty and Laszlo development and
 it's just pure greatness.
 
 --Ferg
 
 
 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 13, 2005 8:15 AM
 To: CF-Talk
 Subject: RE: What's your setup for multiple developers
 
 VSS works AOK for us, never had issues - indeed the next version of
VSS
 should improve things no end.
 
 I would avoid Dreamweaver MX like the plague.
 
 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202597
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Another WYSIWYG Editor Thread???

2005-04-13 Thread Scott Stroz
Will,

I know the guy who developed the editor for Alagad.  It is actually
several years old (I think).

On 4/12/05, Will Tomlinson [EMAIL PROTECTED] wrote:
 I was just perusing and noticed Alagad's wysiwyg editor. I've never heard 
 this one mentioned in any of our battles over TinyMCE and FCKEditor. Maybe 
 due to the freeness factor?
 
 Anyone used this one? like it?
 
 Will
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202598
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Easy way to get data from a single query row into a structure?

2005-04-13 Thread Justin D. Scott
 I'm completely rebuilding an old app, and for a variety
 of reasons, I would like to store the data for a
 given record from the old database in a field in a new
 table in a new database.  In other words, I'm returning
 a query that has 1k records and 7 columns of data per
 record; I would like to grab those 7 columns of data
 for a single record...

WDDX sounds like it would be the way to go.  Normally it would be used to
convert an entire query at once, but it sounds like you need a package for
each row.  Here's some quick code to do that using Query of Query...

cfset q = original_query
cfloop query=q
cfquery name=q2 dbtype=query
select * from q where id = #q.id#
/cfquery
cfwddx action=CFML2WDDX input=#q2# output=variables.pkg
!--- Use variables.pkg to store in the new database here ---
/cfloop


-Justin Scott


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202599
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Discuss: Cross Site Sign-on

2005-04-13 Thread George Abraham
Cynthia,
What you want is single sign-on or federated authentication. In this
model, one particular entity stores all the authentication information
for a user, typically username and password. Then the other entities,
when confronted with a login, refer to this single entity for
authentication information. Microsoft has something called its .NET
Passport which does something similar. In a .org situation like yours,
I would look at Shibboleth which is an Internet2 initiative. The
Shibboleth mailing lists are extremely helpful.

http://shibboleth.internet2.edu/

George

On 4/13/05, Adrocknaphobia [EMAIL PROTECTED] wrote:
 Well cookies are your only choice, unless you are using client vars
 that are stored in a database. Maybe you could generate a UUID each
 time the user logs in and store it in your central db. Then when they
 hit another application, it knows who they are by the UUID.
 
 Dunno, just a thought.
 
 -Adam
 
 On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
  We have a central database schema that holds the user/role information
  for a the applications.
 
  What I would like to know is how to we allow these people to log-on in
  one place and essentiall carry those credentials over to our other
  domains as they move between our sites.  The domains reside on different
  servers and I am not sure how best to pass this information around.
 
  -Original Message-
  From: Adrocknaphobia [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, April 13, 2005 11:27 AM
  To: CF-Talk
  Subject: Re: Discuss: Cross Site Sign-on
 
  Well you have alot of options, but it all depends on what you are really
  trying to accomplish. You can use LDAP / Active Directory as a central
  user store, or you can use a central database schema that would hold all
  user / role information.
 
  So what is it exactly you want to know?
 
  -Adam
 
  On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
  
   Hi All,
   I was hoping to get some feedback from those of you out there that
   have implemented cross-site sign ons.
  
   We have multiple domain names that we've added over the years with a
   variety of different applications all requiring some degree of
  security.
   All the applications are CF and we know who the cross-over users are
   for the biggest of these apps.  Currently we have a little javascript
   routine that is called to sign-in a user when they move between sites,
 
   not very elegant.
  
   I'd like to develop something that allows our users to move more
   freely between our sites and was hoping to get either words of advice
   or caution from those of you on the list that have tackled this
  before.
  
   Thanks
   Cynthia
  
  
 
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202600
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Looped cfform unique variable names?

2005-04-13 Thread Paul Henderson
Maybe I'm going about this the wrong way but, I'm building a shopping cart
and for the checkout page I've looped a cfform because for each item the
user has to specify the same 3 values, for example Resolution.

Note the textbox includes the looped ItemNum in the name to make it's name
unique.

cfinput type=Text name=Resolution#GetItems.ItemNum#

My problem is on the submit page, how do I reference Form.Resolution001
(which is really #Form.ResolutionGetItems.ItemNum#),  and so on without
getting a syntax error? Can I use something other than #s around the inside
variable?

I basically need to know the syntax to reference a variable that has another
variable built into the name, if that makes any sense?

Any ideas?

Thanks
-Paul


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202601
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Easy way to get data from a single query row into a structure?

2005-04-13 Thread Calvin Ward
Might be something like this:

function grabDataRow (rs,row) {
var result = StructNew();
for (x = 1; x LTE ListLen(rs.ColumnList); x = x + 1) {
result[ListGetAt(columnList,x)] = rs[columnList][row]; //
this part might need some adjusting
}
return result;
}

- Calvin

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 12:48 PM
To: CF-Talk
Subject: Easy way to get data from a single query row into a structure?

I'm completely rebuilding an old app, and for a variety of reasons, I
would like to store the data for a given record from the old
database in a field in a new table in a new database.  In other words,
I'm returning a query that has 1k records and 7 columns of data per
record; I would like to grab those 7 columns of data for a single
record...

Is there a simple way to do that?  I realize there is the
queryname.columnlist variable returned with cfquery, would there be an
easy way to grab that record as a single query object or structure
that I could then serialize into WDDX and store in my new table?

Thanks,

Pete



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202602
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Looped cfform unique variable names?

2005-04-13 Thread Gaulin, Mark
I think this syntax will work: Form[Resolution  i] (or whatever generates a 
string that matches the field name on the previous age)

-Original Message-
From: Paul Henderson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 1:10 PM
To: CF-Talk
Subject: Looped cfform unique variable names?


Maybe I'm going about this the wrong way but, I'm building a shopping cart
and for the checkout page I've looped a cfform because for each item the
user has to specify the same 3 values, for example Resolution.

Note the textbox includes the looped ItemNum in the name to make it's name
unique.

cfinput type=Text name=Resolution#GetItems.ItemNum#

My problem is on the submit page, how do I reference Form.Resolution001
(which is really #Form.ResolutionGetItems.ItemNum#),  and so on without
getting a syntax error? Can I use something other than #s around the inside
variable?

I basically need to know the syntax to reference a variable that has another
variable built into the name, if that makes any sense?

Any ideas?

Thanks
-Paul




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202603
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Looped cfform unique variable names?

2005-04-13 Thread Ian Skinner
Bracket syntax!

What I usually use in this situation is this

cfoutput#form['Resolution'  itemCounter]#/cfoutput

HTH

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

-Original Message-
From: Paul Henderson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 10:10 AM
To: CF-Talk
Subject: Looped cfform unique variable names?

Maybe I'm going about this the wrong way but, I'm building a shopping
cart
and for the checkout page I've looped a cfform because for each item the
user has to specify the same 3 values, for example Resolution.

Note the textbox includes the looped ItemNum in the name to make it's
name
unique.

cfinput type=Text name=Resolution#GetItems.ItemNum#

My problem is on the submit page, how do I reference Form.Resolution001
(which is really #Form.ResolutionGetItems.ItemNum#),  and so on without
getting a syntax error? Can I use something other than #s around the
inside
variable?

I basically need to know the syntax to reference a variable that has
another
variable built into the name, if that makes any sense?

Any ideas?

Thanks
-Paul




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202604
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Stan Winchester
I've Googled ImageMagick coldfusion and found serveral cfx tags that 
interface with ImageMagick; is there a preferred cfx tag? I would like to be 
compatible with CF5, MX  BlueDragon 6.x

I'm using imagemagick now, with good results.

-nathan strutz

Stan Winchester wrote:


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202605
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Looped cfform unique variable names?

2005-04-13 Thread Dave Watts
 Maybe I'm going about this the wrong way but, I'm building a 
 shopping cart and for the checkout page I've looped a cfform 
 because for each item the user has to specify the same 3 
 values, for example Resolution.
 
 Note the textbox includes the looped ItemNum in the name to 
 make it's name unique.
 
 cfinput type=Text name=Resolution#GetItems.ItemNum#
 
 My problem is on the submit page, how do I reference 
 Form.Resolution001 (which is really 
 #Form.ResolutionGetItems.ItemNum#),  and so on without 
 getting a syntax error? Can I use something other than #s 
 around the inside variable?
 
 I basically need to know the syntax to reference a variable 
 that has another variable built into the name, if that makes 
 any sense?

In your action page, you can reference this:

Form[Resolution  GetItems.ItemNum]

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202606
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Decimal Formatting

2005-04-13 Thread Barney Boisvert
Now that I think about it, just wrapping the string with val() should
do it.  No need for my crazy conditional/RegEx solution.

cheers,
barneyb

On 4/12/05, James Holmes [EMAIL PROTECTED] wrote:
 You can also return the appropriate value from Oracle directly, using:
 
 to_char(whatever_column_name,'TM9')
 
 -Original Message-
 From: B G [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 13 April 2005 6:04 AM
 To: CF-Talk
 Subject: Re: Decimal Formatting
 
 Beautiful!  That did the trick!  Thank you.

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202607
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-13 Thread jacksonj
Well as far as I'm aware it's been this way since the release of
ColdFusion MX and I'd be surprised if they changed it in 7 -- I think
it was actually intentional... the reason being that if you were to
use cfinclude or cfmodule inside of a function created with the
cffunction tag, the relative path to the included template or module
must be relative to the template containing the cffunction tag. I
personally still think getCurrentTemplatePath() should return the path
to the currently executing template (instead of the function
template), but I suspect relative paths for cfinclude / cfmodule have
something to do with why it produces that result.

At this point there's a fair amount of code in use which observes the
difference, so fixing it would require many of us to modify our
existing code to check the version of CF to determine behavior. I
would be okay with that (although I might not like it), though some
people might be miffed.

Actually I take that back -- if by fixing you mean making it always
return the path to the template in which the function is declared (not
called), then I'd be pretty royally upset over it -- because I can't
think of another way to generate that information (which is vitally
important to my code) if the behavior were changed in that direction.

Ha, okay, I'll let it be. I'll settle for fixing the documentation, instead. ;-)

Thanks,
Jamie

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202608
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx image?

2005-04-13 Thread Nathan Strutz
I strongly recommend not using any cfx tags to call it. Install 
imagemagick from the imagemagick.org site and cfexecute all your calls 
to the command-line exe. This ensures total compatability all the way up 
and down all versions of CFML.

-nathan strutz

Stan Winchester wrote:
 I've Googled ImageMagick coldfusion and found serveral cfx tags that 
 interface with ImageMagick; is there a preferred cfx tag? I would like to be 
 compatible with CF5, MX  BlueDragon 6.x
 
 
I'm using imagemagick now, with good results.

-nathan strutz

Stan Winchester wrote:

 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202609
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Easy way to get data from a single query row into a structure?

2005-04-13 Thread Pete Ruckelshaus
Thanks, Justin, that did it.  I was trying this route:

cfset qryRowData = queryNew(getVendors.columnlist)
cfloop list=#getVendors.columnlist# index=i 
delimiters=,
cfset 
querySetCell(qryRowData,i,getVendors[i][getVendors.currentRow])
/cfloop

but was getting a The row number, (0) is out of bound. error.

Ah well.  File under more than one way to skin a domesticated feline
(apologies to the cat lovers in the audience...)

Pete

On 4/13/05, Justin D. Scott [EMAIL PROTECTED] wrote:
  I'm completely rebuilding an old app, and for a variety
  of reasons, I would like to store the data for a
  given record from the old database in a field in a new
  table in a new database.  In other words, I'm returning
  a query that has 1k records and 7 columns of data per
  record; I would like to grab those 7 columns of data
  for a single record...
 
 WDDX sounds like it would be the way to go.  Normally it would be used to
 convert an entire query at once, but it sounds like you need a package for
 each row.  Here's some quick code to do that using Query of Query...
 
 cfset q = original_query
 cfloop query=q
 cfquery name=q2 dbtype=query
 select * from q where id = #q.id#
 /cfquery
 cfwddx action=CFML2WDDX input=#q2# output=variables.pkg
 !--- Use variables.pkg to store in the new database here ---
 /cfloop
 
 -Justin Scott
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202610
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Dave Watts
 Thanks for your opinion there chief. You may want to exercise 
 that delete key.

That's certainly one option for everyone. However, if you see the same
thread come up every three months or so, with the same resolution each time,
you might get a little frustrated. Let's take a look at some choice quotes
from this thread:

VSS works AOK for us, never had issues - indeed the next version 
of VSS should improve things no end.

I would avoid Dreamweaver MX like the plague.

OK, that's very useful. That's the whole email. No statement about why to
avoid Dreamweaver, no mention of problems using it with VSS (actually, I've
found Dreamweaver to work well with VSS, for what that's worth), just avoid
[it] like the plague.

Then, you responded with this:

I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot.
I really did try my hardest to like it. In the end though, I just
couldn't do it. It's the most frustrating application I've ever 
used, apart from Lotus Notes that is. I'm now using CFEclipse and 
I can't scream loudly enough about how much I like it. I've been 
using it exclusively for about a month now and I don't see myself 
using anything else for a hell of a long time. I use it for CF, 
PHP/Smarty and Laszlo development and it's just pure greatness.

Again, there aren't any reasons mentioned in this response. You say it's
frustrating. You don't say why it's frustrating, or what specific problems
you ran into. You say that CFEclipse is pure greatness, but again you
don't say why it's better than Dreamweaver for you. Even if you do, I'm sure
I can counter that with a bunch of reasons why Dreamweaver is better for me.
The key words in that last part are for you and for me.

I'm not trying to pick on you specifically, but with something as personal
as a programmers' editor you're simply not going to get very far one way or
another, and the thread will end up being just another useless pile-on of I
like it and I hate it responses. There's a reason people make vi and
emacs jokes, you know.

That said, don't let me stop you or anyone else from continuing the thread.
I'm perfectly fine with the delete key, myself. Just don't get your hopes up
about the thread being useful.

 An IDE can make as much difference in a programmer as a 
 better car can make for a racer. I HATE that I just used a 
 racing analogy, but it fit.

I don't think this analogy is particularly fitting, actually. Cars have
measurable properties which make them better or worse for racing - speed,
turning ability, and so on. Development tools don't, in many cases. The
efficiency of an IDE has more to do with how closely it matches the workflow
and thought patterns of the developer using it than with any metrics you can
measure.

 Also, the IDE can make a world of difference for junior 
 developers learning the intricacies of the language.

I agree, however I think that this world of difference is usually a
negative thing. There's a reason that introductory programming texts often
direct the reader to use a plain ol' text editor rather than a specific IDE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202611
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best Practices - Large Data Load

2005-04-13 Thread C. Hatton Humphrey
 I second to motion to use DTS if possible (going from MS-to-MS tools it's a
 no brainer, but it also supports some others).  You can create a package,
 accept variable inputs, define all aspects of the transfer and the bastard
 is very FAST.

The situation is always going to be where both of the databases are
the same server... the DB to DB copy is the best option... I've never
written a DTS package so I'm not 100% certian what I'd need to do.

The nice thing is that this is a one-shot query that will only need to
be run one or two times total.

Hatton

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202612
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Easy way to get data from a single query row into a structure?

2005-04-13 Thread Justin D. Scott
 Thanks, Justin, that did it.  I was trying this route:
 
 cfset qryRowData = queryNew(getVendors.columnlist)
 cfloop list=#getVendors.columnlist#
   index=i delimiters=,
 cfset 
 querySetCell(qryRowData,i,getVendors[i][getVendors.currentRow])
 /cfloop
 
 but was getting a The row number, (0) is out of bound. error.

Just as an FYI, you were getting that error because you didn't add a row to
your new query before trying to set the data cells.  Right before that loop
you would need...

cfset queryAddRow(qryRowData)

to add a row to the query before putting data in it.


-Justin Scott


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202613
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Looped cfform unique variable names?

2005-04-13 Thread Paul Henderson
Thanks guys, now I can stop banging my head against the wall.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 1:22 PM
To: CF-Talk
Subject: RE: Looped cfform unique variable names?


 Maybe I'm going about this the wrong way but, I'm building a
 shopping cart and for the checkout page I've looped a cfform
 because for each item the user has to specify the same 3
 values, for example Resolution.

 Note the textbox includes the looped ItemNum in the name to
 make it's name unique.

 cfinput type=Text name=Resolution#GetItems.ItemNum#

 My problem is on the submit page, how do I reference
 Form.Resolution001 (which is really
 #Form.ResolutionGetItems.ItemNum#),  and so on without
 getting a syntax error? Can I use something other than #s
 around the inside variable?

 I basically need to know the syntax to reference a variable
 that has another variable built into the name, if that makes
 any sense?

In your action page, you can reference this:

Form[Resolution  GetItems.ItemNum]

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202614
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Discuss: Cross Site Sign-on

2005-04-13 Thread Cynthia Reece
Thanks George,

I will look into shibboleth. I was also reading an article on CAS:
http://tp.its.yale.edu/tiki/tiki-index.php?page=CentralAuthenticationSer
vice.

Shibboleth has the more interesting name though:-)

~Cynthia 

-Original Message-
From: George Abraham [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 1:05 PM
To: CF-Talk
Subject: Re: Discuss: Cross Site Sign-on

Cynthia,
What you want is single sign-on or federated authentication. In this
model, one particular entity stores all the authentication information
for a user, typically username and password. Then the other entities,
when confronted with a login, refer to this single entity for
authentication information. Microsoft has something called its .NET
Passport which does something similar. In a .org situation like yours, I
would look at Shibboleth which is an Internet2 initiative. The
Shibboleth mailing lists are extremely helpful.

http://shibboleth.internet2.edu/

George

On 4/13/05, Adrocknaphobia [EMAIL PROTECTED] wrote:
 Well cookies are your only choice, unless you are using client vars 
 that are stored in a database. Maybe you could generate a UUID each 
 time the user logs in and store it in your central db. Then when they 
 hit another application, it knows who they are by the UUID.
 
 Dunno, just a thought.
 
 -Adam
 
 On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
  We have a central database schema that holds the user/role 
  information for a the applications.
 
  What I would like to know is how to we allow these people to log-on 
  in one place and essentiall carry those credentials over to our 
  other domains as they move between our sites.  The domains reside on

  different servers and I am not sure how best to pass this
information around.
 
  -Original Message-
  From: Adrocknaphobia [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, April 13, 2005 11:27 AM
  To: CF-Talk
  Subject: Re: Discuss: Cross Site Sign-on
 
  Well you have alot of options, but it all depends on what you are 
  really trying to accomplish. You can use LDAP / Active Directory as 
  a central user store, or you can use a central database schema that 
  would hold all user / role information.
 
  So what is it exactly you want to know?
 
  -Adam
 
  On 4/13/05, Cynthia Reece [EMAIL PROTECTED] wrote:
  
   Hi All,
   I was hoping to get some feedback from those of you out there that

   have implemented cross-site sign ons.
  
   We have multiple domain names that we've added over the years with

   a variety of different applications all requiring some degree of
  security.
   All the applications are CF and we know who the cross-over users 
   are for the biggest of these apps.  Currently we have a little 
   javascript routine that is called to sign-in a user when they move

   between sites,
 
   not very elegant.
  
   I'd like to develop something that allows our users to move more 
   freely between our sites and was hoping to get either words of 
   advice or caution from those of you on the list that have tackled 
   this
  before.
  
   Thanks
   Cynthia
  
  
 
 
 
 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202615
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Connie DeCinko
Many of these arguments are like which tools is better, a Stanley
screwdriver or a Craftsman?  They both do the same thing.  It comes down to
a personal feeling of warm and fuzziness.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202616
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Client side upload manager?

2005-04-13 Thread Emmet McGovern
Has anyone found a decent client side cross platform compatible upload
manager?  I need multiple file uploads and a progress bar.  Unfortunately I
can only find ActiveX ones.  This one is a great example of what I need
though.  Maybe without all the image manipulation stuff.
http://www.aurigma.com/Products/ImageUploader/OnlineDemo.aspx 

I'm not looking for free.  I'm looking for the best tool for the job.

Emmet





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202617
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfx image?

2005-04-13 Thread Ken Ferguson
I read here on Alagad's site, that this has gotten really buggy. That's
the reason their MagickTag is no longer supported. If you are going to
use ImageMagick, you need to use  6.0 and you need to use CF 4.5 or 5.

I've no proof that this is true except what I read at the link below.

http://www.alagad.com/index.cfm/name-mtinfo


-Original Message-
From: Nathan Strutz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 12:17 PM
To: CF-Talk
Subject: Re: cfx image?

I strongly recommend not using any cfx tags to call it. Install 
imagemagick from the imagemagick.org site and cfexecute all your calls 
to the command-line exe. This ensures total compatability all the way up

and down all versions of CFML.

-nathan strutz

Stan Winchester wrote:
 I've Googled ImageMagick coldfusion and found serveral cfx tags that
interface with ImageMagick; is there a preferred cfx tag? I would like
to be compatible with CF5, MX  BlueDragon 6.x
 
 
I'm using imagemagick now, with good results.

-nathan strutz

Stan Winchester wrote:

 
 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202618
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Ken Ferguson
No they're not -- they're mostly arguments about which is better, a
power screwdriver or a plain old hand tool. More accurately, two power
screwdrivers with different features and capabilities. My point is that
a Stanley and a Craftsman are the SAME tool - different brand. Neither
have added functionality. Different IDE's have infinite differences in
anything from memory usage to stability to added RAD-enabling utilities
to wizards... 

--Ferg

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 12:39 PM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

Many of these arguments are like which tools is better, a Stanley
screwdriver or a Craftsman?  They both do the same thing.  It comes down
to
a personal feeling of warm and fuzziness.






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202619
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
This is driving me nuts. I have a cfm template that generates XML to be =
read via cfhttp from another template.

 

I can go to the xml page fine in a browser and it looks just as it = should.

However, cfhttp is unable to read the page for some reason.

 

Here is the cfhttp dump

 

Charset [empty string]

ErrorDetail Connect Exception: Connection refused: connect

Filecontent Connection Failure

Header  [undefined struct element]

MimetypeUnable to determine MIME type of file.

Responseheader  struct [empty]

Statuscode  Connection Failure: Status code unavailable.

TextYES

 

I tried digging through the packets grabbed via servers Network Monitor and
found nothing useful. As I said, I CAN hit the url with a browser. It only
fails via cfhttp.

 

I am also to read sites outside the network via cfhttp (cfhttp
url=”HYPERLINK http://google.com/http://google.com” works fine) Just not
sites from inside the network here apparently.

 

I thought maybe it was timing out so I upped the timeout A LOT but no
change.

 

Everything is on one server and I am sitting in front of it.

 

Any ideas as to what would cause this? Ill try anything at this point.

 

Thanks


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.7 - Release Date: 4/12/2005
 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202620
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread Ian Skinner
Different IDE's have infinite differences in anything from memory usage to 
stability to added RAD-enabling utilities to wizards... 

--Ferg

Exactly and which of those features are more important then others is a very 
personal decision.  So what makes a great IDE for one developer, makes a very 
frustrating IDE for another.  Personally, I often use Crimson Editor.  
Basically a text editor for programmers.  Not a lot of functionality, but light 
(fits on one floppy) and lighting fast.  I'm sure somebody here hates it.  And 
both of us are correct!

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202621
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
Well this is odd... I can hit the webserver from anywhere on the network
EXCEPT from the webserver its self. Must be a network issue.

The webserver is on a DMZ by itself. The weird thing is... I can get to
google fine from the webserver, just not sites running on the webserver!
This should be tons of fun.


-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 2:01 PM
To: CF-Talk
Subject: CFHTTP and CFMX 6.1 / IIS6 / Server2003

This is driving me nuts. I have a cfm template that generates XML to be =
read via cfhttp from another template.

 

I can go to the xml page fine in a browser and it looks just as it = should.

However, cfhttp is unable to read the page for some reason.

 

Here is the cfhttp dump

 

Charset [empty string]

ErrorDetail Connect Exception: Connection refused: connect

Filecontent Connection Failure

Header  [undefined struct element]

MimetypeUnable to determine MIME type of file.

Responseheader  struct [empty]

Statuscode  Connection Failure: Status code unavailable.

TextYES

 

I tried digging through the packets grabbed via servers Network Monitor and
found nothing useful. As I said, I CAN hit the url with a browser. It only
fails via cfhttp.

 

I am also to read sites outside the network via cfhttp (cfhttp
url=”HYPERLINK http://google.com/http://google.com” works fine) Just not
sites from inside the network here apparently.

 

I thought maybe it was timing out so I upped the timeout A LOT but no
change.

 

Everything is on one server and I am sitting in front of it.

 

Any ideas as to what would cause this? Ill try anything at this point.

 

Thanks


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.7 - Release Date: 4/12/2005
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202622
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ian Skinner
Perchance are permissions involved anywhere?  You very well may have network 
permissions to access the page, so it works for you.  But the CF service as 
very basic permission, so maybe it is not being allowed to read the page.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 11:01 AM
To: CF-Talk
Subject: CFHTTP and CFMX 6.1 / IIS6 / Server2003

This is driving me nuts. I have a cfm template that generates XML to be =
read via cfhttp from another template.



I can go to the xml page fine in a browser and it looks just as it =
should.

However, cfhttp is unable to read the page for some reason.



Here is the cfhttp dump



Charset [empty string]

ErrorDetail Connect Exception: Connection refused: connect

Filecontent Connection Failure

Header  [undefined struct element]

MimetypeUnable to determine MIME type of file.

Responseheader  struct [empty]

Statuscode  Connection Failure: Status code unavailable.

TextYES



I tried digging through the packets grabbed via servers Network Monitor
and
found nothing useful. As I said, I CAN hit the url with a browser. It
only
fails via cfhttp.



I am also to read sites outside the network via cfhttp (cfhttp
url=HYPERLINK http://google.com/http://google.com; works fine) Just
not
sites from inside the network here apparently.



I thought maybe it was timing out so I upped the timeout A LOT but no
change.



Everything is on one server and I am sitting in front of it.



Any ideas as to what would cause this? Ill try anything at this point.



Thanks


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.7 - Release Date: 4/12/2005





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202623
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Easy way to get data from a single query row into a structure?

2005-04-13 Thread C. Hatton Humphrey
 Is there a simple way to do that?  I realize there is the
 queryname.columnlist variable returned with cfquery, would there be an
 easy way to grab that record as a single query object or structure
 that I could then serialize into WDDX and store in my new table?

I fiddled around with it and the only one that really worked for me was:

cfset TestStruct = StructNew()
cfloop List=#ThisQuery.ColumnList# index=ThisItem
  cfset temp = StructInsert(TestStruct, #ThisItem#,
Evaluate(ThisQuery.#ThisItem#[4]))
/cfloop

Hatton

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202624
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Justin D. Scott
 I am also to read sites outside the network via cfhttp
 (cfhttp url=HYPERLINK http://google.com/; works 
 fine) Just not sites from inside the network here
 apparently.

Is your server on a non-routable IP address behind a NAT router?  If that is
the case and you're using the URL to connect, your server is likely sending
the request out to the router, and then the router doesn't know to send the
request back to the server for processing.  Some of the newer routers with
NAT will handle this properly, but not all of them will.

That would explain the connection failure that CFHTTP is throwing back at
you.  If this is the case, you may need to add a line to your hosts file so
that when you resolve your domain from within the server it will return the
internal LAN address instead of getting the external IP via DNS.


---
Justin D. Scott
Vice President
Sceiron Interactive, Inc.
www.sceiron.com

[EMAIL PROTECTED]
941.378.5341 - office
941.320.2402 - mobile
877.678.6011 - facsimile


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202625
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   3   >