RE: [ACFUG Discuss] HostMySite observations?

2013-02-01 Thread Paul Morton
Dusty, And your new VPS provider is...? Inquiring minds want to know! Paul Morton From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale Sent: Friday, February 01, 2013 9:15 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] HostMySite observations? From

[ACFUG Discuss] Database incremental Counter

2008-03-12 Thread Paul Morton
of the numbers used. Paul Morton - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org

RE: [ACFUG Discuss] Database incremental Counter

2008-03-12 Thread Paul Morton
Barring some other requirement that dictates otherwise, you'd be better off to keep the incrementing function on the database. Use an insert trigger on the table to update the row or make the field autoincrementing. Howard On Wed, Mar 12, 2008 at 12:45 PM, Paul Morton [EMAIL PROTECTED] wrote: I'm

RE: [ACFUG Discuss] Database incremental Counter

2008-03-12 Thread Paul Morton
, then an update to increment the value. I wish I could write a trigger on a select. I would like to do it in one step. It's just an exercise to eliminate a database action. Hope this makes sense. Paul Paul Morton Morton International Consulting, Inc. p: 406 459-5634 f: 406 449-3151

RE: [ACFUG Discuss] Database incremental Counter

2008-03-12 Thread Paul Morton
That should work. I'll try that. Thanks. Paul Paul Morton Morton International Consulting, Inc. p: 406 459-5634 f: 406 449-3151 w: www.mortonint.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McTure, Greg Sent: Wednesday, March 12, 2008 4:42 PM

RE: [ACFUG Discuss] OT: Dreamweaver 8 Savng Passwords

2007-08-06 Thread Paul Morton
Scott, I've been using DW8 since it came out, and have never experienced that behavior. Sorry I can't help, but thought I would give you one data point in your investigation. I'm at version 8.0.2. Paul Morton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [ACFUG Discuss] OT: Dreamweaver 8 Savng Passwords

2007-08-06 Thread Paul Morton
Just found this on Adobe site http://kb.adobe.com/selfservice/viewContent.do?externalId=a3f38dcf pertinent sentence: The 8.0.2 update fixes a problem of FTP usernames and passwords in Dreamweaver site definitions being deleted when you close and re-open Dreamweaver 8 or when you reboot your

[ACFUG Discuss] OT: SQL help

2007-06-05 Thread Paul Morton
I apologize for the OT post, but I'm getting frustrated. I am attempting to use a UDF to split a varchar (comma delimited list of ints) in an IN clause in a SQL statement, and I'm not able to get the SQL statement to pass a Table field to the UDF. I'm hoping someone sees a glaring error, or

RE: [ACFUG Discuss] OT: SQL help

2007-06-05 Thread Paul Morton
)) AS Select employeeId, -- integer (int) FirstName, LastName from #myTable Where employeeId IN (Select convert(int,Value) from dbo.Split(@employeeList,',')) Cheers, Teddy - Original Message - From: Paul Morton mailto:[EMAIL PROTECTED] To: discussion@acfug.org Sent: Tuesday

[ACFUG Discuss] Parsing Date

2007-04-26 Thread Paul Morton
Hi all. I have a small problem for which I'm hoping there is a simple solution. I am pulling a date from an Informix database using an undocumented Web Service and I am getting a date that looks like: [time=103129560,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone

RE: [ACFUG Discuss] Parsing Date

2007-04-26 Thread Paul Morton
. That was a format used by some systems to hold the date in a numerical format for easier and a more universal storage format. I used to do this on *nix systems all the time. I will look around but I do not have the reverse readily available. Larry Paul Morton wrote: Hi all. I have a small problem

RE: [ACFUG Discuss] Parsing Date

2007-04-26 Thread Paul Morton
searches and see what comes back. I am pretty sure about the starting date. Larry Paul Morton wrote: Larry, I suspected that was the time=103 , but I wasn't sure of the start date. Guess I could calculate it. I was going to pull the YEAR, MONTH, and DAY_OF_MONTH out and create a date

RE: [ACFUG Discuss] Parsing Date

2007-04-26 Thread Paul Morton
) cfset cfDate = createDate(sTime[year],sTime[month],sTime[day_of_month]) cfdump var=#cfDate# On 4/26/07, Larry J. Morrow [EMAIL PROTECTED] wrote: Oops, I forgot we change to 1970 back around 2000 with all of the bios updates. Larry Paul Morton wrote: Larry, I did find that the Unix

RE: [ACFUG Discuss] Parsing Date

2007-04-26 Thread Paul Morton
would be if the web service returned the string with a different placement of the data you are looking for. On 4/26/07, Paul Morton [EMAIL PROTECTED] wrote: Teddy and Larry, I ended up using: #CreateDate(Mid(CDate,find(YEAR,CDate)+5,Find(,MONTH=,CDATE)-find(YEAR ,CDate)-5),Mid(CDate,find(MONTH

RE: [ACFUG Discuss] Parsing Date

2007-04-26 Thread Paul Morton
returned the string with a different placement of the data you are looking for. On 4/26/07, Paul Morton [EMAIL PROTECTED] wrote: Teddy and Larry, I ended up using: #CreateDate(Mid(CDate,find(YEAR,CDate)+5,Find(,MONTH=,CDATE)-find(YEAR ,CDate)-5),Mid(CDate,find(MONTH,CDate)+6,find(,WEEK_OF_YEAR

RE: [ACFUG Discuss] developing cf apps with sql server express databases

2007-04-12 Thread Paul Morton
http://www.microsoft.com/products/info/product.aspx?view=22 http://www.microsoft.com/products/info/product.aspx?view=22pcid=f544888c-2 638-48ed-9f0f-d814e8b93ca0type=ovr#HowToBuy pcid=f544888c-2638-48ed-9f0f-d814e8b93ca0type=ovr#HowToBuy Developer Edition: $49.95 Paul -Original Message-

RE: [ACFUG Discuss] coldfusion web hosting

2007-04-09 Thread Paul Morton
I've been real happy with CFDYNAMICS.COM. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Osmus Sent: Monday, April 09, 2007 1:35 PM To: discussion@acfug.org Subject: [ACFUG Discuss] coldfusion web hosting can anyone suggest cheap, reliable

RE: [ACFUG Discuss] OT: CAPTCHA Effectiveness

2007-03-01 Thread Paul Morton
Thanks everyone for your comments and links to other resources. It's provided some very good reading on the topic, and some great insight. Paul Morton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart Sent: Wednesday, February 28

[ACFUG Discuss] OT: CAPTCHA Effectiveness

2007-02-28 Thread Paul Morton
Sorry about the off topic post, but I'm curious as to how effective people have found CAPTCHA at stopping, or at least slowing down the SPAM form hijacking on public pages? I have little experience on public sites as most of my development is on intranet sites. Paul Morton

RE: [ACFUG Discuss] OT: CAPTCHA Effectiveness

2007-02-28 Thread Paul Morton
Thanks for the quick response Dean. I guess if you paid someone to fill out the forms manually, there is really no way to stop it, short of taking the form off line. Paul Morton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent

RE: [ACFUG Discuss] Test

2007-01-09 Thread Paul Morton
Back at ya! Paul Morton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 8:33 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Test ACK

RE: [ACFUG Discuss] OT: Able Commerce

2006-06-08 Thread Paul Morton
in the CF side. Thanks for the feedback. Paul Morton -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody WehuntSent: Wednesday, June 07, 2006 9:07 PMTo: discussion@acfug.orgSubject: RE: [ACFUG Discuss] OT: Able Commerce Paul

RE: [ACFUG Discuss] OT: Able Commerce

2006-06-08 Thread Paul Morton
Thanks Cam. Paul Morton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Childress Sent: Thursday, June 08, 2006 1:28 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] OT: Able Commerce Paul - Able Commerce was originally a CF only

[ACFUG Discuss] OT: Able Commerce

2006-06-07 Thread Paul Morton
be helpful. Paul Morton - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion

RE: [ACFUG Discuss] OT: Able Commerce

2006-06-07 Thread Paul Morton
Title: Message Thanks Robert and Leon for the feedback. Paul Morton -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert ReilSent: Wednesday, June 07, 2006 11:13 AMTo: discussion@acfug.orgSubject: RE: [ACFUG Discuss] OT: Able