Re: unsubscribe

2007-06-21 Thread Dinner
On 6/20/07, Dave Watts wrote:

   How do I unsubscribe from cf-talk
 
  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=292

 Aaron, that's your unsubscribe link, not the original poster's.


ROTFLMAO

And I had thought the legacy ASP comment was good...


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281753
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: iText and VerticalText

2007-06-21 Thread ally mccluskey
Ah ok, that has answered on eof my questions. CFDOCUMENT doesn't support the 
vertical text that i use in my CSS so i'll have to convert the whole piece of 
code to iText Gr!! Funnily enough I read somewhere that CFDOCUMENT is built 
using iText so you would think it would support some of its functions??

OK, I have found some code on the iText site  can someone give me a hand in 
converting it to CF?

/* FROM: 
http://itext.ugent.be/library/com/lowagie/examples/fonts/styles/Vertical.java
 * $Id: Vertical.java 1742 2005-05-09 11:52:51Z blowagie $
 * $Name$
 *
 * This code is part of the 'iText Tutorial'.
 * You can find the complete tutorial at the following address:
 * http://itextdocs.lowagie.com/tutorial/
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * [EMAIL PROTECTED]
 */
package com.lowagie.examples.fonts.styles;

import java.awt.Color;
import java.io.FileOutputStream;

import com.lowagie.text.Chunk;
import com.lowagie.text.Document;
import com.lowagie.text.Element;
import com.lowagie.text.Font;
import com.lowagie.text.PageSize;
import com.lowagie.text.pdf.BaseFont;
import com.lowagie.text.pdf.PdfContentByte;
import com.lowagie.text.pdf.PdfWriter;
import com.lowagie.text.pdf.VerticalText;

/**
 * Writing Vertical Text.
 */
public class Vertical {

static String texts[] = {
Some very long text to check if it wraps (or not).,
 In blue.,
And now in orange another very long text.,
, , };

static String encs[] = {UniJIS-UCS2-V, Identity-V};

/**
 * @param text
 * @return converted text
 */
public static String convertCid(String text) {
char cid[] = text.toCharArray();
for (int k = 0; k  cid.length; ++k) {
char c = cid[k];
if (c == '\n')
cid[k] = '\uff00';
else
cid[k] = (char)(c - ' ' + 8720);
}
return new String(cid);
}

/**
 * Writing vertical text.
 * @param args no arguments needed
 */
public static void main(String[] args) {
Document document = new Document(PageSize.A4, 50, 50, 50, 50);
try {
texts[3] = convertCid(texts[0]);
texts[4] = convertCid(texts[1]);
texts[5] = convertCid(texts[2]);
PdfWriter writer = PdfWriter.getInstance(document, new 
FileOutputStream(vertical.pdf));
int idx = 0;
document.open();
PdfContentByte cb = writer.getDirectContent();
for (int j = 0; j  2; ++j) {
BaseFont bf = BaseFont.createFont(KozMinPro-Regular, encs[j], 
false);
cb.setRGBColorStroke(255, 0, 0);
cb.setLineWidth(0);
float x = 400;
float y = 700;
float height = 400;
float leading = 30;
int maxLines = 6;
for (int k = 0; k  maxLines; ++k) {
cb.moveTo(x - k * leading, y);
cb.lineTo(x - k * leading, y - height);
}
cb.rectangle(x, y, -leading * (maxLines - 1), -height);
cb.stroke();
int status;
VerticalText vt = new VerticalText(cb);
vt.setVerticalLayout(x, y, height, maxLines, leading);
vt.addText(new Chunk(texts[idx++], new Font(bf, 20)));
vt.addText(new Chunk(texts[idx++], new Font(bf, 20, 0, 
Color.blue)));
status = vt.go();
System.out.println(status);
vt.setAlignment(Element.ALIGN_RIGHT);
vt.addText(new Chunk(texts[idx++], new Font(bf, 20, 0, 
Color.orange)));
status = vt.go();
System.out.println(status);
document.newPage();
}
document.close();
}
catch (Exception de) {
de.printStackTrace();
}
}


}

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281754
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: SSH Client for Mac (Equivalent to WinSCP)

2007-06-21 Thread Tom Chiverton
On Wednesday 20 Jun 2007, Aaron Roberson wrote:
 Does anybody on this list know of a good equivalent to WinSCP for the Mac?

There's an implementation of FUSE for MacOS, iirc, that allows you to mount 
remote SSH server's filesystems into your local ones, and then use all your 
normal tools on them.

-- 
Tom Chiverton
Helping to professionally brand essential schemas
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281755
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: SSH Client for Mac (Equivalent to WinSCP)

2007-06-21 Thread Joseph Lamoree
On 21 Jun 2007, at 01:28, Tom Chiverton wrote:

 There's an implementation of FUSE for MacOS, iirc, that allows you  
 to mount
 remote SSH server's filesystems into your local ones, and then use  
 all your
 normal tools on them.

I use this sometimes for convenience, but it requires a good bit of  
patience.

http://code.google.com/p/macfuse/

--
Joseph Lamoree

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281756
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Ent Instances

2007-06-21 Thread Jochem van Dieten
Mike Chabot wrote:
 On 6/20/07, John Mason [EMAIL PROTECTED] wrote:
 
 As a side note, putting a database server on the same box is a bad move. The
 web server and database server should be separate to obtain the best in
 security and utilization of your hardware.
 
 I believe this statement is more true for MS SQL Server than it is for
 MySQL. At least that is what a couple MySQL experts

Can those experts elaborate on why they believe that to be so? Do they 
have names?

Jochem

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281757
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfml.exe conversion to wget

2007-06-21 Thread Jim Wright
On 6/20/07, Asad Khan [EMAIL PROTECTED] wrote:
 Hi All:

 I have an existing website that was running fine on cf5, but ever since we 
 have moved over to CFMX7, we are having issues with CFML.exe

 I just found out it is not supported anymore.

 Here is my current code that uses the cfml.  I am not sure how to convert it 
 to wget.

 I have downloaded wget tool, but everything shown in documentation shows it 
 as a command lines.

 script language=JavaScript 
 src=https://www.xx.com/cgi-bin/cfml?template=/cgi-scripts/SSLLPSNInt2cgi.cfmc=1259;/script
  

 this code is placed on various websites of mine. The code is to bring up  a 
 help desk which is running on the domain above.

 How would i convert this to using wget.

 Any info would be appreciated.


I don't think wget comes in to it at all.  It looks like your call
above is the old, old way of doing things with CF, from back when it
was just a CGI interface.  I think what you would need to do is
convert these so that you are calling the CF page directly...

script language=JavaScript
src=https://www.xx.com/cgi-scripts/SSLLPSNInt2cgi.cfm?c=1259;

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281758
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Vista

2007-06-21 Thread Bobby Hartsfield
 I stil don't think that linux will ever be the OS of choice 
 for the general public

'ever' huh. I'll have to disagree with that. But of course right now it
would all be speculation. Time will be the judge, but I definitely see it
coming personally. It will just take the right distro and Ubuntu is a great
start.

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Eric Roberts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 20, 2007 11:37 PM
To: CF-Talk
Subject: RE: Vista

I like Vista and have had few probs with it(I have it on my laptop). I
bought a copy of Ultimate a couple of weeks after it came out.  I do have to
say, as someone who is not a big Linux fan...Ubuntu is one of the best
distros I have encountered to date.  I stil don't think that linux will ever
be the OS of choice for the general public, outside of companies writing
shells that sit on top of it like Mac OSX.  Just when the anti-MS folks
think that Windows is not secure (rofl)...just wait till a bunch of
non-techies start installing linux...talk about hackrs and virus writers
shooting fish in a barrel.

Eric

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 20, 2007 10:13 PM
To: CF-Talk
Subject: RE: Vista

I've always used one *nix distro or another and never really tried Ubuntu
until recently and I have to say... I'm quite impressed. I'm comfortable
with just about any distro but I'd be comfortable putting my wife or mom on
Ubuntu. It's a breeze and quite idiot proof (in comparison to most).

:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Mark Mandel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 20, 2007 8:00 PM
To: CF-Talk
Subject: Re: Vista

I switched over to Ubuntu b/c Vista gives me the willies.

Honestly, I'm loving it :oD

I dual boot into Vista when I want to play games, and that's about it.

Mark

On 6/21/07, Josh Nathanson [EMAIL PROTECTED] wrote:
 My boss got a brand new Dell laptop for my co-worker with Vista 
 pre-installed.  After a week or so it had slowed to a crawl.  My boss 
 (who's a pretty good IT guy in his spare time) jacked around with it 
 to try and remedy the situation, but it only got worse.  He gave up, 
 returned the Dell and gave her a Macbook instead.

 I'll not be ditching XP anytime soon...and my next computer might well 
 be a Mac...


 - Original Message -
 From: Bobby Hartsfield [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, June 20, 2007 4:15 PM
 Subject: RE: Vista


  x2
 
  ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
  Bobby Hartsfield
  http://acoderslife.com
 
 
  -Original Message-
  From: Will Tomlinson [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 20, 2007 4:09 PM
  To: CF-Talk
  Subject: OT: Vista
 
  Vista HAS to be the biggest, slowest, most crashinest pile of 
  garbage I've ever used.
 
  There's my vent for the day!
 
  Will
 
 
 
 

 







~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281759
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Post

2007-06-21 Thread Asad Khan
Hi J.J.

What type of changes would be required in the conf file, can you ellaborate
on that.

Thank you



-- 
Asad H Khan


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281760
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Vista

2007-06-21 Thread Mike Kear
On 6/21/07, Bobby Hartsfield [EMAIL PROTECTED] wrote:
  I stil don't think that linux will ever be the OS of choice
  for the general public



People said that MS Word would never replace Word Perfect, which
totally dominated the word processor market.

People said that Windows would never replace Novell for networking
which totally dominated the networking market.

Microsoft is ever conscious of the fact that a slipup on their part
could just as easily have people saying remember Windows?   That was
once the major OS system in the world - now look at it!  It nearly
happened once.   Remember when Windows95 came out and there was no
internet connectivity with it?MS had the view that we were all
going to use their MSN instead and the internet would no longer be
needed.   If they hadn't done a high-speed U-Turn things might have
looked very different today in the IT world.

The lesson to learn?   you can never say never in the fast-changing
world of IT.

There is no reason why linux couldnt be the predominant OS if they
play their cards right and if MS misses a trick.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281761
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Post

2007-06-21 Thread Dave Watts
 What type of changes would be required in the conf file, can 
 you ellaborate on that.

The Web Site Configuration tool (wsconfig) is used to connect your web
server to ColdFusion. Have you run that? It's typically run as part of the
installation process, but can be run afterwards as well.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281762
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Vista

2007-06-21 Thread Bobby Hartsfield
Thanks for quoting me... quoting him... and making it look like I said it
heh. I'm stopping here before we get yelled at and shunned.

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 7:40 AM
To: CF-Talk
Subject: Re: Vista

On 6/21/07, Bobby Hartsfield [EMAIL PROTECTED] wrote:
  I stil don't think that linux will ever be the OS of choice for the 
  general public



People said that MS Word would never replace Word Perfect, which totally
dominated the word processor market.

People said that Windows would never replace Novell for networking which
totally dominated the networking market.

Microsoft is ever conscious of the fact that a slipup on their part
could just as easily have people saying remember Windows?   That was
once the major OS system in the world - now look at it!  It nearly
happened once.   Remember when Windows95 came out and there was no
internet connectivity with it?MS had the view that we were all
going to use their MSN instead and the internet would no longer be
needed.   If they hadn't done a high-speed U-Turn things might have
looked very different today in the IT world.

The lesson to learn?   you can never say never in the fast-changing
world of IT.

There is no reason why linux couldnt be the predominant OS if they play
their cards right and if MS misses a trick.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer AFP Webworks
http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from
AUD$15/month



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281763
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 Ent Instances

2007-06-21 Thread Tom Chiverton
On Thursday 21 Jun 2007, Jochem van Dieten wrote:
  As a side note, putting a database server on the same box is a bad move.
  The web server and database server should be separate to obtain the best
  in security and utilization of your hardware.
 
  I believe this statement is more true for MS SQL Server than it is for
  MySQL. At least that is what a couple MySQL experts

 Can those experts elaborate on why they believe that to be so? Do they
 have names?

I would have though it was obvious.
MySQL eats less resources than MS SQL, so it's more able to co-exist with a 
web server than MS SQL given the same hardware and loading.

-- 
Tom Chiverton
Helping to globally visualize killer markets
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281765
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Vista

2007-06-21 Thread Greg Luce
I just built an OpenSuse desktop with GIMP and Open Office. It's pretty
cool! If I had a company that needed 20 desktop PCs, this's definitely what
I'd do. I think 95% of office workers could definitely conduct business on
this thing. I'll have to give Ubuntu a shake. I'm not a huge linux guy, Suse
is the only distro I've really ever worked with.

Greg

On 6/20/07, Bobby Hartsfield [EMAIL PROTECTED] wrote:

 I've always used one *nix distro or another and never really tried Ubuntu
 until recently and I have to say... I'm quite impressed. I'm comfortable
 with just about any distro but I'd be comfortable putting my wife or mom on
 Ubuntu. It's a breeze and quite idiot proof (in comparison to most).

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com


 -Original Message-
 From: Mark Mandel [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 20, 2007 8:00 PM
 To: CF-Talk
 Subject: Re: Vista

 I switched over to Ubuntu b/c Vista gives me the willies.

 Honestly, I'm loving it :oD

 I dual boot into Vista when I want to play games, and that's about it.

 Mark

 On 6/21/07, Josh Nathanson [EMAIL PROTECTED] wrote:
  My boss got a brand new Dell laptop for my co-worker with Vista
  pre-installed.  After a week or so it had slowed to a crawl.  My boss
  (who's a pretty good IT guy in his spare time) jacked around with it
  to try and remedy the situation, but it only got worse.  He gave up,
  returned the Dell and gave her a Macbook instead.
 
  I'll not be ditching XP anytime soon...and my next computer might well
  be a Mac...
 
 
  - Original Message -
  From: Bobby Hartsfield [EMAIL PROTECTED]
  To: CF-Talk cf-talk@houseoffusion.com
  Sent: Wednesday, June 20, 2007 4:15 PM
  Subject: RE: Vista
 
 
   x2
  
   ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
   Bobby Hartsfield
   http://acoderslife.com
  
  
   -Original Message-
   From: Will Tomlinson [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, June 20, 2007 4:09 PM
   To: CF-Talk
   Subject: OT: Vista
  
   Vista HAS to be the biggest, slowest, most crashinest pile of
   garbage I've ever used.
  
   There's my vent for the day!
  
   Will
  
  
  
  
 
 



 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281764
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 Ent Instances

2007-06-21 Thread Cutter (CFRelated)
It may chew up less resources, but that doesn't get around the security 
issues. Every 'expert' I've ever spoken with on this would agree with 
putting the db on a separate box, behind the firewall, and without 
direct access to the net, utilizing full authenticated-only access from 
specific sources within the internal lan, and typically on a 
non-standard port.

MySQL is exceptional, and I use it for nearly all private development, 
but the only time I use it on the same machine as CF is in my local 
development environment.

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Tom Chiverton wrote:
 On Thursday 21 Jun 2007, Jochem van Dieten wrote:
 As a side note, putting a database server on the same box is a bad move.
 The web server and database server should be separate to obtain the best
 in security and utilization of your hardware.
 I believe this statement is more true for MS SQL Server than it is for
 MySQL. At least that is what a couple MySQL experts
 Can those experts elaborate on why they believe that to be so? Do they
 have names?
 
 I would have though it was obvious.
 MySQL eats less resources than MS SQL, so it's more able to co-exist with a 
 web server than MS SQL given the same hardware and loading.
 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281766
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Get Attributes of Cookie?

2007-06-21 Thread Jim Davis
 Is there a way to access certain attributes of a cookie, such 
 as the creation and expiration dates?

Not from the server, but you can use JavaScript (document.cookie).

I don't think that's going to help either... you can get the name and value of 
the cookies, but not the particulars from document.cookie.

If you want to dump cookies on the client my debugging library has a method 
for this, but it just gives name and value (there's an example of the output in 
the examples):

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_Debug

If you want more control over cookies on the client I've also got a cookie 
abstraction object that (I think) works well:

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_Cookies

Unfortunately neither lets you actually interogate the meta-definition of 
cookies.  Although if there is a way to do it in JavaScript that I've 
overlooked I'd be happily suprised!

The only way I know to be sure is to reset the cookie and remember the 
parameters you've used or to encode the parameters into the cookie data itself. 
 Of course you're still limited by the security model and so many of the 
parameters, if set, will prevent you from seeing the cookie at all.

(It should go without saying, but there is no way for a program restrained by 
the security model to see/access/acknowledge cookies its not permitted to 
access.)

Jim Davis

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281768
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Has anyone ever tried to use the AllPosters.com web service w/ CF?

2007-06-21 Thread Che Vilnonis
If so, was it a piece of cake to implement and to parse results?

Che Vilnonis
Application Developer
Advertising Systems Incorporated
8470C Remington Avenue
Pennsauken, NJ 08110
p: 856.488.2211
f: 856.488.1990
www.asitv.com 



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281767
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: SSH Client for Mac (Equivalent to WinSCP)

2007-06-21 Thread Rob Wilkerson
On 6/20/07, Aaron Roberson [EMAIL PROTECTED] wrote:
 Does anybody on this list know of a good equivalent to WinSCP for the Mac?


I've been using Macfuse with MacFusion for several months now and it's
been great.  Having the external file system mounted directly provides
convenient access.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281770
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Vista

2007-06-21 Thread Robert L Nunez II
We wound-up wiping Vista off of the laptops that came in and put Ubuntu 
on them. They work alot better and faster now.

Josh Nathanson wrote:
 My boss got a brand new Dell laptop for my co-worker with Vista 
 pre-installed.  After a week or so it had slowed to a crawl.  My boss (who's 
 a pretty good IT guy in his spare time) jacked around with it to try and 
 remedy the situation, but it only got worse.  He gave up, returned the Dell 
 and gave her a Macbook instead.

 I'll not be ditching XP anytime soon...and my next computer might well be a 
 Mac...


 - Original Message - 
 From: Bobby Hartsfield [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, June 20, 2007 4:15 PM
 Subject: RE: Vista


   
 x2

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com


 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 20, 2007 4:09 PM
 To: CF-Talk
 Subject: OT: Vista

 Vista HAS to be the biggest, slowest, most crashinest pile of garbage I've
 ever used.

 There's my vent for the day!

 Will




 

 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281772
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT - Apache slow to start without CF

2007-06-21 Thread Adrian Lynch
It's not really that big a deal, but I noticed that on my dev machine (Win
XP), when I request a page from Apache and CF7 hasn't been started, it takes
about 20 - 30 seconds for the directory listing to be returned. If CF has
been started, it comes back straight away. Any reason for this?

Adrian


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281771
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF site with contribute publishing server

2007-06-21 Thread coldfusion . developer
I need to move a corporate client to a CF hosting site.  We're going to be 
using Contribute Publishing
Server. Does any one have expereince with this?  My questions are ...

1) Does the CPS have to be installed on the same machine as the Web server?

2)Can I have the site on a Web site hosting company and have the CPS on another 
machine say
within their corporate offices?  (Firewall issues etc, cleared)

3) Does anyone know of a Web hosting provider that offer Contribute Publishing 
Server?

Thanks.

D

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281769
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT - Apache slow to start without CF

2007-06-21 Thread Dave Watts
 It's not really that big a deal, but I noticed that on my dev 
 machine (Win XP), when I request a page from Apache and CF7 
 hasn't been started, it takes about 20 - 30 seconds for the 
 directory listing to be returned. If CF has been started, it 
 comes back straight away. Any reason for this?

My guess is that Apache is sending all page requests to the JRun web server
module to see if they're supposed to be processed by CF; since CF isn't
running, that times out at which point Apache takes over. You can test this
theory by changing the context root used by your CF instance, I think.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281774
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 Ent Instances

2007-06-21 Thread Mike Chabot
Assuming the data is important and needs to be secure, then you are
correct. However, not all data is important. The server these guys
were describing was unlikely to have anything remotely sensitive on
it, which is why they were comfortable running everything on one box.
I should have clarified that. Their point was they ran a site with
heavy traffic and didn't see their server get bogged down due to the
database use, like many SQL Server sites experience, because MySQL
uses fewer system resources than SQL Server. They were also running
PHP on Unix.

-Mike Chabot

On 6/21/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote:
 It may chew up less resources, but that doesn't get around the security
 issues. Every 'expert' I've ever spoken with on this would agree with
 putting the db on a separate box, behind the firewall, and without
 direct access to the net, utilizing full authenticated-only access from
 specific sources within the internal lan, and typically on a
 non-standard port.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281773
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Get Attributes of Cookie?

2007-06-21 Thread Dan G. Switzer, II
Jim,

This OT, but I've never gotten a response from you e-mailing you directly. Did 
you ever see my note about the bug fix to your WDDX library? I tried contacting 
you a few months ago a couple of times and never heard back.

-Dan

-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 21, 2007 9:35 AM
To: CF-Talk
Subject: Re: Get Attributes of Cookie?

 Is there a way to access certain attributes of a cookie, such
 as the creation and expiration dates?

Not from the server, but you can use JavaScript (document.cookie).

I don't think that's going to help either... you can get the name and value
of the cookies, but not the particulars from document.cookie.

If you want to dump cookies on the client my debugging library has a
method for this, but it just gives name and value (there's an example of
the output in the examples):

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_
Debug

If you want more control over cookies on the client I've also got a cookie
abstraction object that (I think) works well:

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_
Cookies

Unfortunately neither lets you actually interogate the meta-definition of
cookies.  Although if there is a way to do it in JavaScript that I've
overlooked I'd be happily suprised!

The only way I know to be sure is to reset the cookie and remember the
parameters you've used or to encode the parameters into the cookie data
itself.  Of course you're still limited by the security model and so many
of the parameters, if set, will prevent you from seeing the cookie at all.

(It should go without saying, but there is no way for a program restrained
by the security model to see/access/acknowledge cookies its not permitted
to access.)

Jim Davis



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281775
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Get Attributes of Cookie?

2007-06-21 Thread Dave Watts
 I don't think that's going to help either... you can get the 
 name and value of the cookies, but not the particulars from 
 document.cookie.

Yeah, I was wrong about that. I knew you couldn't get them from the server,
but just kind of assumed you could through JavaScript, I guess.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281777
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF site with contribute publishing server

2007-06-21 Thread Dave Watts
 1) Does the CPS have to be installed on the same machine as 
 the Web server?

No.

 2)Can I have the site on a Web site hosting company and have 
 the CPS on another machine say within their corporate 
 offices?  (Firewall issues etc, cleared)

I've never tried this, but as long as your Contribute users can connect as
needed to both the CPS and your web site, and CPS can connect to your LDAP
server if you're using that, I don't see why not. 

 3) Does anyone know of a Web hosting provider that offer 
 Contribute Publishing Server?

No, I doubt any do.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281776
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Post

2007-06-21 Thread Dave Watts
 I have the website up and running and all my features are 
 working, except for this section..
 
 I will show you the way it should be working..
 
 If you go to www.answermate.com
 
 you will see a held desk button.  this button is generated by 
 the code i haveposted.
 
 Since this version is runing on CF5, i see no problem.. but 
 the same app on CFMX7 shows nothing...

You simply need to configure your web server to use the appropriate module
to send CF requests to ColdFusion, and ensure that your .cfm files are in a
web-accessible directory.

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/w
whelp.htm?context=ColdFusion_Documentationfile=part_ins.htm

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281781
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


MX6.1 installer and 6.1 updater

2007-06-21 Thread Jim Rising
anyone have these for windows? we have a client who has MX6 installed, and 6.1 
has reached EOL with adobe so they are no longer offering it as a download from 
what it appears.
 
TIA!
Jim Rising
Sr. Cold Fusion Developer
ICGLink Inc.
www.icglink.com
 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281779
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Migrating Ancient CF Code

2007-06-21 Thread Ian Skinner
Does one get Verity, a Report Builder and Flash Remoting with Railo?

I don't know the answers to this for Railo, but I know the head of 
BlueDragon said we would not be a good match for them as we use more of 
ColdFusion then many do.

Gert Franz wrote:
 Hi Ian,

 did you ever consider something else than CFMX? How about Railo?
 Except maybe if you are using other applications on CFMX...
 We'll be in California in two weeks, if you need a presentation of Railo.
 As well, you could get in touch with Blueriver (Sacramento) if you like 
 to have further support regarding Railo.

 Greetings / Grüsse
 Gert Franz
 Customer Care
 Railo Technologies GmbH
 [EMAIL PROTECTED]
 www.railo.ch

 Join our Mailing List / Treten Sie unserer Mailingliste bei:
 deutsch: http://de.groups.yahoo.com/group/railo/
 english: http://groups.yahoo.com/group/railo_talk/

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281780
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfpayflowpro release

2007-06-21 Thread Dan Vega
Just a quick plug on a small project I released today that hopefully will
help others.

http://cfpayflowpro.riaforge.org/
http://www.danvega.org/blog/index.cfm/2007/6/21/cfPayflowPro-Alpha-Release

-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281783
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - Apache slow to start without CF

2007-06-21 Thread J.J. Merrick
yeah if you look in your error logs you will see that it is trying to
contact jRun and then times out. It will proceed to do this on every page so
you might as well just start CF :-)


J.J.

On 6/21/07, Adrian Lynch [EMAIL PROTECTED] wrote:

 It's not really that big a deal, but I noticed that on my dev machine (Win
 XP), when I request a page from Apache and CF7 hasn't been started, it
 takes
 about 20 - 30 seconds for the directory listing to be returned. If CF has
 been started, it comes back straight away. Any reason for this?

 Adrian


 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281782
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Post

2007-06-21 Thread Asad Khan
I have the website up and running and all my features are working, except
for this section..

I will show you the way it should be working..

If you go to www.answermate.com

you will see a held desk button.  this button is generated by the code i
haveposted.

Since this version is runing on CF5, i see no problem.. but the same app on
CFMX7 shows nothing...

-- 
Asad H Khan


~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281778
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Post

2007-06-21 Thread Tom McNeer
On 6/21/07, Asad Khan [EMAIL PROTECTED] wrote:

 I have the website up and running and all my features are working, except
 for this section..


Seems to work for me.


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281784
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8 Ent Instances

2007-06-21 Thread John Mason
On security, I want to be clear here about this. I understand people like to
play fast and loose with these things, but when setting up a server
configuration, you should always 'assume' the data is important and needs to
be secure. Even if you know for a fact that it isn't.

Why say it this way. Well a developer could change this situation very
easily. Even if the data is not important today. Some day down the road a
developer could alter a table and start inserting credit card info or other
critical data. The developer may not realize or be on the same page as the
sys admin that set up the server. Now you have a problem.

On system resources, the same holds true. You can easily run MySQL on a low
traffic web server, but things can change very easily. It's best the plan
for the worse. It'll save you a lot of headaches down the road.

John
[EMAIL PROTECTED]


 

-Original Message-
From: Mike Chabot [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 10:22 AM
To: CF-Talk
Subject: Re: CF8 Ent Instances

Assuming the data is important and needs to be secure, then you are correct.
However, not all data is important. The server these guys were describing
was unlikely to have anything remotely sensitive on it, which is why they
were comfortable running everything on one box.
I should have clarified that. Their point was they ran a site with heavy
traffic and didn't see their server get bogged down due to the database use,
like many SQL Server sites experience, because MySQL uses fewer system
resources than SQL Server. They were also running PHP on Unix.

-Mike Chabot

On 6/21/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote:
 It may chew up less resources, but that doesn't get around the 
 security issues. Every 'expert' I've ever spoken with on this would 
 agree with putting the db on a separate box, behind the firewall, and 
 without direct access to the net, utilizing full authenticated-only 
 access from specific sources within the internal lan, and typically on 
 a non-standard port.



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281790
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Post

2007-06-21 Thread Tom Chiverton
On Thursday 21 Jun 2007, Asad Khan wrote:
 I have the website up and running and all my features are working, except
 for this section..

Hay, could you use better subject lines than 'Post' ? It makes scanning to see 
if I can help you out more work...

-- 
Tom Chiverton
Helping to professionally promote eligible designs
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281787
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Image swap with images from a database

2007-06-21 Thread Rick King
Hmmm...didn't seem to work when I change #getproducts.image# to #image#

You can see what is occurring here:
http://www.woreitonce.com/details.cfm?ProdID=173

Thanks again.




 I have a page with up to three thumbnails (populated from a DB). A 
 larger version of these images appears directly above the thumbnails. 
 When the thumbnails are clicked, the larger image changes 
 appropriately. That's working fine.
 
 However, I'd like the user to then click on the larger image, and then 
 a pop-up window (or, ultimately, some sort of lightbox functionality 
 when I get this working) would open with the full size image.
 
 I can get all this to work, but the pop-up window always displays the 
 first image returned in the query, regardless of which thumbnail was 
 clicked. I'm using document.image.src to swap the images.
 
 Is there a better way to do this?
 Thanks
 Rick
 
 
 !--Large Image with popup--
 td
 div align=center align=large_image
 a href=users/uploads/#getproducts.Image# target=_blank
 img src=users/uploads/#getproducts.Image# name=image 
  
 width=250 border=0 
 /a
 /div
 /td
 
 !--Thumbnails--
 td
 strong class=titlesAdditional Images: /strongbr
 br /
 cfloop query=getproducts
 img src=users/uploads/#getproducts.Image# width=65 border=0 
 onClick=document.image.src='users/uploads/#getproducts.Image#'; 
 style=cursor:pointer; /
 /cfloop
/td

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281789
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 Ent Instances

2007-06-21 Thread Tom Chiverton
On Thursday 21 Jun 2007, Cutter (CFRelated) wrote:
 issues. Every 'expert' I've ever spoken with on this would agree with
 putting the db on a separate box, behind the firewall, and without
 direct access to the net, utilizing full authenticated-only access from
 specific sources within the internal lan, and typically on a
 non-standard port.

That's massive overkill for most people's applications, I expect.

-- 
Tom Chiverton
Helping to dynamically participate compelling information
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281788
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Why images en Tutorial does not show in my page as I learn?

2007-06-21 Thread Luis Galdames
Hi Bobby, thanks for your reply.
Let mi explain a little more...
ColdFusion is installed in  C:\CFusionMX7
The Tutorial point to work in  C:\CFusionMX7\wwwroot\cfdocs\getting_started
so this is the LocalHost and LocalTestServer.
Also the Tutorial instruct to create the pages in the directory my_app
So my page is stored in
C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\tripdetail.cfm
Now, within the directory my_app is a subdirectory images and there is
stored the one I want to show in my page.
So, C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\images\last.gif
exist and is there because I see it with the Windows Explorer.
Following your suggestion, I tried the following lines in my page:
img src=http://localhost/my_app/images/last.gif;
img src=/my_app/images/last.gif
img src=/images/last.gif
img src=images/last.gif
img
src=C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\images\last.gif
And the only one that works is the last one... but I can not use that
address because when I upload the pages to the server, I won't work.
So I still in problem.
The strange thing is that I was developing a system starting in the
BookStore Tutorial and I converted it completely to suit my needs and I got
it right with no problem, but I got stocked when I realized that my
knowledge of the commands and functions of CF was almost null, so took the
Studying route and arrived to the Compass Travel Tutorial that is giving me
this head heck.
Thank you for your patient.
By the way, my native language is Spanish.
Hugs.
Luis Galdames





-Mensaje original-
De: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 20 de Junio de 2007 19:19
Para: CF-Talk
Asunto: RE: Why images en Tutorial does not show in my page as I learn?

Just a guess but if my_app is the root, then try just /images/last.jpg ?

In other words... You are pointing to: 
http://mysite.com/my_app/images/last.jpg

and maybe it is:
http://mysite.com/images/last.jpg

Just a thought.

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Tom McNeer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 20, 2007 2:34 PM
To: CF-Talk
Subject: Re: Why images en Tutorial does not show in my page as I learn?

Since you've tried a root-relative path:

On 6/20/07, Luis Octavio Galdames Hidalgo [EMAIL PROTECTED] wrote:

 img src=/my_app/images/last.jpg


.. it just means your image is not where you're pointing. Have you
checked to see that the image actually exists in the path you've specified
-- in this case at (your_web_root)/my_app/images/last.jpg ?




--
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560






~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281786
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Post

2007-06-21 Thread Adrian Lynch
No, I got it too, too, too, too... :OD

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: 21 June 2007 06:12
To: CF-Talk
Subject: Re: Post


Am I the only one hearing an echo in here...?

On 6/21/07, Asad Khan [EMAIL PROTECTED] wrote:
 The reason why I can't is because, from that template url page, it calls
many other pages to do its processing to set up the Help Desk window, and
the secure email box for my users.


  We recently upgraded to CFMX7, and quickly realized that
 
 Why can't you just use the proper URL to your CF file?
 
 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!
 
 This email has been processed by SmoothZap - www.smoothwall.net





~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281785
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFUNITED news: Only 6 days left, Custom Tags, UDFs and CFCs, MiniMax7

2007-06-21 Thread Michael Smith
Here is the ColdFusion and Fusebox news:

* Only 6 days left until CFUNITED-07
* Conference Registration Package and LIMITED SEATING and Scheduler 
Instructions
* CFUNITED Europe 3/12/08 London UK
* CFUNITED-07 pre-conference classes iPod raffle winner
* MiniMAX SE7EN @ CFUNITED 6/26/07 8pm
* Open Source Code winner of Wii - Barney Boisvert Management Tool
* CFUNITED-07 Manager's Guide. Why send your developers to CFUNITED?
* CFMeetup Thur 12:30pm - Mark Drew CFeclipse Plus!
* New CFUNITED podcasts released http://cfunited.com/blog/index.cfm/podcast
  - Billy Brown - Spry
  - Matt Stevanus - Flex 2.0 and ColdFusion Functional and Load Testing 203
* Got Fusebox? t-shirt.
* Fusebox YouTube video competition ends 6/22/07
* Interview with Shlomy Gantz on Custom Tags, UDFs and CFCs
* Interview with Sponsor Jason Egan from CFDynamics

I just wanted to let you guys know that you continue to impress
me. Last year I was knocked out by how well-run the CFUNITED
conference was. It was by far the best-organized conference I
have ever attended. The overflow hotel was quickly arranged and
the shuttle was quite easy to use. The food was great. The swag
was great. I learned something immediately useful at nearly every
session I attended. Everything started and ended on time. That's
why I'm coming back. When I got this year's pre-registration
packet I was even more impressed. Even better than last year.
Lots of great info. Schedule, floor maps, directions, even a
color Metro map! Sure these things are all available online, but
it's great to have it all handed to me in one neat package. Keep
up the great work!
-Jay Lillie, UPS (CFUNITED attendee)

Other great quotes from attendees about Why people should attend CFUnited
http://cfunited.com/blog/index.cfm/2007/4/30/Survey-Contest-Winner


* Only 6 days left until CFUNITED-07! Hotel info. Managers Guide to 
CFUINTED.

When you decide to go to your next conference you may be pleasantly 
surprised by how much extra value you get at CFUNITED.

Need help deciding? Read the Managers Guide to CFUNITED at 
http://cfunited.com/go/managers-guide .
Takes less than 5 minutes to read.

Note the price increases at end of the day Thursday 6/21/07 to the on 
site price which is $100 more
than the regular rate. If you are unemployed or a full time student 
there is a 60% discount. Email
info (at) cfunited.com to get this discount.


* Conference Registration Package and LIMITED SEATING and Scheduler 
Instructions

If you have not received your registration package in the mail we will 
give you one onsite at the
event. It contains a t-shirt and a document which you can download here:
http://cfunited.com/images/cfunited07_reg_pak.zip

There is a User Group Manager Meeting Tues 6/26/07 - 
http://ugmm.cfunited.com/

Please note that we will CLOSE LIMITED SEATING SESSIONS on Friday June 
22nd at 5pm (COB). You will
not be allowed to add Limited seating sessions to your scheduler after 
June 22nd.

If you have not filled out your scheduler, do so now! 
http://scheduler.cfunited.com/

ALL ColdFusion 8 topic recordings will be made available for FREE after 
the event to all attendees.
They will be Screen Video Capture and Sound recordings!

Limited Seating Sessions are:

6/27/2007 10:15AM-11:15AM
ColdFusion 8: Going Beyond Paper with PDF Documents and Forms - Dean Harmon

6/27/2007 11:30AM-12:30PM
ColdFusion 8: Dynamic Image Processing - Raymond Camden

6/27/2007 2:15PM-5:15PM
CFC Development - Raymond Camden

6/28/2007 8:30AM-9:30AM
ColdFusion 8:CFML Enhancements - Rupesh Kumar

6/28/2007 9:45AM-10:45AM
ColdFusion 8: Flex 3  Apollo (The Future of Adobe Development) - Matt 
Chotin

6/28/2007 1:45PM-2:45PM
Prototyping Applications with Flex 2.0 - Scott Stroz

6/28/2007 3:00PM-6:00PM
The Microsoft .NET Framework + BlueDragon: A Better Platform for CFML
Integrating CFML and .NET Code - Josh Adams

6/29/2007 8:30AM-10:30AM
Managing ColdFusion projects from start to finish - Shlomy Gantz

6/29/2007 1:30PM - 2:30PM
ColdFusion 8: Microsoft Exchange and .NET Integration - Ramchandra Kulkami

6/29/2007 2:45PM-3:45PM
ColdFusion 8: Case Study: Hostmysite.com - Monish Sood


Not Limited Seating Topic ColdFusion 8: Advanced AJAX Development
We have opened up the number of people that may attend this session.
This session's video capture will still be made available for free after 
the event to attendees.


* CFUNITED Europe 3/12/08 London UK

Join us for CFUNITED/Europe 08 in March 2008. Note that this is in 
addition to the
CFUNITED-08 in USA in June 2008.

Date: March 12-13th 2008
Location: Novotel London West, UK
To celebrate the 10 year anniversary of CFUnited we're going to Europe 
to share the CFUnited
Experience with all the ColdFusion developers in Europe.
http://europe.cfunited.com/


* CFUNITED-07 pre-conference classes iPod raffle winner

The winner of the iPod Nano pre-conference classes iPod raffle is:
Carolyn Foster Sacramento Co Office of Ed

Some classes are nearly full - snag your spot at


Re: cfpayflowpro release

2007-06-21 Thread Tony
and one that ill be testing in the next few days, and giving feedback on :)

thanks for the community input dan!

tony

On 6/21/07, Dan Vega [EMAIL PROTECTED] wrote:
 Just a quick plug on a small project I released today that hopefully will
 help others.

 http://cfpayflowpro.riaforge.org/
 http://www.danvega.org/blog/index.cfm/2007/6/21/cfPayflowPro-Alpha-Release

 --
 Thank You
 Dan Vega
 [EMAIL PROTECTED]
 http://www.danvega.org


 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281791
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Has anyone ever tried to use the AllPosters.com web service w/ CF?

2007-06-21 Thread Che Vilnonis
No takers? The WSDL file can be found here:
http://webservice.allposters.com/ProductInformationService.asmx?WSDL

And here is my simplyfied code (I believe I am calling the correct method):

cfinvoke
webservice=http://webservice.allposters.com/ProductInformationService.asmx;
method=GetProductInformation timeout=180 returnvariable=tmpOutput

cfinvokeargument name=websiteId value=37272187
cfinvokeargument name=pageNumber value=1
  cfinvokeargument name=productsPerPage value=20
  cfinvokeargument name=categoryID value=/
  cfinvokeargument name=searchText value=pontiac
  cfinvokeargument name=sortOrder value=PD/
  cfinvokeargument name=minWidth value=/
  cfinvokeargument name=maxWidth value=/
  cfinvokeargument name=minHeight value=/
  cfinvokeargument name=maxHeight value=/
cfinvokeargument name=minPrice value=/
  cfinvokeargument name=maxPrice value=/
cfinvokeargument name=languageID value=/
cfinvokeargument name=currencyCode value=USD/

/cfinvoke

And this is the error I get:

Could not generate stub objects for web service invocation.
Name: http://webservice.allposters.com/ProductInformationService.asmx. WSDL:
http://webservice.allposters.com/ProductInformationService.asmx.
org.xml.sax.SAXException: Fatal Error: URI=null Line=63: The element type
br must be terminated by the matching end-tag 
. It is recommended that you use a web browser to retrieve and examine the
requested WSDL document for correctness. If the requested WSDL document
can't be retrieved or it is dynamically generated, it is likely that the
target web service has programming errors.

TIA to anyone who can help... Che


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281793
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 Ent Instances

2007-06-21 Thread Jochem van Dieten
Tom Chiverton wrote:
 On Thursday 21 Jun 2007, Jochem van Dieten wrote:
 As a side note, putting a database server on the same box is a bad move.
 The web server and database server should be separate to obtain the best
 in security and utilization of your hardware.
 I believe this statement is more true for MS SQL Server than it is for
 MySQL. At least that is what a couple MySQL experts
 Can those experts elaborate on why they believe that to be so? Do they
 have names?
 
 I would have though it was obvious.
 MySQL eats less resources than MS SQL, so it's more able to co-exist with a 
 web server than MS SQL given the same hardware and loading.

The security issues with a db on the same server as CF are the same 
between MySQL and MS SQL Server and after testing MySQL I do not find 
its ability to deal with load self-evident at all: 
http://tweakers.net/reviews/649/6

Jochem


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281798
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Standard or Enterprise Edition?

2007-06-21 Thread Dave Francis
Can someone pls clarify. From the Adobe site, it reads as if Standard
Edition (of CFMX 7) supports one site only; if you are running 2 or more
sites, even on one server, you need Enterprise?

2nd question. Does CFMX developer edition CFFILE allow me to see the
file structure on another box. Somebody said yes, but CF has to be logged in
somehow, and gave me very straightforward directions for doing that - which
I immediately lost. Recap for the dumb kid at the back, please?



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281799
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Paul Henderson
I know I can prevent any simultaneous logins by simply flagging the account
as logged in when a user logins. However, if the user closes the browser
or is disconnected without properly logging out, how would I go about
allowing them to log back in? Since as far as I know, the server and
database would therefore have no way of knowing the user disconnected and
would still see the user as logged in. I thought OnSessionEnd would do the
trick, but as was pointed out to me on this list OnSessionEnd only runs when
the session expires, not when the user disconnects. Any ideas are much
appreciated, thanks.

 

 

 



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281795
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SOT: Subversion Revisions

2007-06-21 Thread Cutter (CFRelated)
OK, quick OT. Moving to using Subversion in our dev environment (yeah!), 
but hitting a few stumbling blocks.

I can 'export' a clean version of my 'HEAD', or any revision. But, I 
have a massive (3,000+ template) code base. Not every 'commit' to the 
system is tagged, or part of a branch. How (or is it even possible) do I 
pull ONLY the modified files from the repository? I have SvnAnt 
installed within Eclipse, to utilize Ant with Subversion for creating 
builds and deployments, but I'm still struggling to get my head around 
all of this.

-- 
Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281794
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Get Attributes of Cookie?

2007-06-21 Thread Jim Davis
 Jim,
 
 This OT, but I've never gotten a response from you e-mailing you 
 directly. Did you ever see my note about the bug fix to your WDDX 
 library? I tried contacting you a few months ago a couple of times and 
 never heard back.

No - I'm sorry.

I'm not going to say that I didn't get it... but I don't remember it.  I'm 
fighting a losing battle with Spam and I get so few personal emails anymore 
than I tend to delete pretty aggressively.

You can try again tho'!  Try jim AT depressedpress.com - it should be cleaner.  
If I don't respond again then poke me on list.

Of course I'm sure you don't mean bug... rather undocumented feature or 
misunderstood standard but I'm definately interested.  ;^)

Jim Davis

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281796
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Andy Matthews
You shouldn't have an issue with this.

Their browser should keep the cookie related to their server session and
remember that they're logged in. If the session expires before they reopen
their browser, then they'll get redirected to the login screen anyway.

andy 

-Original Message-
From: Paul Henderson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 11:11 AM
To: CF-Talk
Subject: How to Prevent Simultaneous Login / Session Management

I know I can prevent any simultaneous logins by simply flagging the account
as logged in when a user logins. However, if the user closes the browser
or is disconnected without properly logging out, how would I go about
allowing them to log back in? Since as far as I know, the server and
database would therefore have no way of knowing the user disconnected and
would still see the user as logged in. I thought OnSessionEnd would do the
trick, but as was pointed out to me on this list OnSessionEnd only runs when
the session expires, not when the user disconnects. Any ideas are much
appreciated, thanks.

 

 

 





~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281802
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Good SSL Provider

2007-06-21 Thread Robert Rawlins - Think Blue
Hello Guys,

 

I'm looking for an SSL provider at the moment and I'm kind of open to
suggestions, the more secure the better, obviously. However, I don't want to
pay through the nose for it if possible.

 

Thanks guys, I look forward to hearing some ideas,

 

Rob



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281804
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF8 Ent Instances

2007-06-21 Thread Dave Watts
  issues. Every 'expert' I've ever spoken with on this would 
  agree with putting the db on a separate box, behind the firewall ...
 
 That's massive overkill for most people's applications, I expect.

As is running multiple instances of CF8.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Has anyone ever tried to use the AllPosters.com web service w / CF?

2007-06-21 Thread Dave Watts
 No takers? The WSDL file can be found here:
 http://webservice.allposters.com/ProductInformationService.asmx?WSDL
 
 And here is my simplyfied code (I believe I am calling the 
 correct method):
 
 cfinvoke
 webservice=http://webservice.allposters.com/ProductInformatio
 nService.asmx

The WEBSERVICE attribute needs to point to the WSDL URL.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281800
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Standard or Enterprise Edition?

2007-06-21 Thread Dean Lawrence
On 6/21/07, Dave Francis [EMAIL PROTECTED] wrote:
 Can someone pls clarify. From the Adobe site, it reads as if Standard
 Edition (of CFMX 7) supports one site only; if you are running 2 or more
 sites, even on one server, you need Enterprise?


No, you do not need the Enterprise edition to run multiple site on the
same box. A single instance will run every website that your webserver
is running.

 2nd question. Does CFMX developer edition CFFILE allow me to see the
 file structure on another box. Somebody said yes, but CF has to be logged in
 somehow, and gave me very straightforward directions for doing that - which
 I immediately lost. Recap for the dumb kid at the back, please?

CFFile will only allow you to see the files that the server running
ColdFusion can see. This would be local drives and I do believe that
you can also see networked drives as well (I don't map network drives
to my webserver, so I do not know for sure).

Dean
-- 
__
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281813
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Bobby Hartsfield
You could always just check the session scope for the account in question.
Whether the user has closed the browser and left their computer completely
or not doesn't really mean anything here. If the session is still there...
the account is technically logged in and there is really nothing you can do
but wait for it to time out since you don't know.

As for checking... the base of any login routine I write contains a basic
structure of info about the user to use throughout the session. Things like,
userid, username, emailaddress...
I store all of that info in a session structure like this when the user
jacks in ... 

session.myLoginSessionStructure.userID
session.myLoginSessionStructure.userName
session.myLoginSessionStructure.userEmailAddress
etc...

(actually I create a structure within session.myLoginSessionStructure called
'User' and store all the user specific info there but to keep it simple I'll
leave the extra struct out. I did do it this way at one time and it works
just as well.)

So if I want to check to see if a specific user's session exists by say...
their USERID... I would read each session.myLoginSessionStructure.userID
that is available and compare it to that UserID

cfset sTracker = createObject(java,coldfusion.runtime.SessionTracker)
/
cfset allSessions =
sTracker.getSessionCollection(application.applicationName) /

cfloop item=s collection=allSessions
cfif structKeyExists(allSessions[s], myLoginSessionStructure) and
allSessions[s].myLoginSessionStructure['userID'] is UserIDToCheckFor
users sesison already exists
cfelse
users session does NOT already exist
/cfif
/cfloop

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Paul Henderson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 12:11 PM
To: CF-Talk
Subject: How to Prevent Simultaneous Login / Session Management

I know I can prevent any simultaneous logins by simply flagging the account
as logged in when a user logins. However, if the user closes the browser
or is disconnected without properly logging out, how would I go about
allowing them to log back in? Since as far as I know, the server and
database would therefore have no way of knowing the user disconnected and
would still see the user as logged in. I thought OnSessionEnd would do the
trick, but as was pointed out to me on this list OnSessionEnd only runs when
the session expires, not when the user disconnects. Any ideas are much
appreciated, thanks.

 

 

 





~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281812
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Subversion Revisions

2007-06-21 Thread Russ
This is why we don't export, but check out a working copy for the production
environment.  This way only modified file are pulled down when you do an
update.  The only downside is that the code will take up roughly twice the
space.  

You also got to make sure that .svn folders are protected.  Apache does it
by default, I believe, not sure about IIS. 

Russ



 -Original Message-
 From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 21, 2007 11:55 AM
 To: CF-Talk
 Subject: SOT: Subversion Revisions
 
 OK, quick OT. Moving to using Subversion in our dev environment (yeah!),
 but hitting a few stumbling blocks.
 
 I can 'export' a clean version of my 'HEAD', or any revision. But, I
 have a massive (3,000+ template) code base. Not every 'commit' to the
 system is tagged, or part of a branch. How (or is it even possible) do I
 pull ONLY the modified files from the repository? I have SvnAnt
 installed within Eclipse, to utilize Ant with Subversion for creating
 builds and deployments, but I'm still struggling to get my head around
 all of this.
 
 --
 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer
 _
 http://blog.cutterscrossing.com
 
 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281801
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8 Ent Instances

2007-06-21 Thread John Mason
Just as an example, a lot of merchant account agreements now specifically
call for these types of security procedures. So if you're doing e-commerce,
you may want to read up on your agreements. You may be legally required to
follow points such as these.

John
[EMAIL PROTECTED]

 

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 11:21 AM
To: CF-Talk
Subject: Re: CF8 Ent Instances

On Thursday 21 Jun 2007, Cutter (CFRelated) wrote:
 issues. Every 'expert' I've ever spoken with on this would agree with 
 putting the db on a separate box, behind the firewall, and without 
 direct access to the net, utilizing full authenticated-only access 
 from specific sources within the internal lan, and typically on a 
 non-standard port.

That's massive overkill for most people's applications, I expect.

--
Tom Chiverton
Helping to dynamically participate compelling information
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281807
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Standard or Enterprise Edition?

2007-06-21 Thread John Mason
Yes, standard will run multiple sites. Enterprise simply has some added
features that are nice for multiple sites, like sandboxing the applications,
etc.

By default CF runs under the local System account (look at the Services)
which has only local admin rights, no network access to say the active
directory,etc. By the way, the CF service should be changed to it's own
account that has just the rights that CF needs to run. Having an application
server with full admin rights to the box is a large security risk. Now, back
to your question, you can have CF under a active domain account that has
network access to shares on other servers etc. Simply change the account to
the domain account and type in the password. Restart the service and you
should be able access a mapped network resource.

John
[EMAIL PROTECTED]




-Original Message-
From: Dave Francis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 1:35 PM
To: CF-Talk
Subject: Standard or Enterprise Edition?

Can someone pls clarify. From the Adobe site, it reads as if Standard
Edition (of CFMX 7) supports one site only; if you are running 2 or more
sites, even on one server, you need Enterprise?

2nd question. Does CFMX developer edition CFFILE allow me to see the
file structure on another box. Somebody said yes, but CF has to be logged in
somehow, and gave me very straightforward directions for doing that - which
I immediately lost. Recap for the dumb kid at the back, please?





~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281805
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Standard or Enterprise Edition?

2007-06-21 Thread Ian Skinner
Dave Francis wrote:
 Can someone pls clarify. From the Adobe site, it reads as if Standard
 Edition (of CFMX 7) supports one site only; if you are running 2 or more
 sites, even on one server, you need Enterprise?
   
Standard can only support one INSTANCE of ColdFusion running on one 
server with up to two CPU's.  That instance can run as many websites as 
you care to point to it, only restricted by how much load you want to 
throw at the thing.

Enterprise allows you to create multiple INSTANCES of ColdFusion running 
on one server with up to two CPU's.  Each instance can be configured to 
run one or more web sites depending on how much load you want to throw 
at each one.
 2nd question. Does CFMX developer edition CFFILE allow me to see the
 file structure on another box. Somebody said yes, but CF has to be logged in
 somehow, and gave me very straightforward directions for doing that - which
 I immediately lost. Recap for the dumb kid at the back, please?
   
Nope cffile... won't all you to see any file structure anywhere.   
cfdirectory... on the other hand can read file structures.  For either 
one, by default, ColdFusion is configured to use the 'localsystem' 
user.  This user can only read resources on the local system --- 
appropriately named user that.  If you need CF to have access to utilize 
resources on other systems across a network, it needs to be configured 
to run under a user that has permissions to do so.  On window's system 
this is done in the Services Panel by changing what user the ColdFusion 
service(s) run under.


 

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281810
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Image swap with images from a database

2007-06-21 Thread Bobby Hartsfield
I guess I misunderstood the problem. Basically, what you are doing is
changing the big image on the left but not its link. Youll need to give the
link around the image an id and change its href when you change the image.

You could also just get rid of the link around the image all together and
use something like this in the onclick of the img
onclick=document.location.href=this.src

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Rick King [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 10:29 AM
To: CF-Talk
Subject: Re: Image swap with images from a database

Hmmm...didn't seem to work when I change #getproducts.image# to #image#

You can see what is occurring here:
http://www.woreitonce.com/details.cfm?ProdID=173

Thanks again.




 I have a page with up to three thumbnails (populated from a DB). A 
 larger version of these images appears directly above the thumbnails.
 When the thumbnails are clicked, the larger image changes 
 appropriately. That's working fine.
 
 However, I'd like the user to then click on the larger image, and then 
 a pop-up window (or, ultimately, some sort of lightbox functionality 
 when I get this working) would open with the full size image.
 
 I can get all this to work, but the pop-up window always displays the 
 first image returned in the query, regardless of which thumbnail was 
 clicked. I'm using document.image.src to swap the images.
 
 Is there a better way to do this?
 Thanks
 Rick
 
 
 !--Large Image with popup--
 td
 div align=center align=large_image
 a href=users/uploads/#getproducts.Image# target=_blank
 img src=users/uploads/#getproducts.Image# name=image 
  
 width=250 border=0 
 /a
 /div
 /td
 
 !--Thumbnails--
 td
 strong class=titlesAdditional Images: /strongbr br / cfloop 
 query=getproducts img src=users/uploads/#getproducts.Image# 
 width=65 border=0
 onClick=document.image.src='users/uploads/#getproducts.Image#'; 
 style=cursor:pointer; /
 /cfloop
/td



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281803
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfpayflowpro release

2007-06-21 Thread Dan Vega
Thanks for your help Tony, it is appreciated!

Dan

On 6/21/07, Tony [EMAIL PROTECTED] wrote:

 and one that ill be testing in the next few days, and giving feedback on
 :)

 thanks for the community input dan!

 tony

 On 6/21/07, Dan Vega [EMAIL PROTECTED] wrote:
  Just a quick plug on a small project I released today that hopefully
 will
  help others.
 
  http://cfpayflowpro.riaforge.org/
 
 http://www.danvega.org/blog/index.cfm/2007/6/21/cfPayflowPro-Alpha-Release
 
  --
  Thank You
  Dan Vega
  [EMAIL PROTECTED]
  http://www.danvega.org
 
 
 

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281806
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Mike Chabot
If you don't want reuse sessions based on the value in the cookie, or
you want to prevent people who are intentionally trying to log in with
two sessions, kill any existing session that the person may have right
before logging them in with their new session. Keep track of active
sessions in the application structure. You should be able to find info
on tracking sessions in the application scope. I believe Ray Camden
has good info on his site about this.

Good luck,
Mike Chabot

On 6/21/07, Paul Henderson [EMAIL PROTECTED] wrote:
 I know I can prevent any simultaneous logins by simply flagging the account
 as logged in when a user logins. However, if the user closes the browser
 or is disconnected without properly logging out, how would I go about
 allowing them to log back in? Since as far as I know, the server and
 database would therefore have no way of knowing the user disconnected and
 would still see the user as logged in. I thought OnSessionEnd would do the
 trick, but as was pointed out to me on this list OnSessionEnd only runs when
 the session expires, not when the user disconnects. Any ideas are much
 appreciated, thanks.









 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281815
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: Subversion Revisions

2007-06-21 Thread Doug Bezona
Presumably you mean for deployment purposes?

What we do is keep a working copy checked out on our dev and qa servers, and
our Ant deployment script simply does an update on the working copy when
we are ready to deploy.

The only downside is that you have all of the .svn directories around. For
our dev and qa environments, this is no biggie, but it's not what we want
for production. In our case, we just do a full export for production, since
even though we have a similarly large codebase, our qa and production
servers are in the same datacenter, and the export is very very fast.

Also, look into the Ant sync task, which will copy/add/delete only changed
files (again from a working copy you have already updated), and you can use
a file or directory filter to exclude the .svn directories. My only trouble
with this method is it's incredibly slow over a mapped drive. This on
Windows mind you, and it's Window's fault, not Ant's. This probably works
quite dandy on Linux over NFS.



On 6/21/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote:

 OK, quick OT. Moving to using Subversion in our dev environment (yeah!),
 but hitting a few stumbling blocks.

 I can 'export' a clean version of my 'HEAD', or any revision. But, I
 have a massive (3,000+ template) code base. Not every 'commit' to the
 system is tagged, or part of a branch. How (or is it even possible) do I
 pull ONLY the modified files from the repository? I have SvnAnt
 installed within Eclipse, to utilize Ant with Subversion for creating
 builds and deployments, but I'm still struggling to get my head around
 all of this.

 --
 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer
 _
 http://blog.cutterscrossing.com

 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281811
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Good SSL Provider

2007-06-21 Thread Chris Montgomery
Robert Rawlins - Think Blue said the following on 6/21/2007 12:12 PM:
 I'm looking for an SSL provider at the moment and I'm kind of open to
 suggestions, the more secure the better, obviously. However, I don't want to
 pay through the nose for it if possible.

Rob,

By provider I assume you're looking for a place to purchase SSL 
certificates? If that's the case, I recently purchased a RapidSSL cert 
here for $14.95:
http://www.theplanet.com/hosting-products/ssl/


-- 
Best regards,

Chris Montgomery

 (`-''-/).___..--''`-._
 `6_ 6  )   `-.  ( ).`-.__.`)
 (_Y_.)'  ._   )  `._ `. ``-..-'
   _..`--'_..-_/  /--'_.' ,'
  (il),-''  (li),'  ((!.-'

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281817
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Good SSL Provider

2007-06-21 Thread Max Hamby
Robert, you might want to take a look at GoDaddy

That said, anyone here using GoDaddy for thier certs? I've been eyeing them
for a couple of projects I have going on right now (price looks right and
I'm pretty happy with them as my domain registrar).

Just looking for some experiences too (not trying to hijack your thread,
Robert ;-)

Thanks,
Max

On 6/21/07, Robert Rawlins - Think Blue [EMAIL PROTECTED]
wrote:

 Hello Guys,



 I'm looking for an SSL provider at the moment and I'm kind of open to
 suggestions, the more secure the better, obviously. However, I don't want
 to
 pay through the nose for it if possible.



 Thanks guys, I look forward to hearing some ideas,



 Rob



 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281816
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT: CVS Question

2007-06-21 Thread Eric Haskins
Lets preface this with I am in no way a CVS wizard :)  I have used SVN, CVS,
Serena TeamTrack.  I am doing some work for a company now and we are trying
to figure out how we setup a DEV Branch/Trunk and be able to merge the
changes from Dev to Live???

Currently we have CVS setup but they are working on the actual live code?
Does anyone know where I can get some tutorials that would help me set this
up with CVS,
It drives me nuts when we are working on Live all the time

-- 
~Eric


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281814
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Josh Nathanson
 I know I can prevent any simultaneous logins by simply flagging the 
 account
 as logged in when a user logins. However, if the user closes the browser
 or is disconnected without properly logging out, how would I go about
 allowing them to log back in?

I think maybe, he means that he's trying to prevent two different people 
from logging in with same credentials.  In this scenario, a user who doesn't 
click a logout button or something, will not be allowed to log back in with 
his own credentials, because they are still marked logged in.

What I've done, rather than use a loggedin boolean field, is create a 
separate field in the user table called validate.  On login, you create a 
UUID and insert it into the validate db field, and also have a session 
variable with the same UUID.  On each request you check the session variable 
against the db variable and make sure they match.  If someone else logs in 
with the same credentials, a new UUID is inserted in the db, and the 
currently logged in person is logged out because their validation fails.

In this way, only one person at a time may be logged in with a certain 
credential, but you don't have the problem of them not being able to log 
back in before the session ends.

-- Josh



- Original Message - 
From: Andy Matthews [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, June 21, 2007 10:00 AM
Subject: RE: How to Prevent Simultaneous Login / Session Management


 You shouldn't have an issue with this.

 Their browser should keep the cookie related to their server session and
 remember that they're logged in. If the session expires before they reopen
 their browser, then they'll get redirected to the login screen anyway.

 andy

 -Original Message-
 From: Paul Henderson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 21, 2007 11:11 AM
 To: CF-Talk
 Subject: How to Prevent Simultaneous Login / Session Management

 I know I can prevent any simultaneous logins by simply flagging the 
 account
 as logged in when a user logins. However, if the user closes the browser
 or is disconnected without properly logging out, how would I go about
 allowing them to log back in? Since as far as I know, the server and
 database would therefore have no way of knowing the user disconnected and
 would still see the user as logged in. I thought OnSessionEnd would do the
 trick, but as was pointed out to me on this list OnSessionEnd only runs 
 when
 the session expires, not when the user disconnects. Any ideas are much
 appreciated, thanks.











 

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281818
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF8 Ent Instances

2007-06-21 Thread Jason Manaigre
Definitely not the next myspace, one big site (the 600k/year) and the
others are small blogs/wikis etc. Nothing over the 100k/year mark.



I agree that the answer depends on the number of simultaneous users, how
much RAM each application needs to function well, and other
application-specific factors. If you run smallish sites, then you could
probably install six instances of CF (if you really want me to pick a
number), although I am uncertain as to what goal you are trying to
achieve. Most people install one big instance. Your server specs are on
the high-end range for a Web server, although they are in the medium
range for a database server, considering the hard drive specs.
I have seen high-traffic sites get by with less powerful hardware and
not break a sweat. For most sites, access to external resources, like a
database or Web service, are the primary bottlenecks. So my guess is
that you will find your server will meet your needs, unless you are
building the next MySpace.com.

 As a side note, putting a database server on the same box is a bad 
 move. The web server and database server should be separate to obtain 
 the best in security and utilization of your hardware.

I believe this statement is more true for MS SQL Server than it is for
MySQL. At least that is what a couple MySQL experts told me when I asked
them a related question. I suppose it relates to the it depends
answer.

-Mike Chabot


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281809
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Throttle Settings?

2007-06-21 Thread Johnny Le
Hi,

I am not quite clear on the Throttle stuff.  In CF admin, I can set Request 
Throttle Threshold and Request Throttle Memory.  My site is a big high 
traffic site.  We have 1GB of heap memory and 512MB of permanent memory.  I set 
25 as the maximum number of simultaneous requests.  What should the Request 
Throttle Threshold and Request Throttle Memory be?  I currently have 4 MB 
for Request Throttle Threshold and 200 MB for Request Throttle Memory, but I 
don't really know if a smaller number is better or a bigger number is better.  
Yes, I read the explanation but I don't understand what it's saying.  Please 
explain it to me.  Thank you.

Johnny


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281822
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Good SSL Provider

2007-06-21 Thread Eric Haskins
I second Chris on RapidSSL . I have have all four of my servers thru ev1 now
The Planet and I resell those SSL Certs for 39.95 (60.00) if I have to
install them for my customers

Eric



On 6/21/07, Chris Montgomery [EMAIL PROTECTED] wrote:

 Robert Rawlins - Think Blue said the following on 6/21/2007 12:12 PM:
  I'm looking for an SSL provider at the moment and I'm kind of open to
  suggestions, the more secure the better, obviously. However, I don't
 want to
  pay through the nose for it if possible.

 Rob,

 By provider I assume you're looking for a place to purchase SSL
 certificates? If that's the case, I recently purchased a RapidSSL cert
 here for $14.95:
 http://www.theplanet.com/hosting-products/ssl/


 --
 Best regards,

 Chris Montgomery

 (`-''-/).___..--''`-._
 `6_ 6  )   `-.  ( ).`-.__.`)
 (_Y_.)'  ._   )  `._ `. ``-..-'
   _..`--'_..-_/  /--'_.' ,'
  (il),-''  (li),'  ((!.-'

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281826
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Josh Nathanson
I can confirm that, on XP Pro Firefox 1.5.

-- Josh

- Original Message - 
From: Jim Rising [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, June 21, 2007 9:54 AM
Subject: High CPU usage on HouseOfFusion.Com


 not sure if anyone else has noticed this, but on XP Pro IE6 and FF 
 2.0.0.4, when i go to the houseoffusion.com website, my CPU usage spikes 
 and pins at about 60% utilization. i've had 4 other people using the same 
 platform confirm this, though 2 others on Mac did not have the same 
 effect. (go figure)

 i'm thinking it must be javascript or flash related. either way... there's 
 something funky going on, and i can't stand to have my fan whirring on my 
 laptop while i'm hanging out here. :)

 Jim Rising
 Sr. Cold Fusion Developer
 ICGLink Inc.
 www.icglink.com

 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281823
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF8 Ent Instances

2007-06-21 Thread Jason Manaigre
I hear that, unfortunately we don't have the option for another server,
not for the first year anyways. This server is a test server to see how
well CF holds up in our web environment. (I.e., I've had to fight hard
to get the ok for CF). 

The one site (which gets 600k/year) is pretty much the only site I can't
have offline if I do something wild to the server and crap it out for
some reason.

-Original Message-
From: John Mason [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 20, 2007 3:08 PM
To: CF-Talk
Subject: RE: CF8 Ent Instances

Considering CF8 is still beta and we don't know the applications you are
trying to run on this. The answer is it depends.

As a side note, putting a database server on the same box is a bad move.
The web server and database server should be separate to obtain the best
in security and utilization of your hardware.

John
[EMAIL PROTECTED]


 

-Original Message-
From: Jason Manaigre [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 20, 2007 1:18 PM
To: CF-Talk
Subject: CF8 Ent Instances

Hi everyone, will be launching a new server soon, specs are:

Server Dual Xeon Quad Core 1.6 Ghz (Clovertown E5310) Ram 4 GB ECC DDR2
SDRAM Hard Disk  4 x 74 GB 10K SATA Raptor RAID 5 (Adaptec Controller)
Windows 2003 Server Standard


CF8 Enterprise and MySQL5 on the same box until we can afford a second
db server.

The question is how many instances of CF can generally be run on this
server config?

Thanks everyone.





~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281808
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Jim Davis
I know I can prevent any simultaneous logins by simply flagging the account
as logged in when a user logins. However, if the user closes the browser
or is disconnected without properly logging out, how would I go about
allowing them to log back in? Since as far as I know, the server and
database would therefore have no way of knowing the user disconnected and
would still see the user as logged in. I thought OnSessionEnd would do the
trick, but as was pointed out to me on this list OnSessionEnd only runs when
the session expires, not when the user disconnects. Any ideas are much
appreciated, thanks.

Forgetting the actual coding involved there are at least two schools of thought 
on this.

+) Token-Based Refusal

In this style you'd store a token (as simple as an IP address but you might 
also include User Agent or anything else you can get your hands on or place a 
GUID in a cookie) along with the logged in status.  When another login is 
attempted using the same credentials you'd compare the information: if it's the 
same you'd allow the access.

If the user accidentally closes the browser they still have to log in, but if 
the info matches they get in immediately.

It isn't perfect (far from it) but it works well enough.  One issue is how to 
mange the information: you can't keep it forever (or else you'd be tying use of 
the application to a single computer).  Often you might manage this by having 
the information valid only as long as long as the session is (that way whether 
or not it's the same person logging in there's no conflict).  But you still 
might run into problems.

+) Bumping

This is the system adopted by many Instant Messaging systems: a new logon will 
kill a current log on.  The message You have logged in on another computer 
epitomizes it.  The session from the old computer is eliminated completely and 
the new session becomes the real one.

This honestly annoys me with IM but you'd have to review the idea with your 
audience in mind.

If there are actually two people trying to use the same account this can result 
in a tug-of-war with the credential rights, but that might be what you want.


Both methods assume that you a) know the details of your user's status (know 
whose logged in) and b) can affect that status in some way.  If the existence 
of a session implies a login then you've lost control for example.

This usually means implementation of some kind of logged in queue or the 
like.  Once you can interrogate whose logged in and modify that status either 
of these options become much simpler to implement.

Jim Davis

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281821
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Good SSL Provider

2007-06-21 Thread Robert Rawlins - Think Blue
Thank you for all your suggestions guys,

I'll do some research on this lot, I've had a few recommendations now from
different people for RapidSSL.

Thanks,

Rob

-Original Message-
From: Eric Haskins [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2007 20:57
To: CF-Talk
Subject: Re: Good SSL Provider

I second Chris on RapidSSL . I have have all four of my servers thru ev1 now
The Planet and I resell those SSL Certs for 39.95 (60.00) if I have to
install them for my customers

Eric



On 6/21/07, Chris Montgomery [EMAIL PROTECTED] wrote:

 Robert Rawlins - Think Blue said the following on 6/21/2007 12:12 PM:
  I'm looking for an SSL provider at the moment and I'm kind of open to
  suggestions, the more secure the better, obviously. However, I don't
 want to
  pay through the nose for it if possible.

 Rob,

 By provider I assume you're looking for a place to purchase SSL
 certificates? If that's the case, I recently purchased a RapidSSL cert
 here for $14.95:
 http://www.theplanet.com/hosting-products/ssl/


 --
 Best regards,

 Chris Montgomery

 (`-''-/).___..--''`-._
 `6_ 6  )   `-.  ( ).`-.__.`)
 (_Y_.)'  ._   )  `._ `. ``-..-'
   _..`--'_..-_/  /--'_.' ,'
  (il),-''  (li),'  ((!.-'

 



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281830
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Has anyone ever tried to use the AllPosters.com web service w / CF?

2007-06-21 Thread Che Vilnonis
Dave, I have tried that as well. I get this error. No matter how many I
have, the last cfinvokeargument line is where the error occurs.

Web service operation GetProductInformation with parameters
{maxWidth={},sortOrder={PD},pageNumber={1},searchText={buick},categoryID={},
minWidth={},currencyCode={USD},minHeight={},productsPerPage={20},minPrice={}
,maxHeight={},websiteId={37272187},languageID={},maxPrice={}} could not be
found.
 
The error occurred in C:\Inetpub\wwwroot\bpp\_example_allposters.cfm: line
31

29 :cfinvokeargument name=maxPrice value=/
30 : cfinvokeargument name=languageID value=/
31 : cfinvokeargument name=currencyCode value=USD/
32 :
33 : /cfinvoke

 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 12:47 PM
To: CF-Talk
Subject: RE: Has anyone ever tried to use the AllPosters.com web service w /
CF?

 No takers? The WSDL file can be found here:
 http://webservice.allposters.com/ProductInformationService.asmx?WSDL
 
 And here is my simplyfied code (I believe I am calling the correct 
 method):
 
 cfinvoke
 webservice=http://webservice.allposters.com/ProductInformatio
 nService.asmx

The WEBSERVICE attribute needs to point to the WSDL URL.


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281819
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Subversion Revisions

2007-06-21 Thread Dinner
One can set up a post-commit hook as well... check out The Book, for examples
of stuff.

Wouldn't be trivial, but I think that's how you'd do it, if you
weren't using a working
copy of some sort.

:D

On 6/21/07, Russ wrote:
 This is why we don't export, but check out a working copy for the production
 environment.  This way only modified file are pulled down when you do an
 update.  The only downside is that the code will take up roughly twice the
 space.

 You also got to make sure that .svn folders are protected.  Apache does it
 by default, I believe, not sure about IIS.

 Russ

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281829
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How images appear in the page?

2007-06-21 Thread Luis Galdames
Hi Steve, thanks for your reply.
Let mi explain a little more...
ColdFusion is installed in  C:\CFusionMX7 The Tutorial point to work in
C:\CFusionMX7\wwwroot\cfdocs\getting_started so this is the LocalHost and
LocalTestServer.
Also the Tutorial instruct to create the pages in the directory my_app So my
page is stored in
C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\tripdetail.cfm
Now, within the directory my_app is a subdirectory images and there is
stored the one I want to show in my page.
So, C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\images\last.gif
exist and is there because I see it with the Windows Explorer.
Following your suggestion, I tried the following lines in my page:
img src=http://localhost/my_app/images/last.gif;
img src=/my_app/images/last.gif
img src=/images/last.gif
img src=images/last.gif
img
src=C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\images\last.gif
And the only one that works is the last one... but I can not use that
address because when I upload the pages to the server, I won't work.
So I still in problem.
The strange thing is that I was developing a system starting in the
BookStore Tutorial and I converted it completely to suit my needs and I got
it right with no problem, but I got stocked when I realized that my
knowledge of the commands and functions of CF was almost null, so took the
Studying route and arrived to the Compass Travel Tutorial that is giving me
this head heck.
Thank you for your patient.
By the way, my native language is Spanish.
Hugs.
Luis Galdames

-Mensaje original-
De: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 20 de Junio de 2007 13:02
Para: CF-Talk
Asunto: Re: How images appear in the page?

Luis, is '/myapp' a CF mapping? That wouldn't work in this context. Your 
issue is that the path, within your image 'src' attribute, is incorrect. 
Right click on the box and select the 'properties' option, to see what 
is the path is being evaluated as by your browser. You then can adjust 
your path accordingly.

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Luis Octavio Galdames Hidalgo wrote:
 I am learning to program CFML following the Compass Travel example.
 I am following the lessons pretty well, obtaining the expected results,
but...
 The lessons show a page with images for bottons, located in
/my_app/images/last.jpg
 I usedimg src=images/last.jpg  and also
 img src=/my_app/images/last.jpg but my page only shows the square
where the image should be...  Am I missign some configuration?
 
 



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281824
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Jim Rising
not sure if anyone else has noticed this, but on XP Pro IE6 and FF 2.0.0.4, 
when i go to the houseoffusion.com website, my CPU usage spikes and pins at 
about 60% utilization. i've had 4 other people using the same platform confirm 
this, though 2 others on Mac did not have the same effect. (go figure)

i'm thinking it must be javascript or flash related. either way... there's 
something funky going on, and i can't stand to have my fan whirring on my 
laptop while i'm hanging out here. :)

Jim Rising
Sr. Cold Fusion Developer
ICGLink Inc.
www.icglink.com

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281820
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - Apache slow to start without CF

2007-06-21 Thread Dinner
IIRC, it only does it once, and the timeout is configurable.  I think.

Could even be a post from me here on talk about it...

On 6/21/07, J.J. Merrick wrote:
 yeah if you look in your error logs you will see that it is trying to
 contact jRun and then times out. It will proceed to do this on every page so
 you might as well just start CF :-)


 J.J.

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281828
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Good SSL Provider

2007-06-21 Thread Eric J. Hoffman
We had an issue with Firefox acceptance...and a web services issue with
CF.   You have to do a bunch of monkey business to get them to work
rather than using one from GeoTrustwhich at $49 bones is pretty
darned cost effective.   I spent more on the GoDaddy in time that made
the 19.99 less appealing.






Eric J. Hoffman
Managing Partner
1940 Greeley Street South
Suite 102
StillwaterMN55082
mail: [EMAIL PROTECTED]
www: http://www.ejhassociates.com
tel: 651.717.4105
fax: 651.717.4101
mob: 651.245.2717
Adobe Solutions Partner
Microsoft Certified Partner



This message contains confidential information and is intended only for [EMAIL 
PROTECTED] If you are not cf-talk@houseoffusion.com you should not disseminate, 
distribute or copy this e-mail. Please notify [EMAIL PROTECTED] immediately by 
e-mail if you have received this e-mail by mistake and delete this e-mail from 
your system. E-mail transmission cannot be guaranteed to be secure or 
error-free as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses. Eric J. Hoffman therefore does 
not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.


-Original Message-

From: Max Hamby [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 1:25 PM
To: CF-Talk
Subject: Re: Good SSL Provider

Robert, you might want to take a look at GoDaddy

That said, anyone here using GoDaddy for thier certs? I've been eyeing
them
for a couple of projects I have going on right now (price looks right
and
I'm pretty happy with them as my domain registrar).

Just looking for some experiences too (not trying to hijack your thread,
Robert ;-)

Thanks,
Max

On 6/21/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED]
wrote:

 Hello Guys,



 I'm looking for an SSL provider at the moment and I'm kind of open to
 suggestions, the more secure the better, obviously. However, I don't
want
 to
 pay through the nose for it if possible.



 Thanks guys, I look forward to hearing some ideas,



 Rob



 



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281827
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Bryan Stevenson
Yeah I've seen bad Flash hit 90% or better!!

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

Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281837
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SSL Installation

2007-06-21 Thread Robert Rawlins - Think Blue
Hello Guys,

 

I kind of feel a little silly asking this, but net admin never was my strong
point...

 

I've now installed my shiny new ssl certificate and it seems to work just
lovely, if I browse the https:// address then I get the little lock and all
that jazz, now, how do i button down the hatches so the https:// version is
the only version accessibly on my site? I'm running win2k3 and IIS6.

 

Thanks for any advice, a quick one would be really great, its 10.30pm and
I'm still in the office lol

 

Thanks,

 

Rob



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281835
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: Subversion Revisions

2007-06-21 Thread Dinner
On 6/21/07, Doug Bezona wrote:
 The only downside is that you have all of the .svn directories around. For
 our dev and qa environments, this is no biggie, but it's not what we want
 for production. In our case, we just do a full export for production, since
 even though we have a similarly large codebase, our qa and production
 servers are in the same datacenter, and the export is very very fast.

Rsync is also a great option.  Only copies what's changed, and you can
tell it to exclude certain directories, etc. (like .svn).  Can work over ssh,
etc..

There are ports for windows too.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281831
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: HouseOfFusion.Com password retrieval

2007-06-21 Thread Michael Dinowitz
I'm looking into it now. 

As an aside, anyone who needs to contact me with a site issue can use the 
contact form and I'll see it faster than a CF-Talk post (which is also kind of 
OT):
http://www.houseoffusion.com/contact.cfm

Thanks

I just tried to get my password and it looks like the password retrieval
system is not working.  I tried this about 30 mins ago and still no email
with my password...  I have tred this a few times before and had no
succcess ever.

Eric

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281840
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


HouseOfFusion.Com password retrieval

2007-06-21 Thread owner
I just tried to get my password and it looks like the password retrieval
system is not working.  I tried this about 30 mins ago and still no email
with my password...  I have tred this a few times before and had no
succcess ever.

Eric

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281834
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Good SSL Provider

2007-06-21 Thread Jake Pilgrim
I'm a fan of GeoTrust. Yes, you do tend to pay the piper when going with them 
but it's a name that people recognize and they provide 'reissue insurance' 
which I know I have personally cashed in on at least a dozen times. 

'A name that people recognize': If you purchase an SSL cert through GeoTrust, 
they allow you to display their geotrust security symbol graphic on your site. 
As you probably already know, there are many people who are paranoid about 
submitting their credit card number to ANY site. By putting some sort of 
security symbol on your site, you provide a (false) sense of security that your 
customers will appreciate. If they actually recognize the company that is being 
displayed in the security symbol, even better. 

'reissue insurance': Basically it ensures that if you mess up the installation 
or blow up your server, you can get another SSL cert without having to pay for 
it. Say you generate the request file, send it to GeoTrust, and they issue you 
a certificate. You then pull a bonehead move and delete the site from IIS or 
spill your beer on the server and it snaps, crackles, and pops. Once you get 
things set up again, the cert that GeoTrust sent you will no longer work 
because it will no longer match up with the request file. With reissue 
insurance, you simply create a new request file and go through the reissue 
process - they will send you a new cert using the new request file. 


If you want to go with a vendor other than GeoTrust, I personally would make 
sure that the vendor provided this sort of insurance since the times that you 
cash in on it are typically stressful enough :). 

Jake Pilgrim

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281839
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Gareth Hughes
Same here. And I agree the fan noise is really annoying :)

- Original Message - 
From: Jim Rising [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, June 21, 2007 5:54 PM
Subject: High CPU usage on HouseOfFusion.Com


not sure if anyone else has noticed this, but on XP Pro IE6 and FF 2.0.0.4, 
when i go to the houseoffusion.com website, my CPU usage spikes and pins at 
about 60% utilization. i've had 4 other people using the same platform 
confirm this, though 2 others on Mac did not have the same effect. (go 
figure)

i'm thinking it must be javascript or flash related. either way... there's 
something funky going on, and i can't stand to have my fan whirring on my 
laptop while i'm hanging out here. :)

Jim Rising
Sr. Cold Fusion Developer
ICGLink Inc.
www.icglink.com



~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281833
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Vista

2007-06-21 Thread Jochem van Dieten
Greg Luce wrote:
 I just built an OpenSuse desktop with GIMP and Open Office. It's pretty
 cool! If I had a company that needed 20 desktop PCs, this's definitely what
 I'd do. I think 95% of office workers could definitely conduct business on
 this thing.

Imagine taking that to the next level. I worked on a project 2 years ago 
to build a software distribution with a full desktop and loaded with 
programs for scientific work: thermodynamic calculators, integrated 
circuit designers, 3D modeling, linear algebra, etc. In the end we had a 
bootable and installable DVD with all the software a student would need 
for all his undergraduate classes. Essentially we had 2000 complete 
desktops on DVD for the cost of our time :)

Jochem

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281832
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Good SSL Provider

2007-06-21 Thread Eric Haskins
I ran into some issues with the GoDaddy Startech certs apache wouldnt start
with a couple of them ended up getting a refund and going back to RapidSSL

Eric




On 6/21/07, Robert Rawlins - Think Blue [EMAIL PROTECTED]
wrote:

 Thank you for all your suggestions guys,

 I'll do some research on this lot, I've had a few recommendations now from
 different people for RapidSSL.

 Thanks,

 Rob


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281847
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Good SSL Provider

2007-06-21 Thread Jordan Michaels
I concur that GoDaddy certs have problems being accepted on some 
browsers, web services, etc. They claim 99% acceptance but who knows 
where they get that percentage from.

If you want a quality certificate for a great price, RapidSSL/GeoTrust 
(they're essentially the same thing) is the best way to go.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
BlueDragon Alliance Member
[EMAIL PROTECTED]


Max Hamby wrote:
 Robert, you might want to take a look at GoDaddy
 
 That said, anyone here using GoDaddy for thier certs? I've been eyeing them
 for a couple of projects I have going on right now (price looks right and
 I'm pretty happy with them as my domain registrar).
 
 Just looking for some experiences too (not trying to hijack your thread,
 Robert ;-)
 
 Thanks,
 Max
 
 On 6/21/07, Robert Rawlins - Think Blue [EMAIL PROTECTED]
 wrote:
 Hello Guys,



 I'm looking for an SSL provider at the moment and I'm kind of open to
 suggestions, the more secure the better, obviously. However, I don't want
 to
 pay through the nose for it if possible.



 Thanks guys, I look forward to hearing some ideas,



 Rob




 
 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281836
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Image swap with images from a database

2007-06-21 Thread Rick King
Got it. Thanks for the help!

I guess I misunderstood the problem. Basically, what you are doing is
changing the big image on the left but not its link. Youll need to give the
link around the image an id and change its href when you change the image.

You could also just get rid of the link around the image all together and
use something like this in the onclick of the img
onclick=document.location.href=this.src

.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Rick King [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 10:29 AM
To: CF-Talk
Subject: Re: Image swap with images from a database

Hmmm...didn't seem to work when I change #getproducts.image# to #image#

You can see what is occurring here:
http://www.woreitonce.com/details.cfm?ProdID=173

Thanks again.




  
/td

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281842
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Good SSL Provider

2007-06-21 Thread Russ
I use godaddy, and as long as your app allows for chained certs, I haven't
had a problem. 

Russ



 -Original Message-
 From: Max Hamby [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 21, 2007 2:25 PM
 To: CF-Talk
 Subject: Re: Good SSL Provider
 
 Robert, you might want to take a look at GoDaddy
 
 That said, anyone here using GoDaddy for thier certs? I've been eyeing
 them
 for a couple of projects I have going on right now (price looks right and
 I'm pretty happy with them as my domain registrar).
 
 Just looking for some experiences too (not trying to hijack your thread,
 Robert ;-)
 
 Thanks,
 Max
 
 On 6/21/07, Robert Rawlins - Think Blue
 [EMAIL PROTECTED]
 wrote:
 
  Hello Guys,
 
 
 
  I'm looking for an SSL provider at the moment and I'm kind of open to
  suggestions, the more secure the better, obviously. However, I don't
 want
  to
  pay through the nose for it if possible.
 
 
 
  Thanks guys, I look forward to hearing some ideas,
 
 
 
  Rob
 
 
 
 
 
 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281843
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF site with contribute publishing server

2007-06-21 Thread Dawson, Michael
1.  No.  We installed it on a departmental web server, but it can
administer any other web server that you configure.  Basically, the CPS
is a service that handles authentication and other tasks in a central
location.  The central location can be just about anywhere, but it needs
to be accessible from any clients.

2. I think so, as long as you have some sort of network access.

3. Sorry.

M!ke 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Thursday, June 21, 2007 8:47 AM
To: CF-Talk
Subject: CF site with contribute publishing server

I need to move a corporate client to a CF hosting site.  We're going to
be using Contribute Publishing Server. Does any one have expereince with
this?  My questions are ...

1) Does the CPS have to be installed on the same machine as the Web
server?

2)Can I have the site on a Web site hosting company and have the CPS on
another machine say within their corporate offices?  (Firewall issues
etc, cleared)

3) Does anyone know of a Web hosting provider that offer Contribute
Publishing Server?

Thanks.

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281844
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SSL Installation

2007-06-21 Thread J.J. Merrick
This is off the top of my head but in CF you can do:

cfif *cgi.HTTPS* EQ off
 cflocation url=https://blah.com;
/cfif

On 6/21/07, Robert Rawlins - Think Blue [EMAIL PROTECTED]
wrote:

 Hello Guys,



 I kind of feel a little silly asking this, but net admin never was my
 strong
 point...



 I've now installed my shiny new ssl certificate and it seems to work just
 lovely, if I browse the https:// address then I get the little lock and
 all
 that jazz, now, how do i button down the hatches so the https:// version
 is
 the only version accessibly on my site? I'm running win2k3 and IIS6.



 Thanks for any advice, a quick one would be really great, its 10.30pm and
 I'm still in the office lol



 Thanks,



 Rob



 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281848
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 - Disable CFC Type Check

2007-06-21 Thread Paul Vernon
I just saw an attack on one of the sites we host on a CF6.1 server. The site
is pure CFC, and uses cfqueryparam everywhere so the attack failed :)

Basically the attack was a poor attempt at a SQL injection and it failed
when the data was being passed into the function by the type checking that
is inherent to CFMX and whilst I like the idea of being able to turn off
type checking in CF8 for performance reasons, I think this attack was a
timely reminder as to how useful type checking can be in a production
environment.

Yes, I know the cfqueryparam would have taken care of the problem if type
checking was off but isn't security meant to be multi-layered? Are we
turning off a useful security feature if we tick the Disable CFC Type Check
checkbox?

Discuss.

Paul



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281851
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Paul Henderson
Thanks for all the feedback guys, I think the bumping technique described by 
Jim and Josh will work best for me in this situation. Although it would be niec 
to have a bullet proof login where simultaneous logins are denied, sessions end 
on browser close or disconnect and users can log back in without waiting for a 
session to timeout...maybe in CF9.


-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 2:38 PM
To: CF-Talk
Subject: Re: How to Prevent Simultaneous Login / Session Management

I know I can prevent any simultaneous logins by simply flagging the account
as logged in when a user logins. However, if the user closes the browser
or is disconnected without properly logging out, how would I go about
allowing them to log back in? Since as far as I know, the server and
database would therefore have no way of knowing the user disconnected and
would still see the user as logged in. I thought OnSessionEnd would do the
trick, but as was pointed out to me on this list OnSessionEnd only runs when
the session expires, not when the user disconnects. Any ideas are much
appreciated, thanks.

Forgetting the actual coding involved there are at least two schools of thought 
on this.

+) Token-Based Refusal

In this style you'd store a token (as simple as an IP address but you might 
also include User Agent or anything else you can get your hands on or place a 
GUID in a cookie) along with the logged in status.  When another login is 
attempted using the same credentials you'd compare the information: if it's the 
same you'd allow the access.

If the user accidentally closes the browser they still have to log in, but if 
the info matches they get in immediately.

It isn't perfect (far from it) but it works well enough.  One issue is how to 
mange the information: you can't keep it forever (or else you'd be tying use of 
the application to a single computer).  Often you might manage this by having 
the information valid only as long as long as the session is (that way whether 
or not it's the same person logging in there's no conflict).  But you still 
might run into problems.

+) Bumping

This is the system adopted by many Instant Messaging systems: a new logon will 
kill a current log on.  The message You have logged in on another computer 
epitomizes it.  The session from the old computer is eliminated completely and 
the new session becomes the real one.

This honestly annoys me with IM but you'd have to review the idea with your 
audience in mind.

If there are actually two people trying to use the same account this can result 
in a tug-of-war with the credential rights, but that might be what you want.


Both methods assume that you a) know the details of your user's status (know 
whose logged in) and b) can affect that status in some way.  If the existence 
of a session implies a login then you've lost control for example.

This usually means implementation of some kind of logged in queue or the 
like.  Once you can interrogate whose logged in and modify that status either 
of these options become much simpler to implement.

Jim Davis



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281845
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF6 pulling odd SQLServer data

2007-06-21 Thread Nicki Tabb
Thanks Dave. We are using the JDBC drivers. Turns out the issue was the data 
type of the TransactionDate field. I had used a smalldatetime and changed it to 
datetime. Now the page displays fine.
Thanks for the help!
nicki

 2, H,mH,m¾“ ¾“, €È“PÈ“, 
 xm�žm 
 [01000][ODBC Socket][Microsoft][ODBC SQL Server 
 Driver][SQL Server]Changed language setting to us_english.  
 �È�±E [01000][ODBC Socket][Microsoft][ODBC SQL 
 Server Driver][SQL Server]Changed database context to 
 'ITLogger'., ô»“ø»“ü»“¼“, 
 xm�žm
 , itcrew

You might try using the JDBC drivers instead. In almost all cases, you
should use JDBC if it's available.

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!

This email has been processed by SmoothZap - www.smoothwall.net

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281838
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Will Tomlinson
Does it have anything to do with Transferring data 
widgets.developercircuit.com
appearing in the status bar the whole time?

Will

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281841
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Good SSL Provider

2007-06-21 Thread Russ
I've never had an issue with firefox acceptance.  Was this back in the day
of some beta of firefox?   I've been using godaddy ssl for at least a year
with no firefox or ie problems. 

Russ



 -Original Message-
 From: Eric J. Hoffman [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 21, 2007 4:15 PM
 To: CF-Talk
 Subject: RE: Good SSL Provider
 
 We had an issue with Firefox acceptance...and a web services issue with
 CF.   You have to do a bunch of monkey business to get them to work
 rather than using one from GeoTrustwhich at $49 bones is pretty
 darned cost effective.   I spent more on the GoDaddy in time that made
 the 19.99 less appealing.
 
 
 
 
 
 
 Eric J. Hoffman
 Managing Partner
 1940 Greeley Street South
 Suite 102
 StillwaterMN55082
 mail: [EMAIL PROTECTED]
 www: http://www.ejhassociates.com
 tel: 651.717.4105
 fax: 651.717.4101
 mob: 651.245.2717
 Adobe Solutions Partner
 Microsoft Certified Partner
 
 
 
 This message contains confidential information and is intended only for
 [EMAIL PROTECTED] If you are not cf-talk@houseoffusion.com you
 should not disseminate, distribute or copy this e-mail. Please notify
 [EMAIL PROTECTED] immediately by e-mail if you have received this
 e-mail by mistake and delete this e-mail from your system. E-mail
 transmission cannot be guaranteed to be secure or error-free as
 information could be intercepted, corrupted, lost, destroyed, arrive late
 or incomplete, or contain viruses. Eric J. Hoffman therefore does not
 accept liability for any errors or omissions in the contents of this
 message, which arise as a result of e-mail transmission. If verification
 is required please request a hard-copy version.
 
 
 -Original Message-
 
 From: Max Hamby [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 21, 2007 1:25 PM
 To: CF-Talk
 Subject: Re: Good SSL Provider
 
 Robert, you might want to take a look at GoDaddy
 
 That said, anyone here using GoDaddy for thier certs? I've been eyeing
 them
 for a couple of projects I have going on right now (price looks right
 and
 I'm pretty happy with them as my domain registrar).
 
 Just looking for some experiences too (not trying to hijack your thread,
 Robert ;-)
 
 Thanks,
 Max
 
 On 6/21/07, Robert Rawlins - Think Blue
 [EMAIL PROTECTED]
 wrote:
 
  Hello Guys,
 
 
 
  I'm looking for an SSL provider at the moment and I'm kind of open to
  suggestions, the more secure the better, obviously. However, I don't
 want
  to
  pay through the nose for it if possible.
 
 
 
  Thanks guys, I look forward to hearing some ideas,
 
 
 
  Rob
 
 
 
 
 
 
 
 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281852
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Michael Dinowitz
Can you disable javascript for your browser and try again? If you still have a 
problem, then it may be the flash banner on top. If not, then its probably the 
javascript. If so, I'll see what I can do to minimize the hit. The only 'real' 
javascript I have on the site is Google Analytics. 

Oh, and firefox seems to be a hog in many cases. It grabs a LOT of memory and 
doesn't let it go and counting on the plugins you have, it can even freeze or 
hit high CPU for some sites. Is your firefox stock or do you have plugins?

 not sure if anyone else has noticed this, but on XP Pro IE6 and FF 2.0.
 0.4, when i go to the houseoffusion.com website, my CPU usage spikes 
 and pins at about 60% utilization. i've had 4 other people using the 
 same platform confirm this, though 2 others on Mac did not have the 
 same effect. (go figure)
 
 i'm thinking it must be javascript or flash related. either way... 
 there's something funky going on, and i can't stand to have my fan 
 whirring on my laptop while i'm hanging out here. :)
 
 Jim Rising
 Sr. Cold Fusion Developer
 ICGLink Inc.
 www.icglink.
com

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281825
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Good SSL Provider

2007-06-21 Thread Rick Root
Just don't buy DIRECTLY from RapidSSL or GeoTrust =)

Find a reseller!

I have been using this reseller for years... GeoTrust StarterSSL certs
for $39 (I think these are what's now marketed by RapidSSL and sold
for $69)

http://www.spacereg.com/webcert.html

Rick

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281849
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Terry Schmitt
I've had this happen on occasion with HouseOfFusion using WinXP and FF. Lately 
everything has been working fine.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281846
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Jim Rising
I don't think it's flash... The only flash on the houseoffusion.com site is
the developercircuit.com widget on the right ...and that same widget is also
found at Sean Corfield's site: 

http://www.corfield.org/blog/index.cfm

No CPU spike there!

Jim Rising
Sr. Cold Fusion Developer
ICGLink Inc.
www.icglink.com


-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 4:47 PM
To: CF-Talk
Subject: Re: High CPU usage on HouseOfFusion.Com

Yeah I've seen bad Flash hit 90% or better!!

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

Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.




~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281854
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >