Re: cfform alert box

2005-10-14 Thread dave
nice catch :)
 MIK
 haha

 now the problem is that the alert pops up but then quickly submits itself 
argg

~Dave the disruptor~
"Some people just don't appreciate how difficult it is to dispense wisdom and 
abuse at the same time." 


From: Paul Hastings <[EMAIL PROTECTED]>
Sent: Saturday, October 15, 2005 1:52 AM
To: CF-Talk 
Subject: Re: cfform alert box 

dave wrote:
> thats close to what i have been trying but I get this eror whenever i add the 
> onclick to the button
> 
> illegal use of actionscript

oops, change the word delete in the message to remove. then complain to 
mike nimer ;-)

> alert("Are you sure you want to delete this record", "Warning", 



~|
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:221109
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 alert box

2005-10-14 Thread Paul Hastings
dave wrote:
> thats close to what i have been trying but I get this eror whenever i add the 
> onclick to the button
> 
>  illegal use of actionscript

oops, change the word delete in the message to remove. then complain to 
mike nimer ;-)

>  alert("Are you sure you want to delete this record", "Warning", 

~|
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:221108
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 alert box

2005-10-14 Thread dave
thats close to what i have been trying but I get this eror whenever i add the 
onclick to the button

 illegal use of actionscript

~Dave the disruptor~
"Some people just don't appreciate how difficult it is to dispense wisdom and 
abuse at the same time." 


From: Paul Hastings <[EMAIL PROTECTED]>
Sent: Friday, October 14, 2005 1:11 AM
To: CF-Talk 
Subject: Re: cfform alert box 

> i tried onClick but it doesnt work

not tested but maybe something along these lines? if you're not on 
merrimack, you'll need to wrap the AS up in cfsavecontent.

 function confirm(evt) {
 if (evt.detail == mx.controls.Alert.OK) {
 // do whatever when the event is confirmed like submit or pass thru 
to remoting CFC, etc.
 }
 } // confirm

 function doubleCheck(){
 alert("Are you sure you want to delete this record", "Warning", 
mx.controls.Alert.OK | mx.controls.Alert.CANCEL, confirm);
 } // doubleCheck

onclick="doubleCheck();">



~|
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:221107
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: Problem with CF MX scheduled task

2005-10-14 Thread Russ Ronchi
I'm having the same problem and mine is an SSL connection.  I run the script 
via the same URL I'm calling in the scheduler and it runs fine.  But through 
the scheduler it's not running at all.

Sample entries from the scheduler log are:

Oct 14, 2005 1:12 AM Information 0 
[FullCircle Import] Executing at Fri Oct 14 01:12:21 PDT 2005
Oct 14, 20051:12 AM Information 0
[FullCircle Import] Rescheduling for :Fri Oct 14 01:13:22 PDT 2005 Now: Fri Oct 
14 01:12:21 PDT 2005

They all look like that.

Any help is greatly appreciated.

-Russ







>Apologies if this has been answered.
>
>Try it via it's IP - we had problems like that and accessing via IP sorted
>it (it's not an SSL connection is it?)
>
>
>
>
>"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
>
>-Original Message-
>From: [EMAIL PROTECTED] [EMAIL PROTECTED]
><[EMAIL PROTECTED]>
>To: CF-Talk 
>Sent: Fri Oct 07 13:41:41 2005
>Subject: Problem with CF MX scheduled task
>
>We are experiencing a problem with an MX scheduled task.  
>
>The scheduled task will run OK when the go button in the task list in CF
>Administrator is clicked.  It will also run when the URL is entered into a
>browser on the server hosting the sceduled task (through PC Anywhere).
>
>However, when the task is allowed to run based based on the time set in the
>scheduled task, it comes back with a "Connection Timeout" message.  We see
>this message in the log file that the task is set to send its output to.
>
>Does anyone have any ideas what might be causing this problem?

~|
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:221106
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


Forums w/external authentication

2005-10-14 Thread Marty Johll
I'm looking at ways of integrating a forum into my site without having to
have users login a second time into the forums. I curious if anyone has
integrated a CF-based forum into their site that integrated your existing
authentication?

For example, fusetalk has the capacity to choose between local or external
authentication and one may edit a login.cfm file to put one's own
authentication in place and then set some variables based on your session
(or cookie) variables. I tried installing fusetalk but I'm getting some
errors and have questions into them, but while I'm waiting I thought I'd see
what other may have done.

Thanks,
Marty


~|
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:221105
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: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-14 Thread Jim Davis
> -Original Message-
> From: Robert Munn [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 14, 2005 7:52 PM
> To: CF-Talk
> Subject: Pluggable Security system/ app architecture (WAS: Re: Any
> Interest in a Completely Free CFML Calendar?)
> 
> The basic idea would be to build an identity management system that
> could link into a pluggable application architecture. The whole system
> could be exposed through a Web services API that would allow you to
> register any third party app as a client of the identity management
> system. Adapters could be built to link into data providers like LDAP
> servers if that is desirable functionality.

I'm not sure if it'll suit but I've got this (scroll to the bottom - the
Security system):

http://www.depressedpress.com/Content/Development/ColdFusion/DPLibraries/Ind
ex.cfm

Unfortunately I've not yet found the time to document it for use, but the
component catalog is complete.

The main idea of the system is to provide the core needs of security without
defining an interface - in other words defining the service but not the look
and feel.

The system splits information about the user into three distinct (and
separately definable components: "Credentials" (information required by the
security system), "Entitlements" (information about what the person can do)
and "Profiles" (information about the user not required by the system such
as address, phone number, etc).

The system is CFC-based and a web-services façade could easily be added.

I've used the system for some time now on several sites... I'm not sure how
it would stand up to any real sustained stress, but it's had some and done
well.

If you've any questions let me know.

Jim Davis




~|
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:221104
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


Are there any CFeclipse tutorials out there?

2005-10-14 Thread Victor Moore
Hi,
 I am jumping into cfeclipse as we speak. Installed the core eclipse and
updated the cfeclispe. Unfortunately it seems that the books on line are not
available. Are there any tutorials, books that show how to set it up with
coldfusion and integrate it with subversion , or it's just a matter of trial
and error.
  Thanks
Victor


~|
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:221103
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: MX 7.0.1 problem

2005-10-14 Thread Stephen Dupre
I've logged this as bug 61325.  You can probably keep 7.0.1 but backoff the 
connector to the 7.0 (JRun4 Updater 4 version) until we can look into this 
further.

Stephen Dupre
Macromedia QA

>I am running 7.0.1 on one web server, with the rest of the web servers
>running 7.0 HF3 (all servers Windows 2003, IIS 6)
>
>On the servers with 7.0 HF3, file names with "+" in them serve up fine.
>
>But on the server with 7.0.1, file names with a "+" give an error.
>
>For example, the path and file name:
>
>/reviewpages/GeneralDVD/41763D1+george+a+romeros+land+of+the+dead+dvd.htm
>
>Gives an error. The error is:
>
>The Web site you are accessing has experienced an unexpected error.  Please
>contact the website administrator.
>
>Error Occurred While Processing Request
>File not found: /reviewpages/GeneralDVD/41763D1 george a romeros land of the
>dead dvd.htm
>
>Any ideas?  I have updated the connectors also.  That did not help.
>
>TIA
>Jacob

~|
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:221102
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Qasim Rasheed
Here is a link to a Ajax based calender that can be used as interface

http://www.monket.net/cal/#top

HTH

Qasim

On 10/14/05, Jordan Michaels <[EMAIL PROTECTED]> wrote:
> Rick Root wrote:
>
> >Jordan Michaels wrote:
> >
> >
> >>Points taken! Strings have been removed. If we do this thing, there will
> >>be no strings attached.
> >>
> >>
> >
> >Personally, I've always preferred the standard BSD Licence.  I don't
> >have a problem with people using my code in their commercial
> >applications, and with the BSD license, they can do anything they want
> >with it.
> >
> >Rick
> >
> >
> >
> Agreed, the BSD license is wonderful - and it's what we were originally
> intending to use until we read the following:
>
> http://opensource.org/licenses/bsd-license.php
>
> "Note the new BSD license is thus equivalent to the MIT License, except
> for the no-endorsement final clause."
>
> We don't mind if users use our name when stating where some of the code
> came from.
>
> --
> 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:221101
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: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-14 Thread Mark Fuqua
Check out Plum.  www.productivityenhancement.com  The next planned release
is geared in this direction.

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:221100
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: CFAJAX return types docco

2005-10-14 Thread James Holmes
Yes that's a technique I used at one stage and it's a good idea in
situations where that works.

Along with this returntype docco I'll try to put together some useful
info on using the data with JS. It will be pitched at people who are
not JS gurus since I am a JS noob myself.

On 10/15/05, Munson, Jacob <[EMAIL PROTECTED]> wrote:
> Michael,
>
> I don't use much JS to do something with the cfajax results.  I
> preformat all the data in the CF function by stuffing HTML into the
> variable that gets returned.  Then I just use a simple function to stuff
> all the HTML and data into a div or something:

~|
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:221099
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: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-14 Thread Dawson, Michael
This is an excellent idea.  I would love to see a common security model
that can be used for custom, as well as open-source, web applications.

We use Active Directory (LDAP) for our authentication.  AD is also used
for most of our authorization.  Group membership determines what users
can access on our intranet. 

I think this system should stand alone where it could be used as a
general authentication system for secured web sites.

Let me know if there is anything I can contribute.

M!ke

-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 7:52 PM
To: CF-Talk
Subject: Pluggable Security system/ app architecture (WAS: Re: Any
Interest in a Completely Free CFML Calendar?)

Your question brings up a question I have been thinking about for some
time. At various times over the years I have used and integrated third
party components (like calendaring) and applications into my solutions.
The two biggest stumbling blocks are always the same:

1. Apps written in their own frameworks, no framework, etc. That's fine
for black-box code but not for something you may need to modify.
 
2. Full blown apps use their own user and security models, so plugging
them into an existing application tends to mean either integrating at
the database layer or bolting on something external.

These problems are hardly unique to CF or even Web development. A common
solution in enterprise apps is to bolt everything to LDAP/Active
Directory, but that is hardly ever used with externally facing apps. 

My question is, does anyone have an interest in building a pluggable
application architecture around a common identity management system, or
has anyone seen something like this for CF or other dev. platforms
(other than LDAP)? Or is LDAP being used externally now? 

The basic idea would be to build an identity management system that
could link into a pluggable application architecture. The whole system
could be exposed through a Web services API that would allow you to
register any third party app as a client of the identity management
system. Adapters could be built to link into data providers like LDAP
servers if that is desirable functionality.

Thoughts? 

Rob

~|
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:221098
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Mark Fuqua
I think free with link and reasonable license fee ($75-150/site??) without a
link would help pay for development, improvements and future releases. Kudos
to the open source crowd...but most of the people who champion the concept
the loudest (speaking only of those who advocate but do not contribute time)
surely charge for their projects.  You will be better able to complete and
improve this project if you charge a reasonable price for use of the
calendar.

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:221097
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


Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-14 Thread Robert Munn
Your question brings up a question I have been thinking about for some time. At 
various times over the years I have used and integrated third party components 
(like calendaring) and applications into my solutions. The two biggest 
stumbling blocks are always the same:

1. Apps written in their own frameworks, no framework, etc. That's fine for 
black-box code but not for something you may need to modify.
 
2. Full blown apps use their own user and security models, so plugging them 
into an existing application tends to mean either integrating at the database 
layer or bolting on something external.

These problems are hardly unique to CF or even Web development. A common 
solution in enterprise apps is to bolt everything to LDAP/Active Directory, but 
that is hardly ever used with externally facing apps. 

My question is, does anyone have an interest in building a pluggable 
application architecture around a common identity management system, or has 
anyone seen something like this for CF or other dev. platforms (other than 
LDAP)? Or is LDAP being used externally now? 

The basic idea would be to build an identity management system that could link 
into a pluggable application architecture. The whole system could be exposed 
through a Web services API that would allow you to register any third party app 
as a client of the identity management system. Adapters could be built to link 
into data providers like LDAP servers if that is desirable functionality.

Thoughts? 

Rob


>For some time now, Vivio Technologies has been debating whether or not
>to put forth the effort to complete the development of a completely
>free, (under a modified open-source MIT license) CFML calendar
>application. The idea was to develop a calendar application that anyone
>could do anything they want with, and help support the Cold Fusion
>community as a whole. Companies who develop in CFML would have the
>ability to -re-design, re-code, -re-brand, re-sell, or whatever else
>they wanted to do with the calendar application. The calendar would be
>able to run under BlueDragon FREE edition, and use open-source databases
>like PostgreSQL and MySQL. That way, no user anywhere would need to pay
>for anything more then the cost of hosting in order to deploy the calendar.
>
>Our question is simple: Would there be any interest in something like this?
>
>If there is significant interest, Vivio Technologies will make the
>investment to complete the project and deliver the calendar. If there is
>only a small amount of interest, then we'll quit wasting our time
>debating over this project and move on to projects which are of more
>value to us and/or the community.
>
>Please take a moment to visit our current calendar site located at the
>following URL:
>
>http://calendar.viviotech.net/

~|
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:221096
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Justin D. Scott
> the calendar linkware. Is this too much? We're not
> asking users to link to the main vivio site or
> anything commercial. We're simply asking for a
> link back to the main calendar site. Is this sort
> of licensing too restrictive to the very liberal
> MIT license to be useful?

Personally I would not use it on production web sites that clients are
paying $$$ for if a license forces their site to link back home, or anything
else visual for that matter.  When my client asks me, "What is that link on
there?  I don't like it, take it off." I want to be able to say "Yes sir,
Mr. client sir!" instead of having to explain that the calendar is free but
a license restriction requires it.  Perhaps a requirement to have an HTML
comment with the name and URL would be more reasonable.  If another
developer likes the calendar they can peek at the source code to get the
info, while I can keep my client's sites free of non-functional clutter that
they might have issues with.

-Justin Scott


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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221095
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Jordan Michaels
Rick Root wrote:

>Jordan Michaels wrote:
>  
>
>>Points taken! Strings have been removed. If we do this thing, there will
>>be no strings attached.
>>
>>
>
>Personally, I've always preferred the standard BSD Licence.  I don't 
>have a problem with people using my code in their commercial 
>applications, and with the BSD license, they can do anything they want 
>with it.
>
>Rick
>
>  
>
Agreed, the BSD license is wonderful - and it's what we were originally
intending to use until we read the following:

http://opensource.org/licenses/bsd-license.php

"Note the new BSD license is thus equivalent to the MIT License, except
for the no-endorsement final clause."

We don't mind if users use our name when stating where some of the code
came from.

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

~|
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:221094
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Rick Root
Matt Robertson wrote:
> 
> FCKEditor seems to have pretty much demolished a formerly decent-sized
> business with respect to selling an editor as a standalone widget. 
> And it looks like the guy has put together a halfway decent model
> insofar as making some money off the project is concerned (i.e. if you
> want a feature, sponsor it).  Too bad the current version is such a
> mess.  Even the new v2.1 is a shambles.

FCKeditor is the only "free" software that I've ever actually made a 
donation for.  I use it so heavily and happily.

rick


~|
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:221093
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Rick Root
Rick Root wrote:
> 
> I've contemplated building my own calendar as well.  Actually, I have a 
> fairly complex calendar that we use at Duke that I've thought about 
> revamping a bit for public consumption.  It's really very nice.  Has 
> summary view, planner view, monthly view, and table view, it's 
> searchable, exportable, printable, and the data entry piece is an RIA.
> 
> Alas, it's purely internal so I can't currently share it.. perhaps I'll 
> take some screen shots.

well.  If you'll forgive the 186k animated gif with 5 second delays, 
there are 8 screenshots here:

http://www.webworksllc.net/screenshots.gif

Rick


~|
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:221092
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Rick Root
Jordan Michaels wrote:
> Points taken! Strings have been removed. If we do this thing, there will
> be no strings attached.

Personally, I've always preferred the standard BSD Licence.  I don't 
have a problem with people using my code in their commercial 
applications, and with the BSD license, they can do anything they want 
with it.

Rick


~|
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:221091
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Jordan Michaels
Points taken! Strings have been removed. If we do this thing, there will
be no strings attached.

-JM

Matt Robertson wrote:

>On 10/14/05, Casey C Cook <[EMAIL PROTECTED]> wrote:
>  
>
>>"It makes me wonder how some of the great open-source projects got started
>>and became popular."
>>
>>Maybe because there were no strings attached. If someone has to think
>>twice about something, you probably already lost most of them.
>>
>>
>
>Thats a good point.  If you have to think it over, the internet is
>typically big enough that you can just move to the next item on the
>search results list.
>
>FCKEditor seems to have pretty much demolished a formerly decent-sized
>business with respect to selling an editor as a standalone widget. 
>And it looks like the guy has put together a halfway decent model
>insofar as making some money off the project is concerned (i.e. if you
>want a feature, sponsor it).  Too bad the current version is such a
>mess.  Even the new v2.1 is a shambles.
>
>--
>--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:221090
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Matt Robertson
On 10/14/05, Casey C Cook <[EMAIL PROTECTED]> wrote:
> "It makes me wonder how some of the great open-source projects got started
> and became popular."
>
> Maybe because there were no strings attached. If someone has to think
> twice about something, you probably already lost most of them.

Thats a good point.  If you have to think it over, the internet is
typically big enough that you can just move to the next item on the
search results list.

FCKEditor seems to have pretty much demolished a formerly decent-sized
business with respect to selling an editor as a standalone widget. 
And it looks like the guy has put together a halfway decent model
insofar as making some money off the project is concerned (i.e. if you
want a feature, sponsor it).  Too bad the current version is such a
mess.  Even the new v2.1 is a shambles.

--
--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:221089
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Rick Root
Andy Matthews wrote:
> I would say that there would definitely be interest for something like that.
> My thoughts are that CF won't be "more" popular than it currently is until
> there's a larger base of "free scripts" out there for people to use.

Exactly why I built BlogCFM and CFFM (and originally, CFMBB)!  I'm 
happy.. proud.. to note that CFFM is far and away the most popular 
project on cfopen =)

I've contemplated building my own calendar as well.  Actually, I have a 
fairly complex calendar that we use at Duke that I've thought about 
revamping a bit for public consumption.  It's really very nice.  Has 
summary view, planner view, monthly view, and table view, it's 
searchable, exportable, printable, and the data entry piece is an RIA.

Alas, it's purely internal so I can't currently share it.. perhaps I'll 
take some screen shots.

Rick


~|
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:221088
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.com now has CFMX7 hosting!

2005-10-14 Thread Matt Robertson
Before you guys go all squishy over SQL Server check with them as to
what they mean by 'sql server'.  The fine print on the dedicated
server side says Its MSDE.  I wonder if  they're doing the same thing
on the shared side and oops its a typo to put the '2000' in there?

Their dedicated hosting is OK-looking.  I don't think I would want to
put my life in their hands, or anyone else's.  Too many bad Interland
memories, from way back when dinosaurs ruled the Earth.

And anyone want to bet on how many accts get piled onto a server?  I'm
sure its a small number to keep the quality up.

--
--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:221087
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Casey C Cook
"It makes me wonder how some of the great open-source projects got started 
and became popular."

Maybe because there were no strings attached. If someone has to think 
twice about something, you probably already lost most of them.

Thanks,
CC


This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.






Jordan Michaels 
10/14/2005 03:28 PM
Please respond to cf-talk
 
To: CF-Talk 
cc: 
Subject:Re: Any Interest in a Completely Free CFML 
Calendar?


This was our thought as well, and the reason we decided to even attempt
this project. The current version of the calendar is installable, and
has some really neat features. however, there are a few bugs that need
to be fixed and the documentation still needs to be written for it. All
in all, a few hundred dollars worth of man-hours still need to be put
into it before it's ready to go. That's the difficult part, and the
reason we're attempting to determine interest in it.

What about the modified MIT license we're thinking about releasing it
under? With the addition of the third paragraph, we've essentially made
the calendar linkware. Is this too much? We're not asking users to link
to the main vivio site or anything commercial. We're simply asking for a
link back to the main calendar site. Is this sort of licensing too
restrictive to the very liberal MIT license to be useful? As developers,
would would this requirement cause you to think twice before using it?

The reason we added the third paragraph was because we wanted the effort
to grow, but perhaps there's a better way to do this? It makes me wonder
how some of the great open-source projects got started and became popular.

Thank you all for your input. =) We really appreciate it and please keep
it coming!

Warm regards,
Jordan Michaels
Vivio Technologies



Andy Matthews wrote:

>I would say that there would definitely be interest for something like 
that.
>My thoughts are that CF won't be "more" popular than it currently is 
until
>there's a larger base of "free scripts" out there for people to use.
>
>andy matthews
>web developer
>ICGLink, Inc.
>[EMAIL PROTECTED]
>615.370.1530 x737
>--//->
>
>-Original Message-
>From: Jordan Michaels [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 14, 2005 4:29 PM
>To: CF-Talk
>Subject: Any Interest in a Completely Free CFML Calendar?
>
>
>For some time now, Vivio Technologies has been debating whether or not
>to put forth the effort to complete the development of a completely
>free, (under a modified open-source MIT license) CFML calendar
>application. The idea was to develop a calendar application that anyone
>could do anything they want with, and help support the Cold Fusion
>community as a whole. Companies who develop in CFML would have the
>ability to -re-design, re-code, -re-brand, re-sell, or whatever else
>they wanted to do with the calendar application. The calendar would be
>able to run under BlueDragon FREE edition, and use open-source databases
>like PostgreSQL and MySQL. That way, no user anywhere would need to pay
>for anything more then the cost of hosting in order to deploy the 
calendar.
>
>Our question is simple: Would there be any interest in something like 
this?
>
>If there is significant interest, Vivio Technologies will make the
>investment to complete the project and deliver the calendar. If there is
>only a small amount of interest, then we'll quit wasting our time
>debating over this project and move on to projects which are of more
>value to us and/or the community.
>
>Please take a moment to visit our current calendar site located at the
>following URL:
>
>http://calendar.viviotech.net/
>
>Please understand that the calendar project isn't *quite* finished, but
>if there is interest we'll be more then happy to put the finishing
>touches (the spit and polish - if you will) on the calendar and make it
>available, completely free of charge, to the community.
>
>We welcome any comments you may have - good or bad. Thank you for
>helping us in this decision.
>
>--
>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

Re: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Joe Eugene
Yes, i would defnitely be interested. I think it would be nice to see
someone actually develop a good plugin with a small foot print that
can easily integrate with most applications.

Have you guys started any Architecture design yet?



On 10/14/05, Jordan Michaels <[EMAIL PROTECTED]> wrote:
> This was our thought as well, and the reason we decided to even attempt
> this project. The current version of the calendar is installable, and
> has some really neat features. however, there are a few bugs that need
> to be fixed and the documentation still needs to be written for it. All
> in all, a few hundred dollars worth of man-hours still need to be put
> into it before it's ready to go. That's the difficult part, and the
> reason we're attempting to determine interest in it.
>
> What about the modified MIT license we're thinking about releasing it
> under? With the addition of the third paragraph, we've essentially made
> the calendar linkware. Is this too much? We're not asking users to link
> to the main vivio site or anything commercial. We're simply asking for a
> link back to the main calendar site. Is this sort of licensing too
> restrictive to the very liberal MIT license to be useful? As developers,
> would would this requirement cause you to think twice before using it?
>
> The reason we added the third paragraph was because we wanted the effort
> to grow, but perhaps there's a better way to do this? It makes me wonder
> how some of the great open-source projects got started and became popular.
>
> Thank you all for your input. =) We really appreciate it and please keep
> it coming!
>
> Warm regards,
> Jordan Michaels
> Vivio Technologies
>
>
>
> Andy Matthews wrote:
>
> >I would say that there would definitely be interest for something like that.
> >My thoughts are that CF won't be "more" popular than it currently is until
> >there's a larger base of "free scripts" out there for people to use.
> >
> > >andy matthews
> >web developer
> >ICGLink, Inc.
> >[EMAIL PROTECTED]
> >615.370.1530 x737
> >--//->
> >
> >-Original Message-
> >From: Jordan Michaels [mailto:[EMAIL PROTECTED]
> >Sent: Friday, October 14, 2005 4:29 PM
> >To: CF-Talk
> >Subject: Any Interest in a Completely Free CFML Calendar?
> >
> >
> >For some time now, Vivio Technologies has been debating whether or not
> >to put forth the effort to complete the development of a completely
> >free, (under a modified open-source MIT license) CFML calendar
> >application. The idea was to develop a calendar application that anyone
> >could do anything they want with, and help support the Cold Fusion
> >community as a whole. Companies who develop in CFML would have the
> >ability to -re-design, re-code, -re-brand, re-sell, or whatever else
> >they wanted to do with the calendar application. The calendar would be
> >able to run under BlueDragon FREE edition, and use open-source databases
> >like PostgreSQL and MySQL. That way, no user anywhere would need to pay
> >for anything more then the cost of hosting in order to deploy the calendar.
> >
> >Our question is simple: Would there be any interest in something like this?
> >
> >If there is significant interest, Vivio Technologies will make the
> >investment to complete the project and deliver the calendar. If there is
> >only a small amount of interest, then we'll quit wasting our time
> >debating over this project and move on to projects which are of more
> >value to us and/or the community.
> >
> >Please take a moment to visit our current calendar site located at the
> >following URL:
> >
> >http://calendar.viviotech.net/
> >
> >Please understand that the calendar project isn't *quite* finished, but
> >if there is interest we'll be more then happy to put the finishing
> >touches (the spit and polish - if you will) on the calendar and make it
> >available, completely free of charge, to the community.
> >
> >We welcome any comments you may have - good or bad. Thank you for
> >helping us in this decision.
> >
> >--
> >Warm regards,
> >Jordan Michaels
> >Vivio Technologies
> >http://www.viviotech.net/
> >[EMAIL PROTECTED]
> >
> >
> >
> >
>
> 

~|
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:221085
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Matt Robertson
Well, everybody wants a freebie, but the linkware part would be a
deal-killer.  Its not professional.  I'm more than happy to use free
tools to reduce my costs passed on to the client (note I did not say
"jack up my profit margins") but I know a lot of customers --
excepting the mom-and-pop sites --  don't want to put any links like
that onto their sites.  Its a sign of being a small-timer, for one
thing.  Doesn't reflect well on the subject web site if they want to
be bigshots (or they really are bigshots).

Consider adding a link-free version for a reasonable fee.

--
--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:221084
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Jordan Michaels
This was our thought as well, and the reason we decided to even attempt
this project. The current version of the calendar is installable, and
has some really neat features. however, there are a few bugs that need
to be fixed and the documentation still needs to be written for it. All
in all, a few hundred dollars worth of man-hours still need to be put
into it before it's ready to go. That's the difficult part, and the
reason we're attempting to determine interest in it.

What about the modified MIT license we're thinking about releasing it
under? With the addition of the third paragraph, we've essentially made
the calendar linkware. Is this too much? We're not asking users to link
to the main vivio site or anything commercial. We're simply asking for a
link back to the main calendar site. Is this sort of licensing too
restrictive to the very liberal MIT license to be useful? As developers,
would would this requirement cause you to think twice before using it?

The reason we added the third paragraph was because we wanted the effort
to grow, but perhaps there's a better way to do this? It makes me wonder
how some of the great open-source projects got started and became popular.

Thank you all for your input. =) We really appreciate it and please keep
it coming!

Warm regards,
Jordan Michaels
Vivio Technologies



Andy Matthews wrote:

>I would say that there would definitely be interest for something like that.
>My thoughts are that CF won't be "more" popular than it currently is until
>there's a larger base of "free scripts" out there for people to use.
>
>andy matthews
>web developer
>ICGLink, Inc.
>[EMAIL PROTECTED]
>615.370.1530 x737
>--//->
>
>-Original Message-
>From: Jordan Michaels [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 14, 2005 4:29 PM
>To: CF-Talk
>Subject: Any Interest in a Completely Free CFML Calendar?
>
>
>For some time now, Vivio Technologies has been debating whether or not
>to put forth the effort to complete the development of a completely
>free, (under a modified open-source MIT license) CFML calendar
>application. The idea was to develop a calendar application that anyone
>could do anything they want with, and help support the Cold Fusion
>community as a whole. Companies who develop in CFML would have the
>ability to -re-design, re-code, -re-brand, re-sell, or whatever else
>they wanted to do with the calendar application. The calendar would be
>able to run under BlueDragon FREE edition, and use open-source databases
>like PostgreSQL and MySQL. That way, no user anywhere would need to pay
>for anything more then the cost of hosting in order to deploy the calendar.
>
>Our question is simple: Would there be any interest in something like this?
>
>If there is significant interest, Vivio Technologies will make the
>investment to complete the project and deliver the calendar. If there is
>only a small amount of interest, then we'll quit wasting our time
>debating over this project and move on to projects which are of more
>value to us and/or the community.
>
>Please take a moment to visit our current calendar site located at the
>following URL:
>
>http://calendar.viviotech.net/
>
>Please understand that the calendar project isn't *quite* finished, but
>if there is interest we'll be more then happy to put the finishing
>touches (the spit and polish - if you will) on the calendar and make it
>available, completely free of charge, to the community.
>
>We welcome any comments you may have - good or bad. Thank you for
>helping us in this decision.
>
>--
>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:221083
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Rodney Enke
I would definitely be interested in a free CFML calendar.

-
Rod Enke
PracticeMatch, Inc.
314-878-1440
www.practicematch.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:221082
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.com now has CFMX7 hosting!

2005-10-14 Thread Lee
Godaddy kind of creeps me out. They have Web model similar 
to free adware sites where you get ad after ad after ad to 
do a simple thing. They maximise their potential in every 
way. I just got a renewal notice on a domain registration 
two months early. After going through their nightmarish 
wizard I got to the end and was looking at the numbers 
wondering why it wasn't 8 bucks or whatever it was and 
discovered that the amount was 1.166 the amount because 
they squeezed in two extra months. Personally I would be 
very leary about hosting anything of significance with 
them.

~|
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:221081
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Bryan Stevenson
bring it on...the community will be most grateful I'm sure ;-)

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:221080
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Russell Patterson
I too am interested in this.

Thanks!
Russell

- Original Message - 
From: "Luis O. Torres" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, October 14, 2005 4:37 PM
Subject: RE: Any Interest in a Completely Free CFML Calendar?


>I would be very interested in completely free CFML calendar.
>
> Best Regards,
> Luis Torres
>
>
> -Original Message-
> From: Jordan Michaels [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 14, 2005 5:29 PM
> To: CF-Talk
> Subject: Any Interest in a Completely Free CFML Calendar?
>
> For some time now, Vivio Technologies has been debating whether or not to
> put forth the effort to complete the development of a completely free,
> (under a modified open-source MIT license) CFML calendar application. The
> idea was to develop a calendar application that anyone could do anything
> they want with, and help support the Cold Fusion community as a whole.
> Companies who develop in CFML would have the ability to -re-design, 
> re-code,
> -re-brand, re-sell, or whatever else they wanted to do with the calendar
> application. The calendar would be able to run under BlueDragon FREE
> edition, and use open-source databases like PostgreSQL and MySQL. That 
> way,
> no user anywhere would need to pay for anything more then the cost of
> hosting in order to deploy the calendar.
>
> Our question is simple: Would there be any interest in something like 
> this?
>
> If there is significant interest, Vivio Technologies will make the
> investment to complete the project and deliver the calendar. If there is
> only a small amount of interest, then we'll quit wasting our time debating
> over this project and move on to projects which are of more value to us
> and/or the community.
>
> Please take a moment to visit our current calendar site located at the
> following URL:
>
> http://calendar.viviotech.net/
>
> Please understand that the calendar project isn't *quite* finished, but if
> there is interest we'll be more then happy to put the finishing touches 
> (the
> spit and polish - if you will) on the calendar and make it available,
> completely free of charge, to the community.
>
> We welcome any comments you may have - good or bad. Thank you for helping 
> us
> in this decision.
>
> --
> 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:221079
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Andy Matthews
I would say that there would definitely be interest for something like that.
My thoughts are that CF won't be "more" popular than it currently is until
there's a larger base of "free scripts" out there for people to use.



-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED]
Sent: Friday, October 14, 2005 4:29 PM
To: CF-Talk
Subject: Any Interest in a Completely Free CFML Calendar?


For some time now, Vivio Technologies has been debating whether or not
to put forth the effort to complete the development of a completely
free, (under a modified open-source MIT license) CFML calendar
application. The idea was to develop a calendar application that anyone
could do anything they want with, and help support the Cold Fusion
community as a whole. Companies who develop in CFML would have the
ability to -re-design, re-code, -re-brand, re-sell, or whatever else
they wanted to do with the calendar application. The calendar would be
able to run under BlueDragon FREE edition, and use open-source databases
like PostgreSQL and MySQL. That way, no user anywhere would need to pay
for anything more then the cost of hosting in order to deploy the calendar.

Our question is simple: Would there be any interest in something like this?

If there is significant interest, Vivio Technologies will make the
investment to complete the project and deliver the calendar. If there is
only a small amount of interest, then we'll quit wasting our time
debating over this project and move on to projects which are of more
value to us and/or the community.

Please take a moment to visit our current calendar site located at the
following URL:

http://calendar.viviotech.net/

Please understand that the calendar project isn't *quite* finished, but
if there is interest we'll be more then happy to put the finishing
touches (the spit and polish - if you will) on the calendar and make it
available, completely free of charge, to the community.

We welcome any comments you may have - good or bad. Thank you for
helping us in this decision.

--
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[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:221078
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: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Luis O. Torres
I would be very interested in completely free CFML calendar.

Best Regards,
Luis Torres


-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 5:29 PM
To: CF-Talk
Subject: Any Interest in a Completely Free CFML Calendar?

For some time now, Vivio Technologies has been debating whether or not to
put forth the effort to complete the development of a completely free,
(under a modified open-source MIT license) CFML calendar application. The
idea was to develop a calendar application that anyone could do anything
they want with, and help support the Cold Fusion community as a whole.
Companies who develop in CFML would have the ability to -re-design, re-code,
-re-brand, re-sell, or whatever else they wanted to do with the calendar
application. The calendar would be able to run under BlueDragon FREE
edition, and use open-source databases like PostgreSQL and MySQL. That way,
no user anywhere would need to pay for anything more then the cost of
hosting in order to deploy the calendar.

Our question is simple: Would there be any interest in something like this?

If there is significant interest, Vivio Technologies will make the
investment to complete the project and deliver the calendar. If there is
only a small amount of interest, then we'll quit wasting our time debating
over this project and move on to projects which are of more value to us
and/or the community.

Please take a moment to visit our current calendar site located at the
following URL:

http://calendar.viviotech.net/

Please understand that the calendar project isn't *quite* finished, but if
there is interest we'll be more then happy to put the finishing touches (the
spit and polish - if you will) on the calendar and make it available,
completely free of charge, to the community.

We welcome any comments you may have - good or bad. Thank you for helping us
in this decision.

--
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:221077
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.com now has CFMX7 hosting!

2005-10-14 Thread Rick Faircloth
Perhaps it's time to stop hosting my own sites on CF 4.5
and go with GoDaddy.com (who is my domain registrar anyway)
and just let them handle them hosting and just let me resell it.

I started off like that years ago, but didn't like the paltry profit
margin from reselling.  Now GoDaddy's hosting is so cheap, 
I can easily make enough and not have to upgrade from CF 4.5
or Windows 2000 Server...that way I can use my Windows 2000 Server
to serve streaming media...

Is there any reason not to go this route and move up to CF 7?

I've been considering upgrading, but I don't like the thought of having
to deal with the java underpinnings of later versions of CF...I know
nothing of java, so this would solve the problem of having to know
how to administer CF 7...

Thoughts, anyone?

Rick


> -Original Message-
> From: Andy Matthews [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 14, 2005 3:45 PM
> To: CF-Talk
> Subject: godaddy.com now has CFMX7 hosting!
> 
> 
> Forwarded from my local CFUG mailing list...
> 
> Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
> $1.95 to their already ridiculously low $3.95 a month hosting.
> 
> http://www.godaddy.com
> 
> 
> 
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
> 
> 

~|
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:221076
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.com now has CFMX7 hosting!

2005-10-14 Thread Short Fuse Media
FYI ...we recently had a client leave godaddy... transfer was an 
absolute nightmare...let me emphasize ABSOLUTE

Word to the wise: "You get what you pay for."

Erik Yowell
Short Fuse Media, Inc.
[EMAIL PROTECTED]

Andy Matthews wrote:

>Forwarded from my local CFUG mailing list...
>
>Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
>$1.95 to their already ridiculously low $3.95 a month hosting.
>
>http://www.godaddy.com
>
>
>
>andy matthews
>web developer
>ICGLink, Inc.
>[EMAIL PROTECTED]
>615.370.1530 x737
>--//->
>
>

~|
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:221075
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.com now has CFMX7 hosting!

2005-10-14 Thread Bryan Stevenson
> $24.95 Canadian, eh?
> 
> What's that, like $5.00/ mo US$?
> 
> J/K, LOL

hehe...yeah...not anymore...now we can come shop down there ;-)

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:221074
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


Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Jordan Michaels
For some time now, Vivio Technologies has been debating whether or not
to put forth the effort to complete the development of a completely
free, (under a modified open-source MIT license) CFML calendar
application. The idea was to develop a calendar application that anyone
could do anything they want with, and help support the Cold Fusion
community as a whole. Companies who develop in CFML would have the
ability to -re-design, re-code, -re-brand, re-sell, or whatever else
they wanted to do with the calendar application. The calendar would be
able to run under BlueDragon FREE edition, and use open-source databases
like PostgreSQL and MySQL. That way, no user anywhere would need to pay
for anything more then the cost of hosting in order to deploy the calendar.

Our question is simple: Would there be any interest in something like this?

If there is significant interest, Vivio Technologies will make the
investment to complete the project and deliver the calendar. If there is
only a small amount of interest, then we'll quit wasting our time
debating over this project and move on to projects which are of more
value to us and/or the community.

Please take a moment to visit our current calendar site located at the
following URL:

http://calendar.viviotech.net/

Please understand that the calendar project isn't *quite* finished, but
if there is interest we'll be more then happy to put the finishing
touches (the spit and polish - if you will) on the calendar and make it
available, completely free of charge, to the community.

We welcome any comments you may have - good or bad. Thank you for
helping us in this decision.

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[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:221073
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.com now has CFMX7 hosting!

2005-10-14 Thread Ray Champagne
$24.95 Canadian, eh?

What's that, like $5.00/ mo US$?

J/K, LOL

Bryan Stevenson wrote:
> I still say use Uniserve up here in Canada...$24.95 /mnth CANADIAN (still 
> CFMX 6.1)nothing disabled and you get a free MS SQL Server DB!!
> 
> 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:221072
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.com now has CFMX7 hosting!

2005-10-14 Thread Deanna Schneider
Stupid gmail double posting. Sorry.


~|
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:221071
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.com now has CFMX7 hosting!

2005-10-14 Thread Munson, Jacob
Oh, and by the way, no setup fees, and no annual agreement (for
http://xtreme-host.com/).  And so far their support has been timely and
very helpful (none of the 'Did you make sure you refreshed your
browser?' kind of crap).

> -Original Message-
> From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 2:37 PM
> To: CF-Talk
> Subject: RE: godaddy.com now has CFMX7 hosting!
> 
> Has anybody here used http://xtreme-host.com/?  I found them recently,
> and the base plan is $3.95/mo with CF, MySQL and all the 
> other standard
> features.  I haven't ran into any CF coding restrictions yet, 
> but there
> may be some.

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:221070
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.com now has CFMX7 hosting!

2005-10-14 Thread Lee
Holy crap - Isn't godaddy the antichrist? Resistance is 
futile. Welcome to the machine.


On Fri, 14 Oct 2005 15:15:16 -0500
  Deanna Schneider <[EMAIL PROTECTED]> wrote:
> Holy crap - so less than 10 bucks a month if you sign up 
>for a year for
> their mid-price package? That's pretty sweet.
> 
> On 10/14/05, Phillip Duba <[EMAIL PROTECTED]> wrote:
>>
>> It is according to there shared hosting plan at the 
>>bottom under the
>> add-ons: 
>>https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=132.
>>
>> >I'd like to know about this too. If it's true, CF is 
>>about to take a
>> >turn for the better!
>> >
>> >Adkins, Randy 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:221069
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: ANNOUNCE: Management seminar - How to Build Websites Right, the First Time

2005-10-14 Thread Bryan Stevenson
Yep...on topic all the wayif you haven't heard of Teratech and you are 
involved in CF...you don't know enough yet ;-)

Are there any MX 7 tag posters yet?? ;-)

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:221068
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.com now has CFMX7 hosting!

2005-10-14 Thread Munson, Jacob
Has anybody here used http://xtreme-host.com/?  I found them recently,
and the base plan is $3.95/mo with CF, MySQL and all the other standard
features.  I haven't ran into any CF coding restrictions yet, but there
may be some.

> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 2:34 PM
> To: CF-Talk
> Subject: Re: godaddy.com now has CFMX7 hosting!
> 
> > Really? Where did you find that information Charlie?
> > 
> > That would suck. Forget storing CFCs in the Application scope then.
> 
> and even worseno Java access...what's the point then??
> 
> 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:221067
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.com now has CFMX7 hosting!

2005-10-14 Thread Bryan Stevenson
I still say use Uniserve up here in Canada...$24.95 /mnth CANADIAN (still 
CFMX 6.1)nothing disabled and you get a free MS SQL Server DB!!

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:221066
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.com now has CFMX7 hosting!

2005-10-14 Thread Deanna Schneider
Holy crap - so less than 10 bucks a month if you sign up for a year for
their mid-price package? That's pretty sweet.

On 10/14/05, Phillip Duba <[EMAIL PROTECTED]> wrote:
>
> It is according to there shared hosting plan at the bottom under the
> add-ons: https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=132.
>
> >I'd like to know about this too. If it's true, CF is about to take a
> >turn for the better!
> >
> >Adkins, Randy 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:221065
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.com now has CFMX7 hosting!

2005-10-14 Thread Bryan Stevenson
> Really? Where did you find that information Charlie?
> 
> That would suck. Forget storing CFCs in the Application scope then.

and even worseno Java access...what's the point then??

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:221064
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: ANNOUNCE: Management seminar - How to Build Websites Right, the First Time

2005-10-14 Thread Charlie Griefer
it's on topic and from a known (and respected) player in the CF field.

Anybody is welcome to post announcements relating to new products,
conferences/seminars, etc. that are CF/Web Dev related.  Many do.

Just like any other thread that comes thru, if you don't want to read
it, skip it.  This is a fairly high traffic mailing list.  I think
it's safe to say that most of us skip a lot of threads :)



On 10/14/05, Kevin Aebig <[EMAIL PROTECTED]> wrote:
> Perhaps you should join *their* mailing list.
>
> !k
>
> -Original Message-
> From: Jerry Johnson [mailto:[EMAIL PROTECTED]
> Sent: October 14, 2005 2:17 PM
> To: CF-Talk
> Subject: Re: ANNOUNCE: Management seminar - How to Build Websites Right, the
> First Time
>
> I, on the other hand, found it informative, and am thankful then
> Teratech keeps us informed about what they are doing. I passed it on
> to 5 people.
>
> On 10/14/05, Tim Claremont <[EMAIL PROTECTED]> wrote:
> > Are you a spammer?
> >
> > Would you like to learn and understand why people do not like to get
> spammed?
>
>
>
> 

~|
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:221063
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: CFAJAX return types docco

2005-10-14 Thread Munson, Jacob
Michael,

I don't use much JS to do something with the cfajax results.  I
preformat all the data in the CF function by stuffing HTML into the
variable that gets returned.  Then I just use a simple function to stuff
all the HTML and data into a div or something:

//This function does the cfajax magic
function callCFFunc()
{if (document.getElementById("tagQuery").value) {
  var tagQuery = DWRUtil.getValue("tagQuery");
  //this line does all the heavy lifting, with the last parameter being
the
  //function that does something with the results
  DWREngine._execute(_cfscriptLocation, null, 'cfTagsLookup', tagQuery,
displayResult);
}

//here I'm just dumping the results from my CF function into a 
called 'info'
function displayResult(result)
{
  document.getElementById("info").innerHTML = result;
}

> -Original Message-
> From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 2:16 PM
> To: CF-Talk
> Subject: RE: CFAJAX return types docco
> 
> This is a good resource.  IBM also has a good document about AJAX.  I
> don't have the link handy, but a Google should turn it up.
> 
> We have messed with it a bit, but haven't really gotten in to really
> securing the server-side scripts yet.
> 
> M!ke 
> 
> -Original Message-
> From: Andy Matthews [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 1:52 PM
> To: CF-Talk
> Subject: RE: CFAJAX return types docco
> 
> I can see how AJAX returns the information. The problem I have is
> figuring out how to write the javascript to DO something with it once
> it's returned to the page.
> 
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
> 
> 

~|
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:221062
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.com now has CFMX7 hosting!

2005-10-14 Thread Charlie Griefer
On 10/14/05, Justin D. Scott <[EMAIL PROTECTED]> wrote:
> > Godaddy now has it as an add on for $1.95 to
> > their already ridiculously low $3.95 a month
>
> All I could find on their site was a checkbox on the order form with a small
> pop-up window telling you what ColdFusion is.  There is no mention of any
> kind of database access, what tags/functions are enabled/disabled, or
> anything else like that.  I'd imagine it's crippled to the point of being
> useless for most of us, unfortunately.

https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=132

in the comparison matrix.

$3.95 plan gets you mySQL
$9.95 plan (or higher) gets you mySQL or Access or SQL Server 2k

as far as what tags/functions are disbled, see my response to Andy
(the biggest one that kind of kills this deal for me is  and
createObject()).

Still tho, bearing in mind you get what you pay for...i think this is
a really good deal (for what you'd be paying).


--
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."

~|
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:221061
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.com now has CFMX7 hosting!

2005-10-14 Thread Andy Matthews
Interesting limitation on this page:
http://help.godaddy.com/article.php?article_id=550&topic_id=&;

NOTE: You cannot use Java and ColdFusion together on your hosting account.
If you enable ColdFusion, you can no longer use Java. If you enable Java,
you can no longer use ColdFusion.
--

Custom Tags limitation:
http://help.godaddy.com/article.php?article_id=555&topic_id=&;

-
They mention House of Fusion in the CF help section:
http://help.godaddy.com/article.php?article_id=558&topic_id=&;

-
Linux CF hosting information:
http://help.godaddy.com/article_list.php?topic_id=198&;

Windows CF hosting information:
http://help.godaddy.com/article_list.php?topic_id=197&;

-
Does GoDaddy.com disable any CF features:
http://help.godaddy.com/article.php?article_id=547&topic_id=198&;




-Original Message-
From: Justin D. Scott [mailto:[EMAIL PROTECTED]
Sent: Friday, October 14, 2005 3:19 PM
To: CF-Talk
Subject: RE: godaddy.com now has CFMX7 hosting!


> Really? Where did you find that information Charlie?

I checked their FAQ and they do have a bit more information in there.  I'm
surprised that the object tags is all they disabled, but they're probably
sandboxing the accounts.  If you have a database plan you can even create a
DSN and hook up with that.  Dang... I could host most of my customers there
and save quite a bit.


-Justin





~|
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:221060
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.com now has CFMX7 hosting!

2005-10-14 Thread Charlie Griefer
On 10/14/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Really? Where did you find that information Charlie?
>
> That would suck. Forget storing CFCs in the Application scope then.

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

--
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."

~|
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:221059
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.com now has CFMX7 hosting!

2005-10-14 Thread Deanna Schneider
Holy crap - so less than 10 bucks a month if you sign up for a year for
their mid-price package? That's sweet.

On 10/14/05, Phillip Duba < [EMAIL PROTECTED]> wrote:
>
> It is according to there shared hosting plan at the bottom under the
> add-ons: https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=132.
>
> >I'd like to know about this too. If it's true, CF is about to take a
> >turn for the better!
> >
> >Adkins, Randy 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:221058
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.com now has CFMX7 hosting!

2005-10-14 Thread Justin D. Scott
> Really? Where did you find that information Charlie?

I checked their FAQ and they do have a bit more information in there.  I'm
surprised that the object tags is all they disabled, but they're probably
sandboxing the accounts.  If you have a database plan you can even create a
DSN and hook up with that.  Dang... I could host most of my customers there
and save quite a bit.


-Justin



~|
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:221057
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: ANNOUNCE: Management seminar - How to Build Websites Right, the First Time

2005-10-14 Thread Kevin Aebig
Perhaps you should join *their* mailing list.

!k

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED] 
Sent: October 14, 2005 2:17 PM
To: CF-Talk
Subject: Re: ANNOUNCE: Management seminar - How to Build Websites Right, the
First Time

I, on the other hand, found it informative, and am thankful then
Teratech keeps us informed about what they are doing. I passed it on
to 5 people.

On 10/14/05, Tim Claremont <[EMAIL PROTECTED]> wrote:
> Are you a spammer?
>
> Would you like to learn and understand why people do not like to get
spammed?



~|
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:221056
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.com now has CFMX7 hosting!

2005-10-14 Thread Andy Matthews
Really? Where did you find that information Charlie?

That would suck. Forget storing CFCs in the Application scope then.



-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: Friday, October 14, 2005 3:06 PM
To: CF-Talk
Subject: Re: godaddy.com now has CFMX7 hosting!


that is ridiculously cheap.

only drawback i can see is that they don't support custom tags, and
they disable  and createObject() :|

On 10/14/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Forwarded from my local CFUG mailing list...
>
> Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
> $1.95 to their already ridiculously low $3.95 a month hosting.
>
> http://www.godaddy.com
>
>
>
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
>



~|
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:221055
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: ANNOUNCE: Management seminar - How to Build Websites Right, the First Time

2005-10-14 Thread Jerry Johnson
I, on the other hand, found it informative, and am thankful then
Teratech keeps us informed about what they are doing. I passed it on
to 5 people.

On 10/14/05, Tim Claremont <[EMAIL PROTECTED]> wrote:
> Are you a spammer?
>
> Would you like to learn and understand why people do not like to get spammed?

~|
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:221054
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: CFAJAX return types docco

2005-10-14 Thread Dawson, Michael
This is a good resource.  IBM also has a good document about AJAX.  I
don't have the link handy, but a Google should turn it up.

We have messed with it a bit, but haven't really gotten in to really
securing the server-side scripts yet.

M!ke 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 1:52 PM
To: CF-Talk
Subject: RE: CFAJAX return types docco

I can see how AJAX returns the information. The problem I have is
figuring out how to write the javascript to DO something with it once
it's returned to the page.



~|
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:221053
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.com now has CFMX7 hosting!

2005-10-14 Thread Matt Robertson
Holy crap.  With a dedicated IP thats about $8 per month.

--
--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:221052
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: ANNOUNCE: Management seminar - How to Build Websites Right, the First Time

2005-10-14 Thread Tim Claremont
Are you a spammer?

Would you like to learn and understand why people do not like to get spammed?

~|
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:221051
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.com now has CFMX7 hosting!

2005-10-14 Thread Justin D. Scott
> Godaddy now has it as an add on for $1.95 to
> their already ridiculously low $3.95 a month

All I could find on their site was a checkbox on the order form with a small
pop-up window telling you what ColdFusion is.  There is no mention of any
kind of database access, what tags/functions are enabled/disabled, or
anything else like that.  I'd imagine it's crippled to the point of being
useless for most of us, unfortunately.

-Justin



~|
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:221050
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.com now has CFMX7 hosting!

2005-10-14 Thread Charlie Griefer
that is ridiculously cheap.

only drawback i can see is that they don't support custom tags, and
they disable  and createObject() :|

On 10/14/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Forwarded from my local CFUG mailing list...
>
> Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
> $1.95 to their already ridiculously low $3.95 a month hosting.
>
> http://www.godaddy.com
>
>
>
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
> 

~|
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:221049
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.com now has CFMX7 hosting!

2005-10-14 Thread Phillip Duba
It is according to there shared hosting plan at the bottom under the add-ons: 
https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=132.

>I'd like to know about this too.  If it's true, CF is about to take a 
>turn for the better!
>
>Adkins, Randy 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:221048
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.com now has CFMX7 hosting!

2005-10-14 Thread Ray Champagne
I'd like to know about this too.  If it's true, CF is about to take a 
turn for the better!

Adkins, Randy wrote:
> Does anyone host with GoDaddy?
>  
> 
> -Original Message-
> From: Andy Matthews [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 3:45 PM
> To: CF-Talk
> Subject: godaddy.com now has CFMX7 hosting!
> 
> Forwarded from my local CFUG mailing list...
> 
> Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
> $1.95 to their already ridiculously low $3.95 a month hosting.
> 
> http://www.godaddy.com
> 
> 
> 
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
> 
> 
> 
> 

~|
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:221047
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.com now has CFMX7 hosting!

2005-10-14 Thread Adkins, Randy
Does anyone host with GoDaddy?
 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 3:45 PM
To: CF-Talk
Subject: godaddy.com now has CFMX7 hosting!

Forwarded from my local CFUG mailing list...

Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
$1.95 to their already ridiculously low $3.95 a month hosting.

http://www.godaddy.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:221046
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


godaddy.com now has CFMX7 hosting!

2005-10-14 Thread Andy Matthews
Forwarded from my local CFUG mailing list...

Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for
$1.95 to their already ridiculously low $3.95 a month hosting.

http://www.godaddy.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:221045
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


ANNOUNCE: Management seminar - How to Build Websites Right, the First Time

2005-10-14 Thread Michael Smith
Are you a manager? Or do know a manager you could forward this to?
Managers are invitied to a Management Seminar on
"How to Build Websites Right, the First Time"

Was your last project successful? Did it do everything that you
and your users needed on deployment? Or was extensive rework and maintenance 
required?
Traditional software development life cycle processes fail 70% of
the time – either being cancelled, delayed, over budget or
useless to the real users of the system. Learn about new
architecting strategies in software development to create the
software you need first time, every time.

Who should attend?

·   CEO/ Exec Director
·   CIO/CTO
·   VP/Director of Communications
·   VP/Director of Marketing
·   VP/Director of Technology
·   Managers of software / web development teams

Date:   Wednesday 2nd, November 2005
Time:   Registration 7:30am, Seminar 8-10 AM, light breakfast included
Cost:   $49 before 10/27/05, $59 after.


More info and registration at
http://www.teratech.com/training/oc_classes.cfm#MS101




-- 
Michael Smith, TeraTech Inc - Tools for Programmers(tm)
TeraTech voted Best Consulting Service by CFDJ readers!
CF/ASP Web, VB, Math, Access programming tools and consulting
405 E Gude Dr Ste 207, Rockville MD 20850 USA
Please check out http://www.teratech.com/ - email mailto:[EMAIL PROTECTED],
or call us for more information; in the USA at 1-800-447-9120,
+1-301-424-3903 International, Fax 301-762-8185  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:221044
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: will cfimport slow down your page?

2005-10-14 Thread Nathan Strutz
I don't know that including UDFs slows anything down. I used to have
this site with probably over 50 on some pages with no slowdown
whatsoever. However, if you want to speed it up even more, after all
cf still has to load and instantiate every function you write as a
separate object, then put your UDFs in a CFC and instantiate the CFC
into your application scope.

Ba-da-bing, any slowdowns from too many UDFs on a page have to be history.

-nathan strutz
http://www.dopefly.com/


On 10/14/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> How's about UDFs?  If you include too many UDFs in a page, will it slow down? 
>  It does, right?  Is there another way to include UDFs besides ?
>
> Johnny
>
> > On 10/14/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > If you have a library of custom tags, should you use  > prefix='ct'/> to import the whole library in?  This way, I can use
> >  like in Java instead of .  I thought it is a
> > neat idea, but I wonder if the site would take a performance hit.
> > >
> >
> > No, and, if anything, it's actually might improve the page
> > performance
> > (though it's really negligible), as cfimport is a compile-time
> > directive and the other methods of invoking custom tags are run-time
> > directives. So while you might have a fractional hit upon first
> > compiling the page, all requests after it are using the compile-time
> > mapping to the custom tag.
> >
> > The only downsides to using cfimport are:
> >
> > 1) Can't use dynamic mappings (i.e., #pathToMyCTs#)
> > 2) cfimport must be put at the top of the actual page that uses the
> > tag. So if you use the custom tag in both a template and an included
> > page in that template, the cfimport directive must be in both the
> > parent template *and* the included template.
> >
> > Regards,
> > Dave.
>
> 

~|
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:221043
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: CFAJAX return types docco

2005-10-14 Thread Andy Matthews
I can see how AJAX returns the information. The problem I have is figuring
out how to write the javascript to DO something with it once it's returned
to the page.



-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: Friday, October 14, 2005 1:45 PM
To: CF-Talk
Subject: Re: CFAJAX return types docco


www.indiankey.com/cfajax

John Wilker wrote:

>me either. gonna go find it right now!
>
>On 10/14/05, Matt Robertson <[EMAIL PROTECTED]> wrote:
>
>
>>very interesting indeed. Didn't know there was a cfajax until now :-)
>>
>>--
>>--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:221042
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: MX 7.0.1 problem

2005-10-14 Thread Dawson, Michael
>I haven't seen Jochem around lately (where you at!) so here you go:

Maybe he's out memorizing some new RFC's?

M!ke

~|
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:221041
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: CFAJAX return types docco

2005-10-14 Thread Ken Ferguson
www.indiankey.com/cfajax

John Wilker wrote:

>me either. gonna go find it right now!
>
>On 10/14/05, Matt Robertson <[EMAIL PROTECTED]> wrote:
>  
>
>>very interesting indeed. Didn't know there was a cfajax until now :-)
>>
>>--
>>--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:221040
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: will cfimport slow down your page?

2005-10-14 Thread Johnny Le
How's about UDFs?  If you include too many UDFs in a page, will it slow down?  
It does, right?  Is there another way to include UDFs besides ?

Johnny

> On 10/14/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > If you have a library of custom tags, should you use  prefix='ct'/> to import the whole library in?  This way, I can use 
>  like in Java instead of .  I thought it is a 
> neat idea, but I wonder if the site would take a performance hit.
> >
> 
> No, and, if anything, it's actually might improve the page 
> performance
> (though it's really negligible), as cfimport is a compile-time
> directive and the other methods of invoking custom tags are run-time
> directives. So while you might have a fractional hit upon first
> compiling the page, all requests after it are using the compile-time
> mapping to the custom tag.
> 
> The only downsides to using cfimport are:
> 
> 1) Can't use dynamic mappings (i.e., #pathToMyCTs#)
> 2) cfimport must be put at the top of the actual page that uses the
> tag. So if you use the custom tag in both a template and an included
> page in that template, the cfimport directive must be in both the
> parent template *and* the included template.
> 
> Regards,
> Dave.

~|
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:221039
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: CFAJAX return types docco

2005-10-14 Thread John Wilker
me either. gonna go find it right now!

On 10/14/05, Matt Robertson <[EMAIL PROTECTED]> wrote:
>
> very interesting indeed. Didn't know there was a cfajax until now :-)
>
> --
> --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:221038
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: MX 7.0.1 problem

2005-10-14 Thread Robert Everland III
Just in case anyone was wondering what the RFC had to do with anything.

2.2. Reserved Characters

   Many URI include components consisting of or delimited by, certain
   special characters.  These characters are called "reserved", since
   their usage within the URI component is limited to their reserved
   purpose.  If the data for a URI component would conflict with the
   reserved purpose, then the conflicting data must be escaped before
   forming the URI.

  reserved= ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" |
"$" | ","

   The "reserved" syntax class above refers to those characters that are
   allowed within a URI, but which may not be allowed within a
   particular component of the generic URI syntax; they are used as
   delimiters of the components described in Section 3.


This won't explain why the old version of CF worked, but it's good practice to 
stay away from using reserved words in any language.



Bob Everland

~|
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:221037
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: CFAJAX return types docco

2005-10-14 Thread Matt Robertson
very interesting indeed.  Didn't know there was a cfajax until now :-)

--
--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:221036
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: Dreamweaver 100% processor usage

2005-10-14 Thread Munson, Jacob
> From: Robert Everland III
>
> I have used CFEclipse and I have used Homesite +, they are 
> both alright

I beg to differ.  CFEclipse is way beyond 'alright'.  ;)


[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:221035
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: security suggestions?

2005-10-14 Thread Matt Robertson
On 10/14/05, Ian Vaughan <[EMAIL PROTECTED]> wrote:
> Do you know for any good examples of a strong password generator ?

Here is a basic one.  You can take this and turn it into a custom tag
pretty easy.  It removes easily-confused letters from the string which
makes it more usable but less secure.  Also I am paranoid about
scoping variables and would scope these to the 'variables' scope, but
I removed them so the code would fit better in the message :-)


myPwd="";
myPwdLen="8";
do {
RandCharRange=RandRange(0,2);
switch (RandCharRange)
{
case "0":{myPwd=myPwd & chr(RandRange(48,57));break;}
case "1":{myPwd=myPwd & chr(RandRange(65,90));break;}
case "2":{myPwd=myPwd & chr(RandRange(97,122));}
}
myPwd=ReReplace(myPwd,"(0|o|O|1|i|I|l|5|S)","","all");
} while Compare(Len(myPwd),myPwdLen);


>Say for example you were going to encrypt the users password that is
>stored in the database, what would you recommend to do this the Hash
>function?

You appear to be investigating hashes, but not salted hashes, which is
what I would stick to exclusively.  Here is a decent article on the
subject:

http://msdn.microsoft.com/msdnmag/issues/03/08/SecurityBriefs/

I find a UUID makes a good salt value.  Store the UUID with the user
record, pull it (via the username they also typed in) and combine the
supplied password with the salt value and hash *that* and compare it
to the value in the db (which you also salted and hashed when you
stored it initially).

As has been pointed out hashes of any kind are one way.  If a user
forgets their password Never, ever ever send a user a password
replacement via email.  Instead have the user replace the password
themselves by sending them an encoded link that expires after a
certain period (I use 24 hrs). When you send out the link, store a
value in the db (a hashed UUID, for example).  Then put that value in
the link you send back to the customer.  When the link comes back
(i.e. they click on the email) Use the hashed value to find the user
record the password change is associated with.  If anyone intercepts
the email they will only have a sting of crud that doesn't give overt
clues as to its nature and which will become useless shortly.  Not
perfect, but better than linking in with UserID=123

Next you must try to authenticate whether this really is the person
who owns the account.  To authenticate the person you have to hit them
with a hint/answer challenge.  When they arrive for the reset, ask
them their secret question.  Without the answer, no soap.  This of
course means you have to give the person the opportunity to put in a
hint and an answer on their first login attempt.  I like to let the
customer write their own question and answer, so they have the freedom
to put something in thats really private... Encrypt the question and
store the answer as a salted hash.

--
--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:221034
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 Servlet Error - 500 null

2005-10-14 Thread Kevin Aebig
I've got a C++ application doing file uploads to a CF page and all it
returns is JRun Servlet Error - 500 null. I've already tested the script
with a regular htm page and have the same application posting files in the
same manner.

 

Any ideas what's causing this or how I can debug it? The logs don't seem to
have anything.

 

Cheers,

 

Kevin




~|
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:221033
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: MX 7.0.1 problem

2005-10-14 Thread Michael T. Tangorre
> From: Jacob [mailto:[EMAIL PROTECTED] 
> I am running 7.0.1 on one web server, with the rest of the 
> web servers running 7.0 HF3 (all servers Windows 2003, IIS 6) 
> On the servers with 7.0 HF3, file names with "+" in them 
> serve up fine.
> But on the server with 7.0.1, file names with a "+" give an error.
> For example, the path and file name:
> /reviewpages/GeneralDVD/41763D1+george+a+romeros+land+of+the+d
> ead+dvd.htm
> Gives an error. The error is:
> The Web site you are accessing has experienced an unexpected 
> error.  Please contact the website administrator.
> Error Occurred While Processing Request
> File not found: /reviewpages/GeneralDVD/41763D1 george a 
> romeros land of the dead dvd.htm
> Any ideas?  I have updated the connectors also.  That did not help.

I haven't seen Jochem around lately (where you at!) so here you go:

RFC 2396

http://www.ietf.org/rfc/rfc2396.txt




~|
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:221032
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: Dreamweaver 100% processor usage

2005-10-14 Thread Dawson, Michael
How about the setting to automatically refresh the remote file list.
That is under the site definition.

M!ke 


On 14/10/05, Robert Everland III <[EMAIL PROTECTED]> wrote:
> I have used CFEclipse and I have used Homesite +, they are both
alright, but sometimes you are not given a choice with what IDE you are
forced to use. Anyone have a suggestion for the 100% usage? I don't
really need suggestions for other IDEs, I am aware of all the ones that
are out there.

~|
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:221031
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


MX 7.0.1 problem

2005-10-14 Thread Jacob
I am running 7.0.1 on one web server, with the rest of the web servers
running 7.0 HF3 (all servers Windows 2003, IIS 6)

On the servers with 7.0 HF3, file names with "+" in them serve up fine.

But on the server with 7.0.1, file names with a "+" give an error.

For example, the path and file name:

/reviewpages/GeneralDVD/41763D1+george+a+romeros+land+of+the+dead+dvd.htm

Gives an error. The error is:

The Web site you are accessing has experienced an unexpected error.  Please
contact the website administrator.

Error Occurred While Processing Request
File not found: /reviewpages/GeneralDVD/41763D1 george a romeros land of the
dead dvd.htm

Any ideas?  I have updated the connectors also.  That did not help.

TIA
Jacob



~|
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:221030
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: Dreamweaver 100% processor usage

2005-10-14 Thread John Wilker
links? :)

I see no links

J

On 10/14/05, Robert Everland III <[EMAIL PROTECTED]> wrote:
>
> I think it has something to do with following links also, now is there a
> way to turn that off?
>
>
>
> Bob Everland
>
> 

~|
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:221029
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: will cfimport slow down your page?

2005-10-14 Thread Dave Carabetta
On 10/14/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If you have a library of custom tags, should you use  
> to import the whole library in?  This way, I can use  like in 
> Java instead of .  I thought it is a neat idea, but I wonder if 
> the site would take a performance hit.
>

No, and, if anything, it's actually might improve the page performance
(though it's really negligible), as cfimport is a compile-time
directive and the other methods of invoking custom tags are run-time
directives. So while you might have a fractional hit upon first
compiling the page, all requests after it are using the compile-time
mapping to the custom tag.

The only downsides to using cfimport are:

1) Can't use dynamic mappings (i.e., #pathToMyCTs#)
2) cfimport must be put at the top of the actual page that uses the
tag. So if you use the custom tag in both a template and an included
page in that template, the cfimport directive must be in both the
parent template *and* the included template.

Regards,
Dave.

~|
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:221028
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: Dreamweaver 100% processor usage

2005-10-14 Thread Robert Everland III
I think it has something to do with following links also, now is there a way to 
turn that off?



Bob Everland

~|
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:221027
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: Dreamweaver 100% processor usage

2005-10-14 Thread Aaron Rouse
I have to use DWMX here at work and the only times I get behavior like this
is when I have a site pointing to a network share and the share is either
down or very slow to communicate with. I often have to add and remove sites
from DWMX depending on what location they have me working at. For instance
if I were to leave my "sugarland" sites in there when working in "richmond"
I would get a lot of slow down and crashing issues with DWMX.

On 10/14/05, Robert Everland III <[EMAIL PROTECTED]> wrote:
>
> I have used CFEclipse and I have used Homesite +, they are both alright,
> but sometimes you are not given a choice with what IDE you are forced to
> use. Anyone have a suggestion for the 100% usage? I don't really need
> suggestions for other IDEs, I am aware of all the ones that are out there.
>
>


~|
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:221026
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: Dreamweaver 100% processor usage

2005-10-14 Thread JediHomer
If i recall correctly there was a setting to do with following
links/confirming links were OK or something like that...

Might be something to do with that...?


On 14/10/05, Robert Everland III <[EMAIL PROTECTED]> wrote:
> I have used CFEclipse and I have used Homesite +, they are both alright, but 
> sometimes you are not given a choice with what IDE you are forced to use. 
> Anyone have a suggestion for the 100% usage? I don't really need suggestions 
> for other IDEs, I am aware of all the ones that are out there.
>
>
>
> Bob Everland
>
> 

~|
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:221025
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: will cfimport slow down your page?

2005-10-14 Thread Sam Farmer
I use it all the time and have seen no change in performance.

Cheers,

Sam

On 10/14/05, Johnny Le <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> If you have a library of custom tags, should you use  prefix='ct'/> to import the whole library in? This way, I can use
>  like in Java instead of . I thought it is a neat
> idea, but I wonder if the site would take a performance hit.
>
> Johnny
>
> 

~|
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:221024
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: Dreamweaver 100% processor usage

2005-10-14 Thread Robert Everland III
I have used CFEclipse and I have used Homesite +, they are both alright, but 
sometimes you are not given a choice with what IDE you are forced to use. 
Anyone have a suggestion for the 100% usage? I don't really need suggestions 
for other IDEs, I am aware of all the ones that are out there.



Bob Everland

~|
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:221023
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


will cfimport slow down your page?

2005-10-14 Thread Johnny Le
Hi,

If you have a library of custom tags, should you use  to 
import the whole library in?  This way, I can use  like in Java 
instead of .  I thought it is a neat idea, but I wonder if the site 
would take a performance hit.

Johnny

~|
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:221022
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: security suggestions?

2005-10-14 Thread Sam Farmer
On 10/14/05, Ian Vaughan <[EMAIL PROTECTED]> wrote:

> --snippet---
> WHERE Password = '#Hash("form.Password", "SHA-512")#'
> 
>
> Any ideas on where I am going wrong?



Its hashing the string "form.Password" not the value of
form.passwordbecause of the quotes.

Try:
WHERE Password = '#Hash(form.Password, "SHA-512")#'

Cheers,

Sam


~|
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:221021
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: Dreamweaver 100% processor usage

2005-10-14 Thread Ken Ferguson
The fix for this issue is unbelievably simple. Uninstall DW and install 
CFEclipse. You won't believe the speed at which your IDE troubles go away.

  :-)

--Ferg

Robert Everland III wrote:

>I have noticed this with just abotu every version of Dreamweaver I have used 
>and it's slowly driving me crazy. Why does the processor hit 100% on the save 
>of a file if you have the site set up? Can anyone help me on this?
>
>
>
>Bob
>
>

~|
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:221020
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: security suggestions?

2005-10-14 Thread Jim Davis
> -Original Message-
> From: Ian Vaughan [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 14, 2005 4:23 AM
> To: CF-Talk
> Subject: RE: security suggestions?
> 
> Hi
> 
> Just to come back to a few of your security points for some more
> information please.
> 
> ---QUOTE---
> You might want to encrypt the information on the database... but this is
> a little overkill-ish.  However if you can't secure the database as much
> as you'd like it can be a good measure.
> --
> Encrypt everything going into the database.
> ---

If your database is securely managed then encryption of its contents isn't
really needed in my opinion.

If your database is not securely managed (it's shared for example) the
encryption of its contents is a good idea.

> Say for example you were going to encrypt the users password that is
> stored in the database, what would you recommend to do this the Hash
> function?  If so how do you match up the password the user enters when
> logging in to the encrypted version of the password stored in the
> database?

You don't - you match the hashed/encrypted version of the password the user
enters to the database content.

Hashes are one-way - you can't "decrypt" them (although with short strings
you can pretty easily find something that matches).  The primary purpose of
hashes is to protect the actual text of the password since many people use
the same text for their passwords. 

> QUOTE---
> Use strong passwords for all users on both systems and any applications,
> such as CF Admin. Use a strong password generator for this.
> 
> Do you know for any good examples of a strong password generator ?
> 
> 
> ---QUOTE---
> convert it to a secure (encrypted) email and send it directly the loan
> officer?
> 
> 
> What would you use to secure the encrypted e-mail PGP or certain code in
> Coldfusion?  If it is PGP are any alterations needed on the Coldfusion
> site to convert it into encrypted format?

PGP is just a technology - you can use PGP in CF without too much hassle
(there are extensions out there).

You can also just plain encrypt the mail content using a public-private key
and give the loan-officer a decryption application.

> Finally is there a script that stops the user clicking on the back
> button in their browser window which would stop them viewing any
> sensitive data, or would you recommend just turning off the browsers
> standard buttons i.e. back, next, refresh etc and/or a script that stops
> users bookmarking certain pages in their browsers ?

You can't really do this easily so I wouldn't bother.  Off the top of my
head you can use the "back" button, you can right click and select "back"
and you hit the backspace key to go "back".  There are many ways to get
anything done - trying to trap/prevent them all is pretty futile.  And even
if you could the information would still be cached.

Jim Davis




~|
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:221019
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: Dreamweaver 100% processor usage

2005-10-14 Thread Ray Champagne
Use Homesite+

Seriously, this is has been a problem from day one, and I don't think MM 
has a fix for it.  I gave up, and realized I like Homesite better.

Robert Everland III wrote:
> I have noticed this with just abotu every version of Dreamweaver I have used 
> and it's slowly driving me crazy. Why does the processor hit 100% on the save 
> of a file if you have the site set up? Can anyone help me on this?
> 
> 
> 
> Bob
> 
> 

~|
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:221018
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


Dreamweaver 100% processor usage

2005-10-14 Thread Robert Everland III
I have noticed this with just abotu every version of Dreamweaver I have used 
and it's slowly driving me crazy. Why does the processor hit 100% on the save 
of a file if you have the site set up? Can anyone help me on this?



Bob

~|
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:221017
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: querying for dates mssql.

2005-10-14 Thread Daniel Kang
You can simply compare now () +7 against toexpire.

Daniel

On 10/14/05, Protoculture <[EMAIL PROTECTED]> wrote:
> I need a query that will return all records that are set to expire ( column 
> name "toexpire" - which is just a date ) in the next 7 days.
>
> select * from mytable
> where toexpire ???
>
> 

~|
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:221016
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What could be wrong with this query?

2005-10-14 Thread Rick Faircloth
Great, Paolo!

That seems to have been the problem.
I inserted a Val as in "Val(Form.Premium)" in the
cfqueryparam statement and that stripped out the
dollar formatting...worked fine.

Thanks!

Rick


> -Original Message-
> From: Cesana, Paolo [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 14, 2005 9:43 AM
> To: CF-Talk
> Subject: RE: What could be wrong with this query?
> 
> 
> How about a comma in a numeric value returned by a cfqueryparam
> statement?
> 
> Paolo Cesana 
> Principal Software Engineer
> 
> 
> 
> Eagle Global Logistics (EGL)
> 1801 NW 82 AVE 
> Miami FL 33126
> Phone: (305) 594-0038 Ext 7326
> Fax: (305) 593-0431
> 
> Mailto: [EMAIL PROTECTED]
> http://loginet.eaglegl.com 
> http://www.eaglegl.com 
> 
> "Electricity is not the result of a series of upgrades to the candle"
> Auth. unknown 
> 
> 
> 
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 9:36 AM
> To: CF-Talk
> Subject: What could be wrong with this query?
> 
> 
> Good morning...(or afternoon, evening, etc...)
> 
> I'm getting a MySQL error returned that says the Column count does not
> match the value count on this query...
> 
> I've tried outputting all the form values and everything looks correct.
> 
> Does anyone see anything wrong with this query that I'm missing?
> 
> Thanks for the help...
> 
> Rick
> 
> 
>  
> 
> Insert into accounts
> 
>(
>   Client_ID, Company_ID, Account_Type, Account_Number,
> Issue_Date, Face_Amount, Premium,
> Payment_Mode, Policy_Notes
>  )
> 
>Values (
>Value="#Form.Client_ID#">,
>  Value="#Form.Company_ID#">,
>  Value="#Form.Account_Type#">,
>  Value="#Form.Account_Number#">,
>  Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.Issue_Date)),
> 'M/D/')#">,
>  Value="#Form.Face_Amount#">,
>  Value="#Form.Premium#">,
>  Value="#Form.Payment_Mode#">,
>  Value="#Form.Policy_Notes#">
>   )
> 
>
> 
> 
> 
> 
> 
> 

~|
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:221015
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: querying for dates mssql.

2005-10-14 Thread Bobby Hartsfield
Mysql has date_add and adddate (and tons more date function) should be
pretty easy.

Check here
http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html
bookmark it...bookmark it... bookmark it

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

-Original Message-
From: Protoculture [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 6:37 AM
To: CF-Talk
Subject: querying for dates mssql.

I need a query that will return all records that are set to expire ( column
name "toexpire" - which is just a date ) in the next 7 days.

select * from mytable 
where toexpire ???



~|
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:221014
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What could be wrong with this query?

2005-10-14 Thread Rick Faircloth
Could be...I have two dollar format values in there.

I'll see about stripping the dollar formatting before the query
and see if that helps...

Thanks,

Rick


> -Original Message-
> From: Cesana, Paolo [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 14, 2005 9:43 AM
> To: CF-Talk
> Subject: RE: What could be wrong with this query?
> 
> 
> How about a comma in a numeric value returned by a cfqueryparam
> statement?
> 
> Paolo Cesana 
> Principal Software Engineer
> 
> 
> 
> Eagle Global Logistics (EGL)
> 1801 NW 82 AVE 
> Miami FL 33126
> Phone: (305) 594-0038 Ext 7326
> Fax: (305) 593-0431
> 
> Mailto: [EMAIL PROTECTED]
> http://loginet.eaglegl.com 
> http://www.eaglegl.com 
> 
> "Electricity is not the result of a series of upgrades to the candle"
> Auth. unknown 
> 
> 
> 
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 14, 2005 9:36 AM
> To: CF-Talk
> Subject: What could be wrong with this query?
> 
> 
> Good morning...(or afternoon, evening, etc...)
> 
> I'm getting a MySQL error returned that says the Column count does not
> match the value count on this query...
> 
> I've tried outputting all the form values and everything looks correct.
> 
> Does anyone see anything wrong with this query that I'm missing?
> 
> Thanks for the help...
> 
> Rick
> 
> 
>  
> 
> Insert into accounts
> 
>(
>   Client_ID, Company_ID, Account_Type, Account_Number,
> Issue_Date, Face_Amount, Premium,
> Payment_Mode, Policy_Notes
>  )
> 
>Values (
>Value="#Form.Client_ID#">,
>  Value="#Form.Company_ID#">,
>  Value="#Form.Account_Type#">,
>  Value="#Form.Account_Number#">,
>  Value="#DateFormat(CreateODBCDate(ParseDateTime(Form.Issue_Date)),
> 'M/D/')#">,
>  Value="#Form.Face_Amount#">,
>  Value="#Form.Premium#">,
>  Value="#Form.Payment_Mode#">,
>  Value="#Form.Policy_Notes#">
>   )
> 
>
> 
> 
> 
> 
> 
> 

~|
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:221013
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: Date field allowing entry today or past

2005-10-14 Thread Bobby Hartsfield
Personally id use both but Id rely mainly on the server side method.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Tony [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 9:37 AM
To: CF-Talk
Subject: Re: Date field allowing entry today or past

john,

im sure you know this, but bobby's idea is a server side check for that and
my idea (the javascript way) is client side.

if you want to prevent submission when this is true, you will want to
use javascript
if you do not care, and a server trip is ok, then go with the cfmx method.

:) hth
tw

On 10/13/05, John Lucania <[EMAIL PROTECTED]> wrote:
> Thank you, Tony & Bobby --
> That will work!
>
> jl
>
>
> On 10/13/05, Tony <[EMAIL PROTECTED]> wrote:
> > some sort of javascript function
> > that would do an onBlur event, if the fields
> > value is a date and is > now() then
> > make the value = null, and send an alert()
> > that notifies them of the error.
> >
> > tony from wish-i-could-write-javascript.com
> >
> > :(
> >
> >
> > On 10/13/05, Bobby Hartsfield <[EMAIL PROTECTED]> wrote:
> > > 
> > > It's a past or present date
> > > 
> > > It's a future date
> > > 
> > >
> > >
> > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> > > Bobby Hartsfield
> > > http://acoderslife.com
> > >
> > >
> > > -Original Message-
> > > From: John Lucania [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, October 13, 2005 8:53 PM
> > > To: CF-Talk
> > > Subject: Date field allowing entry today or past
> > >
> > > How do you make a date field allowing no entry beyond today?  The date
> > > must be today or past, not future.
> > >
> > > jl
> > >
> > >
> > >
> > >
> >
> >
>
> 



~|
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:221012
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: querying for dates mssql.

2005-10-14 Thread Justin D. Scott
> I need a query that will return all records that are
> set to expire ( column name "toexpire" - which is just
> a date ) in the next 7 days.

> select * from mytable 
> where toexpire ???

WHERE toexpire > getdate()
AND toexpire <= DATEADD(dd, 7, getdate())


-Justin Scott



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

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


RE: What could be wrong with this query?

2005-10-14 Thread Cesana, Paolo
How about a comma in a numeric value returned by a cfqueryparam
statement?

Paolo Cesana 
Principal Software Engineer



Eagle Global Logistics (EGL)
1801 NW 82 AVE 
Miami FL 33126
Phone: (305) 594-0038 Ext 7326
Fax: (305) 593-0431

Mailto: [EMAIL PROTECTED]
http://loginet.eaglegl.com 
http://www.eaglegl.com 

"Electricity is not the result of a series of upgrades to the candle"
Auth. unknown 



-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 9:36 AM
To: CF-Talk
Subject: What could be wrong with this query?


Good morning...(or afternoon, evening, etc...)

I'm getting a MySQL error returned that says the Column count does not
match the value count on this query...

I've tried outputting all the form values and everything looks correct.

Does anyone see anything wrong with this query that I'm missing?

Thanks for the help...

Rick


 

Insert into accounts

   (
Client_ID, Company_ID, Account_Type, Account_Number,
Issue_Date, Face_Amount, Premium,
Payment_Mode, Policy_Notes
   )

   Values (
,
,
,
,
,
,
,
,

)

   





~|
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:221010
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   >