Re: DB connection question

2005-11-15 Thread John C. Bland II
Well, if a host is giving everyone root (user) access they deserve a good
smack.

To keep it short: I agree Russ.

On 11/15/05, Russ <[EMAIL PROTECTED]> wrote:
>
> Who's talking about unsecured connections? I'm sure there would be a
> username/pw combination required to access the database, if the proper
> ports
> were open on their firewall.
>
> Now, it's not a security risk unless
>
> a. there is a security hole in MySQL, or
> b. Someone sniff's your password because the connection to the server is
> not
> encrypted.
>
> a. could probably be solved by running mysql as a non-root user, and
> having
> proper backups. The hacker might be able to wipe out all the databases,
> but
> he wouldn't be able to own the box, and with good backups you would only
> lose a day of data at the most.
> b. could be solved by encrypting the connection somehow (either if MySQL
> supports encrypted connections, or through some kind of secure tunnel).
> And
> even if the hacker gets in with your credentials, all he can do is mess up
> your database, not everyone else's.
>
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 15, 2005 9:32 PM
> To: CF-Talk
> Subject: RE: DB connection question
>
> > Is this *that* much of a security risk?
>
> If by "that" you mean allowing unsecured connections to your database from
> any public IP address, yes, yes, it's about as much of a security risk as
> you can possibly have. Unless Dr. Evil runs your ISP, anyway, but even
> then
> public access to your databases is almost as dangerous as sharks with
> frickin' laser beams.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
>
>
>
> 

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

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


RE: DB connection question

2005-11-15 Thread Russ
Who's talking about unsecured connections?  I'm sure there would be a
username/pw combination required to access the database, if the proper ports
were open on their firewall.  

Now, it's not a security risk unless 

a. there is a security hole in MySQL, or 
b. Someone sniff's your password because the connection to the server is not
encrypted.  

a. could probably be solved by running mysql as a non-root user, and having
proper backups.  The hacker might be able to wipe out all the databases, but
he wouldn't be able to own the box, and with good backups you would only
lose a day of data at the most.  
b. could be solved by encrypting the connection somehow (either if MySQL
supports encrypted connections, or through some kind of secure tunnel).  And
even if the hacker gets in with your credentials, all he can do is mess up
your database, not everyone else's.  

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 9:32 PM
To: CF-Talk
Subject: RE: DB connection question

> Is this *that* much of a security risk?

If by "that" you mean allowing unsecured connections to your database from
any public IP address, yes, yes, it's about as much of a security risk as
you can possibly have. Unless Dr. Evil runs your ISP, anyway, but even then
public access to your databases is almost as dangerous as sharks with
frickin' laser beams.

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

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




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

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


RE: cfform popup

2005-11-15 Thread dave
thanks for taking the time Bobby
here is url http://65.36.226.10/testimonials/pro/search2.cfm
no matter what I try on any of these the error is here  
window.open(<--   that bracket is always the cause

I did find an open brack and a misspelling but i cant get the damn thing!

current code

 --->
onchange="getUrl("javascript:NewWindow=window.open('profile.cfm?ProStaffID=' + 
'showprostaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']','Title','width=400,height=400,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');")">

this is what its supposed to be http://65.36.226.10/testimonials/pro/search.cfm
but when u select a grid row I want a popup so the user doesnt have to go back 
and do the whole thing over everytime.

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
Sent: Wednesday, November 16, 2005 12:02 AM
To: CF-Talk 
Subject: RE: cfform popup 

At a glance continued

['ProStaffID']

Try escaping those single quotes if that's where line 93 col 68 is

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

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 6:08 PM
To: CF-Talk
Subject: RE: cfform popup

Thanks Bobby but that throws an error.
 Invalid token ''' found on line 93 at column 68. 

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Bobby Hartsfield" 
Sent: Tuesday, November 15, 2005 8:51 AM
To: CF-Talk 
Subject: RE: cfform popup 

Try something like...

getUrl("javascript:NewWindow=window.open('profile.cfm?ProStaffID=' +
showprofstaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']','Title
','width=400,height=400,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
")

.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 1:19 AM
To: CF-Talk
Subject: cfform popup

anyone know how to make this able to pop up a sizes pop up window out of a
cfgrid in a flash form?

in the cfgrid code:

onchange="getUrl('profile.cfm?ProStaffID=' +
showprostaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']);"

basically want it to pop up a sized pop up window

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 



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

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


RE: cfform popup

2005-11-15 Thread Bobby Hartsfield
At a glance continued

['ProStaffID']

Try escaping those single quotes if that’s where line 93 col 68 is

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

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 6:08 PM
To: CF-Talk
Subject: RE: cfform popup

Thanks Bobby but that throws an error.
  Invalid token ''' found on line 93 at column 68. 

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
Sent: Tuesday, November 15, 2005 8:51 AM
To: CF-Talk 
Subject: RE: cfform popup 

Try something like...

getUrl("javascript:NewWindow=window.open('profile.cfm?ProStaffID=' +
showprofstaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']','Title
','width=400,height=400,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
")

:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 1:19 AM
To: CF-Talk
Subject: cfform popup

anyone know how to make this able to pop up a sizes pop up window out of a
cfgrid in a flash form?

in the cfgrid code:

onchange="getUrl('profile.cfm?ProStaffID=' +
showprostaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']);"

basically want it to pop up a sized pop up window

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 





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

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


RE: cfform popup

2005-11-15 Thread Bobby Hartsfield
I don’t know what line 93, column 68 is in your code. Post what you got if
you haven't figured it out yet and ill see if I can spot anything.

I didn’t test the JS so it may need a little TLC as far as syntax goes.
This looks off at a glance


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

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 6:08 PM
To: CF-Talk
Subject: RE: cfform popup

Thanks Bobby but that throws an error.
  Invalid token ''' found on line 93 at column 68. 

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
Sent: Tuesday, November 15, 2005 8:51 AM
To: CF-Talk 
Subject: RE: cfform popup 

Try something like...

getUrl("javascript:NewWindow=window.open('profile.cfm?ProStaffID=' +
showprofstaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']','Title
','width=400,height=400,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
")

:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 1:19 AM
To: CF-Talk
Subject: cfform popup

anyone know how to make this able to pop up a sizes pop up window out of a
cfgrid in a flash form?

in the cfgrid code:

onchange="getUrl('profile.cfm?ProStaffID=' +
showprostaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']);"

basically want it to pop up a sized pop up window

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 





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

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


Re: Is It possible, Custom Tag Question

2005-11-15 Thread Claude Schneegans
 >>You can put a custom tag in the same directory as the calling page and
it will work without registering it in the administrator.

This is true for CF template tags, but I think the original question was 
about CFX tags in Java or C.
I don't think it is possible.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


Re: DB connection question

2005-11-15 Thread Sean Corfield
On 11/15/05, Munson, Jacob <[EMAIL PROTECTED]> wrote:
> All of the hosts I've used so far don't allow remote db administration,
> except through a web interface.  I have only been on a few, but I think
> this is standard practice in the hosting world.

I do a lot of my db admin remotely with two sites hosted on a big name ISP...
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

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

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

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


RE: View raw HTTP/XML request?

2005-11-15 Thread Dave Watts
> Is there some way for a CF template to see a raw HTTP header 
> (CF5) in a GET or POST request? I'm trying to troubleshoot an 
> XML-RPC call and would like to see exactly what the incoming 
> request looks like.

Yes, if CF is receiving the request:
http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Functions94.htm
#1955092

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!


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

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


Re: DB connection question

2005-11-15 Thread John C. Bland II
Crystal Tech allows remote access to db servers and I wouldn't host with
anyone who doesn't. I'm not security expert but it is definitely a deal
breaker for us. Even our servers allow for remote access to the db's. Maybe
we're all wrong but it'll stay that way I guess until someone teaches us
otherwise, and Crystal Tech for that matter.

On 11/15/05, Dave Watts <[EMAIL PROTECTED]> wrote:
>
> > Is this *that* much of a security risk?
>
> If by "that" you mean allowing unsecured connections to your database from
> any public IP address, yes, yes, it's about as much of a security risk as
> you can possibly have. Unless Dr. Evil runs your ISP, anyway, but even
> then
> public access to your databases is almost as dangerous as sharks with
> frickin' laser beams.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
>
> 

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

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

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


RE: DB connection question

2005-11-15 Thread Dave Watts
> Is this *that* much of a security risk?

If by "that" you mean allowing unsecured connections to your database from
any public IP address, yes, yes, it's about as much of a security risk as
you can possibly have. Unless Dr. Evil runs your ISP, anyway, but even then
public access to your databases is almost as dangerous as sharks with
frickin' laser beams.

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

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


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

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


Re: CSS width in NS 7

2005-11-15 Thread Bryan Stevenson
Hey thanks for the extras Mark ;-)

Some of what you mentioned is just there because my "final" solution is 
still in fluxbut I hear ya (and have seen what the box model does in 
non-IE browsers...runs right off the screen ;-)

Cheers

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


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

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


Re: JRun Deadlock - Big Problem / Bug

2005-11-15 Thread Douglas Knudsen
ha!  yeah.  Its your software, not mine that is at fault!

Neil, I have not seen anything like this myself.  We have not finished
updating to the latest 6.1 updater thoughmaybe this is reason not
too?

DK

On 11/15/05, Munson, Jacob <[EMAIL PROTECTED]> wrote:
> > After months of reviewing - we have confirmed (with the help
> > of Microsoft)
> > that there is a problem with the JRun connector when in use
> > with IIS.
>
> Of course Microsoft would love the problem to be in JRun because it's
> not their software, it's a competitor's.  ;)
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> This transmission may contain information that is privileged, confidential 
> and/or exempt from disclosure under applicable law. If you are not the 
> intended recipient, you are hereby notified that any disclosure, copying, 
> distribution, or use of the information contained herein (including any 
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
> in error, please immediately contact the sender and destroy the material in 
> its entirety, whether in electronic or hard copy format. Thank you. A1.
>
>
>
> 

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

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


RE: CSS width in NS 7

2005-11-15 Thread Mark Henderson
Bryan wrote:

I must have missed some details specific to my issue...but with what you
both posted a made a hybrid that works for me (IE 6, Opera 7.54, NS 7).
I'm obviously still learning CSS beyond basic text styles ;-)


Good to see you were able to work it out...oh, and it's pretty obvious
based on some of the questions I've already asked on this list I'm still
learning coldfusion. One day I will invest some serious time in the
docs, I promise!

Two quick things:
1. I would alter the margin-right: 2% on the fieldset div. I used this
in my post because I was also using percentages to define the width, but
when you start mixing pixels and percentages that good ole browser
sometimes starts to do flaky things (more often than not with relative
positioning). A pixel or em value to suit should be fine.

2. It probably wont ruin your design (that's dependent on the
surrounding code and the doctype you're using) but just be aware you
have a 100% width set inline on the fieldset, and in your styles you
also give it a padding-left and padding-right of 5px. That's a total of
100% + 10px for all the standards compliant browsers (only 100% for
IE5/IE5.5 because of it's box model), which is probably not what you're
really after. I didn't test but it's possible you could just remove the
width entirely.

Mark

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

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


RE: Cf forum

2005-11-15 Thread Mike | NZSolutions Ltd
Actually, I do not know how I missed this but there is an open source
forum on ray's site. I will check this out.

mike

-Original Message-
From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 16 November 2005 2:18 p.m.
To: CF-Talk
Subject: Cf forum


Hi guys,

I am needing to integrate a user forum into a client site. I have a bit
of time up my sleeve for this project so thought I might have a go at
building (or modifying an existing project) rather than using an off the
shelf product. To be honest, most apps available I have seen would be
too advanced for my clients needs.

Question: could anyone point me in the right direction for tips/tricks
on how to go about building one of these suckers. I would be willing to
look at any open source projects also - obviously I can learn a lot from
this way.

The forum will go alongside an ecommerce app, and share the sql server.

mike





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

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

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


Cf forum

2005-11-15 Thread Mike | NZSolutions Ltd
Hi guys,

I am needing to integrate a user forum into a client site. I have a bit
of time up my sleeve for this project so thought I might have a go at
building (or modifying an existing project) rather than using an off the
shelf product. To be honest, most apps available I have seen would be
too advanced for my clients needs.

Question: could anyone point me in the right direction for tips/tricks
on how to go about building one of these suckers. I would be willing to
look at any open source projects also - obviously I can learn a lot from
this way.

The forum will go alongside an ecommerce app, and share the sql server.

mike



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

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


RE: DB connection question

2005-11-15 Thread ColdFusion Developer
NaviCat +1

-Original Message-
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 7:03 PM
To: CF-Talk
Subject: Re: DB connection question

If it does mean you can't use Navicat (which it sounds like that is the
case) that would be a deal breaker for me.  Gotta have my Navicat.


- Original Message - 
From: "Ray Champagne" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, November 15, 2005 3:24 PM
Subject: DB connection question


> So, if GoDaddy says this:
>
>
> Can I connect to my database remotely?
> Last Updated: June 3, 2005 12:01 PM
> Print This Article
>
> No, we do not allow external connections to our database servers.
>
>
> Does that mean I can't use Navicat to manage my databases?
> -- 
> ==
> Ray Champagne
> Application Developer
> CrystalVision Web Site Design
> http://www.crystalvision.org
> 603.433.9559
> [EMAIL PROTECTED]
> ==
>
> 



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

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


Re: CF Hosting

2005-11-15 Thread Jordan Michaels
Ali Awan wrote:

>After reading a couple of posts lately on CF Hosting, I thought I'd pose a 
>question to the list.  
>
>I've been trying to find a good, affordable CF Hosting company, and I came 
>across this site: http://www.xtreme-host.com/heavy-lite-win.html
>
>Has anyone on this list ever used their services?  Any recommendations?  
>Horror stories?
>
>Seems to be a pretty good deal,MX 7 and with unlimited MS SQL Server access.  
>I guess the catch is the disk space 400MB.  But that seems pretty good, for a 
>personal site I guess.
>
>Anyway, just thought I'd ask for some testimonials about these guys.
>
>Cheers,
>Ali
>
>  
>
I've seen a couple people post about these guys in here before. They
seemed pretty happy with them!

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

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

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


RE: CF Hosting

2005-11-15 Thread Munson, Jacob
I use Xtreme Hosting (Linux), and I have been happy so far.  There are a
couple of quirks here and there (I.E., I don't think they have robust
error messages enabled in the CF servers), but you can't beat the price.
And their support has been quick and helpful.  I haven't noticed any
service outages yet either.  Well, I take that back.  One day I wasn't
able to access the server where I would administer my site, but my own
domain was not down.

> -Original Message-
> From: Ali Awan [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 15, 2005 4:21 PM
> To: CF-Talk
> Subject: CF Hosting
> 
> After reading a couple of posts lately on CF Hosting, I 
> thought I'd pose a question to the list.  
> 
> I've been trying to find a good, affordable CF Hosting 
> company, and I came across this site: 
> http://www.xtreme-host.com/heavy-lite-win.html
> 
> Has anyone on this list ever used their services?  Any 
> recommendations?  Horror stories?
> 
> Seems to be a pretty good deal,MX 7 and with unlimited MS SQL 
> Server access.  I guess the catch is the disk space 400MB.  
> But that seems pretty good, for a personal site I guess.
> 
> Anyway, just thought I'd ask for some testimonials about these guys.

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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

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


Re: DB connection question

2005-11-15 Thread Josh Nathanson
May I recommend and endorse exciteworks.com for hosting, they are not as 
cheap as godaddy but the support and features (including remote db admin via 
Navicat or your favorite MySQL frontend) are tremendous.

I guess if you are a huge provider like godaddy you want to cover your ass 
at every possible opportunity - thus not allowing remote db admin.


- Original Message - 
From: "Ray Champagne" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, November 15, 2005 4:12 PM
Subject: Re: DB connection question


>I have at least two that I know of that let me use Navicat for, not
> saying that you're wrong, but that's a real PITA when it comes to
> development
>
> Munson, Jacob wrote:
>>>Yea, I've been using their interface on the web.  It's *Ok*,
>>>but I hate
>>>not being able to manage my databases in a central place.
>>
>>
>> All of the hosts I've used so far don't allow remote db administration,
>> except through a web interface.  I have only been on a few, but I think
>> this is standard practice in the hosting world.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> [INFO] -- Access Manager:
>> This transmission may contain information that is privileged, 
>> confidential and/or exempt from disclosure under applicable law.  If you 
>> are not the intended recipient, you are hereby notified that any 
>> disclosure, copying, distribution, or use of the information contained 
>> herein (including any reliance thereon) is STRICTLY PROHIBITED. If you 
>> received this transmission in error, please immediately contact the 
>> sender and destroy the material in its entirety, whether in electronic or 
>> hard copy format.  Thank you.   A2
>>
>>
>>
>>
>
> 

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

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

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


CF Hosting

2005-11-15 Thread Ali Awan
After reading a couple of posts lately on CF Hosting, I thought I'd pose a 
question to the list.  

I've been trying to find a good, affordable CF Hosting company, and I came 
across this site: http://www.xtreme-host.com/heavy-lite-win.html

Has anyone on this list ever used their services?  Any recommendations?  Horror 
stories?

Seems to be a pretty good deal,MX 7 and with unlimited MS SQL Server access.  I 
guess the catch is the disk space 400MB.  But that seems pretty good, for a 
personal site I guess.

Anyway, just thought I'd ask for some testimonials about these guys.

Cheers,
Ali

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

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


Re: DB connection question

2005-11-15 Thread Ray Champagne
I have at least two that I know of that let me use Navicat for, not 
saying that you're wrong, but that's a real PITA when it comes to 
development

Munson, Jacob wrote:
>>Yea, I've been using their interface on the web.  It's *Ok*, 
>>but I hate 
>>not being able to manage my databases in a central place.
> 
> 
> All of the hosts I've used so far don't allow remote db administration,
> except through a web interface.  I have only been on a few, but I think
> this is standard practice in the hosting world. 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> [INFO] -- Access Manager:
> This transmission may contain information that is privileged, confidential 
> and/or exempt from disclosure under applicable law.  If you are not the 
> intended recipient, you are hereby notified that any disclosure, copying, 
> distribution, or use of the information contained herein (including any 
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
> in error, please immediately contact the sender and destroy the material in 
> its entirety, whether in electronic or hard copy format.  Thank you.   A2
> 
> 
> 
> 

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

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


View raw HTTP/XML request?

2005-11-15 Thread Jim McAtee
Is there some way for a CF template to see a raw HTTP header (CF5) in a 
GET or POST request?  I'm trying to troubleshoot an XML-RPC call and would 
like to see exactly what the incoming request looks like.


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

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

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


RE: DB connection question

2005-11-15 Thread Munson, Jacob
> Yea, I've been using their interface on the web.  It's *Ok*, 
> but I hate 
> not being able to manage my databases in a central place.

All of the hosts I've used so far don't allow remote db administration,
except through a web interface.  I have only been on a few, but I think
this is standard practice in the hosting world. 




















[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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

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


Re: DB connection question

2005-11-15 Thread Ray Champagne
Yea, I've been using their interface on the web.  It's *Ok*, but I hate 
not being able to manage my databases in a central place.

Get what you pay for, though, I guess.  Is this *that* much of a 
security risk?

Josh Nathanson wrote:
> If it does mean you can't use Navicat (which it sounds like that is the 
> case) that would be a deal breaker for me.  Gotta have my Navicat.
> 
> 
> - Original Message - 
> From: "Ray Champagne" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Tuesday, November 15, 2005 3:24 PM
> Subject: DB connection question
> 
> 
> 
>>So, if GoDaddy says this:
>>
>>
>>Can I connect to my database remotely?
>>Last Updated: June 3, 2005 12:01 PM
>>Print This Article
>>
>>No, we do not allow external connections to our database servers.
>>
>>
>>Does that mean I can't use Navicat to manage my databases?
>>-- 
>>==
>>Ray Champagne
>>Application Developer
>>CrystalVision Web Site Design
>>http://www.crystalvision.org
>>603.433.9559
>>[EMAIL PROTECTED]
>>==
>>
>>
> 
> 
> 

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

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


Re: DB connection question

2005-11-15 Thread Josh Nathanson
If it does mean you can't use Navicat (which it sounds like that is the 
case) that would be a deal breaker for me.  Gotta have my Navicat.


- Original Message - 
From: "Ray Champagne" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, November 15, 2005 3:24 PM
Subject: DB connection question


> So, if GoDaddy says this:
>
>
> Can I connect to my database remotely?
> Last Updated: June 3, 2005 12:01 PM
> Print This Article
>
> No, we do not allow external connections to our database servers.
>
>
> Does that mean I can't use Navicat to manage my databases?
> -- 
> ==
> Ray Champagne
> Application Developer
> CrystalVision Web Site Design
> http://www.crystalvision.org
> 603.433.9559
> [EMAIL PROTECTED]
> ==
>
> 

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

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


Re: rss feed

2005-11-15 Thread daniel kessler
>I wasn't trying to get you an XML document, just to show you that you had
>stuff in the wrong order.

ok, that's why I was asking.  I wasn't sure.  I'm surprised that I have to 
actually generate xml to not receive an error, but that's fine.  I'll try that 
in the morning.

thanks!

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

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


DB connection question

2005-11-15 Thread Ray Champagne
So, if GoDaddy says this:


Can I connect to my database remotely?
Last Updated: June 3, 2005 12:01 PM
Print This Article

No, we do not allow external connections to our database servers.


Does that mean I can't use Navicat to manage my databases?
-- 
==
Ray Champagne
Application Developer
CrystalVision Web Site Design
http://www.crystalvision.org
603.433.9559
[EMAIL PROTECTED]
==

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

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


RE: cfform popup

2005-11-15 Thread dave
Thanks Bobby but that throws an error.
  Invalid token ''' found on line 93 at column 68. 

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
Sent: Tuesday, November 15, 2005 8:51 AM
To: CF-Talk 
Subject: RE: cfform popup 

Try something like...

getUrl("javascript:NewWindow=window.open('profile.cfm?ProStaffID=' +
showprofstaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']','Title
','width=400,height=400,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
")

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 1:19 AM
To: CF-Talk
Subject: cfform popup

anyone know how to make this able to pop up a sizes pop up window out of a
cfgrid in a flash form?

in the cfgrid code:

onchange="getUrl('profile.cfm?ProStaffID=' +
showprostaff.dataProvider[showprostaff.selectedIndex]['ProStaffID']);"

basically want it to pop up a sized pop up window

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 



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

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


RE: Open source shopping cart

2005-11-15 Thread Mike | NZSolutions Ltd
Cfdeveloper.co.uk sp far.

Not a lot of progress happening so far. All I can see is discussion over
whether to use OO or CFC's.

(OO - object orientated ??)

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 16 November 2005 11:56 a.m.
To: CF-Talk
Subject: RE: Open source shopping cart


I wonder if someone should start a separate mailing list or forum for
discussing the development of this shopping cart. 


























[INFO] -- Access Manager:
This transmission may contain information that is privileged,
confidential and/or exempt from disclosure under applicable law.  If you
are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution, or use of the information contained
herein (including any reliance thereon) is STRICTLY PROHIBITED. If you
received this transmission in error, please immediately contact the
sender and destroy the material in its entirety, whether in electronic
or hard copy format.  Thank you.   A2





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

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


Re: CSS width in NS 7

2005-11-15 Thread Bryan Stevenson
Thanks Mark and Marlon...

I must have missed some details specific to my issue...but with what you 
both posted a made a hybrid that works for me (IE 6, Opera 7.54, NS 7).  I'm 
obviously still learning CSS beyond basic text styles ;-)

Here's what I ended up with:


fieldset {float:left; padding-bottom: 5px; 
padding-left:5px;padding-right:5px;}
fieldset div {float:left; margin-right: 2%;}
label {display:block; float:left; padding-top: 8px;}
input {margin-top: 5px;}





  Grouped things
  
Prompt 
1

  
  
Prompt 
text 2

  
  
Prompt 
text 3

  
  
Prompt 
4

  
  
Prompt 
text 5

  
  
Prompt 
text 6

  



I moved all of the width down into the code because depending on form layout 
I may want to see 1 lable/prompt in a row or mabye 2 sets or more.  So by 
not having the widths set globally (and not having to setup a bunch of 
layout specific styles), I can easliy adjust the layout as needed.

BTW the above is used to create 3 rows each with 2 form prompts with labels 
on the left side...everything horizontally aligned in a page that is 768px 
wide.  If I change the width of my "350px" labels above (or change all width 
to % and use more than 100%) to be larger then I get a layout with 6 rows 
and 1 label/promt set on each row (sure beats the heck out of old tables).

Cheers

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


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

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


Re: Is It possible, Custom Tag Question

2005-11-15 Thread Ray Champagne
Being on a shared server isn't going to give him this access, though. 
Most hosts won't allow this in a shared environment, in my experiences 
anyway.

Munson, Jacob wrote:
>>Is it possible to use a CFX tag file without actually registering it
>>in the CFIDE?
> 
> 
> You can put a custom tag in the same directory as the calling page and
> it will work without registering it in the administrator.
> 
> 
> [INFO] -- Access Manager:
> This transmission may contain information that is privileged, confidential 
> and/or exempt from disclosure under applicable law.  If you are not the 
> intended recipient, you are hereby notified that any disclosure, copying, 
> distribution, or use of the information contained herein (including any 
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
> in error, please immediately contact the sender and destroy the material in 
> its entirety, whether in electronic or hard copy format.  Thank you.   A2
> 
> 
> 
> 

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

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

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


RE: Open source shopping cart

2005-11-15 Thread Munson, Jacob
I wonder if someone should start a separate mailing list or forum for
discussing the development of this shopping cart. 


























[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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

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


RE: JRun Deadlock - Big Problem / Bug

2005-11-15 Thread Munson, Jacob
> After months of reviewing - we have confirmed (with the help 
> of Microsoft)
> that there is a problem with the JRun connector when in use 
> with IIS.

Of course Microsoft would love the problem to be in JRun because it's
not their software, it's a competitor's.  ;)
































This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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

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


RE: Is It possible, Custom Tag Question

2005-11-15 Thread Munson, Jacob
> Is it possible to use a CFX tag file without actually registering it
> in the CFIDE?

You can put a custom tag in the same directory as the calling page and
it will work without registering it in the administrator.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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

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


RE: Open source shopping cart

2005-11-15 Thread dave
well thats kinda nuts...

Given the responces that we can't agree on how to did should reaffirm the fact 
that it should be made in as simple a way as possible, even if that means no 
cfcs(which I vote for cfc's) but if it's simple enough then its just a simple 
matter of moving the queries to cfcs or custom tags or whatever you want. If 
its in 00 then your SOL on making it how you want.

And yeah it should be modular (hence why cfc's should be used) but the 
definition of modular doesnt eq 00

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Snake" <[EMAIL PROTECTED]>
Sent: Tuesday, November 15, 2005 4:45 PM
To: CF-Talk 
Subject: RE: Open source shopping cart 

Well I certainly don't see any need to use CFC's, the only reason I have
found to use them is for web services, otherwise you can happily live
without them.
In fact there have been many instances where I have gone back to custom tags
cozz CFC's wont do what I want.

Russ 

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: 15 November 2005 20:53
To: CF-Talk
Subject: RE: Open source shopping cart

yeah but a lot of people would want to dig into it, so i'd say it should be
able to run out of the box and yet be easily customizable.

A lot of the stuff you are saying I agree with but I just think making it 00
is just too much, cfc and structured yes but making a product that to 5%
(probably a very high estimate) of a user base just isn't good marketting.

A good example of this is Plum, what if they only made it available on
linux? And if you wanted to use it you had to be running linux that wouldn't
be considered "smart marketing". They already make it windows only and lose
a good chuck of market, so I guess my thought is why lose a massive chunk of
the market just so it's 00? It can be very clean and structured without
being nasa code.

But like I said, you guys decide and send me a task, I'll do my part
reguardless.

~Dave the disruptor~
good sites - make money getting rid of ie :) http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Snake" 
Sent: Tuesday, November 15, 2005 3:11 PM
To: CF-Talk 
Subject: RE: Open source shopping cart 

If a cart is properly written, you shouldn't need to understand or change
the code to use, it should work out of the box.
So whetehr or not it uses CFC's should be neithe rhere nor there. As I state
dpreviously, most people who us ethe cart will want to use it out of the box
and and wont even want to look at the code. Those who want to get dirty in
the code and change it are most likley going to be capable of doing so.
Good documentation should also make it posisble for anyone to make minor
modifications.

Russ

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: 14 November 2005 23:22
To: CF-Talk
Subject: Re: Open source shopping cart

Personally, I don't think that it would be good to go 00 at all.
After all there are very few people who ACTUALLY use 00 and I see this as a
2 fold project, one to get us a good cart system and two to help get a few
people over to cfm and lets be real, probably 95% of the people who would
use this couldn't write their own cfc and sure it's easy to tell them to go
learn but reality says they won't and they will go over to php and use a
freebie over there.

Hell if it was strict 00 I probably wouldn't even use it!!

I agree it would be cool but I don't see a point in making it so 5% of the
people could use it.
If you do that then might as well make it only operate on computes that are
using 2 monitors.

If it's made decently then the "eletists" can spend a few hours on thier own
and make it 00.

I think the important parts are that it should look good, be safe (form
cleaning up and such), be secure and be able to plug it right in and have it
work within a few minutes and have the ability for the programmer to
customize it how they want without having to learn anything major and yes 00
is a major thing.

Cartweaver is a good example, you can plug it in and in a few minutes have
it working but it's also $250 and not in cfcs and there are some security
concerns but the example is good because you can just "use" it or customize
it without learning 00 or fusebox or whatever.

And in these times where if the programmer has to spend a ton of time
learning it or whatever they will just go to yahoo stores or miva merchant
or some crap like that.

~Dave the disruptor~
good sites - make money getting rid of ie :) http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Cutter (CF-Talk)" 
Sent: Monday, November 14, 2005 2:49 PM
To: CF-Talk
Subject: Re: Open source shopping cart 

Were I not in the process of transitioning out of one position, relocating,
and into a new position, then I would be offering my assistance

Re: Open Laszlo and CF

2005-11-15 Thread Bryan Stevenson
Thanks Sean...now all I need is some play time ;-)

Of course the new stand up jet ski is taking all my play time!!

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

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

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


Re: Open Laszlo and CF

2005-11-15 Thread Sean Corfield
On 11/15/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Would it be a safe assumption that I could build standard web apps using
> Flex 2 that look and behave in a much more robust way (than HTML and cross
> browser of course due to SWFs) without having to know a tonne of Flash (but
> would have to pick ip AS 3)?

Yup. MXML is the XML markup language for the UI - think of it as just
a bunch of custom tags used for layout. AS3 is ECMAScript compliant so
if you know JavaScript (or even CFscript) you won't have any problems
picking it up. No Flash authoring, no timeline, nothing
"non-programmer"...
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

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

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

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


Re: WSDL Reader

2005-11-15 Thread Bryan Stevenson
You can use CFHTTP to pass the CF admin password to the self-doc URL and 
then parse then display the returned HTML...no need to give up the password 
or re-invent the wheel (this was suggested to me by someone on-listso 
kudos to whoever you are...hehe).

Cheers

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


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

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


JRun Deadlock - Big Problem / Bug

2005-11-15 Thread Robertson-Ravo, Neil (RX)
OK,

After months of reviewing - we have confirmed (with the help of Microsoft)
that there is a problem with the JRun connector when in use with IIS.  It
would seem that in some cases under high load IIS will hang and it is down
to JRun...hopefully someone from Macromedia can comment; it definitely looks
like a bug (in fact it could be related to the ColdFusion 6.1 updater or
indeed a known issue in relation to Bug 56991 in which MM state "Improved
deadlock avoidance when the same client variables are accessed by
simultaneous pages, for example, when frames are used" 

*** Note the use of improved and not resolved - it would seem its problem
which there is no technote for).

Not a good position to be in, I would post more detailed information and the
crash logs but I cannot post long posts :-(

Anyone else getting what seem like IIS hangs?

N

This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

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

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


Re: Is It possible, Custom Tag Question

2005-11-15 Thread Ray Champagne
As far as the CFX tag, I don't think so.  Someone else could probably 
give you the technical reasons why.

And the Excel file, can you save it as a CSV file first, then read it 
using cffile?  Then you could use one of the CSV to query custom tags 
(CF_ not CFX_) on cflib to turn the data into a query

jonese wrote:
> Is it possible to use a CFX tag file without actually registering it
> in the CFIDE?
> 
>  I have a tag i'd really like to use on a shared hosting account but i
> don't have the ability (nor do i want my host to do it) to add  it to
> custom the customtag directory, or register it with CFIDE.
> 
> any thoughts?
> 
> If not anyone know of an easy way to read an excel file without
> registering it as a DNS?
> 
> erj
> 
> 

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

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

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


Is It possible, Custom Tag Question

2005-11-15 Thread jonese
Is it possible to use a CFX tag file without actually registering it
in the CFIDE?

 I have a tag i'd really like to use on a shared hosting account but i
don't have the ability (nor do i want my host to do it) to add  it to
custom the customtag directory, or register it with CFIDE.

any thoughts?

If not anyone know of an easy way to read an excel file without
registering it as a DNS?

erj

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

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


I can not download this patch...

2005-11-15 Thread Troy Simpson
I can not download this patch from Macromedia's website.  Anyone know
where else I can find it?

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18091

The URL for the patch is broken.  Anyone know why?
http://download.allaire.com/publicdl/en/jrun/31/jrun-31-win-upgrade-us_26414.exe


--
Thanks,
Troy

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

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


WSDL Reader

2005-11-15 Thread Scott Sylvester
Anyone know of a program that can you can register your web service with and 
have it keep a listing of each one and the functions/methods and input/output 
vars.

I know ColdFusion let's you browse them in a nice format, but you need the 
admin password.  Looking to create a web page where a developer could go 
register their web service, and the program will read the WSDL file and return 
a nicely formatted page with information about the Web Service.

Any suggestions?

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

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


RE: Open source shopping cart

2005-11-15 Thread Snake
Well I certainly don't see any need to use CFC's, the only reason I have
found to use them is for web services, otherwise you can happily live
without them.
In fact there have been many instances where I have gone back to custom tags
cozz CFC's wont do what I want.

Russ 

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: 15 November 2005 20:53
To: CF-Talk
Subject: RE: Open source shopping cart

yeah but a lot of people would want to dig into it, so i'd say it should be
able to run out of the box and yet be easily customizable.

A lot of the stuff you are saying I agree with but I just think making it 00
is just too much, cfc and structured yes but making a product that to 5%
(probably a very high estimate) of a user base just isn't good marketting.

A good example of this is Plum, what if they only made it available on
linux? And if you wanted to use it you had to be running linux that wouldn't
be considered "smart marketing".  They already make it windows only and lose
a good chuck of market, so I guess my thought is why lose a massive chunk of
the market just so it's 00? It can be very clean and structured without
being nasa code.

But like I said, you guys decide and send me a task, I'll do my part
reguardless.

~Dave the disruptor~
good sites - make money getting rid of ie :) http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Snake" <[EMAIL PROTECTED]>
Sent: Tuesday, November 15, 2005 3:11 PM
To: CF-Talk 
Subject: RE: Open source shopping cart 

If a cart is properly written, you shouldn't need to understand or change
the code to use, it should work out of the box.
So whetehr or not it uses CFC's should be neithe rhere nor there. As I state
dpreviously, most people who us ethe cart will want to use it out of the box
and and wont even want to look at the code. Those who want to get dirty in
the code and change it are most likley going to be capable of doing so.
Good documentation should also make it posisble for anyone to make minor
modifications.

Russ

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: 14 November 2005 23:22
To: CF-Talk
Subject: Re: Open source shopping cart

Personally, I don't think that it would be good to go 00 at all.
After all there are very few people who ACTUALLY use 00 and I see this as a
2 fold project, one to get us a good cart system and two to help get a few
people over to cfm and lets be real, probably 95% of the people who would
use this couldn't write their own cfc and sure it's easy to tell them to go
learn but reality says they won't and they will go over to php and use a
freebie over there.

Hell if it was strict 00 I probably wouldn't even use it!!

I agree it would be cool but I don't see a point in making it so 5% of the
people could use it.
If you do that then might as well make it only operate on computes that are
using 2 monitors.

If it's made decently then the "eletists" can spend a few hours on thier own
and make it 00.

I think the important parts are that it should look good, be safe (form
cleaning up and such), be secure and be able to plug it right in and have it
work within a few minutes and have the ability for the programmer to
customize it how they want without having to learn anything major and yes 00
is a major thing.

Cartweaver is a good example, you can plug it in and in a few minutes have
it working but it's also $250 and not in cfcs and there are some security
concerns but the example is good because you can just "use" it or customize
it without learning 00 or fusebox or whatever.

And in these times where if the programmer has to spend a ton of time
learning it or whatever they will just go to yahoo stores or miva merchant
or some crap like that.

~Dave the disruptor~
good sites - make money getting rid of ie :) http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Cutter (CF-Talk)" 
Sent: Monday, November 14, 2005 2:49 PM
To: CF-Talk
Subject: Re: Open source shopping cart 

Were I not in the process of transitioning out of one position, relocating,
and into a new position, then I would be offering my assistance immediately.
However, as I won't have an internet connection for a while (much less the
packing, moving, unpacking, etc.) I'll have to wait until I'm settled. I did
want to take a moment to throw in my $.02.

My daddy always told me if you're going to do a job then you should do it
right the first time. Although the initial planning may take longer it is
definitely worth while to make this an OO application. It is actually easier
(by far) to modify and extend a well documented OO app over a procedural
app. It is easier to design and apply extension modules/components. It is
easier to track your program flow. Using DAO CFC's will allow you to extend
the app from a multitude of database platforms. A complete separation of the
business logic from you control and presentatio

Re: Open source shopping cart

2005-11-15 Thread Ken Ferguson
Even further than that. Some people will want to do something with it 
that nobody else in the world does with a shopping cart. That's why it's 
important to make it using the most easily extendable and 
modfication-friendly codebase as possilbe. Also, you leave the door open 
for others to easily add modules that aren't really "store" modules, but 
that a store owner may require. I hate buzz-words and so I'm not going 
to get into OO or not OO or anything like that, but when you build 
something like this, it's a good idea to make it as modular as possible 
so that it is as useful as possible to more people.

--Ferg

>From: "Snake" <[EMAIL PROTECTED]>
>Sent: Tuesday, November 15, 2005 3:11 PM
>To: CF-Talk 
>Subject: RE: Open source shopping cart 
>
>If a cart is properly written, you shouldn't need to understand or change
>the code to use, it should work out of the box.
>So whetehr or not it uses CFC's should be neithe rhere nor there. As I state
>dpreviously, most people who us ethe cart will want to use it out of the box
>and and wont even want to look at the code. Those who want to get dirty in
>the code and change it are most likley going to be capable of doing so.
>Good documentation should also make it posisble for anyone to make minor
>modifications.
>
>Russ
>
>-Original Message-
>From: dave [mailto:[EMAIL PROTECTED] 
>Sent: 14 November 2005 23:22
>To: CF-Talk
>Subject: Re: Open source shopping cart
>
>Personally, I don't think that it would be good to go 00 at all.
>After all there are very few people who ACTUALLY use 00 and I see this as a
>2 fold project, one to get us a good cart system and two to help get a few
>people over to cfm and lets be real, probably 95% of the people who would
>use this couldn't write their own cfc and sure it's easy to tell them to go
>learn but reality says they won't and they will go over to php and use a
>freebie over there.
>
>Hell if it was strict 00 I probably wouldn't even use it!!
>
>I agree it would be cool but I don't see a point in making it so 5% of the
>people could use it.
>If you do that then might as well make it only operate on computes that are
>using 2 monitors.
>
>If it's made decently then the "eletists" can spend a few hours on thier own
>and make it 00.
>
>I think the important parts are that it should look good, be safe (form
>cleaning up and such), be secure and be able to plug it right in and have it
>work within a few minutes and have the ability for the programmer to
>customize it how they want without having to learn anything major and yes 00
>is a major thing.
>
>Cartweaver is a good example, you can plug it in and in a few minutes have
>it working but it's also $250 and not in cfcs and there are some security
>concerns but the example is good because you can just "use" it or customize
>it without learning 00 or fusebox or whatever.
>
>And in these times where if the programmer has to spend a ton of time
>learning it or whatever they will just go to yahoo stores or miva merchant
>or some crap like that.
>
>~Dave the disruptor~
>good sites - make money getting rid of ie :) http://explorerdestroyer.com/
>http://www.killbillsbrowser.com/ 
>
>
>From: "Cutter (CF-Talk)" 
>Sent: Monday, November 14, 2005 2:49 PM
>To: CF-Talk 
>Subject: Re: Open source shopping cart 
>
>Were I not in the process of transitioning out of one position, relocating,
>and into a new position, then I would be offering my assistance immediately.
>However, as I won't have an internet connection for a while (much less the
>packing, moving, unpacking, etc.) I'll have to wait until I'm settled. I did
>want to take a moment to throw in my $.02.
>
>My daddy always told me if you're going to do a job then you should do it
>right the first time. Although the initial planning may take longer it is
>definitely worth while to make this an OO application. It is actually easier
>(by far) to modify and extend a well documented OO app over a procedural
>app. It is easier to design and apply extension modules/components. It is
>easier to track your program flow. Using DAO CFC's will allow you to extend
>the app from a multitude of database platforms. A complete separation of the
>business logic from you control and presentation layers will force a
>developer to concentrate on the data to be presented rather than the
>presentation (which could then be output in HTML, XHTML, XML, or even
>Flash). And, since you are already planning on using CFC's, a loosely
>coupled MVC OO approach will break down the project into easily defined
>subprojects. This type of approach would also make it very easy to port into
>most existing frameworks (Mach II, Fusebox, Model-Glue, etc.)
>
>Would an OO approach alienate a majority of users? I don't think so. If you
>offer a superior product, with the features they want, then the users will
>take the time to read documentation to make it work for them. 
>These aren't advanced programming concepts, they're good p

Re: Open Laszlo and CF

2005-11-15 Thread dave
yeah the beauty of it is with flex 2 you can just buy the tools and then deploy 
the apps on any server and the server doesnt need the flex server anymore.
Which before like on a shared server you couldn't really run it but now you 
don't need the flex server so you just upload the compiled swf like any other 
flash movie. 

In laszlo you can run in xml but why do that when you can use flex with native 
remoting in far less code and far great speed with a ton less overhead.

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 





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

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


RE: CSS width in NS 7

2005-11-15 Thread Mark Henderson
Pardon the loss of formatting in my previous post.

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

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

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


RE: CSS width in NS 7

2005-11-15 Thread Mark Henderson
Bryan, 

For starters you don't want that div with a width of 100% plus the
margin and padding values (that will result in a horizontal scrollbar).
Try something like this:


form {margin: 0; padding: 0;}
form * {margin: 0; padding: 0;}
fieldset {border:solid 1px red; float:left; width:98%;}
fieldset div {float:left; width: 47%; margin-right: 2%;}
label {display:block; float:left; width: 100px; padding-top: 5px;}
input {margin-top: 5px;}


I reset the form so it has no margin or padding (different browsers have
different defaults), then I reset every element inside the form to have
0 defaults (form *). Because you need to set the label to display:block
(by default they are inline) you'll then need to float the entire
fieldset to stop it from bleeding through (you could alternatively use
an overflow hack but it's not necessary here). In order to get your
preferred layout, I had to wrap each label/input pair inside a div and
float those also.

And the code...



Grouped things

  Prompt 1
  


  Prompt text 2
  


  Prompt text 3
  

  

  Prompt 4
  


  Prompt text 5
  


  Prompt text 6
  




Works in Opera 8/9, IE 6, NS 6/7 and Firefox 1.07. I *think* that's what
you want.

HTH
Mark

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

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


Re: OT: CSS width in NS 7

2005-11-15 Thread Marlon Moyer
here's a link to accompany my answer:

http://www.quirksmode.org/css/forms.html


On 11/15/05, Marlon Moyer <[EMAIL PROTECTED]> wrote:
> by default labels are inline elements which shouldn't follow the width
> declaration.  In your css you can set up the following:
>
> 
> label {display:block;float:left;}
> 
>
> Then all the labels will follow the width declaration.  Of course, you
> open a whole new can of worms with the float :)
>
>
> On 11/15/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> > Hey All,
> >
> > Sorry for the OT...but yer a smart bunch ;-)
> >
> > THE CODE:
> > 
> >
> > Grouped things
> >
> > 
> >   Prompt 
> > 1
> >   
> >   Prompt 
> > text 2
> >   
> >   
> >   Prompt 
> > text 3
> >   
> >   
> >   Prompt 
> > 4
> >   
> >   
> >   Prompt 
> > text 5
> >   
> >   Prompt 
> > text 6
> >   
> > 
> >
> > 
> >
> > THE PROBLEM:
> >
> > The  style="width: 100px;" is totally ignored in NS 7 but fine in IE 6 and 
> > Opera 7+.  So instead of inputs all left justified, I get them staggered 
> > depending upon the length of the prompt text (basically like collapsing 
> > cells in a  table)...looks awful.
> >
> > Any tips?
> >
> > TIA
> >
> > Cheers
> >
> > Bryan Stevenson B.Comm.
> > VP & Director of E-Commerce Development
> > Electric Edge Systems Group Inc.
> > phone: 250.480.0642
> > fax: 250.480.1264
> > cell: 250.920.8830
> > e-mail: [EMAIL PROTECTED]
> > web: www.electricedgesystems.com
> >
> > 

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

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


RE: Open source shopping cart

2005-11-15 Thread dave
yeah but a lot of people would want to dig into it, so i'd say it should be 
able to run out of the box and yet be easily customizable.

A lot of the stuff you are saying I agree with but I just think making it 00 is 
just too much, cfc and structured yes but making a product that to 5% (probably 
a very high estimate) of a user base just isn't good marketting.

A good example of this is Plum, what if they only made it available on linux? 
And if you wanted to use it you had to be running linux that wouldn't be 
considered "smart marketing".  They already make it windows only and lose a 
good chuck of market, so I guess my thought is why lose a massive chunk of the 
market just so it's 00? It can be very clean and structured without being nasa 
code.

But like I said, you guys decide and send me a task, I'll do my part 
reguardless.

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Snake" <[EMAIL PROTECTED]>
Sent: Tuesday, November 15, 2005 3:11 PM
To: CF-Talk 
Subject: RE: Open source shopping cart 

If a cart is properly written, you shouldn't need to understand or change
the code to use, it should work out of the box.
So whetehr or not it uses CFC's should be neithe rhere nor there. As I state
dpreviously, most people who us ethe cart will want to use it out of the box
and and wont even want to look at the code. Those who want to get dirty in
the code and change it are most likley going to be capable of doing so.
Good documentation should also make it posisble for anyone to make minor
modifications.

Russ

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: 14 November 2005 23:22
To: CF-Talk
Subject: Re: Open source shopping cart

Personally, I don't think that it would be good to go 00 at all.
After all there are very few people who ACTUALLY use 00 and I see this as a
2 fold project, one to get us a good cart system and two to help get a few
people over to cfm and lets be real, probably 95% of the people who would
use this couldn't write their own cfc and sure it's easy to tell them to go
learn but reality says they won't and they will go over to php and use a
freebie over there.

Hell if it was strict 00 I probably wouldn't even use it!!

I agree it would be cool but I don't see a point in making it so 5% of the
people could use it.
If you do that then might as well make it only operate on computes that are
using 2 monitors.

If it's made decently then the "eletists" can spend a few hours on thier own
and make it 00.

I think the important parts are that it should look good, be safe (form
cleaning up and such), be secure and be able to plug it right in and have it
work within a few minutes and have the ability for the programmer to
customize it how they want without having to learn anything major and yes 00
is a major thing.

Cartweaver is a good example, you can plug it in and in a few minutes have
it working but it's also $250 and not in cfcs and there are some security
concerns but the example is good because you can just "use" it or customize
it without learning 00 or fusebox or whatever.

And in these times where if the programmer has to spend a ton of time
learning it or whatever they will just go to yahoo stores or miva merchant
or some crap like that.

~Dave the disruptor~
good sites - make money getting rid of ie :) http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Cutter (CF-Talk)" 
Sent: Monday, November 14, 2005 2:49 PM
To: CF-Talk 
Subject: Re: Open source shopping cart 

Were I not in the process of transitioning out of one position, relocating,
and into a new position, then I would be offering my assistance immediately.
However, as I won't have an internet connection for a while (much less the
packing, moving, unpacking, etc.) I'll have to wait until I'm settled. I did
want to take a moment to throw in my $.02.

My daddy always told me if you're going to do a job then you should do it
right the first time. Although the initial planning may take longer it is
definitely worth while to make this an OO application. It is actually easier
(by far) to modify and extend a well documented OO app over a procedural
app. It is easier to design and apply extension modules/components. It is
easier to track your program flow. Using DAO CFC's will allow you to extend
the app from a multitude of database platforms. A complete separation of the
business logic from you control and presentation layers will force a
developer to concentrate on the data to be presented rather than the
presentation (which could then be output in HTML, XHTML, XML, or even
Flash). And, since you are already planning on using CFC's, a loosely
coupled MVC OO approach will break down the project into easily defined
subprojects. This type of approach would also make it very easy to port into
most existing frameworks (Mac

Re: OT: CSS width in NS 7

2005-11-15 Thread Marlon Moyer
by default labels are inline elements which shouldn't follow the width
declaration.  In your css you can set up the following:


label {display:block;float:left;}


Then all the labels will follow the width declaration.  Of course, you
open a whole new can of worms with the float :)


On 11/15/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Hey All,
>
> Sorry for the OT...but yer a smart bunch ;-)
>
> THE CODE:
> 
>
> Grouped things
>
> 
>   Prompt 
> 1
>   
>   Prompt 
> text 2
>   
>   
>   Prompt 
> text 3
>   
>   
>   Prompt 
> 4
>   
>   
>   Prompt 
> text 5
>   
>   Prompt 
> text 6
>   
> 
>
> 
>
> THE PROBLEM:
>
> The  style="width: 100px;" is totally ignored in NS 7 but fine in IE 6 and 
> Opera 7+.  So instead of inputs all left justified, I get them staggered 
> depending upon the length of the prompt text (basically like collapsing cells 
> in a  table)...looks awful.
>
> Any tips?
>
> TIA
>
> Cheers
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com
>
> 

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

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


OT: CSS width in NS 7

2005-11-15 Thread Bryan Stevenson
Hey All,

Sorry for the OT...but yer a smart bunch ;-)

THE CODE:


Grouped things


  Prompt 
1
  
  Prompt text 
2
  
  
  Prompt text 
3
  
  
  Prompt 
4
  
  
  Prompt text 
5
  
  Prompt text 
6





THE PROBLEM:

The  style="width: 100px;" is totally ignored in NS 7 but fine in IE 6 and 
Opera 7+.  So instead of inputs all left justified, I get them staggered 
depending upon the length of the prompt text (basically like collapsing cells 
in a  table)...looks awful.

Any tips?

TIA

Cheers

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

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

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


Re: rss feed

2005-11-15 Thread Deanna Schneider
I wasn't trying to get you an XML document, just to show you that you had
stuff in the wrong order. The idea of cfsavecontent is that you can generate
a bunch of stuff. In your case, you're generating it from a query. But, I
could just as easily do this:

This is my header


All the above is doing is bundling up that multi-line variable so you can
use it later.

Then, "later" you can output it as xml:
#xml#

If you have debugging turned on for your IP, be sure to kill it for this
page. The following code should give you a properly formatted XML document
with one thing in it (header).


This is my header


#xml#




On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
>
> I pasted that in directly as-is and received the same error:
> error on line 1 at column 1: Document is empty
>
> I tested that it has a recordset. Is it empty cause I'm not exporting
> formatted xml? I suppose not.
> Also, I noticed that the cfoutput is there twice in that code. Is that
> intended? Also the query name isn't referenced after the query is made. Is
> that also intended? I added the query name to the cfoutputs but received no
> change to the error.
>
> Sorry to be so bugger-dense about this.
>
> >
> >SELECT header FROM whats_new
> >
> >
> >
> >
> >
> >
> >
> >#header#
> >
> >
> >#header#
> >
> >On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
> >>
>
>
>


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

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


RE: Open source shopping cart

2005-11-15 Thread Snake
If a cart is properly written, you shouldn't need to understand or change
the code to use, it should work out of the box.
So whetehr or not it uses CFC's should be neithe rhere nor there. As I state
dpreviously, most people who us ethe cart will want to use it out of the box
and and wont even want to look at the code. Those who want to get dirty in
the code and change it are most likley going to be capable of doing so.
Good documentation should also make it posisble for anyone to make minor
modifications.

Russ

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: 14 November 2005 23:22
To: CF-Talk
Subject: Re: Open source shopping cart

Personally, I don't think that it would be good to go 00 at all.
After all there are very few people who ACTUALLY use 00 and I see this as a
2 fold project, one to get us a good cart system and two to help get a few
people over to cfm and lets be real, probably 95% of the people who would
use this couldn't write their own cfc and sure it's easy to tell them to go
learn but reality says they won't and they will go over to php and use a
freebie over there.

Hell if it was strict 00 I probably wouldn't even use it!!

I agree it would be cool but I don't see a point in making it so 5% of the
people could use it.
If you do that then might as well make it only operate on computes that are
using 2 monitors.

If it's made decently then the "eletists" can spend a few hours on thier own
and make it 00.

I think the important parts are that it should look good, be safe (form
cleaning up and such), be secure and be able to plug it right in and have it
work within a few minutes and have the ability for the programmer to
customize it how they want without having to learn anything major and yes 00
is a major thing.

Cartweaver is a good example, you can plug it in and in a few minutes have
it working but it's also $250 and not in cfcs and there are some security
concerns but the example is good because you can just "use" it or customize
it without learning 00 or fusebox or whatever.

And in these times where if the programmer has to spend a ton of time
learning it or whatever they will just go to yahoo stores or miva merchant
or some crap like that.

~Dave the disruptor~
good sites - make money getting rid of ie :) http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Cutter (CF-Talk)" <[EMAIL PROTECTED]>
Sent: Monday, November 14, 2005 2:49 PM
To: CF-Talk 
Subject: Re: Open source shopping cart 

Were I not in the process of transitioning out of one position, relocating,
and into a new position, then I would be offering my assistance immediately.
However, as I won't have an internet connection for a while (much less the
packing, moving, unpacking, etc.) I'll have to wait until I'm settled. I did
want to take a moment to throw in my $.02.

My daddy always told me if you're going to do a job then you should do it
right the first time. Although the initial planning may take longer it is
definitely worth while to make this an OO application. It is actually easier
(by far) to modify and extend a well documented OO app over a procedural
app. It is easier to design and apply extension modules/components. It is
easier to track your program flow. Using DAO CFC's will allow you to extend
the app from a multitude of database platforms. A complete separation of the
business logic from you control and presentation layers will force a
developer to concentrate on the data to be presented rather than the
presentation (which could then be output in HTML, XHTML, XML, or even
Flash). And, since you are already planning on using CFC's, a loosely
coupled MVC OO approach will break down the project into easily defined
subprojects. This type of approach would also make it very easy to port into
most existing frameworks (Mach II, Fusebox, Model-Glue, etc.)

Would an OO approach alienate a majority of users? I don't think so. If you
offer a superior product, with the features they want, then the users will
take the time to read documentation to make it work for them. 
These aren't advanced programming concepts, they're good programming
practices. Those of you looking to turn this into a learning experience will
gain a much better learning experience by moving forward from an OO
standpoint.

My two $.02. Hope it helps.

Cutter







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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224238
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user

Re: rss feed

2005-11-15 Thread Marlon Moyer
Daniel,

To debug it, change text/xml to text/plain.  In the
#header# change it to
#retrieve_xml#


The errors you're receiving right now are because the browser is
expecting a nicely formatted xml packet.  I'm not sure what you've got
#header# set to right now, but it's probably not valid xml.  Once you
change the doctype in the cfcontent command, you should be able to
view, directly in the browser, what's being generated.




On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
> I did find a way to get myself another error (that sounds more promising):
> error on line 1 at column 10: Comment must not contain '--' (double-hyphen)
>
> I used this:
>
> 
> SELECT header FROM whats_new
> 
>
> 
> 
>
> 
> 
> #header#
> 
> 
> #header#
>
> 

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

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


Re: GoDaddy Hosting?

2005-11-15 Thread Ray Champagne
LOL...just reading that section, gotta love this question/answer:


Do I have to use Macromedia's development tools to use ColdFusion?
Last Updated: October 12, 2005 10:07 AM Print This Article

No. ColdFusion is a scripting language similar to PHP. ColdFusion 
integrates its code (CFML) with standard HTML code. You can use any 
standard Web development application or text editor to create ColdFusion 
Web pages.

However, if you plan on building a large or complex Web application, you 
may want to use Macromedia Dreamweaver MX 2004. New Dreamweaver 
extensions included with ColdFusion MX 7 make it easier to develop 
ColdFusion applications using Dreamweaver MX 2004.

This answer is really wrong in so many ways...

Matt Robertson wrote:
> by 'custom tags' we're talking CFX's, right?
> 
> I would assume that cfschedule is out of the question (thanks to the
> need to use cfregistry to enable the item)?
> 
> --
> --mattRobertson--
> Janitor, MSB Web Systems
> mysecretbase.com
> 
> 

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

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


Re: Module Security

2005-11-15 Thread Matt Robertson
I've got something similar to what Snake is talking about, although
its $29.95.  Lets you set tiers, groups or individual permissions. 
Then create permission profiles that encapsulate any combination of
groups or permissions/anti-permissions, and apply them to an
individual user.  Then you can customize the individual user once the
profile has been applied if what the profile gave them doesn't fit
their individual circumstance.

When I say 'groups' they are different from what is generally accepted
as such.  You could ignore that part and just focus on 'profiles' and
'permissions'.  Its the permissions that you use at the granular level
to decide if snippet A or B is visible to User C.  For me, groups are
more of a quasi-global global thing.  Something that lets a user into
a specific area (i.e. Marketing Dept) while the permissions are wound
into the fiber of the code and decide what they can do once they get
there.


--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

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

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

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


Re: GoDaddy Hosting?

2005-11-15 Thread Ray Champagne
HmmI haven't read anything on that.  I assume so, since cfregistry 
is disabled.  And yes, we're talking CFX's.

Here's the FAQ section for CF on the GoDaddy site, JIC you need more info:

http://help.godaddy.com/article_list.php?topic_id=197&&;

Ray

Matt Robertson wrote:
> by 'custom tags' we're talking CFX's, right?
> 
> I would assume that cfschedule is out of the question (thanks to the
> need to use cfregistry to enable the item)?
> 
> --
> --mattRobertson--
> Janitor, MSB Web Systems
> mysecretbase.com
> 
> 

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

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


Re: XMLHttpRequest and charset

2005-11-15 Thread Claude Schneegans
 >>I think it's most likely still going to be on the CF side of the code.

I've seen people in a French forum having exactly the same problem, and 
they are under PHP.
I think that the charset header is simply ignored, or does not work.
The text is sent in UTF-8, whatever you put in the header.
This must be a bug, or so, both in MSIE and Mozilla.

What they do in PHP is that they call a function to decode from UTF-8 in 
the called template.
Since I want my app to be CF5 and CFMX compatible, I cannot use 
CharsetDecode ()
I'm planning to convert the text into hexadecimal.
Now I must find or mak some function de convert from hexa to ASCII :-(


-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


Re: GoDaddy Hosting?

2005-11-15 Thread Matt Robertson
by 'custom tags' we're talking CFX's, right?

I would assume that cfschedule is out of the question (thanks to the
need to use cfregistry to enable the item)?

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

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

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


Re: Form: user not going back

2005-11-15 Thread Tanguy Rademakers
> The action page has a CFLOCATION to the refresh page.
In that case, there is no "action page" from the pov of the browser... just an 
http redirect header, which the browser doesn't put into the history.

> A combination of the progress bar and the JavaScript code sent out 
> before should take care of most situations where the user wants to go 
> back and resubmit (unless anyone else has other nice tricks to share 
> :-)  ).
1) put a hidden field in the form (called "frmSubmitted" or somesuch) and 
populate it to "N".
2) when the form is submitted, check that the value of this field is "N". If it 
is, set the value of this field to "Y" and continue with the submission. 
Otherwise, pop up an alert or use some other method of handling the situation, 
but do not submit the form.
3) other option: check the value of this field onload of the page, and do 
something if it is not "N". This way the users don't spend ten minutes editing 
information only to get slapped in the face with a wet fish when they try to 
submit the form.

The back button is one of the most used browser features - users get a little 
bent out of shape when you disable it without warning.

/t

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

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


Re: rss feed

2005-11-15 Thread daniel kessler
I did find a way to get myself another error (that sounds more promising):
error on line 1 at column 10: Comment must not contain '--' (double-hyphen)

I used this:


SELECT header FROM whats_new







#header#


#header#

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

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


RE: Open Laszlo and CF

2005-11-15 Thread Munson, Jacob
> Would it be a safe assumption that I could build standard web 
> apps using 
> Flex 2 that look and behave in a much more robust way (than 
> HTML and cross 
> browser of course due to SWFs) without having to know a tonne 
> of Flash (but 
> would have to pick ip AS 3)?

Flex uses MXML.  But the coolness is that you can do CF stuff combined
with flex to make some pretty awesome apps.


















[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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

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


Re: rss feed

2005-11-15 Thread daniel kessler
I pasted that in directly as-is and received the same error:
error on line 1 at column 1: Document is empty

I tested that it has a recordset.  Is it empty cause I'm not exporting 
formatted xml?  I suppose not.
Also, I noticed that the cfoutput is there twice in that code.  Is that 
intended?  Also the query name isn't referenced after the query is made.  Is 
that also intended?  I added the query name to the cfoutputs but received no 
change to the error.

Sorry to be so bugger-dense about this.

>
>SELECT header FROM whats_new
>
>
>
>
>
>
>
>#header#
>
>
>#header#
>
>On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
>>

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

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


Re: Open Laszlo and CF

2005-11-15 Thread Bryan Stevenson
You gather correctly Sean ;-)

That's about all I'd understand at this point as I haven't delved too deep 
into Flex yet.

Would it be a safe assumption that I could build standard web apps using 
Flex 2 that look and behave in a much more robust way (than HTML and cross 
browser of course due to SWFs) without having to know a tonne of Flash (but 
would have to pick ip AS 3)?

TIA

Cheers

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


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

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


Re: Form: user not going back

2005-11-15 Thread Roberto Perez
> 
> Good question.  Maybe it depends on if you are 
> doing a cflocation or 
> a http meta refresh?  Have you tried both?
> 

The action page has a CFLOCATION to the refresh page.

The refresh page has the HTML meta refresh code. When I set it to "0" seconds, 
the "Back" button on the browser bypasses that page completely (it also 
bypasses the action page, taking me directly to the form). 

When I set the refresh to 5 seconds, the page is displayed via the "Back" 
button. I was hoping to show no intermediate page, but I guess a "progress bar" 
animated gif on the refresh page would get the message across (e.g., "Your info 
has been processed, don't mess around with it anymore").

A combination of the progress bar and the JavaScript code sent out before 
should take care of most situations where the user wants to go back and 
resubmit (unless anyone else has other nice tricks to share :-)  ).

Thanks,

Roberto

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

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


RE: Form: user not going back

2005-11-15 Thread Munson, Jacob
> But the HTML page with the redirect, for instance: does that 
> kind of page always get bypassed when the back broswer is 
> clicked? Or, is it a matter of how many seconds the redirect 
> is set to?

Good question.  Maybe it depends on if you are doing a cflocation or a
http meta refresh?  Have you tried both?

























This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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

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

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


Re: Open Laszlo and CF

2005-11-15 Thread Sean Corfield
On 11/15/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> So I'm really clear on this Sean...are you saying I could build Flex apps
> for "under $1000"?  or can they be built and deployed for that?

I gather you haven't been following all of the announcements around
the Flex 2 product line?

Today, you get Flex Builder 1.5 'free' with Flex Server and you write
MXML / AS2 applications and deploy them to the Flex Server which
compiles them on demand and servers up SWFs.

With the Flex 2 product line, you buy Flex Builder 2 (for "under
$1,000") and you write MXML / AS3 applications and compile them to SWF
which you can then deploy on any web server.

The generated SWF can use web services and the new - free - CF Adapter
(essentially an updated Flash Remoting adapter for CFMX 7 that
supports Flex 2 SWFs).

If you want advanced data services (online / offline data sync, push
data, peer-to-peer messaging etc), you will need the Flex 2 Enterprise
Services server component.

In other words, today's Flex 1.5 Server will "grow up" into Flex 2
Enterprise Services (server) but you will additionally be able to
build easy-to-deploy SWF files using Flex Builder 2 and the new Flex 2
Framework (MXML / AS3).

Hope that helps?

For more information, visit http://labs.macromedia.com/ where you can
download all the alpha releases for free.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

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

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

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


Re: Form: user not going back

2005-11-15 Thread Roberto Perez
>
>Put this in your form page:
>
>
>


Nice trick. That worked really well. 

Thanks,

Roberto

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

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


Re: Automatically directed to a network printer

2005-11-15 Thread John Lucania
That is great.

It is MX on Windows 2003.

jl

On 11/15/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote:
> On Tuesday 15 November 2005 15:24, John Lucania wrote:
> >  I need hard copy printout of a cf query page monthly.
> > Can it be automatically directed to a network printer and let it print out?
>
> Yes.
> As you don't mention what O/S or version of CF you have, it is hard to be
> specific.
>
> --
>
> Tom Chiverton
> Advanced ColdFusion Programmer
>
> 

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

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


Re: Form: user not going back

2005-11-15 Thread Roberto Perez
> I'd say it depends on the browser.  I know that Firefox 1.5 stores 
> pages
> in memory, so when your user clicks back, they aren't hitting your
> server (if they use FF 1.5).  The browser is just pulling the page 
> from
> memory. 
> 


True. I have "expiration" codes on the form (both as HEADER and CFHEADER to 
target all possible browsers/situations).

But the HTML page with the redirect, for instance: does that kind of page 
always get bypassed when the back broswer is clicked? Or, is it a matter of how 
many seconds the redirect is set to?

Thanks,

Roberto

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

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

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


Re: Open Laszlo and CF

2005-11-15 Thread Bryan Stevenson
> He means the availability of Flex Builder 2 / Flex 2 Framework and the
> ability to generate standalone SWFs for "under $1,000" (for the IDE /
> framework etc).
> --
> Sean A Corfield -- http://corfield.org/
> Got frameworks?

So I'm really clear on this Sean...are you saying I could build Flex apps 
for "under $1000"?  or can they be built and deployed for that?

That's a pretty dang huge drop in price isn't it?  Wasn't Flex around $12K?

Is it a version 2 or a lite version?

TIA

Cheers

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


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

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


Re: Open Laszlo and CF

2005-11-15 Thread Sean Corfield
On 11/15/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> > WIth the drop in flex's price coming I don't see any reason to even
> > concider laszlo, I mean you could try it nad heres what I would try.
> Any idea what kind of drop we're talkin about Disruptor?

He means the availability of Flex Builder 2 / Flex 2 Framework and the
ability to generate standalone SWFs for "under $1,000" (for the IDE /
framework etc).
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

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

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

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


Re: rss feed

2005-11-15 Thread Deanna Schneider

SELECT header FROM whats_new







#header#


#header#

On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
>
> I get an error. I did:
>
> 
> SELECT header FROM whats_new
> 
>
> 
> 
> 
> 
> 
> #header#
> 
> 
>
> and I get the error:
> error on line 1 at column 1: Extra content at the end of the document
>
> Not sure what it means. I'm not generating xml yet cause I figured that
> I'd try something simple first. Then make a complex file.
>
>
>
> > On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
> > > >
> > > >
> >
> > Insert your processing code here. You don't have to use cfscript
> > syntax. Just put a  tagset around
> > anything you're outputting.
> >
> > > >
> > > >
> > > >writeoutput(feed); 
>
> 

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

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

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


RE: Form: user not going back

2005-11-15 Thread RADEMAKERS Tanguy
>What is a standard way of preventing the user from accessing a 
>form just submitted? I inserted a page with a "redirect" code 
>between my action page and my thank you page, but when I hit 
>the "Back" button, both the "refresh" and the action pages are 
>bypassed and the form (with completed fields) is accessed.

Put this in your form page:



/t

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

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


RE: Form: user not going back

2005-11-15 Thread Munson, Jacob
I'd say it depends on the browser.  I know that Firefox 1.5 stores pages
in memory, so when your user clicks back, they aren't hitting your
server (if they use FF 1.5).  The browser is just pulling the page from
memory. 

> From: Roberto Perez [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 15, 2005 10:01 AM
> 
> Hi all,
> 
> What is a standard way of preventing the user from accessing 
> a form just submitted? I inserted a page with a "redirect" 
> code between my action page and my thank you page, but when I 
> hit the "Back" button, both the "refresh" and the action 
> pages are bypassed and the form (with completed fields) is accessed.
> 
> If I set the "refresh" time to 10 secs. instead of "0", now 
> that page is visible when the user clicks the "Back" button 
> on the visible "Thank you" page, but another click gets him 
> back to the form.
> 
> I've seen it done where, no matter how many times you hit the 
> "Back" button, you always get that intermediate "Redirect" 
> page which always sends you to the "Thank you" page. Is more 
> than simple HTML involved in that?
> 
> Thanks,
> 
> Roberto


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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

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


Re: rss feed

2005-11-15 Thread daniel kessler
I get an error.  I did:


SELECT header FROM whats_new







#header#



and I get the error:
error on line 1 at column 1: Extra content at the end of the document

Not sure what it means.  I'm not generating xml yet cause I figured that I'd 
try something simple first.  Then make a complex file.



> On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
> > >
> > >
> 
> Insert your processing code here.  You don't have to use cfscript
> syntax.  Just put a  tagset around
> anything you're outputting.
> 
> > >
> > >
> > >writeoutput(feed); 

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

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


RE: XMLHttpRequest and charset

2005-11-15 Thread Bobby Hartsfield
>From looking back at some of my code and through a couple books here... it
looks like you are doing everything you should be doing on the JS side of
things (at least as far as the code you posted). If Massimo's suggestion
didn't help, I think it's most likely still going to be on the CF side of
the code.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 12:47 PM
To: CF-Talk
Subject: RE: XMLHttpRequest and charset

Ha, that’s a difference alright. It was worth a shot.

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

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 11:26 AM
To: CF-Talk
Subject: Re: XMLHttpRequest and charset

 >>Does it make a difference if you setRequestHeader() before you open()?

It sure does: it makes an "Unspecified error" ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.






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

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


Form: user not going back

2005-11-15 Thread Roberto Perez
Hi all,

What is a standard way of preventing the user from accessing a form just 
submitted? I inserted a page with a "redirect" code between my action page and 
my thank you page, but when I hit the "Back" button, both the "refresh" and the 
action pages are bypassed and the form (with completed fields) is accessed.

If I set the "refresh" time to 10 secs. instead of "0", now that page is 
visible when the user clicks the "Back" button on the visible "Thank you" page, 
but another click gets him back to the form.

I've seen it done where, no matter how many times you hit the "Back" button, 
you always get that intermediate "Redirect" page which always sends you to the 
"Thank you" page. Is more than simple HTML involved in that?

Thanks,

Roberto

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

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


RE: XMLHttpRequest and charset

2005-11-15 Thread Bobby Hartsfield
Ha, that’s a difference alright. It was worth a shot.

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

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 11:26 AM
To: CF-Talk
Subject: Re: XMLHttpRequest and charset

 >>Does it make a difference if you setRequestHeader() before you open()?

It sure does: it makes an "Unspecified error" ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




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

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


RE: Multiple sites in IIS

2005-11-15 Thread Snake
Yes, use different host headers instead of ports. 
Use a subdomain off your primary domain for your dev server,

Russ

-Original Message-
From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] 
Sent: 15 November 2005 15:29
To: CF-Talk
Subject: OT: Multiple sites in IIS

Hi,
 
We have one development server, and multiple production servers. For each
separate server in production, I'm just creating a New Site in IIS on the
development server, each using a different port. Is there a better way/best
practices approach to keeping these servers separate in the development
environment? Thanks in advance.
 
Sincerely,
 
Andrew
 




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

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


Re: Open Laszlo and CF

2005-11-15 Thread Bryan Stevenson
> If your data is supplied by a cf page you would use something like
>
>  autorequest="true" type="http"
> src="getemployees.cfm"/>
>
> 
>
> 
> 
> 
> 
> 
> 
>
> where getemployees.cfm returns the same looking  XML as above.
> HTH
> Mike T.

Thanks for the example Michael, but I'm missing one bit concerning 
getemployees.cfm

What exactly does getemployees.cfm generate?  Is it an XML string?  If it 
wasn't a valid XML string (mabye some HTML mixed in) would that dataset tag 
fail?

I suppose the above could also be used to consume a web service?

TIA

Cheers

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 


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

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

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


Re: cfdocument and footer troubles

2005-11-15 Thread Anthony Prato
Great Idea Ben! It worked!

On 11/15/05, Ben Nadel <[EMAIL PROTECTED]> wrote:
> Anthony Try something like this:
>
> 
>
>
>
>div.footer {}
>
>div.footer p.seenextpage {
>display: none ;
>}
>
>div.footer div.instance1 p.seenextpage {
>display: block ;
>}
>
>
>
>
>
>
>
>See Next Page
>
>
>
>
>
> 
>
> What this does is default the paragraph class SeeNextPage to NOT display,
> however, when the inbetween div is instance1 (as it is created via the
> CurrentPageNumber), it will show on the first page.
>
> For this to work, the style tags MUST be in the Footer item.
>
> I haven't tested this specifically, but I have gotten things like this to
> work.
>
> -Ben
> ...
> Ben Nadel
> Web Developer
> Nylon Technology
> 6 West 14th Street
> New York, NY 10011
> 212.691.1134
> 212.691.3477 fax
> www.nylontechnology.com
>
> "Always confident, seldom correct."
>
>
> -Original Message-
> From: Anthony Prato [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 14, 2005 3:47 PM
> To: CF-Talk
> Subject: cfdocument and footer troubles
>
> I'm working on a document that sometimes requires two pages. This is
> based on the number of items returned by a query. When two pages are
> needed I would like both pages to have "page x of 2" on the right
> footer and something like "See next page" on the center of the footer
> on the first page only. The page number part is easy, event though i
> need to use a cfoutput (livedocs example doesn't use cfoutput)
> The problem I'm having is trying to use:
> see next page
> I don't get the text on either page. I tried putting pound signs
> around it, and quotes. I also tried using the query.recordcount but
> then the page doesn't load at all. I also tried moving the doc item
> footer tag around with no luck. I also tried moving it to after my
> pagebreak which livedocs says:
> If the tag is in the middle of the document, it applies to the rest of
> the document
> But even though its after my page break it still shows on the first page.
>
> Anyone gotten any something like this to work?
>
>
> Anthony
>
>
>
> 

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

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

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


Re: Open Laszlo and CF

2005-11-15 Thread Bryan Stevenson
> well i remember they were going to post us some code and show us then they 
> dissappeared.
> WIth the drop in flex's price coming I don't see any reason to even 
> concider laszlo, I mean you could try it nad heres what I would try.

Any idea what kind of drop we're talkin about Disruptor?

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 


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

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

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


RE: Problem with relational tables

2005-11-15 Thread Ian Skinner
It doesn't use aliases as you did (which I understand to some degree
anyway) 

Mark

Well the aliases are mainly there to save typing.  With a wizzard like this 
using full names is just about as easy as aliases.

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

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




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

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


RE: GoDaddy Hosting?

2005-11-15 Thread Munson, Jacob
> Like server-side resizing and saving, etc?  I've never heard of that. 
> Maybe I'll go Googling tonight when I get home

Well, I meant client side.  But like I said, its just something I think
I heard on a list somewhere.  Not sure if its vaporware or not.  But if
it is possible in the client, then you could do it there and then have
your CF save it.  Of course, that's only if you are doing this on images
a user is submitting, or something like that.  Again, it would all be
easier if your host allowed custom tags, which was your original point.
;)




































[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



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

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


RE: cfdocument and footer troubles

2005-11-15 Thread Ben Nadel
Anthony Try something like this:





div.footer {}

div.footer p.seenextpage {
display: none ;
}

div.footer div.instance1 p.seenextpage {
display: block ;
}







See Next Page


  




What this does is default the paragraph class SeeNextPage to NOT display,
however, when the inbetween div is instance1 (as it is created via the
CurrentPageNumber), it will show on the first page. 

For this to work, the style tags MUST be in the Footer item.

I haven't tested this specifically, but I have gotten things like this to
work.

-Ben
...
Ben Nadel 
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
 
"Always confident, seldom correct."
 

-Original Message-
From: Anthony Prato [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 3:47 PM
To: CF-Talk
Subject: cfdocument and footer troubles

I'm working on a document that sometimes requires two pages. This is
based on the number of items returned by a query. When two pages are
needed I would like both pages to have "page x of 2" on the right
footer and something like "See next page" on the center of the footer
on the first page only. The page number part is easy, event though i
need to use a cfoutput (livedocs example doesn't use cfoutput)
The problem I'm having is trying to use:
see next page
I don't get the text on either page. I tried putting pound signs
around it, and quotes. I also tried using the query.recordcount but
then the page doesn't load at all. I also tried moving the doc item
footer tag around with no luck. I also tried moving it to after my
pagebreak which livedocs says:
If the tag is in the middle of the document, it applies to the rest of
the document
But even though its after my page break it still shows on the first page.

Anyone gotten any something like this to work?


Anthony



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

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

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


RE: Multiple sites in IIS

2005-11-15 Thread Paul Vernon
> We have one development server, and multiple production 
> servers. For each separate server in production, I'm just 
> creating a New Site in IIS on the development server, each 
> using a different port. Is there a better way/best practices 
> approach to keeping these servers separate in the development 
> environment? Thanks in advance.

Set your host headers in IIS and add the entries into your DNS servers or
hosts files.

But... if you need SSL on more than one site, you will need a different IP
or different port for those particular sites as you can only have one SSL
cert for each IP/port combination. 

Paul



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

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


Re: GoDaddy Hosting?

2005-11-15 Thread Ray Champagne
Like server-side resizing and saving, etc?  I've never heard of that. 
Maybe I'll go Googling tonight when I get home

Munson, Jacob wrote:
>>For instance, they don't allow anything at all custom-tag-wise.
>>Nothing.  You can't even pay extra to have it enabled.  
>>That's the only
>>thing that I've run into that is a big problem (for me).  I 
>>have to use
>>some kind of custom tag to be able to manage images that are uploaded
>>on-the-fly, and I don't know of any other way that to use one of the
>>many custom tags out there.  And, they don't allow any kind of Java
>>coding, either, so that's out.
> 
> 
> It seems like I've heard that you can do image manipulation with
> JavaScript.  That might be a solution for you.  Of course, it would be
> easier if your host supported the custom tag you use.  ;)
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> This transmission may contain information that is privileged, confidential 
> and/or exempt from disclosure under applicable law. If you are not the 
> intended recipient, you are hereby notified that any disclosure, copying, 
> distribution, or use of the information contained herein (including any 
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
> in error, please immediately contact the sender and destroy the material in 
> its entirety, whether in electronic or hard copy format. Thank you. A1.
> 
> 
> 
> 

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

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


RE: GoDaddy Hosting?

2005-11-15 Thread Munson, Jacob
> For instance, they don't allow anything at all custom-tag-wise.
> Nothing.  You can't even pay extra to have it enabled.  
> That's the only
> thing that I've run into that is a big problem (for me).  I 
> have to use
> some kind of custom tag to be able to manage images that are uploaded
> on-the-fly, and I don't know of any other way that to use one of the
> many custom tags out there.  And, they don't allow any kind of Java
> coding, either, so that's out.

It seems like I've heard that you can do image manipulation with
JavaScript.  That might be a solution for you.  Of course, it would be
easier if your host supported the custom tag you use.  ;)






























This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



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

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


Re: XMLHttpRequest and charset

2005-11-15 Thread Claude Schneegans
 >>Does it make a difference if you setRequestHeader() before you open()?

It sure does: it makes an "Unspecified error" ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


RE: XMLHttpRequest and charset

2005-11-15 Thread Bobby Hartsfield
Does it make a difference if you setRequestHeader() before you open()?

Worth a shot.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 11:15 AM
To: CF-Talk
Subject: Re: XMLHttpRequest and charset

 >>Be aware  in CF 6+ default to UTF-8. Try using the "charset"
attribute and see if it helps

I made the test under CF5, to make sure.
I added an alert with the text in hexadecimal right before sending the 
text, and it IS in iso 8859: "75 75 E9 E9"
So the XMLHttpRequest is actually converting to UTF-8.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




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

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


Re: XMLHttpRequest and charset

2005-11-15 Thread Claude Schneegans
 >>Be aware  in CF 6+ default to UTF-8. Try using the "charset"
attribute and see if it helps

I made the test under CF5, to make sure.
I added an alert with the text in hexadecimal right before sending the 
text, and it IS in iso 8859: "75 75 E9 E9"
So the XMLHttpRequest is actually converting to UTF-8.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


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

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


Re: rss feed

2005-11-15 Thread Marlon Moyer
Daniel,

On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
> >
> >

Insert your processing code here.  You don't have to use cfscript
syntax.  Just put a  tagset around
anything you're outputting.

> >
> >
> >writeoutput(feed); 
>

If the cfscript syntax is confusing, you can always do:


#feed#

The trick is to make sure that CF doesn't generate whitespace at the
top of your rss feed.  That will usually kill a service that consumes
your rss feed.  That's what the cfsetting enablecfoutputonly=true at
the top does.  Only things within a cfoutput tag will be displayed.




> ok I'm having trouble with this.  I don't know how to use the database 
> information within cfscript.  I can't use .  I 
> tried a FOR loop, using ECMA but that didn't seem to work.  Just not sure 
> where to go from here.
> Also, it doesn't seem to ask for a file name anywhere so how does it know 
> where it goes?  I'd usually put that in the cfcontent tag.  Should I add that 
> to the above code?
>
> 

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

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

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


Re: XMLHttpRequest and charset

2005-11-15 Thread Massimo Foti
> The called template receives the code, but despite of the
> charset=iso-8859-1 specs in the header, the text seems to be received in
> UTF-8: the receiving template writes the text to a file:
>  OUTPUT="#form.MessageSent#">

Be aware  in CF 6+ default to UTF-8. Try using the "charset"
attribute and see if it helps

Massimo


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

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


XMLHttpRequest and charset

2005-11-15 Thread Claude Schneegans
Hi,

I'm sending some text to a CF template via an XMLHttpRequest; see code
below.


  var sendString =
"userId=#session.UserId#&meetingId=#meetingId#&messageSent=" +
   encodeURIComponent(el.value);
  sendRequest.onreadystatechange=backFromSend;
  sendRequest.open("POST","schedule/comiteeSendMessage.cfm",true);
  sendRequest.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded; charset=iso-8859-1");

The called template receives the code, but despite of the
charset=iso-8859-1 specs in the header, the text seems to be received in
UTF-8: the receiving template writes the text to a file:


the following text was sent: "uuéé"
and the binary dump of the file shows: "75 75 C3 A9 C3 A9 0D 0A 
uuéé"

The result is the same with either MSIE of Firefox, either CF5 or CFMX.
How can I force the text to be sent in iso-8859-1?
All the rest of the application is iso-8859-1, I don't want to mix
iso-8859-1 and UTF-8 in the database.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




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

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


Re: Best way to unix crypt() on windows cfmx?

2005-11-15 Thread Thomas Chiverton
On Monday 14 November 2005 22:15, Jon Block wrote:
> Whats the best way to use the unix crypt() function on windows cfmx 7?

Install Perl or one of the Win32 GNU toolsets.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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

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

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


Re: Linux Server - ColdFusion hangs on restart

2005-11-15 Thread Thomas Chiverton
On Tuesday 15 November 2005 14:07, Jillian Koskie wrote:
> Has anybody seen this before?  Any suggestions?

Have rc.local launch a script that waits 5 minutes, then invokes the 
coldfusion init.d script.

Don't forget to whack a '&' on the end of the rc.local line :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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

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


Re: Automatically directed to a network printer

2005-11-15 Thread Thomas Chiverton
On Tuesday 15 November 2005 15:24, John Lucania wrote:
>  I need hard copy printout of a cf query page monthly.
> Can it be automatically directed to a network printer and let it print out?

Yes.
As you don't mention what O/S or version of CF you have, it is hard to be 
specific.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

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

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


RE: Multiple sites in IIS

2005-11-15 Thread Kevin Penny
Host Headers setup through IIS

So you could have beta.xyz.com, dev.xyz.com etc.

?


-Original Message-
From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 15, 2005 9:29 AM
To: CF-Talk
Subject: OT: Multiple sites in IIS

Hi,
 
We have one development server, and multiple production servers. For
each separate server in production, I'm just creating a New Site in IIS
on the development server, each using a different port. Is there a
better way/best practices approach to keeping these servers separate in
the development environment? Thanks in advance.
 
Sincerely,
 
Andrew
 




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

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

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


  1   2   >