Re: [ACFUG Discuss] newbie question: formatting a date variable

2010-10-03 Thread Cody Wehunt
The date mask is wrong for what you describe you are wanting.  But try the line 
below and let us know what you get, errors or output.

 #DateFormat(date_var, "MM-DD-")#

Sent from my iPhone

On Oct 3, 2010, at 11:37 PM, Chris H  wrote:

> I want to format the value of date which is in a variable(date_var) in 
> MM-DD- format and print it in a document. So, if date_var has value Jan 
> 5, 2010 I want that to be printed as 01-05-2010
> 
> 
>  
>  DateFormat(#date_var#, ' DD,') does not work
>  
> 
> 
> does not work.  
> 
> How can I do that? 
> 
> Any suggestions would be appreciated. 
> 
> 
> - 
> 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%40acfug.org/ 
> List hosted by FusionLink 
> -


RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Cody Wehunt
Not sure if you have seen this or if it has been mentioned but may help you
out:

 

http://www.bennadel.com/blog/1337-My-First-ColdFusion-8-CFFTP-Experience-Roc
ky-But-Triumphant.htm

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, March 17, 2010 4:16 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

 

Amar, that error is indicating that the operation has exceeded the page
execution timeout set in the CF Admin. You can override it on a page basis
using CFSETTING REQUESTTIMEOUT="n", where n is in seconds. You can place
that in a page, or in an application.cfm/cfc to affect all pages in that
application. If you do have that already set in the application.cfm, you can
set it on the page to override the application one as well.

If you're saying that you have set that and it's STILL exceeding that
timeout, or you made it a very high number (like an hour) and it STILL times
out, then that begs a different question as to why the FTP operation is
taking so long. As you guys have noted, perhaps there are some hotfixes
related to that. 

But first step seems to rule out this timeout setting being your issue.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Amar Lungare
Sent: Wednesday, March 17, 2010 12:07 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

 


I have recently installed CF8 for a client and working on a piece of code
that writes a xml file locally and then uploads it to a server using CFFTP.
I can open the connection fine, I can change the folder fine but then CF
request keeps running when I try to upload a file with CFFTP. I see the
following error in the application log 

 

An error occurred during the FTP PUTFILE operation.Error: PUTFILE operation
exceeded timeout. The specific sequence of files included or processed is:
/var/www/html/sched_task/dg_dropbox.cfm, line: 46

 

I have tried various combinations of using first open action and then
uploading it, just single tag call to upload and also different combinations
or passive mode and timeouts and transfer modes. All I get is a timeout
error. I have google for it and see many people facing the same issue but
none of their solutions have worked for me. I'm uploading onlye a 7kb file.

Can anyone help me with this?

Oh and I also tried the Cumulative HotFix4 and it didnt work either so I had
to reoll it baack since it was  changing the WSDL generated for existing
webserices.

 

Thanks,

Amar



- 
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%40acfug.org/ 
List hosted by FusionLink   
- 


- 
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%40acfug.org/ 
List hosted by FusionLink   
- 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] RE: Upload file error

2010-02-09 Thread Cody Wehunt
I had this problem and I decided to use this product:

 

http://www.digital-crew.com/index.cfm/page/cf_filem1 

 

It was inexpensive and it did the trick.  Not sure if you can customize it
enough to fit your need but they were extremely helpful so shoot them a
description of what you are trying to do and see if they think their product
can help.

 

Cody

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Moises Alejandro
Zamora Villasana
Sent: Tuesday, February 09, 2010 2:39 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE: Upload file error

 

I dont have problem when I upload small files (less than 30 mb), the problem
is when I try to upload large files.

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of John Youngman
Sent: martes, 09 de febrero de 2010 01:32 p.m.
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] RE: Upload file error

 

that should be file not found - possibly check the action of the form upload
- perhaps that script is named wrong / or you mistyped it or something?

 

From: Moises   Alejandro Zamora Villasana 

Sent: Tuesday, February 09, 2010 1:26 PM

To: discussion@acfug.org 

Subject: [ACFUG Discuss] RE: Upload file error

 

Error 404

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
axunderw...@ups.com
Sent: martes, 09 de febrero de 2010 01:09 p.m.
To: discussion@acfug.org
Subject: [ACFUG Discuss] RE: Upload file error

 

requestTimeout?

 

  _  

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Moises Alejandro
Zamora Villasana
Sent: Tuesday, February 09, 2010 2:02 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Upload file error

Hi,

 

Im trying to upload a large file (96 mb) and I get an error. I read that the
CF8 doesn’t have a limitation to upload file but so, what happening? Could
It be the IIS?

 

I have Win Server 2008 with CF8.

 

 

Regards

Moises

 

 
 
 
__
 
COMIMSA, Premio Nacional de Tecnolog?a 2008. 
 
http://www.comimsa.com.mx/pnt
 
 
 
Comentarios, quejas y/o sugerencias relacionadas con los proyectos
 
o servicios tecnol?gicos ofrecidos por COMIMSA, favor de
 
dirigirlas a cali...@comimsa.com.mx
 



- 
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%40acfug.org/ 
List hosted by FusionLink   
- 


- 
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%40acfug.org/ 
List hosted by FusionLink   
- 


- 
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%40acfug.org/ 
List hosted by FusionLink   
- 


- 
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%40acfug.org/ 
List hosted by FusionLink   
- 

 

 
 
__
COMIMSA, Premio Nacional de Tecnología 2008. 
http://www.comimsa.com.mx/pnt
 
Comentarios, quejas y/o sugerencias relacionadas con los proyectos
o servicios tecnológicos ofrecidos por COMIMSA, favor de
dirigirlas a cali...@comimsa.com.mx

 


- 
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%40acfug.org/ 
List hosted by FusionLink   
- 




-

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%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] OT: Professional video and dvd production

2010-01-11 Thread Cody Wehunt
Will do.  Thanks

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Wes Byrd
Sent: Monday, January 11, 2010 3:42 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Professional video and dvd production

 

Give the guys at Third Wave Digital a call. you'll be glad you did:
http://www.thirdwavedigital.com 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cody Wehunt
Sent: Monday, January 11, 2010 3:37 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Professional video and dvd production

 

Can anyone on the list recommend anyone who can do professional video and
dvd production to assist in a project we have creating a promotional dvd.

 

Thanks,

 

Cody


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] OT: Professional video and dvd production

2010-01-11 Thread Cody Wehunt
Can anyone on the list recommend anyone who can do professional video and
dvd production to assist in a project we have creating a promotional dvd.

 

Thanks,

 

Cody




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] SQL Injection

2009-11-23 Thread Cody Wehunt
Shawn,

 

I think you might be over estimating average intelligence …

 

 

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of shawn gorrell
Sent: Monday, November 23, 2009 2:42 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] SQL Injection

 

My question is what kind of fool would actually believe you'd rent a house like 
yours for $700? You can hardly get a crappy apartment for $700, let alone a 
nice, new, big house. The whole thing had red flags all over it. 

 

  _  

From: Dean H. Saxe 
To: discussion@acfug.org
Sent: Mon, November 23, 2009 2:36:49 PM
Subject: Re: [ACFUG Discuss] SQL Injection

Actually they found my house for sale, then looked at the tax records and 
created yahoo accounts as Mr. Saxe Dean H. to then try and rent it for $700.  
Bastards.


--

Dean H. Saxe

"A true conservationist is a person who knows that the world is not given by 
his fathers, but borrowed from his children."  -- John James Audubon

 






 

On Nov 23, 2009, at 11:23 AM, Derrick Peavy wrote:





Dear Mr. Dean Saxe of USA,

 

LMFAO!

 

Kindly and with God,


_

Derrick Peavy

derr...@derrickpeavy.com

404-786-5036

 

“Innovation distinguishes between a leader and a follower.” -Steve Jobs

_





 

On Nov 23, 2009, at 1:59 PM, Dean H. Saxe wrote:





You mean like the one who "rented" my house when it was for sale?  At least 2 
people lost $1k in that scam.  And one of them showed up at my door ready to 
take possession of the house the day before I moved out!


--

Dean H. Saxe

"A true conservationist is a person who knows that the world is not given by 
his fathers, but borrowed from his children."  -- John James Audubon

 






 

On Nov 23, 2009, at 10:54 AM, shawn gorrell wrote:





To each their own. The plus side of the Nigerian scammer types is they have 
many more lulz than APNIC or RIPE. 

 

  _  

From: Derrick Peavy 
To: discussion@acfug.org
Sent: Mon, November 23, 2009 1:50:40 PM
Subject: Re: [ACFUG Discuss] SQL Injection

That being said

 

I still block Afrinic and will continue to do so. Too many past issues with 
Nigeria. It may be whackamole, but it's effective enough that i no longer have 
to deal with brute force attacks nearly as often. 

 

I consider it low hanging fruit to knock off some of the subnets that are known 
to be nasty. Takes 10 minutes and then RONCO - "Set it and Forget it!"


_

Derrick Peavy

derr...@derrickpeavy.com

404-786-5036

 

“Innovation distinguishes between a leader and a follower.” -Steve Jobs

_





 

On Nov 23, 2009, at 11:01 AM, shawn gorrell wrote:





I was just getting ready to say that...

When I first started administering servers I used to get really freaked out by 
all of the attack traffic and spent a bunch of time blocking IP's at the 
router. Over time I realized that it was just playing whack-a-mole and was 
mainly a waste of my time. If you knock them down on one subnet, another will 
popup, and your overall attack traffic will be undiminished. All you've done is 
waste your own time and mental energy. A better approach is to make sure your 
network, server and applications are as tight as they can be (and validate that 
regularly), and quit worrying about botnets and script kiddies. 

 

  _  

From: Dean H. Saxe 
To: discussion@acfug.org
Sent: Mon, November 23, 2009 10:55:25 AM
Subject: Re: [ACFUG Discuss] SQL Injection

You miss the point.  Attackers don't just originate from their home countries, 
they bounce through proxies around the world, including where your intended 
audience sits.

 

-dhs


--

Dean H. Saxe

"A true conservationist is a person who knows that the world is not given by 
his fathers, but borrowed from his children."  -- John James Audubon

 






 

On Nov 23, 2009, at 7:49 AM, Troy Jones wrote:





I think that would depend on the intended scope and audience of your site or 
server's sites. For example, does someone in Beijing need to browse for a 
product that isn't available over the web or sold in any store outside the 
contiguous U.S.? Or would someone in Ulan Bator need to set up a pick-up 
laundry service in St. Louis? Of course there would be exceptions but I think 
it would be worth the small number of legitmate denials to do this.

 


___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |    dynapp.com  |   
 facebook.com/dynapp

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dean H. Saxe
Sent: Friday, November 20, 2009 10:08 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] SQL Injection

 

Yeah sure, you CAN, but its not the solution to the problem.  On a recent 
incident response we had attacks originating from asia, south america and 
europe.  Do you plan

RE: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Cody Wehunt
Ok, thanks everyone.

 

For now I changed the offending columns to latin1 and latin1_swedish_ci b/c
that seems to be what the server is dictating.  And the error is gone.

 

What are the cons for using latin1 over utf8?  Foreign character support?

 

If I can't get host to make the change, is there a way to make all text
columns match w/o doing it by hand?

 

Thanks,

 

Cody

 

 

 

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Derrick Peavy
Sent: Wednesday, October 28, 2009 3:50 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: MySQL Error

 

Yes to what has been said. Collation needs to be same. 

 

I use utf8_general_ci and make sure that all tables and columns use that as
well as the DB itself. 

 

If you don't have "alter" permissions, you can't do anything about this.
Maybe ask the admin to make the change?


_

Derrick Peavy

derr...@derrickpeavy.com

404-786-5036

 

"Innovation distinguishes between a leader and a follower." -Steve Jobs

_





 

On Oct 28, 2009, at 2:14 PM, Cody Wehunt wrote:





Anyone have any information on the following error:

 

General error: Illegal mix of collations (utf8_general_ci,IMPLICIT) and
(latin1_swedish_ci,COERCIBLE) for operation 'UNION'

 

I am working on finding out from the host what version of MySQL is currently
running.

 

 


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
-

 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Cody Wehunt
Thanks I had already checked something similar but per the link below I
tried...

alter table `tablename' convert to character set utf8 collate
utf8_general_ci; on all 3 tables referenced in the query that is failing and
it still produces the same error.

Any other ideas?

Also if anyone has an idea on how I can run that on all tables that match a
certain name , I tried this and it did not work.

alter table `mytable_*' convert to character set utf8 collate
utf8_general_ci;

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Kevin Hellriegel
Sent: Wednesday, October 28, 2009 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: MySQL Error

Whoops, forgot to include a link to a thread on the MySQL forums:

http://forums.mysql.com/read.php?26,6528,6528#msg-6528

On Wed, Oct 28, 2009 at 2:20 PM, Kevin Hellriegel 
wrote:
> I've run into this a few times. Basically it means the charsets in the
> tables are different and MySQL doesn't like that. You're going to have
> to change the charset type in one of the tables to match the other.
>
>
> hth,
> Kevin
>
> On Wed, Oct 28, 2009 at 2:14 PM, Cody Wehunt  wrote:
>> Anyone have any information on the following error:
>>
>>
>>
>> General error: Illegal mix of collations (utf8_general_ci,IMPLICIT) and
>> (latin1_swedish_ci,COERCIBLE) for operation 'UNION'
>>
>>
>>
>> I am working on finding out from the host what version of MySQL is
currently
>> running.
>>
>>
>>
>>
>>
>> -
>> 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%40acfug.org/
>> List hosted by FusionLink
>> -
>


-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Cody Wehunt
Thanks will get the host to look into.  Unfortunately I don't have access to
the server to make this change.  

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Kevin Pepperman
Sent: Wednesday, October 28, 2009 2:32 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: MySQL Error

 

Also check the mySql server collation . The default settings will always use
latin1 latin1_swedish_ci unless the server collation is defined on startup.

 

If you don't specify a character set, that is the same as saying
 --character-set-server=latin1. If you specify only a
character set (for example, latin1) but not a collation, that is the same as
saying
 --character-set-server=latin1
 --collation-server=latin1_swedish_ci because
latin1_swedish_ci is the default collation for latin1.

 

http://dev.mysql.com/doc/refman/5.0/en/charset-server.html

 

http://dev.mysql.com/doc/refman/5.0/en/charset-syntax.html




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Cody Wehunt
Version 5.0.18

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cody Wehunt
Sent: Wednesday, October 28, 2009 2:15 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: MySQL Error

 

Anyone have any information on the following error:

 

General error: Illegal mix of collations (utf8_general_ci,IMPLICIT) and
(latin1_swedish_ci,COERCIBLE) for operation 'UNION'

 

I am working on finding out from the host what version of MySQL is currently
running.

 

 


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] OT: MySQL Error

2009-10-28 Thread Cody Wehunt
Anyone have any information on the following error:

 

General error: Illegal mix of collations (utf8_general_ci,IMPLICIT) and
(latin1_swedish_ci,COERCIBLE) for operation 'UNION'

 

I am working on finding out from the host what version of MySQL is currently
running.

 

 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] Does anyone know this ColdFusion programmer?

2009-10-21 Thread Cody Wehunt
Does anyone know Jon Wallen, a coldfusion programmer?  If so , I would love
to get some contact information to talk to him off-list.

 

Cody

 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] OT: Graphic Designer Needed

2009-09-01 Thread Cody Wehunt
If you are interested please let me know off list at c...@wehunt.net

 

Thanks,

 

Cody




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] OT: Someone for some quick graphic work

2009-08-27 Thread Cody Wehunt
I am looking for someone that would do some quick graphic work for me.  If
you are interested please email me off list.

 

Cody




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Coldfusion 7 , date range for html reports

2009-05-01 Thread Cody Wehunt
It really depends on the kind of data the reports contain.

 

Personally I feel that you should provide all the data you have, so an
unlimited date range.  Most companies probably limit it b/c they archive off
older data.

 

Those CC companies etc that charge more for older stuff are crooks.  But if
they are going to limit they should at least provide The current year +
previous year (for tax lookup purposes).

 

Cody

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Friday, May 01, 2009 3:32 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Coldfusion 7 , date range for html reports

 

Hi all,

We have several web applications and usually we provide customers with
reports in html and xls format. The date range we provide is about 3-6
months. Now we moved reports to a different server because server was
getting too much load it could handle.

So my questions is, when you design an application what date range you
should give for reports? I know some credit card companies would let you run
a report for only a month or two, anything more would be an extra charge. So
how do you handle date range? what is good and what is the general practice.

Thanks,


http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Images as Checkboxes

2009-04-03 Thread Cody Wehunt
Thank you.

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Steve Ross
Sent: Tuesday, March 31, 2009 2:13 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Images as Checkboxes

 

use prototype or jquery and you won't have to deal with browser issues as
much...  

 

plus all the helper functions that you need are pretty much there.

 

On Fri, Mar 27, 2009 at 7:48 PM, Dawn Hoagland 
wrote:

Done it, and toggling with JS is how I did it.  I don't have the sourcecode
(did this quite a while ago), but I don't recall it being particularly
tricky.  I did have the luxury of dictating the browser

Dawn

 

On Fri, Mar 27, 2009 at 5:20 PM, Douglas Knudsen 
wrote:

look no further than GMail for a example :)   On a slow connection, you can
actually see each check box loading.  Basically just toggle the src in JS,
eh?

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





On Fri, Mar 27, 2009 at 2:38 PM, Cody Wehunt  wrote:

I was thinking about something, and I am not sure if I have ever seen it or
not.

 

Can anyone make recommendations on a control or a way to make images act
like check boxes?

 

Thanks,

 

Cody


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 

 

 




-- 
Steve Ross
web application & interface developer
http://blog.stevensross.com
[mobile] (912) 344-8113 [fax] (404) 592-6885
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Images as Checkboxes

2009-04-03 Thread Cody Wehunt
Ok thanks, will see how it goes.

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dawn Hoagland
Sent: Friday, March 27, 2009 7:49 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Images as Checkboxes

 

Done it, and toggling with JS is how I did it.  I don't have the sourcecode
(did this quite a while ago), but I don't recall it being particularly
tricky.  I did have the luxury of dictating the browser

Dawn

On Fri, Mar 27, 2009 at 5:20 PM, Douglas Knudsen 
wrote:

look no further than GMail for a example :)   On a slow connection, you can
actually see each check box loading.  Basically just toggle the src in JS,
eh?

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





On Fri, Mar 27, 2009 at 2:38 PM, Cody Wehunt  wrote:

I was thinking about something, and I am not sure if I have ever seen it or
not.

 

Can anyone make recommendations on a control or a way to make images act
like check boxes?

 

Thanks,

 

Cody


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 

 

 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] Images as Checkboxes

2009-03-27 Thread Cody Wehunt
I was thinking about something, and I am not sure if I have ever seen it or
not.

 

Can anyone make recommendations on a control or a way to make images act
like check boxes?

 

Thanks,

 

Cody




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] out of office

2008-07-17 Thread Cody Wehunt
I can't wait. ;-)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert
Occhialini Jr.
Sent: Thursday, July 17, 2008 3:59 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] out of office

Looks like he will be back July 21st Dean.

Robert

Sent from my iPhone

On Jul 17, 2008, at 3:52 PM, "Dean H. Saxe"  
<[EMAIL PROTECTED]> wrote:

> I'm so happy to know that Buddy is still out of the office.
>
> -dhs
>
>
> Dean H. Saxe, CISSP,  CEH
> [EMAIL PROTECTED]
> "[T]he people can always be brought to the bidding of the leaders.  
> This is easy. All you have to do is to tell them they are being  
> attacked, and denounce the pacifists for lack of patriotism and  
> exposing the country to danger. It works the same in every country."
>--Hermann Goering, Hitler's Reich-Marshall at the Nuremberg Trials
>
>
>
> On Jul 17, 2008, at 3:39 PM, [EMAIL PROTECTED] wrote:
>
>> I am currently out of the office, on location at a client event,  
>> and will return to the office July 21.  I will have limited email  
>> and phone access.
>>
>>
>>
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -
>>
>>
>>
>>
>
>
>
> -
> 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%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>


-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] OT: Contract

2008-07-15 Thread Cody Wehunt
Sorry that went to the group.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Tuesday, July 15, 2008 10:27 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Contract

Just a quick reminder about this if you are still up.

Thanks again,

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2008 1:53 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Contract

Hit me up off list.
--Original Message--
From: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
To: discussion@acfug.org
ReplyTo: discussion@acfug.org
Sent: Jul 15, 2008 2:51 PM
Subject: [ACFUG Discuss] OT: Contract

Does anyone have a standard contract for development that they use and
wouldn't mind sharing?  Or have any resources online to find one?



thanks,

Cody


-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





Sent via BlackBerry by AT&T



-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] OT: Contract

2008-07-15 Thread Cody Wehunt
Just a quick reminder about this if you are still up.

Thanks again,

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2008 1:53 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Contract

Hit me up off list.
--Original Message--
From: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
To: discussion@acfug.org
ReplyTo: discussion@acfug.org
Sent: Jul 15, 2008 2:51 PM
Subject: [ACFUG Discuss] OT: Contract

Does anyone have a standard contract for development that they use and
wouldn't mind sharing?  Or have any resources online to find one?



thanks,

Cody


-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





Sent via BlackBerry by AT&T



-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] .NET Brain Teaser

2008-05-21 Thread Cody Wehunt
Steve, did you get any answers on this I am curious as well.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Drucker
Sent: Saturday, May 17, 2008 11:40 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] .NET Brain Teaser

I'm trying to work with the Microsoft OOXML SDK that allows you to modify
Office documents...

I've gotten this far -- the problem area is commented:















  


 

 
 


Regards,
Steve Drucker
CEO
Fig Leaf Software
Adobe / Google / WebSense / Paperthin  Premier Consulting and Training
Partners
http://www.figleaf.com
http://training.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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] Webpage Thumbnails

2008-02-11 Thread Cody Wehunt
Thanks, yeah I think I will want up to date images and it would be nice to
be in control of it.

 

Cody

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andres Melendro
Sent: Sunday, February 03, 2008 2:16 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Webpage Thumbnails

 

Alexa has a service where they let you use the thumbnail they have... but
they do not have all the sites and some are outdated.

 

Andres

- Original Message - 

From: Cody Wehunt <mailto:[EMAIL PROTECTED]>  

To: discussion@acfug.org 

Sent: Friday, February 01, 2008 3:18 PM

Subject: [ACFUG Discuss] Webpage Thumbnails

 

What methods are people using to create webpage thumbnails?  I.E. when you
do a whois lookup or quantcast search?

 

Thanks,

 

Cody


- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 


- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] Webpage Thumbnails

2008-02-01 Thread Cody Wehunt
What methods are people using to create webpage thumbnails?  I.E. when you
do a whois lookup or quantcast search?

 

Thanks,

 

Cody




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: re[2]: [ACFUG Discuss] MagickTag from Alagad

2008-01-28 Thread Cody Wehunt
Yeah, it is a java applet actually can't remember the name off hand.  I was
going to share the solution with the group if/when I finish it up.  The
submitted values are just a bunch of plot points, not sure yet what the
image will look like (but should be the same as what was drawn).

 

Cody

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa
Uppelschoten ext 10
Sent: Monday, January 28, 2008 7:07 AM
To: Web Site
Subject: re[2]: [ACFUG Discuss] MagickTag from Alagad

 

 The issue that sparked this was I was working to create a box
:  for a web site that cantake a signature from the user and save it as an
:  image. 
:   
Just curious... how are you going to do that? Fancy javascript? What does it
look like on the server end when submitted?

/m

- 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/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/ List hosted by
http://www.fusionlink.com
- 




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] MagickTag from Alagad

2008-01-27 Thread Cody Wehunt
Charlie,

 

Thanks a lot.  I was looking for the tag as a starting point to use as
reference to re-write a version to work with the latest version of
imagemagick.  The issue that sparked this was I was working to create a box
for a web site that can take a signature from the user and save it as an
image.

 

I was thinking about using cfexecute myself, but could not find any good
examples of imagemagick doing what the tag said it could do.  And the
imagemagick documentation is not the best, or I have not dug enough yet.

 

So now that cfexecute does indeed seem to be the route I am going to go, I
am going to have to find an example of using imagemagick using draw.  But on
further analysis of the original proof of concept on this, it did indeed
answered one further question and that is that I will have to loop through
the list of plot points and can't just pass imagemagick an entire image to
create as a complete list of plot points.

 

Thanks again for all this effort, you have definitely found a lot of
valuable info and helped me a lot.

 

Thanks,

 

Cody

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart
Sent: Friday, January 25, 2008 5:46 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] MagickTag from Alagad

 

Cody, I'd never used it to be honest, but this sounded like an interesting
challenge (the latent librarian in me jumping to attention.) Doing a little
digging found that it seems Alagad stopped supporting it in 2004.

 

- Note on Alagad referring to "past users of the Alagad Magick"

http://www.alagad.com/go/blog-entry/use-the-image-component-to-scale-images-
to-a-specific-width-or-height-proportionately

 

And the main ImageMagick site no longer makes mention of any CF, ColdFusion,
integration.

- http://www.imagemagick.com/

 

But they do offer a java api implementation, JMagick. Should be able to call
it from CF6 and above via cfobject/createobject.

- http://www.yeo.id.au/jmagick/

 

There's also MagickNet, the.net api implementation (which should be able to
call from CF8 or BD.NET) 

- http://midimick.com/magicknet/

 

Then I found another implementation of a CFX using imagemajick, though a c++
one instead of Java:

- http://www.kolumbus.fi/~kr0626/cfx_openimage/ (updated in 2007)

 

I actually found the latter at the end of a long discussion at CF-talk where
others mentioned other tags that didn't work back then (2005) as well as
some saying "just call ImageMagick via CFEXECUTE", which seems still another
option for you:

- http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:39561

 

That may be your best bet. I'm guessing you can't use the built-in image
manipulation in CF? Let us know if any of these work for you.

 

/charlie

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Friday, January 25, 2008 4:32 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] MagickTag from Alagad

 

I don't see MagickTag from Alagad available any more does anyone have a
copy?

 

Thanks ,

 

Cody


- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 


- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] MagickTag from Alagad

2008-01-25 Thread Cody Wehunt
 

I don't see MagickTag from Alagad available any more does anyone have a
copy?

 

Thanks ,

 

Cody




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Browser and File Upload Filter?

2007-10-11 Thread Cody Wehunt
Yep.  Thanks.  I was just wanting to filter it at the client side so there
was less confusion for people not used to submitting files.

Cody 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Forrest C.
Gilmore
Sent: Wednesday, October 10, 2007 9:39 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?


Assuming you are using CFFile to do the upload, you can specify the types of
files that can be uploaded by using the Accept attribute. Only files of the
type specified in the tag will be uploaded.

Forrest C. Gilmore
===
Cody Wehunt wrote:
> Has anyone found out how to use filters when uploading files from a form?
>  
> For example I would like to when the user clicks browse button and 
> recieves "Choose File" Dialog box to have the "Files of Type" filter set.
>  
> All the searching I have done on the net says it is not possible.
>  
> Thanks
>  
> Cody
>
> -
> 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/mailinglists Archive @ 
> http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com>
> -




-
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/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] Browser and File Upload Filter?

2007-10-09 Thread Cody Wehunt
You just posted to it.  What information do you have to share?

Cody 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Force
Sent: Tuesday, October 09, 2007 8:17 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Browser and File Upload Filter?

How do I post to this board? I have important information related to the
MONSTER breach!
--- Cody Wehunt <[EMAIL PROTECTED]> wrote:

> Hi,
>  
> Thanks.  Yeah if it becomes an issue not having it, I might do this. 
> But for now I am just going to leave it as a simple web form.
>  
> Cody
> 
>   _
> 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas 
> Knudsen
> Sent: Monday, October 08, 2007 9:55 PM
> To: discussion@acfug.org
> Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?
> 
> 
> What about using a Flex widget for this?  The Flash player can filter 
> like this.  Though I have not tried this in a other OS before.  Check 
> this out
>
http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.ht
> m?context=LiveDocs_Book_Parts
>
<http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.h
>
tm?context=LiveDocs_Book_Parts&file=17_Networking_and_communications_173_6.h
> tml>
> &file=17_Networking_and_communications_173_6.html
> 
> one caveat, IIRC, the only mime type sent is
> 
> application/octet-stream
> 
> DK
> 
> On 10/8/07, Justin Haygood <[EMAIL PROTECTED]>
> wrote: 
> 
> Most operating systems I use other than Windows don't filter files 
> based on file type. This includes OS X and GNOME on Linux?
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody 
> Wehunt
> Sent: Monday, October 08, 2007 8:03 PM
> To: discussion@acfug.org
> Subject: RE: [ACFUG Discuss] Browser and File Upload Filter?
> 
> Thanks that is what i thought.  However i disagree with one point.  
> Browsers could Interact with this dialog the same way other 
> applications do; they just dont.
> 
> 
> The terminology of files of type is windows specific but i believe 
> other oses support this as well but maybe with a different name.
> -Original Message-
> From: "Tom McNeer" <[EMAIL PROTECTED]>
> To: discussion@acfug.org
> Sent: 10/8/2007 5:57 PM
> Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?
> 
> Cody,
> 
> On 10/8/07, Cody Wehunt <[EMAIL PROTECTED]> wrote:
> >
> >  All the searching I have done on the net says it
> is not possible. 
> >
> 
> True. The dialog box is the native OS file dialog, and the browser 
> cannot send it information.
> 
> Besides, the "files of type" filter is Windows-specific.
> 
> --
> Thanks,
> 
> Tom
> 
> Tom McNeer
> MediumCool
> http://www.mediumcool.com
> 1735 Johnson Road NE
> Atlanta, GA 30306
> 404.589.0560
> 
> 
> 
>
-
> 
> Annual Sponsor FigLeaf Software -
> http://www.figleaf.com
> 
> To unsubscribe from this list, manage your profile @ 
> http://www.acfug.org?fa=login.edituserform
> <http://www.acfug.org?fa=login.edituserform>
> 
> For more info, see http://www.acfug.org/mailinglists Archive @ 
> http://www.mail-archive.com/discussion%40acfug.org/
>
<http://www.mail-archive.com/discussion%40acfug.org/>
> 
> List hosted by http://www.fusionlink.com
>
-
> 
> 
> 
> 
>
-
> 
> Annual Sponsor FigLeaf Software -
> http://www.figleaf.com
> 
> To unsubscribe from this list, manage your profile @ 
> http://www.acfug.org?fa=gin.edituserform
> <http://www.acfug.org?fa=gin.edituserform>
> 
> For more info, see http://www.acfug.org/mailinglists Archive @ 
> http://www.mail-archive.com/discussion%40acfug.org/
>
<http://www.mail-archive.com/discussion%40acfug.org/>
> 
> List hosted by http://www.fusionlink.com
>
-
> 
> 
> 
> 
> 
> 
>
-
> 
> Annual Sponsor FigLeaf Software -
> http://www.figleaf.com
> 
> To unsubscribe from this list, manage your profile @ 
> http://www.acfug.org?falogin.edituserform
> <http://www.acfug.org?falogin.edituserform>
> 
> For more info, see http://www.acfug.org/mailinglists Archive @ 
> http://www.mail-archive.com/discussion%40acfug.org/
>
<http://www.mail-archive.com/discussion%40acfug.org/>
> 
> List hosted by http://www.fusionlink.c

RE: [ACFUG Discuss] Browser and File Upload Filter?

2007-10-09 Thread Cody Wehunt
Ok, thanks for the info.  I was not sure, but for any OS with a gui I don't
know why they wouldn't.

Cody 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Haygood
Sent: Monday, October 08, 2007 8:03 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Browser and File Upload Filter?

Most operating systems I use other than Windows don't filter files based on
file type. This includes OS X and GNOME on Linux?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Monday, October 08, 2007 8:03 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Browser and File Upload Filter?

Thanks that is what i thought.  However i disagree with one point.  Browsers
could Interact with this dialog the same way other applications do; they
just dont.


The terminology of files of type is windows specific but i believe other
oses
support this as well but maybe with a different name. 
-Original Message-
From: "Tom McNeer" <[EMAIL PROTECTED]>
To: discussion@acfug.org
Sent: 10/8/2007 5:57 PM
Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?

Cody,

On 10/8/07, Cody Wehunt <[EMAIL PROTECTED]> wrote:
>
>  All the searching I have done on the net says it is not possible.
>

True. The dialog box is the native OS file dialog, and the browser cannot
send it information.

Besides, the "files of type" filter is Windows-specific.

-- 
Thanks,

Tom

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



-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] Browser and File Upload Filter?

2007-10-09 Thread Cody Wehunt
Hi,
 
Thanks.  Yeah if it becomes an issue not having it, I might do this. But for
now I am just going to leave it as a simple web form.
 
Cody

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Monday, October 08, 2007 9:55 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?


What about using a Flex widget for this?  The Flash player can filter like
this.  Though I have not tried this in a other OS before.  Check this out
http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.ht
m?context=LiveDocs_Book_Parts
<http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.h
tm?context=LiveDocs_Book_Parts&file=17_Networking_and_communications_173_6.h
tml> &file=17_Networking_and_communications_173_6.html

one caveat, IIRC, the only mime type sent is 

application/octet-stream

DK

On 10/8/07, Justin Haygood <[EMAIL PROTECTED]> wrote: 

Most operating systems I use other than Windows don't filter files based on
file type. This includes OS X and GNOME on Linux? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Monday, October 08, 2007 8:03 PM 
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Browser and File Upload Filter?

Thanks that is what i thought.  However i disagree with one point.  Browsers
could
Interact with this dialog the same way other applications do; they just
dont.


The terminology of files of type is windows specific but i believe other
oses
support this as well but maybe with a different name. 
-Original Message-
From: "Tom McNeer" <[EMAIL PROTECTED]>
To: discussion@acfug.org
Sent: 10/8/2007 5:57 PM 
Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?

Cody,

On 10/8/07, Cody Wehunt <[EMAIL PROTECTED]> wrote:
>
>  All the searching I have done on the net says it is not possible. 
>

True. The dialog box is the native OS file dialog, and the browser cannot
send it information.

Besides, the "files of type" filter is Windows-specific.

--
Thanks,

Tom

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



- 
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
<http://www.acfug.org?fa=login.edituserform> 

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/> 
List hosted by http://www.fusionlink.com
-




- 
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=gin.edituserform
<http://www.acfug.org?fa=gin.edituserform> 

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/> 
List hosted by http://www.fusionlink.com
-






- 
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?falogin.edituserform
<http://www.acfug.org?falogin.edituserform> 

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/> 
List hosted by http://www.fusionlink.com
-








-- 
Douglas Knudsen 
http://www.cubicleman.com
this is my signature, like it? 
- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 



-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Browser and File Upload Filter?

2007-10-08 Thread Cody Wehunt
Thanks that is what i thought.  However i disagree with one point.  Browsers 
could 
Interact with this dialog the same way other applications do; they just dont.  

The terminology of files of type is windows specific but i believe other oses 
support this as well but maybe with a different name. 
-Original Message-
From: "Tom McNeer" <[EMAIL PROTECTED]>
To: discussion@acfug.org
Sent: 10/8/2007 5:57 PM
Subject: Re: [ACFUG Discuss] Browser and File Upload Filter?

Cody,

On 10/8/07, Cody Wehunt <[EMAIL PROTECTED]> wrote:
>
>  All the searching I have done on the net says it is not possible.
>

True. The dialog box is the native OS file dialog, and the browser cannot
send it information.

Besides, the "files of type" filter is Windows-specific.

-- 
Thanks,

Tom

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



-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] Browser and File Upload Filter?

2007-10-08 Thread Cody Wehunt
Has anyone found out how to use filters when uploading files from a form?
 
For example I would like to when the user clicks browse button and recieves
"Choose File" Dialog box to have the "Files of Type" filter set.
 
All the searching I have done on the net says it is not possible.
 
Thanks
 
Cody



-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] OT SQL service will not start

2007-09-24 Thread Cody Wehunt
Check your hdd space.  I have had a similar issue with a virutal machine
that was running low on space.  After fixing the space issue the service
started just fine.
 
Cody

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dusty Hale
Sent: Monday, September 24, 2007 1:18 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT SQL service will not start


This recently started happening on the SQL server 2000 that I run on my
laptop. The service basically just will not start. Not sure why but I am
trying to research why it might be happening and if anyone has a quick idea
why it might be happening, please share.
 
Many thanks,
 
Dusty

- 
Annual Sponsor - Figleaf Software   

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%40acfug.org/ 
List hosted by FusionLink   
- 



-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] OT: Graphic Needed

2007-06-14 Thread Cody Wehunt
Thanks for your suggestion.

 

Cody

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dusty Hale
Sent: Thursday, June 14, 2007 5:17 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Graphic Needed

 

I recently stumbled upon http://www.logoyes.com ... there is a tool to
quickly generate nice looking logos and the final version is delivered in
vector so can scale to any size. However, they charge $99 for the service.
Still a good cheap solution in my opinion.

 

D

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Thursday, June 14, 2007 3:39 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Graphic Needed

Hey everyone,

 

I am working on a site for a Kid's Swim Team. They are looking for a great
logo.  Their name is the Heritage Farms Torpedos.  I am working on the site
for them for free, but they need a logo.  Anyone feel like donating some
time.  Placing a link to your site should not be a problem.

 

 

Thanks,

 

Cody


- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 


- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
-



-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] OT: Graphic Needed

2007-06-14 Thread Cody Wehunt
Hey everyone,

 

I am working on a site for a Kid's Swim Team. They are looking for a great
logo.  Their name is the Heritage Farms Torpedos.  I am working on the site
for them for free, but they need a logo.  Anyone feel like donating some
time.  Placing a link to your site should not be a problem.

 

 

Thanks,

 

Cody




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-06-13 Thread Cody Wehunt
Thanks, I will check into it.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Wednesday, June 13, 2007 8:15 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Dynamic Flash Photo Album

non flash ver: http://smoothgallery.jondesign.net/showcase/gallery/

On 6/12/07, Cody Wehunt <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Thanks, I will take a look at it.
>
>
>
>
>
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Miller
>  Sent: Friday, June 08, 2007 7:04 PM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>
>
> Hi Cody,
>
>
>
> Came across this and thought of you.
>
>
>
> Scroll to the bottom of the page:
>
>
>
> http://www.templatemonster.com/free-templates.php
>
>
>
> Mike
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
>  Sent: Tuesday, June 05, 2007 12:06 AM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>
> Thanks Everyone.  I have not really found what I was hoping for but I will
> try to make one of these work.
>
>
>
> Thanks Again.
>
>
>
> Cody
>
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Powell
>  Sent: Thursday, May 17, 2007 11:17 PM
>  To: discussion@acfug.org
>  Subject: Re: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>
>
> i really like this one...simple...and effective...
>
>  http://www.airtightinteractive.com/simpleviewer/
>
>  good luck...
>  ...dave p
>
>
> On 5/17/07, Dusty Hale <[EMAIL PROTECTED]> wrote:
>
> If I remember correctly the one below all you need to do is drop in the
.swf
>  file and the xml file poplated with data and it works. I suppose you
could
>  implement some code to dynamically populate the xml file.
>
>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fennell, Mark
> P.
>  Sent: Thursday, May 17, 2007 3:16 PM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>  Check out flashkit.com.
>  If you can't find it there, you probably don't really need it anyway. :)
>
>  They have a fairly extensive collection of .FLAs for download.
>  mf
>
>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Dusty Hale
>  Sent: Thursday, May 17, 2007 3:12 PM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>  I used this one once. I can't say "I really like it a lot" but it got the
>  job done at the time. If I remember correctly it reads from an xml file.
>
>  http://www.airtightinteractive.com/simpleviewer/
>
>  Dusty
>
>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
>  Sent: Thursday, May 17, 2007 3:26 PM
>  To: discussion@acfug.org
>  Subject: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>  Can anyone recommend a nice free Dynamic Flash Photo album?  I have found
>  several with Google, but I am just curious if anyone on the list has one
>  they really like.
>
>
>  Cody
>
>
> -
>  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/mailinglists
> Archive @
>  http://www.mail-archive.com/discussion%40acfug.org/
>  List hosted by http://www.fusionlink.com
> -
>
>
>
>
>
>
> -
>  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/mailinglists
> Archive @
>  http://www.mail-archive.com/discussion%40acfug.org/
>  List hosted by http://www.fusionlink.com
> -
>
>
>
> -
>  Annual Sponsor FigLeaf Software - http://www.figleaf.com
>
>  To unsubscribe from this list, manage your profile @
>  http://www.acfug.org?fa=gin.edituserform
>
>  For more info, see http://www.acfug.

RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-06-13 Thread Cody Wehunt
Thanks, I will check it out.  It actually looks like what I was looking for
and $30 is not bad.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin
Bloodworth
Sent: Wednesday, June 13, 2007 8:43 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

http://www.dwuser.com/flashslideshow/v3/

Not free but it's only $29.00 and it integrates with DreamWeaver.

Benjamin Bloodworth
[EMAIL PROTECTED]
850.201.0928
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Wednesday, June 13, 2007 8:15 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Dynamic Flash Photo Album

non flash ver: http://smoothgallery.jondesign.net/showcase/gallery/

On 6/12/07, Cody Wehunt <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Thanks, I will take a look at it.
>
>
>
>
>
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Miller
>  Sent: Friday, June 08, 2007 7:04 PM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>
>
> Hi Cody,
>
>
>
> Came across this and thought of you.
>
>
>
> Scroll to the bottom of the page:
>
>
>
> http://www.templatemonster.com/free-templates.php
>
>
>
> Mike
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
>  Sent: Tuesday, June 05, 2007 12:06 AM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>
> Thanks Everyone.  I have not really found what I was hoping for but I will
> try to make one of these work.
>
>
>
> Thanks Again.
>
>
>
> Cody
>
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Powell
>  Sent: Thursday, May 17, 2007 11:17 PM
>  To: discussion@acfug.org
>  Subject: Re: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>
>
> i really like this one...simple...and effective...
>
>  http://www.airtightinteractive.com/simpleviewer/
>
>  good luck...
>  ...dave p
>
>
> On 5/17/07, Dusty Hale <[EMAIL PROTECTED]> wrote:
>
> If I remember correctly the one below all you need to do is drop in the
.swf
>  file and the xml file poplated with data and it works. I suppose you
could
>  implement some code to dynamically populate the xml file.
>
>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fennell, Mark
> P.
>  Sent: Thursday, May 17, 2007 3:16 PM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>  Check out flashkit.com.
>  If you can't find it there, you probably don't really need it anyway. :)
>
>  They have a fairly extensive collection of .FLAs for download.
>  mf
>
>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Dusty Hale
>  Sent: Thursday, May 17, 2007 3:12 PM
>  To: discussion@acfug.org
>  Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>  I used this one once. I can't say "I really like it a lot" but it got the
>  job done at the time. If I remember correctly it reads from an xml file.
>
>  http://www.airtightinteractive.com/simpleviewer/
>
>  Dusty
>
>  -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
>  Sent: Thursday, May 17, 2007 3:26 PM
>  To: discussion@acfug.org
>  Subject: [ACFUG Discuss] OT: Dynamic Flash Photo Album
>
>  Can anyone recommend a nice free Dynamic Flash Photo album?  I have found
>  several with Google, but I am just curious if anyone on the list has one
>  they really like.
>
>
>  Cody
>
>
> -
>  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/mailinglists
> Archive @
>  http://www.mail-archive.com/discussion%40acfug.org/
>  List hosted by http://www.fusionlink.com
> -
>
>
>
>
>
>
> -
>  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/mailinglists
> Archive @
>  ht

RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-06-12 Thread Cody Wehunt
Thanks, I will take a look at it.

 

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Miller
Sent: Friday, June 08, 2007 7:04 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

 

Hi Cody,

 

Came across this and thought of you.

 

Scroll to the bottom of the page:

 

http://www.templatemonster.com/free-templates.php

 

Mike

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Tuesday, June 05, 2007 12:06 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

Thanks Everyone.  I have not really found what I was hoping for but I will
try to make one of these work.

 

Thanks Again.

 

Cody

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Powell
Sent: Thursday, May 17, 2007 11:17 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Dynamic Flash Photo Album

 

i really like this one...simple...and effective...

http://www.airtightinteractive.com/simpleviewer/

good luck...
...dave p

On 5/17/07, Dusty Hale <[EMAIL PROTECTED]> wrote:

If I remember correctly the one below all you need to do is drop in the .swf
file and the xml file poplated with data and it works. I suppose you could
implement some code to dynamically populate the xml file.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fennell, Mark P.
Sent: Thursday, May 17, 2007 3:16 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

Check out flashkit.com.
If you can't find it there, you probably don't really need it anyway. :) 

They have a fairly extensive collection of .FLAs for download.
mf

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  <mailto:[EMAIL PROTECTED]> ] 
On
Behalf Of Dusty Hale
Sent: Thursday, May 17, 2007 3:12 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

I used this one once. I can't say "I really like it a lot" but it got the 
job done at the time. If I remember correctly it reads from an xml file.

http://www.airtightinteractive.com/simpleviewer/

Dusty

-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, May 17, 2007 3:26 PM 
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Dynamic Flash Photo Album

Can anyone recommend a nice free Dynamic Flash Photo album?  I have found
several with Google, but I am just curious if anyone on the list has one 
they really like.


Cody


-
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/mailinglists Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 






-
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/mailinglists Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 






-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 






-- 
...
j david powell
craf7 design
1013 Onslow st.
durham, nc  27705
...
919.345.8370
[EMAIL PROTECTED] 
... 
- 
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/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List host

RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-06-04 Thread Cody Wehunt
Thanks Everyone.  I have not really found what I was hoping for but I will
try to make one of these work.

 

Thanks Again.

 

Cody

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Powell
Sent: Thursday, May 17, 2007 11:17 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Dynamic Flash Photo Album

 

i really like this one...simple...and effective...

http://www.airtightinteractive.com/simpleviewer/

good luck...
...dave p

On 5/17/07, Dusty Hale <[EMAIL PROTECTED]> wrote:

If I remember correctly the one below all you need to do is drop in the .swf
file and the xml file poplated with data and it works. I suppose you could
implement some code to dynamically populate the xml file.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fennell, Mark P.
Sent: Thursday, May 17, 2007 3:16 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

Check out flashkit.com.
If you can't find it there, you probably don't really need it anyway. :) 

They have a fairly extensive collection of .FLAs for download.
mf

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]   ] 
On
Behalf Of Dusty Hale
Sent: Thursday, May 17, 2007 3:12 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

I used this one once. I can't say "I really like it a lot" but it got the 
job done at the time. If I remember correctly it reads from an xml file.

http://www.airtightinteractive.com/simpleviewer/

Dusty

-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, May 17, 2007 3:26 PM 
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Dynamic Flash Photo Album

Can anyone recommend a nice free Dynamic Flash Photo album?  I have found
several with Google, but I am just curious if anyone on the list has one 
they really like.


Cody


-
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/mailinglists Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 






-
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/mailinglists Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 






-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
- 







-- 
...
j david powell
craf7 design
1013 Onslow st.
durham, nc  27705
...
919.345.8370
[EMAIL PROTECTED] 
... 
- 
Annual Sponsor - Figleaf Software   

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%40acfug.org/ 
List hosted by FusionLink   
- 




-
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/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] CF Shopping Carts

2007-04-14 Thread Cody Wehunt
Thanks, I will check that out.

 

Cody

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom McNeer
Sent: Friday, April 13, 2007 6:06 PM
To: [EMAIL PROTECTED]
Subject: Re: [ACFUG Discuss] CF Shopping Carts

 

I can't claim worlds of experience with CF carts, but I just implemented a
site using Quill Design's Site Director, and it was a pleasure. Works great
out of the box. Exceptional clean, modular code that's well-commented. Very,
very quick response on e-mail support by the developer, Paul Giesenhagen.
Only downside so far: no formal documentation. The code is well-commented
and easy to follow, everything's very intuitive to set up -- but no docs.
http://www.quilldesign.com.




-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com   
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560 
- 
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%40acfug.org/ 
List hosted by FusionLink   
- 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] CF Shopping Carts

2007-04-13 Thread Cody Wehunt
Just looking for an update on what people think the best Cold Fusion
shopping cart is today.

 

 

Thanks,

 

Cody




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] FarCry Question

2007-02-24 Thread Cody Wehunt
Thanks Charlie, I will check.  I got it running on a 2000 server, and I also
tried it on the 2K server similar to what I was trying on the XP box.  So I
will have to  keep looking.

 

Anyone familiar with FarCry have a suggestion?

 

 

Thanks,

 

Cody

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart
Sent: Thursday, February 22, 2007 10:43 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] FarCry Question

 

Seems it's trying to do a CFIMPORT somewhere to be able to call CF custom
tags in the "new" prefix:tag format introduced in CFMX 6. Take a look at
that code in the cffunctionwrappers.cfm to find the cfimport, and determine
if the directory it points to exists. That's what CFIMPORT does: it makes
all the cfml pages in that directory able to be called as custom tags in the
format above. (I don't work with Farcry, so there may be some specific
Farcry configuration step you've missed or has become broken, but I just
don't know that aspect.) Hope that's helpful.

 

/Charlie
http://www.carehart.org/blog/  

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Thursday, February 22, 2007 5:03 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] FarCry Question

I am getting the following with farcry 3.0.1 on an IIS/XP setup (Dev Box).
Any ideas what I could have missed?

 

The tag you are trying to use cannot be found within any tag libraries you
have imported. 



Unknown tag: q4:contentobjectget. 

 


ColdFusion cannot determine how to process the tag q4:contentobjectget
because the tag is unknown and not in any imported tag libraries. The tag
name might be misspelled. 


 

 


The error occurred in
C:\Inetpub\applications\farcry\farcry_core\packages\security\authentication.
cfc: line 22
Called from
C:\Inetpub\applications\farcry\farcry_core\packages\security\authentication.
cfc: line 1
Called from
C:\Inetpub\applications\farcry\farcry_core\admin\install\Application.cfm:
line 45


20 : 
21 : 
22 :
23 :
24 :

 

 

Thanks 

 

 

Cody


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
-



-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-

<>


[ACFUG Discuss] FarCry Question

2007-02-22 Thread Cody Wehunt
I am getting the following with farcry 3.0.1 on an IIS/XP setup (Dev Box).
Any ideas what I could have missed?

 

The tag you are trying to use cannot be found within any tag libraries you
have imported. 



Unknown tag: q4:contentobjectget. 

 

ColdFusion cannot determine how to process the tag q4:contentobjectget
because the tag is unknown and not in any imported tag libraries. The tag
name might be misspelled. 


 

 


The error occurred in
C:\Inetpub\applications\farcry\farcry_core\packages\security\authentication.
cfc: line 22
Called from
C:\Inetpub\applications\farcry\farcry_core\packages\security\authentication.
cfc: line 1
Called from
C:\Inetpub\applications\farcry\farcry_core\admin\install\Application.cfm:
line 45


20 : 
21 : 
22 :
23 :
24 :

 

 

Thanks 

 

 

Cody




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] OT: Calendar Sharing

2007-02-15 Thread Cody Wehunt

OK, let me clarify.  This is for personal non business use so Exchange
Server etc. are not options.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Powell
Sent: Thursday, February 15, 2007 11:34 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Calendar Sharing

MS Exchange Server.


On Feb 15, 2007, at 11:31 AM, [EMAIL PROTECTED]  
wrote:

>
> If anyone says Lotus Notes, you get bonked on the head.  Doesn't  
> Outlook have a server piece?  (Google? lol)
>
> mcg
>
>
>
>
> Cody Wehunt <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 02/15/2007 11:23 AM
> Please respond to
> discussion@acfug.org
>
>
> To
> discussion@acfug.org
> cc
> Subject
> [ACFUG Discuss] OT: Calendar Sharing
>
>
>
>
>
> What is everyone using to share calendars?  Preferably something  
> that will integrate with and update Outlook.
>
>
> -
> 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%40acfug.org/
> List hosted by FusionLink
> -
>
>
> -
> 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%40acfug.org/
> List hosted by FusionLink
> -



-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] OT: Calendar Sharing

2007-02-15 Thread Cody Wehunt
I agree with you no Notes please.  I am looking for something web based that
integrates with Outlook.  There are ical/webcal services, but I can't seem
to get outlook to consume them.  One of which I tried was the gmail
calendar.

 

 

 

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, February 15, 2007 11:32 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Calendar Sharing

 


If anyone says Lotus Notes, you get bonked on the head.  Doesn't Outlook
have a server piece?  (Google? lol)   

mcg 






Cody Wehunt <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED] 

02/15/2007 11:23 AM 


Please respond to
discussion@acfug.org


To

discussion@acfug.org 


cc

 


Subject

[ACFUG Discuss] OT: Calendar Sharing

 


 

 




What is everyone using to share calendars?  Preferably something that will
integrate with and update Outlook. 
  


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
<http://www.acfug.org?fa=login.edituserform/>  

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com/>  
- 


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] OT: Calendar Sharing

2007-02-15 Thread Cody Wehunt
What is everyone using to share calendars?  Preferably something that will
integrate with and update Outlook.

 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Blue Dragon and Able Commerce?

2007-01-19 Thread Cody Wehunt
I honestly don't remember.  I think it had something to do with underlying
Java issues.

 

Cody Wehunt

Wehunt Enterprises, Inc.

P.O. Box 1716

Kennesaw, GA 30156

[EMAIL PROTECTED]

770-402-9189 Cell & Home

AIM : cody4Soccer

Google Talk : clwehunt

MSN : [EMAIL PROTECTED]

Yahoo : clwehunt

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Friday, January 19, 2007 2:33 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Blue Dragon and Able Commerce?

 

No we have not tried it since last year.

 

Cody: What problems did you find with it back then?

 

Vince. Is it supposed to work now with AC CFMX5.5 Cart now?

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com <http://www.motorcyclecarbs.com/> 

 

 

  _  

From: Vince Bonfanti [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 19, 2007 2:18 PM
To: Carbs Sales&Service
Subject: RE: [ACFUG Discuss] Blue Dragon and Able Commerce?

What problems are you having running Able Commerce on BD? Have you tried it
on the latest BD 7.0 beta2?

 

Vince

 


  _  


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Friday, January 19, 2007 12:58 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Blue Dragon and Able Commerce?

If this is the case, what is the possibility of Able Commerce ever running
on BD?

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com <http://www.motorcyclecarbs.com/> 


- 
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%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] Galleria

2007-01-03 Thread Cody Wehunt
Hello Everyone.  We are going to have the Galleria  again this
month.  Please try and come out if you can.  If you don't like the choice of
Resturaunt (Jocks & Jills) or if there is a better location still somewhat
near the Galleria, we are willing to discuss changing locations.

 

Let us know if you are interested or can make it.

 

 

ACFUG : January 2007 Galleria 
Friday, January 19, 2007
12:00 PM to 1:00 PM

 

http://www.acfug.org/index.cfm?fa=meetings.meetingdetail&EventID=187




-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Coldfusion Pricing

2006-10-24 Thread Cody Wehunt
If price is an issue for you, have you checked out BlueDragon?

http://www.newatlanta.com/products/bluedragon/index.cfm


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony L.
Mathis
Sent: Tuesday, October 24, 2006 1:52 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Coldfusion Pricing

What and where is the cheapest price I can find for Coldfusion 7 Std.


Thanks,

Anthony

By the wayDoes anyone have any ideas of CF 8 / release dte and
features. 



-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-

BEGIN:VCARD
VERSION:2.1
N:Wehunt;Cody
FN:[EMAIL PROTECTED]
ORG:Wehunt Enterprises, Inc.
TITLE:Consultant
TEL;WORK;VOICE:1-770-402-9189
TEL;HOME;VOICE:(770) 402-9189
TEL;CELL;VOICE:(770) 402-9189
TEL;WORK;FAX:1-773-482-9189
ADR;WORK:;;PO BOX 1716;Kennesaw;GA;30156;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:PO BOX 1716=0D=0AKennesaw, GA 30156=0D=0AUnited States of America
URL;WORK:http://www.wehunt.net
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060929T202826Z
END:VCARD


RE: [ACFUG Discuss] OT: Quick Regex

2006-10-15 Thread Cody Wehunt
Gotcha.  Thanks again.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Tuesday, October 10, 2006 8:59 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Quick Regex

You have to include those since they delimit the beginning and end of  
the string you are looking for.  To use the backreferences:

myArray = refind("_(.*?)\.", string, 1, TRUE);
myString = mid(string, myArray.pos[2], myArray.len[2]);

See the ReFind documentation of the returnsubexpressions element and  
how it brings back an array of matching positions and lengths.

-dhs



Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"Free speech exercised both individually and through a free press, is  
a necessity in any country where people are themselves free."
 -- Theodore Roosevelt, 1918


On Oct 10, 2006, at 12:02 AM, Cody Wehunt wrote:

> Thanks.
>
> A follow up is this also collects the underscore and the period,  
> how would
> you modify it to not include those.
>
> Thanks.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.  
> Saxe
> Sent: Monday, October 09, 2006 4:52 PM
> To: discussion@acfug.org
> Subject: Re: [ACFUG Discuss] OT: Quick Regex
>
> _(.*?)\.
>
> the ? minimizes the regex, otherwise it would start from the first _
> and grab everything to the last.  The value between the chars is in
> the first backreference ($1 in perl).
>
> -dhs
>
>
> Dean H. Saxe, CISSP, CEH
> [EMAIL PROTECTED]
> "What is objectionable, what is dangerous about extremists is not
> that they are extreme, but that they are intolerant."
>  -- Robert F. Kennedy, 1964
>
>
> On Oct 9, 2006, at 4:37 PM, Cody Wehunt wrote:
>
>>
>>
>>
>>
>> This should be pretty simple but I have not had the time to dive
>> into regex yet.
>>
>>
>>
>> I need a quick regex that will give me all characters between a "_"
>> and a "." If anyone knows it off the top of your head.
>>
>>
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Cody
>>
>>
>>
>>
>> -
>> 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%40acfug.org/
>> List hosted by FusionLink
>> -
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=gin.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>
>
>
> -
> 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%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
> <[EMAIL PROTECTED]>



-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-

BEGIN:VCARD
VERSION:2.1
N:Wehunt;Cody
FN:[EMAIL PROTECTED]
ORG:Wehunt Enterprises, Inc.
TITLE:Consultant
TEL;WORK;VOICE:1-770-402-9189
TEL;HOME;VOICE:(770) 402-9189
TEL;CELL;VOICE:(770) 402-9189
TEL;WORK;FAX:1-773-482-9189
ADR;WORK:;;PO BOX 1716;Kennesaw;GA;30156;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:PO BOX 1716=0D=0AKennesaw, GA 30156=0D=0AUnited States of America
URL;WORK:http://www.wehunt.net
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060929T202826Z
END:VCARD


RE: [ACFUG Discuss] OT: Quick Regex

2006-10-09 Thread Cody Wehunt
Thanks.

A follow up is this also collects the underscore and the period, how would
you modify it to not include those.

Thanks.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Monday, October 09, 2006 4:52 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Quick Regex

_(.*?)\.

the ? minimizes the regex, otherwise it would start from the first _  
and grab everything to the last.  The value between the chars is in  
the first backreference ($1 in perl).

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"What is objectionable, what is dangerous about extremists is not  
that they are extreme, but that they are intolerant."
 -- Robert F. Kennedy, 1964


On Oct 9, 2006, at 4:37 PM, Cody Wehunt wrote:

>
>
>
>
> This should be pretty simple but I have not had the time to dive  
> into regex yet.
>
>
>
> I need a quick regex that will give me all characters between a "_"  
> and a "." If anyone knows it off the top of your head.
>
>
>
>
>
> Thanks,
>
>
>
> Cody
>
>
>
>
> -
> 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%40acfug.org/
> List hosted by FusionLink
> -



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-

BEGIN:VCARD
VERSION:2.1
N:Wehunt;Cody
FN:[EMAIL PROTECTED]
ORG:Wehunt Enterprises, Inc.
TITLE:Consultant
TEL;WORK;VOICE:1-770-402-9189
TEL;HOME;VOICE:(770) 402-9189
TEL;CELL;VOICE:(770) 402-9189
TEL;WORK;FAX:1-773-482-9189
ADR;WORK:;;PO BOX 1716;Kennesaw;GA;30156;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:PO BOX 1716=0D=0AKennesaw, GA 30156=0D=0AUnited States of America
URL;WORK:http://www.wehunt.net
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060929T202826Z
END:VCARD


[ACFUG Discuss] OT: Quick Regex

2006-10-09 Thread Cody Wehunt








 

 

This should be pretty simple but I have not had the time to dive into
regex yet.

 

I need a quick regex that will give me all characters between a “_”
and a “.” If anyone knows it off the top of your head.

 

 

Thanks,

 

Cody

 









-

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%40acfug.org/

List hosted by FusionLink

-




[ACFUG Discuss] OT: Designer Needed

2006-09-13 Thread Cody Wehunt








If you are a graphics artist / designer please let me know
if you are interested in some side work for several projects we have coming up.

 

Thanks,

 

Cody









-

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%40acfug.org/

List hosted by FusionLink

-




RE: [ACFUG Discuss] RE: JRUN Hangs REDEUX

2006-08-29 Thread Cody Wehunt








Robert,

 

 

Send the pages seefusion says are causing
the problem.  You sent them once before but I cannot find that message.  I will
take a look against my AC installation.

 

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Reil
Sent: Tuesday, August 29, 2006
1:03 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
JRUN Hangs REDEUX



 

In the past thread termination (in
SeeFusion) seems to take about 5 minutes to recover from.

 

I guess I could do a stack trace if
someone told me what and how to do it.

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Steve Drucker [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 29, 2006
11:21 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
JRUN Hangs REDEUX



 

More importantly, what pages does
SeeFusion note as running during your "lockups"?

 

If you terminate the execution of those
threads (using SeeFusion), is the server able to handle requests normally?

 

Can you provide a stack trace of the
threads running at the time of lockup?

 

Regards,
Steve Drucker
CEO
Fig Leaf Software
http://www.figleaf.com
http://training.figleaf.com
Adobe / Macromedia / Google / Paperthin Premier Consulting and Training Partner


 

 







From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Reil
Sent: Tuesday, August 29, 2006
11:00 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
JRUN Hangs REDEUX

Well using SeeFusion showed me that if I
decrease thread volume I increased UP TIME!

What was more important?

 

4 hours between 1-2 minute lock ups, or

2 hours between 40 minute lock ups?

 

I think I did the only logical thing I could
do considering my pathetic lack of knowledge.

I am sure that one day I will comment to
myself how IGNORANT I was at this time.

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Teddy Payne
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 29, 2006
10:41 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] RE: JRUN
Hangs REDEUX



 

Umm, why would you reduce the thread count? Threads are like available
channels that can execute code in tandom.  You have a queue of requests
and the threads are the ones that handle all of the requests.   If
you have 100 requests and 10 threads handle them, that is faster than 100
requests and 2 threads handling them.  The only thing that has to observed
is how much memory is best suited for the threads.  Each threads takes up
resources as individual and asynchronous processes.   I typically
increase my threads over time and watch the performance of a box.  I try
to keep the CPU to around 30% if possible.  60-70% works just fine if you
have over 1000 queues per minute. 

Teddy

- 
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%40acfug.org/

List hosted by FusionLink 
- 









-

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%40acfug.org/

List hosted by FusionLink

-




RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-28 Thread Cody Wehunt
Odd, I am not 100% sure mine checked in this week ;-)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Friday, July 28, 2006 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Alternate image shown logic help?

Mine checked out on Wednesday this week


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"To announce that there must be no criticism of the president, or  
that we are to stand by the president right or wrong, is not only  
unpatriotic and servile, but is morally treasonable to the American  
public."
 -- Theodore Roosevelt


On Jul 28, 2006, at 2:02 PM, [EMAIL PROTECTED]  
wrote:

>
> Or we can go with C-esque.  I'm guessing Robert is getting the  
> point by now.  :)  It's Friday man, my brain has checked out.
>
> mcg
>
>
>
>
> Steven Ross <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 07/28/2006 01:07 PM
> Please respond to
> discussion@acfug.org
>
>
> To
> discussion@acfug.org
> cc
> Subject
> Re: [ACFUG Discuss] Alternate image shown logic help?
>
>
>
>
>
> I'll be nitpicky and say javascript-esque syntax = )
>
> believe me if it was at all like java you wouldn't use it!
>
>
>
> On 7/28/06, [EMAIL PROTECTED]  [EMAIL PROTECTED]> wrote:
>
> And CFSCRIPT allows you to use Java-esque syntax.  Some of us like  
> this syntax, but it's not necessary.  :)
>
> mcg
>
>
>
> Teddy Payne <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 07/27/2006 01:46 PM
> Please respond to
> discussion@acfug.org
>
>
>
> To
> discussion@acfug.org
> cc
> Subject
> Re: [ACFUG Discuss] Alternate image shown logic help?
>
>
>
>
>
>
>
> Ok, I will try not to confuse you here.
>
> ColdFusion is an interpreted language.
>
> ColdFusion has tags and functions that give instructions to a Java  
> engine.
>
> ColdFusion is a Java application.
>
> You don't need to know Java to be proficient at ColdFusion.
>
> Teddy
>
> On 7/27/06, Robert Reil <[EMAIL PROTECTED] > wrote:
> Told you I was new!
>
> Ok so the CF and CFscript wrapper calls Java objects sometimes is  
> what you are saying.
>
> I can live with that.
>
>
> Robert P. Reil
>
> Managing Director,
>
> Motorcyclecarbs.com , Inc.
>
> 4292 Country Garden Walk NW
>
> Kennesaw , Ga. 30152
>
> Office 770-974-8851
>
> Fax 770-974-8852
>
> www.motorcyclecarbs.com
>
>
> From: Steven Ross [mailto: [EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 12:15 PM
>
>
> To: discussion@acfug.org
> Subject: Re: [ACFUG Discuss] Alternate image shown logic help?
>
>
> Are you sure of this? Could they just be referencing the fact that  
> CF is built on java?
>
> Flexible Development Languages
>
> An assortment of completely working store templates are provided  
> for you to begin selling quickly and easily. A variety of templates  
> and code samples are provided for easy customization of your  
> store's look and feel. Free Development Kit for download
> 
>
> AbleCommerce 5.5 is written for 3 different languages, and  
> available for Linux or Windows servers.
>
> Microsoft's Asp.Net 1.1 Framework
> Macromedia's ColdFusion MX Server
> Macromedia JRun Server (JSP-Java version in beta)
> Apache Tomcat (JSP-Java version in beta)
>
> On 7/27/06, Robert Reil < [EMAIL PROTECTED]> wrote:
>
> Sure but this Able commerce seems to be a JAVA engine with a GUI  
> web language wrapped around it.
>
> From time to time there are multiple languages in any CFM page.
>
>
> But hey what do I know? But I'm learning!
>
>
> Robert P. Reil
>
> Managing Director,
>
> Motorcyclecarbs.com , Inc.
>
> 4292 Country Garden Walk NW
>
> Kennesaw , Ga. 30152
>
> Office 770-974-8851
>
> Fax 770-974-8852
>
> www.motorcyclecarbs.com
>
>
> From: Dusty Hale [mailto: [EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 11:26 AM
>
>
> To: discussion@acfug.org
> Subject: RE: [ACFUG Discuss] Alternate image shown logic help?
>
>
> Also if it is CF script a dead give away would be if the file with  
> the code in it had a file name with a .cfm extension .
>
>
> Dusty
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Robert  
> Reil
> Sent: Thursday, July 27, 2006 11:07 AM
> To: discussion@acfug.org
> Subject: RE: [ACFUG Discuss] Alternate image shown logic help?
>
>
> OK got you. Now I have clarity.
>
>
> Time to crunch code!
>
>
> Robert P. Reil
>
> Managing Director,
>
> Motorcyclecarbs.com , Inc.
>
> 4292 Country Garden Walk NW
>
> Kennesaw , Ga. 30152
>
> Office 770-974-8851
>
> Fax 770-974-8852
>
> www.motorcyclecarbs.com
>
>
> From: Teddy Payne [mailto: [EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 10:49 AM
> To: discussion@acfug.org
> Subject: Re: [ACFUG Discuss] Alternate image shown logic help?
>
>
> lol Doug..that was good geek humor :)
>
> We did notice the ";" Robert.  This is a dead giveaway of  
> cfscript.  Writeoutput can be used in many places, but it is very  
> commonly used inside of cfscript tags.
>
> Kind of like:
>
> 
>   if FileExists("C:\www\images\picture.gif")
>   {
>   writeoutput("");
>   }
>   else if 

RE: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Cody Wehunt








You shouldn’t have to terminal into
the servers to do admin work if your workstation is on the same network, unless
you are purposefully blocking it.

 

Of course you will have to replace the
local host address with the machine name.

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Reil
Sent: Friday, July 21, 2006 11:13
AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] DW
Record set setup struggle



 

OK heres the scenario:

 

There are 3 machines involved in this
equation:

 

Live server. 

 
  Server Product
 :  ColdFusion MX 

 
  Version  : 
6,1,0,63958 

 
  Edition  : 
Standard 

 

   
Operating System   :  Windows 2000 

 

   
MySQL 4.1, Database Name: Carbs

 

Beta Server,

   
Same config.

 

Local machine.

   
Terminal Services to either server

   
Local Dream Weaver install.

   
Live server INETPUB mapped as W:

   
Beta server INETPUB mapped as V:

 

I put the site in
V:/wwwroot/intranet.motorcyclecarbs.com/

If I do CFADMIN work I terminal into the
Live or Beta Server as appropriate.

 

Teddy I totally understand IP and used to
teach TCP/IP for fun and professionally.

The problems I am having are surely not IP
related. If they are “ILL EAT MY HAT!”

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Teddy Payne
[mailto:[EMAIL PROTECTED] 
Sent: Friday, July 21, 2006 10:17
AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] DW
Record set setup struggle



 

Robert,
I think we need to take a deep breathe here.

127.0.0.1 is for local development.  Local
development can also be considered a testing server.  A testing server is
a generic term for any location you have a web server and application server
installed.  Now in more formal scenarios, a testing server will resemble
what the production environment would be like.  For large budget
organizations, the testing server is an exact replica of the production box. 

Now for your error.  Which web server are you running and which version of
ColdFusion did you install?

Teddy


On 7/21/06, Robert
 Reil < [EMAIL PROTECTED]>
wrote:











Weirder still:

The Admin opened and I noticed that its address is: 

http://127.0.0.1/CFIDE/administrator/index.cfm

 

So I don't know what that is all about...

However DNS has been a bit slow in the past couple months,
but we haven't invested in repairing it as we are migrating to a new Win2K3
domain.





 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw , Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com















From: Robert
 Reil [mailto: [EMAIL PROTECTED]]

Sent: Friday, July 21, 2006 9:06
AM
To: discussion@acfug.org 
Subject: RE: [ACFUG Discuss] DW Record
set setup struggle







 

Thinking further I opened CF Admin on the web server and got
this error:

 

'Cannot find the file
'http://127.0.01/CFIDE/administrator/index.cfm' (or one of its components). Make
sure the path and filename are correct and that all required libraries are
available.

 

Checking the local path I do find in the wwwroot directory
"C:\Inetpub\wwwroot\CFIDE\administrator\index.cfm"

Hmm... What gives now?

 

FYI I also saw an error in DW with the same path name.

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw , Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Robert
 Reil [mailto: [EMAIL PROTECTED]]

Sent: Friday, July 21, 2006 8:48
AM
To: discussion@acfug.org 
Subject: [ACFUG Discuss] DW Record
set setup struggle



 

Im in fortas Construction book trying to set up a Record set
as on page 89.

 

Im trying to click Application, Bindings, to associate the
database to the site in DW.

All I get in any window in the Application sub tabs all have:

 

"To use dynamic data on this page:

   
1. Create a site for this file.
(checked)

   
2. Choose a document type.   (checked)

   
3. Set up the sites's testing server

   
4. Specify the RDS login information for

   
 ColdFusion server.

   
5. Create a Coldfusion data source."

 

Looks like Im stuck on step 3.

 

Clicking on the link in step 3 opens a "Site Definition
for (SiteName) dialogue box and wants me to fill our the TESTING SERVER
information.

That info as far as I can tell is correct.

 

Server model:
  
ColdFusion

Access:
  
Local/Network

Testing server
folder: 
W:\wwwroot\intranet.motorcyclecarbs.com\

   
(Our web path in IIS)

Refresh remote list auto  ON

URL
Prefix:   
htt

RE: [ACFUG Discuss] $token.queryVaule?

2006-07-21 Thread Cody Wehunt








Robert,

 

You have to take this slow, take one issue
at a time.  

 

But yes you would modify the CF code that
is sending the notification by adding a cfquery that would pull the needed part
number from the necessary tables.

 

No I am not implying that you need to edit
any JAVA source.  

 

This message clears up more what you are
trying to do and I think it will work as described above.  But you do need
to read those customization docs so that you are familiar with the repercussions
of your actions in the code and it should explain why some things don’t
work as expected.

 

 

Cody

 

 

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Reil
Sent: Friday, July 21, 2006 8:33
AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss]
$token.queryVaule?



 

Why am I getting the data out?

   
This document is called “OUR NOTIFICATION” and is an email sent to
us 

   
from the cart to alert us of a customers order.

   
I am trying to set up a rudimentary purchasing system.

   
As it is now I have to use the Name and with knowledge know who sells it to

   
look up the vendor part number.

   
I recently used Access to resolve the SKU which is printed on this notification


   
to find the Part Number.

   
But it makes so much more sence to just have Able Commerce give it to me.

   


OK, so  is the tag to get
things started.

   


Able Commerce Customization Docs...

   
It would seem that you are implying what would require editing the JAVA source 

   
code which would need a $1000 investment.

   
Well you know the answer to that one! Lol.

   
This is also a temporary fix as the completion of the many:one:many
relationship

   
 that I am working on will be the permanent fix for this need as a
separate 

   
purchasing module would be developed to manage this.

   
But for now, these 2 simple lines of code would save me 90 seconds per item
sold.

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Cody Wehunt
[mailto:c[EMAIL PROTECTED]]

Sent: Thursday, July 20, 2006 9:31
PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss]
$token.queryVaule?



 

Robert,

 

You would write a select query using
 to get the data from that table.  But why are you getting
the data out?  To display or to use in another manner?

 

When you say “enter this data into
there”, if you are wanting to insert data into this table then you would
write and insert query using .  

 

Also, you will need to check the AbleCommerce
Customization Documentation, because if memory serves me correctly some changes
directly to the database will not be immediately visible on product pages, you
have to run a routine first.

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Thursday, July 20, 2006 9:07
PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss]
$token.queryVaule?



 

Well AbleCommerce come to find out is a
JAVA engine with a GUI wrapped around it. In this case CF.

 

But what would I use to go get data from a
table

The table is PRODUCTS.VEND_NUMBER etc.

 

Sorry for this basic question but I guess
I have to start somewhere.

This is officially my first problem to
solve.

Can I have some guidance to how to enter
this data into there?

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Teddy Payne
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 20, 2006 8:51
PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss]
$token.queryVaule?



 

Well, the reason being is
that the code that is being executed is not coldfusion.  =) 
ColdFusion uses the "#" symbol and not the "$"
symbol.  From your example it looks like a perl script to me.  PHP
uses the "$" symbol, but it is usually surrounded by <%
%>.  The typical extension to a perl file is .pl. 

Teddy



On 7/20/06, Robert Reil <[EMAIL PROTECTED]>
wrote:

Can I get some
elaboration on the following thread I saw that relates
explicitly to what I need done?

Im not asking for someone to do it for me. But I am asking for a format that
needs to be followed to make this work. 

More questions at the bottom of this mail
Bottom line: I looked for TOKEN in my Forta books and see no reference to
it. So I don't understand this.

--

The question was asked: 
---
Okay...In the Ablecommerce Shopping cart admin, I am in the Email section,
and underneath that, I'm editing "Our Notification". Right now...our
table
has 

RE: [ACFUG Discuss] $token.queryVaule?

2006-07-20 Thread Cody Wehunt








Robert,

 

You would write a select query using
 to get the data from that table.  But why are you getting the
data out?  To display or to use in another manner?

 

When you say “enter this data into
there”, if you are wanting to insert data into this table then you would write
and insert query using .  

 

Also, you will need to check the
AbleCommerce Customization Documentation, because if memory serves me correctly
some changes directly to the database will not be immediately visible on product
pages, you have to run a routine first.

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Reil
Sent: Thursday, July 20, 2006 9:07
PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss]
$token.queryVaule?



 

Well AbleCommerce come to find out is a
JAVA engine with a GUI wrapped around it. In this case CF.

 

But what would I use to go get data from a
table

The table is PRODUCTS.VEND_NUMBER etc.

 

Sorry for this basic question but I guess I
have to start somewhere.

This is officially my first problem to
solve.

Can I have some guidance to how to enter
this data into there?

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Teddy Payne
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 20, 2006 8:51
PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] $token.queryVaule?



 

Well, the reason being is
that the code that is being executed is not coldfusion.  =) 
ColdFusion uses the "#" symbol and not the "$"
symbol.  From your example it looks like a perl script to me.  PHP
uses the "$" symbol, but it is usually surrounded by <%
%>.  The typical extension to a perl file is .pl. 

Teddy





On 7/20/06, Robert Reil <[EMAIL PROTECTED]>
wrote:

Can I get some
elaboration on the following thread I saw that relates
explicitly to what I need done?

Im not asking for someone to do it for me. But I am asking for a format that
needs to be followed to make this work. 

More questions at the bottom of this mail
Bottom line: I looked for TOKEN in my Forta books and see no reference to
it. So I don't understand this.

--

The question was asked: 
---
Okay...In the Ablecommerce Shopping cart admin, I am in the Email section,
and underneath that, I'm editing "Our Notification". Right now...our
table
has some variables that need to be filled out. The thing is, these variables 
were custom created. We added two new columns to the Products table,
Vend_Name, and Vend_Number. How can we call these variables through
coldfusion Methods such as

$orderItem.getVendName()
$orderItem.getVendNumber() 


so they will display on the Our Notification E-mail??? Does anyone know
where these values are recognized by AbleCommerce / Coldfusion?

Also, if we can figure this out, is it possible to make a coldfusion app 
that tests these values to see if they actually work correctly, rather than
us having to wait on a customer ordering one of our products??? Any help
would be appreciated.
-
Replied:
- 
If these are fields that you have added to the database manually you won't
be able to do something simple, like $orderItme.getVendorName() without
modifying the underlying Java code. And unless you've purchased the Source 
Code you can't do that anyway.

You can, however, use the AcbDatabase object to query the database directly.
Then you could use something like this:

$token.queryValue("SELECT VendorName FROM OrderItems WHERE OrderItem_ID =
" 
& $orderItem.getID() )

I'm not sure if the syntax is correct here without trying it though. You'd
have to test it out and play with it.
-

- 

What all this means is that we need to use CF code to input a variable in an
HTML driven email.
As stated copying the JAVA Object won't work. So we need to do it some other
way.
Can I get some direction where and how to implement what is being said? 
Im so new at this I don't understand how to set up the variable in the code.

The code would be inserted into this snipit of the email format as shown on
the lines with "*":
-- 

  
  
  
*     INSERT "Vend_Name"
HERE!!!   
*     INSERT "Vend_Number"
HERE!!!
$orderItem.getSKU()
$orderItem.getName()
size=2>$orderItem.getLineMessage()
$orderItem.getOptionNames()
 
$LocaleUtils.formatCurrency($store,$orderItem.getUnitPrice(),"",tr
ue)


align="center">$orderItem.getQuantity() 
#set
($extPrice =
$VelocityUtils.multiply($orderItem.getExtPrice(),$orderItem.getQuantit
y()))

$LocaleUtils.formatCurrency($store,$extPrice,"",true)




Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Ke

RE: [ACFUG Discuss] Table reconstruction. Able Commerce

2006-07-10 Thread Cody Wehunt








Wow.  Robert just in case you have
not figured it out by now the pages that were causing the problems are most
likely those that you posted on this list a week or so back.  I can’t
remember them now , but they were posted here.  That should help you if
this is still an issue. 

 

As to the mention of several dollar an
hour coders, you will get what you pay for there.  And naturally you can offshore
the development but you are not guaranteed a level of service or the privacy of
your customer data etc.

 

I think Several hundred thousand dollars
seems a bit much for the project you are speaking of, however I do not think
that several thousand dollars would be out of the question.  You have a fairly
complex set of requirements, and you do not or did not have a full set of
requirements.  You need to fully document the requirements and how you
expect the new application to interact with ablecommerce and then decide how that
interaction should be developed.  

 

Once this is done it might point you or a
developer in the right direction.  I see too often where I work now, that
certain groups attempt to build a boat only to find out they needed something
that could fly.

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Reil
Sent: Friday, July 07, 2006 6:08
PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Table
reconstruction. Able Commerce



 

This is a new thread as a continuation
from one a while back that is all revolving around the same issues I am having
with trying to get the tables in Able Commerce moved around.

 

http://forums.topsites.com/viewtopic.php?t=3623

will catch you up to speed.

The topic changes on response 5 from
JMESTEP and really does a good job of describing what is needed for me in the
interest in getting this cart working like my business model requires.

 

This is mostly an exercise in planning a
modification, or a new app.

Those that feel that they can help please
read this thread and reply either to that thread or in here with your
perspectives.

I have reason to believe that custom code
and an app external to Able Commerce could solve my problems.

 

Please I beg for direction.

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com












-

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%40acfug.org/

List hosted by FusionLink

-




RE: [ACFUG Discuss] JRUN Hangs

2006-07-02 Thread Cody Wehunt
Just a thought, have you contacted ablecommerce support to see if they are
aware of the issue?

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Sunday, July 02, 2006 2:16 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] JRUN Hangs

Removed the column in the table I added previously.
Still following JRUN Hang pattern.

Need to try making a new log file I guess but it wont let go.
Any ideas?

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Robert Reil [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 02, 2006 7:41 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] JRUN Hangs

Cant rename that log as it's in use. Would have to stop/start and im still
monitoring. Will wait to see if column removal will fix it.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Cody Wehunt [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 11:55 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] JRUN Hangs

I think you should be able to remove the log and see what happens.  Should
not be an issue.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Saturday, July 01, 2006 3:40 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] JRUN Hangs

It hung again.
---
14:35:12 Begain to stack up
It stacked up to 10 at max
15:05:47 Let go of the next one to bring it to 9
15:11:58 que back to Zero (0)

Server Log view:
http://www.motorcyclecarbs.com/remove.me/060701_1525_CFAdminSrvLog1.htm
http://www.motorcyclecarbs.com/remove.me/060701_1525_CFAdminSrvLog2.htm

14:35 correlates to this error on Log2
-
DateTimeSeverityThreadIDApplication
Name
Jul 1, 2006 2:36 PM Warning 0   [Not listed]
-
Thread: jrpp-62, processing template:
C:\Inetpub\wwwroot\CFIDE\administrator\logviewer\searchlog.cfm, completed in
93 seconds, exceeding the 20 second warning limit
-

I don't think that is it though. 
However! Z:\CFusionMX\runtime\logs\default-err.log is 101MB!
Could this be relevant? Could the server be taking 20 mins to parse this???
If it is what is pulling it? How do I archive it? Where are the settings?

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Robert Reil [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 12:53 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] JRUN Hangs: (Was:Slow Site Starting on Reboot)

Could adding a column to a table do this? I didn't think about that.
Gosh I really wish I knew what I was doing... :(
--
Report: 12:49:00
Update: Since the last report all has been well until.

At 11:59:06 the request query started stacking up.
At 12:00:49 the requests hit limit of 10
At 12:18:01 the first of the 10 was processed stating 1,135,313ms transpired
By 12:20:12 a que qty of 9~10 went back and forth only processing 6 requests

At 12:28:50 the que decreased from 10 to 9 and slowly declined
At 12:34:49 the que balance returned to 0
Its: 12:49:00 and the balance is still 0 and processing requests between
200~2000ms each.

Note this is a report from my last report which for convenience I will post
here.
-
Report: 9:57:28
Removed AVG.
Rebooted.
Services started.
Viewed with seefusion.
And looked at task manager.

4 requests hit (unprocessed)
JRUN at 60-100% continuously
Ran up to 10requests.
Only 2 of them processed quickly.
10th one hit at 9:25:50am
JRUN holding 95~100%
Started knocking them out of the processing que at  9:46:57am with 2 strings
at 155,702ms Started processing users requests at 9:48:47 in a normal
capacity.
User requests average 30 seconds.
Que steadily brought down to qty 3 at 9:54:48 Maintained 3 in que but
processed request in approx 400ms till the request que was brought down to
zero at 9:57:28.
Maintaining que of zero steadily and JRUN use ZERO resources except for 30%
spikes on a quick request as I assume it should be.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Dean H. Saxe [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 10:38 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Slow Site Starting on Reboot

Have you modified the DB recently?  I'

RE: [ACFUG Discuss] JRUN Hangs

2006-07-01 Thread Cody Wehunt
I think you should be able to remove the log and see what happens.  Should
not be an issue.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Saturday, July 01, 2006 3:40 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] JRUN Hangs

It hung again.
---
14:35:12 Begain to stack up
It stacked up to 10 at max
15:05:47 Let go of the next one to bring it to 9
15:11:58 que back to Zero (0)

Server Log view:
http://www.motorcyclecarbs.com/remove.me/060701_1525_CFAdminSrvLog1.htm
http://www.motorcyclecarbs.com/remove.me/060701_1525_CFAdminSrvLog2.htm

14:35 correlates to this error on Log2
-
DateTimeSeverityThreadIDApplication
Name
Jul 1, 2006 2:36 PM Warning 0   [Not listed]
-
Thread: jrpp-62, processing template:
C:\Inetpub\wwwroot\CFIDE\administrator\logviewer\searchlog.cfm, completed in
93 seconds, exceeding the 20 second warning limit
-

I don't think that is it though. 
However! Z:\CFusionMX\runtime\logs\default-err.log is 101MB!
Could this be relevant? Could the server be taking 20 mins to parse this???
If it is what is pulling it? How do I archive it? Where are the settings?

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Robert Reil [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 12:53 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] JRUN Hangs: (Was:Slow Site Starting on Reboot)

Could adding a column to a table do this? I didn't think about that.
Gosh I really wish I knew what I was doing... :(
--
Report: 12:49:00
Update: Since the last report all has been well until.

At 11:59:06 the request query started stacking up.
At 12:00:49 the requests hit limit of 10
At 12:18:01 the first of the 10 was processed stating 1,135,313ms transpired
By 12:20:12 a que qty of 9~10 went back and forth only processing 6 requests

At 12:28:50 the que decreased from 10 to 9 and slowly declined
At 12:34:49 the que balance returned to 0
Its: 12:49:00 and the balance is still 0 and processing requests between
200~2000ms each.

Note this is a report from my last report which for convenience I will post
here.
-
Report: 9:57:28
Removed AVG.
Rebooted.
Services started.
Viewed with seefusion.
And looked at task manager.

4 requests hit (unprocessed)
JRUN at 60-100% continuously
Ran up to 10requests.
Only 2 of them processed quickly.
10th one hit at 9:25:50am
JRUN holding 95~100%
Started knocking them out of the processing que at  9:46:57am with 2 strings
at 155,702ms Started processing users requests at 9:48:47 in a normal
capacity.
User requests average 30 seconds.
Que steadily brought down to qty 3 at 9:54:48 Maintained 3 in que but
processed request in approx 400ms till the request que was brought down to
zero at 9:57:28.
Maintaining que of zero steadily and JRUN use ZERO resources except for 30%
spikes on a quick request as I assume it should be.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Dean H. Saxe [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 10:38 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Slow Site Starting on Reboot

Have you modified the DB recently?  I've seen bad SQL and/or DB  
changes that absolutely kill performance.  Are you sure none of your  
code has a cartesian product from a bad join clause?  See http:// 
en.wikipedia.org/wiki/Database and http://en.wikipedia.org/wiki/ 
Cartesian_product for a definition.

-dhs

Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"What difference does it make to the dead,  the orphans, and the  
homeless, whether the  mad destruction is wrought under the name of  
totalitarianism or the holy name of  liberty and democracy? "
 --Gandhi

Find out about my Hike for Discovery at www.fullfrontalnerdity.com/hfd/


On Jul 1, 2006, at 10:02 AM, Robert Reil wrote:

> Removed AVG.
> Rebooted.
> Services started.
> Viewed with seefusion.
> And looked at task manager.
>
> 4 requests hit (unprocessed)
> JRUN at 60-100% continuously
> Ran up to 10requests.
> Only 2 of them processed quickly.
> 10th one hit at 9:25:50am
> JRUN holding 95~100%
> Started knocking them out of the processing que at  9:46:57am with  
> 2 strings
> at 155,702ms
> Started processing users requests at 9:48:47 in a normal capacity.
> User requests average 30 seconds.
> Que steadily brought down to qty 3 at 9:54:48
> Maintained 3 in que but processed request in approx 400ms till the  
> request
> que was brought down to zero at 9:57:28.
> Maintain

RE: [ACFUG Discuss] JRUN Hangs: (Was:Slow Site Starting on Reboot)

2006-07-01 Thread Cody Wehunt
Yes it is possible I think with ablecommerce that adding a column might do
something, it is a long shot.  I am not sure if they are doing any routines
based on table structure or not.  But why don't you try removing the column
and see what happens?

Also as mentioned before, it is really not a good idea to modify their
tables for several reasons.


Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Saturday, July 01, 2006 12:53 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] JRUN Hangs: (Was:Slow Site Starting on Reboot)

Could adding a column to a table do this? I didn't think about that.
Gosh I really wish I knew what I was doing... :(
--
Report: 12:49:00
Update: Since the last report all has been well until.

At 11:59:06 the request query started stacking up.
At 12:00:49 the requests hit limit of 10
At 12:18:01 the first of the 10 was processed stating 1,135,313ms transpired
By 12:20:12 a que qty of 9~10 went back and forth only processing 6 requests

At 12:28:50 the que decreased from 10 to 9 and slowly declined
At 12:34:49 the que balance returned to 0
Its: 12:49:00 and the balance is still 0 and processing requests between
200~2000ms each.

Note this is a report from my last report which for convenience I will post
here.
-
Report: 9:57:28
Removed AVG.
Rebooted.
Services started.
Viewed with seefusion.
And looked at task manager.

4 requests hit (unprocessed)
JRUN at 60-100% continuously
Ran up to 10requests.
Only 2 of them processed quickly.
10th one hit at 9:25:50am
JRUN holding 95~100%
Started knocking them out of the processing que at  9:46:57am with 2 strings
at 155,702ms Started processing users requests at 9:48:47 in a normal
capacity.
User requests average 30 seconds.
Que steadily brought down to qty 3 at 9:54:48 Maintained 3 in que but
processed request in approx 400ms till the request que was brought down to
zero at 9:57:28.
Maintaining que of zero steadily and JRUN use ZERO resources except for 30%
spikes on a quick request as I assume it should be.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Dean H. Saxe [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 01, 2006 10:38 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Slow Site Starting on Reboot

Have you modified the DB recently?  I've seen bad SQL and/or DB  
changes that absolutely kill performance.  Are you sure none of your  
code has a cartesian product from a bad join clause?  See http:// 
en.wikipedia.org/wiki/Database and http://en.wikipedia.org/wiki/ 
Cartesian_product for a definition.

-dhs

Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
"What difference does it make to the dead,  the orphans, and the  
homeless, whether the  mad destruction is wrought under the name of  
totalitarianism or the holy name of  liberty and democracy? "
 --Gandhi

Find out about my Hike for Discovery at www.fullfrontalnerdity.com/hfd/


On Jul 1, 2006, at 10:02 AM, Robert Reil wrote:

> Removed AVG.
> Rebooted.
> Services started.
> Viewed with seefusion.
> And looked at task manager.
>
> 4 requests hit (unprocessed)
> JRUN at 60-100% continuously
> Ran up to 10requests.
> Only 2 of them processed quickly.
> 10th one hit at 9:25:50am
> JRUN holding 95~100%
> Started knocking them out of the processing que at  9:46:57am with  
> 2 strings
> at 155,702ms
> Started processing users requests at 9:48:47 in a normal capacity.
> User requests average 30 seconds.
> Que steadily brought down to qty 3 at 9:54:48
> Maintained 3 in que but processed request in approx 400ms till the  
> request
> que was brought down to zero at 9:57:28.
> Maintaining que of zero steadily and JRUN use ZERO resources except  
> for 30%
> spikes on a quick request as I assume it should be.
>
> Im now happy with it's performance but I wonder when and if it will  
> hang
> again. And I KNOW it will hang again for 20 mins if I reboot again.
> This behavior is duplicatable.
>
> Thanks for all your patience as I rambled, whined, and gave  
> irrelevant data.
> LOL.
>
> Any direction from here? Seems all I have done is identified the  
> symptoms.
> But without seefusion I would still be whining.
>
> Robert P. Reil
> Managing Director,
> Motorcyclecarbs.com, Inc.
> 4292 Country Garden Walk NW
> Kennesaw, Ga. 30152
> Office 770-974-8851
> Fax 770-974-8852
> www.motorcyclecarbs.com
>
>
> -
> 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%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>



-

RE: [ACFUG Discuss] Learning Cold Fusion

2006-06-20 Thread Cody Wehunt
I agree that it would be good to see how someone else approached the
problem.  But I personally think there are several issues with their schema
and the way they handle certain things.


Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Tuesday, June 20, 2006 2:19 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

I will say that the $1000 it costs just for the Database, and data recording
feature part of it all built up and a place to grow from it is probably
worth that to have it as a starting point.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Cody Wehunt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 20, 2006 12:04 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

Well here is the thing.  From what I have seen the AbleCommerce product has
a lot to offer for a relatively small price tag.  That being said, I agree
they do not do things the best way, in fact some stuff is down right insane.


I think their product is great for the following scenario.  Setup your store
with the ablecommerce product to generate income while you are developing
your own better solution.

You are right, it is complicated but not too bad.  The thing is you want to
take your time and consider all aspects of the project.  And the low cost of
the ablecommerce product would give you at least on the user side a full
featured store to sustain you until you can rollout the home grown store.


Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Lansford
Sent: Tuesday, June 20, 2006 11:44 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

I couldn't find anything that worked the way my client wanted so I am
building my own. Am I nuts for trying? It is complicated, but not overly so.
Am I missing something here?

Rick

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Drucker
Sent: Tuesday, June 20, 2006 8:27 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion


Yes, Cody has many very valid points -- AbleCommerce has its own mechanisms
for customization...many of which I didn't particularly care for,
personally.

Also, you should note that AbleCommerce is really and truly a Java
business-logic layer with a ColdFusion-based UI tier. That is to say, you
will not be able to view the source of any of the AbleCommerce Java classes
and most of your CF work will revolve around using  or
CreateObject() to instantiate the proper classes and pass valid parameters
and datatypes (javaCast()). You'll also need to properly interpret their
documentation, generated with JavaDocs.

I don't even really consider working with AbleCommerce to be CF
programming...it's more of an exercise in leveraging Java from within CF,
and working with their administrative UI. Hopefully the CF-tier has improved
a bit from the last time that I used it (4.32). At that stage it was a
really bad port of (obviously) JSP that didn't take advantage of simpler
(and more scalable) CF features -- particularly with respect to form
validation and caching instantiated components in session scope for faster
execution.

The site that we developed in Ablecommerce 4.32 is here:

http://www.aacu.org/publications/index.cfm


Regards,
Steve Drucker
CEO
Fig Leaf Software
http://www.figleaf.com
http://training.figleaf.com
Adobe / Macromedia / Google / Paperthin Premier Consulting and Training
Partner




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Sunday, June 18, 2006 8:13 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

I think all the comments so far are spot on.  Your learning style will
definitely dictate what method is best for you.  However I think that you
need to look at your problem from several angles.  Some initial thoughts
below:

1)  You need to review and read the documentation at ablecommerce on how to
make modifications that will not break when doing upgrades to their products
in the future.

2) You definitely want to make sure that you abstract as much as possible
your changes from their code and database tables.

3) For the project you mentioned you will likely need to know a significant
amount about database design, not just SQL and Cold Fusion.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Sunday, June 18, 2006 6:56 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

Thank you all for your comments.

I have 6.1 loaded on 2 servers with each running AbleCommerce.
I need to at some point consider 7.0 upgrading, but at another time.
I have

RE: [ACFUG Discuss] Learning Cold Fusion

2006-06-20 Thread Cody Wehunt
Well here is the thing.  From what I have seen the AbleCommerce product has
a lot to offer for a relatively small price tag.  That being said, I agree
they do not do things the best way, in fact some stuff is down right insane.


I think their product is great for the following scenario.  Setup your store
with the ablecommerce product to generate income while you are developing
your own better solution.

You are right, it is complicated but not too bad.  The thing is you want to
take your time and consider all aspects of the project.  And the low cost of
the ablecommerce product would give you at least on the user side a full
featured store to sustain you until you can rollout the home grown store.


Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Lansford
Sent: Tuesday, June 20, 2006 11:44 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

I couldn't find anything that worked the way my client wanted so I am
building my own. Am I nuts for trying? It is complicated, but not overly so.
Am I missing something here?

Rick

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Drucker
Sent: Tuesday, June 20, 2006 8:27 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion


Yes, Cody has many very valid points -- AbleCommerce has its own mechanisms
for customization...many of which I didn't particularly care for,
personally.

Also, you should note that AbleCommerce is really and truly a Java
business-logic layer with a ColdFusion-based UI tier. That is to say, you
will not be able to view the source of any of the AbleCommerce Java classes
and most of your CF work will revolve around using  or
CreateObject() to instantiate the proper classes and pass valid parameters
and datatypes (javaCast()). You'll also need to properly interpret their
documentation, generated with JavaDocs.

I don't even really consider working with AbleCommerce to be CF
programming...it's more of an exercise in leveraging Java from within CF,
and working with their administrative UI. Hopefully the CF-tier has improved
a bit from the last time that I used it (4.32). At that stage it was a
really bad port of (obviously) JSP that didn't take advantage of simpler
(and more scalable) CF features -- particularly with respect to form
validation and caching instantiated components in session scope for faster
execution.

The site that we developed in Ablecommerce 4.32 is here:

http://www.aacu.org/publications/index.cfm


Regards,
Steve Drucker
CEO
Fig Leaf Software
http://www.figleaf.com
http://training.figleaf.com
Adobe / Macromedia / Google / Paperthin Premier Consulting and Training
Partner




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
Sent: Sunday, June 18, 2006 8:13 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

I think all the comments so far are spot on.  Your learning style will
definitely dictate what method is best for you.  However I think that you
need to look at your problem from several angles.  Some initial thoughts
below:

1)  You need to review and read the documentation at ablecommerce on how to
make modifications that will not break when doing upgrades to their products
in the future.

2) You definitely want to make sure that you abstract as much as possible
your changes from their code and database tables.

3) For the project you mentioned you will likely need to know a significant
amount about database design, not just SQL and Cold Fusion.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Sunday, June 18, 2006 6:56 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

Thank you all for your comments.

I have 6.1 loaded on 2 servers with each running AbleCommerce.
I need to at some point consider 7.0 upgrading, but at another time.
I have Forta's Construction kit, and his advanced book.
Some list members have given me a couple links.
I am using MySQL 4.1x
And Dreamweaver MX 2k4 is loaded.

I am a self taught MCSE 4.0, Cisco, and HP certified so self taught is no
problem for me and like most have said I basically just started loading
software and started using it and making it work per the exercises. So I
guess CF will be the same thing.

All of my needs for CF are solely to make my AbleCommerce app work better,
and for us to create some internal tools like purchasing apps, add columns
to the AC framework to hold vendor csv data, create research tools like
"Where Used" (we had a LONG discussion on that last week!) etc.

So I really don't have time to learn a lot, just enough to get by or even
maybe just enough to direct someone to what I want if it's too deep.

Based on this info are there any further tidbits?
Other than that I guess I am ready to get in

RE: [ACFUG Discuss] Learning Cold Fusion

2006-06-18 Thread Cody Wehunt
I think all the comments so far are spot on.  Your learning style will
definitely dictate what method is best for you.  However I think that you
need to look at your problem from several angles.  Some initial thoughts
below:

1)  You need to review and read the documentation at ablecommerce on how to
make modifications that will not break when doing upgrades to their products
in the future.

2) You definitely want to make sure that you abstract as much as possible
your changes from their code and database tables.

3) For the project you mentioned you will likely need to know a significant
amount about database design, not just SQL and Cold Fusion.

Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Sunday, June 18, 2006 6:56 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

Thank you all for your comments.

I have 6.1 loaded on 2 servers with each running AbleCommerce.
I need to at some point consider 7.0 upgrading, but at another time.
I have Forta's Construction kit, and his advanced book.
Some list members have given me a couple links.
I am using MySQL 4.1x
And Dreamweaver MX 2k4 is loaded.

I am a self taught MCSE 4.0, Cisco, and HP certified so self taught is no
problem for me and like most have said I basically just started loading
software and started using it and making it work per the exercises. So I
guess CF will be the same thing.

All of my needs for CF are solely to make my AbleCommerce app work better,
and for us to create some internal tools like purchasing apps, add columns
to the AC framework to hold vendor csv data, create research tools like
"Where Used" (we had a LONG discussion on that last week!) etc.

So I really don't have time to learn a lot, just enough to get by or even
maybe just enough to direct someone to what I want if it's too deep.

Based on this info are there any further tidbits?
Other than that I guess I am ready to get into the meat of the Web
Constuction Kit I would say from reading you all's notes and start playing
with our data.

Im thinking a relevant project for the company may be good. Something simple
like a Phone Support lookup tool (product search)?

As far as DB Design, Normalizing etc I don't see I would need that unless I
am able to build that Where Used DB as previously discussed.
Or if I add that one to many, or many to many as was also dicussed to insert
that "Vendor_Products" table into the AC framework but Im afraid of how to
rebuild it if AC has an upgrade available later.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Dean H. Saxe
Sent: Saturday, June 17, 2006 11:51 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Learning Cold Fusion

By the way, if you haven't seen it yet I have a little advice on how *not*
to write code.  

The company I work for, Foundstone (A division of McAfee), has just release
HacmeShipping.  The tool was written by me, along with some support from
Jeremy Allen.  It shows how *not* to write CFMX 7 code under Model-Glue,
though mostly from the perspective of security concerns with CFML. You can
download the code from http://www.foundstone.com/resources/s3i_tools.htm
along with installation instructions and an white paper, written by Jeremy,
showing how various web application attacks work against the application.
For some real fun, download HacmeBooks (J2EE) and HacmeBank (.Net) to see
how the three work together using web services and how all of them can be
attacked using similar paradigms.

For someone learning CFML, this is a good tool to show you what you
shouldn't be doing from a security perspective.  Hopefully everyone learns
something from my "mistakes"!

-dhs

-Original Message-
From: Steven Ross
Sent: Saturday, June 17, 2006 9:52 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Learning Cold Fusion

I read somewhere that the best way to learn is having to do something... ie:
your fired if you don't learn coldfusion. Hah, there is some nice learning
pressure for you.

I would say that the best (and cheapest) way to learn CF (or any programming
language) is to read a book and try to build something while having a
mentor. This helped a ton when I learned java... course I did also take an
online class that sorta forced me to do the material. 

the great thing about the cf list is that it can definately help you out
when you are lost!

-Original Message-
From: [EMAIL PROTECTED] 
Sent: Saturday, June 17, 2006 9:27 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Learning Cold Fusion

Whle some learn best by book, some of us don't.  Even in college, I had to
write notes from my readings and to study I would rewrite my notes, as
retarded as that sounds.  Just reading nor hearing a teacher in class make
things click for me.  It is a weird com

RE: [ACFUG Discuss] Off Topic: MS Excel Sort Corrupts Mass Data.

2006-06-18 Thread Cody Wehunt








I think you should look into filter’s
into excel if I understand your problem correctly.

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Reil
Sent: Friday, June 16, 2006 2:32
PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Off
Topic: MS Excel Sort Corrupts Mass Data.



 

Well we do that when appropriate but
sometimes we have so much organization to do that we sort this column this way and
make appropriate mods by populating a cell and copying by dragging the little
plus sign down till the appropriate items are populated.

 

Then we resort in another way and do the
same. Some times we need to have a numerical autonumber, then resort again.
Etc.

 

The problem is that when data arrives as
new products we have it as a csv, and have to populate approximately 35 more
columns before we can push it to the table in the DB.

If we have a thousand products to do this
to it take a while and the most efficient way is to keep sorting it as
appropriate.

 

I understand if my SQL coding skills were
better (I have none and just read a quick tutorial on it) I may be able to do
things better. But for now Excel seems like the only solution and it does not
work as data keeps getting corrupted. 

 

ARGH!!!

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com,
Inc.

4292 Country Garden
Walk NW

Kennesaw,
 Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com











From: Teddy Payne
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 15, 2006 5:30
PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Off
Topic: MS Excel Sort Corrupts Mass Data.



 

If your are exporting,
why not sort it prior to the export?  Let the database do the sorting for
you.

I would store the data for the export into a transition table that is truncated
prior to every export.  You insert the data into in the sort order that
you need and then export the data into excel from there. 

Have the database keep integrity and not depend on the spreadsheet.  The
data may not be stored as unicode and leading data on certain columns may be
omitted, especially numbers with leading 0s.

Teddy



On 6/15/06, Robert Reil <[EMAIL PROTECTED]>
wrote:







Any one
there have skills or work with someone who has heavy Excel skills that can
answer this? I have searched google for 2 hours for a solution. Can find none.

 

I have to
do a csv export of our database table which equates to 9000 rows by abou 40
columns.
Some of these columns host full html data.

The problem is that while managing this data while integrating a large amount
of rows into the csv we sometimes have to sort by column. We have done this
both by using the A/Z sort button short cut, and by clicking the upper left box
where all cells get highlighted, clicking Data, then Sort, and choosing
appropriate columns to sort by. Sometimes we hide columns in order to manage 40
columns of data. However from time to time in a manner we can not yet duplicate
or determine (though we have a suspision that it is hidden data) we find that
data that was was not sorted even though we choose to have all fields sorted
becomes disassociated with it's respective row and the data ends up being
corrupted. Though this is not to say that we are sure that hidding data is even
relevent. 

Has anyone seen this behavior?
Is there a fix, or switch, or different tool we should be using to do mass
sorting, and resorting without fear of loosing data integrity?

 



Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden
Walk NW

Kennesaw , Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com














-- 
 
- 
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%40acfug.org/

List hosted by FusionLink 
- 









-

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%40acfug.org/

List hosted by FusionLink

-




RE: [ACFUG Discuss] Learning Cold Fusion

2006-06-18 Thread Cody Wehunt
Yes, I think I would like to finally get mine.


Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Mason
Sent: Sunday, June 18, 2006 4:06 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

The certification doesn't cover everything, and actually covers certain
things way too much (ie. Custom tags) but it'll certainly help you get a
foundation of knowledge to work off of. Getting a good start in any
discipline is important and can eliminate problems in learning down the
road.

Well we just talked about starting it back up from the last board meeting,
but we can certainly start planning on a meeting. Is anyone else interested
in working on their certification?

John
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Sunday, June 18, 2006 1:06 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

I am interested in a Cert Class.

Ironically I got my MCSE not for the money but wanted to know how it worked!
How much better I could achieve a cert along the way and a feather in my
resume. Best thing I ever did because even though I am now a business man
and owner I understand how to manage an NT based domain and everything that
that entails. (Now what's an Active Directory? 2k not 4.0 technology )

So whats up with this cert class? When where, how etc.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: John Mason [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 18, 2006 12:15 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

Robert,

I'm surprised no one else brought this up, but ACFUG actually has two
programs that may be the solution for you. The ACFUG Construction Crew which
is working on a re-build of the ACFUG website. It's open to anyone wanting
to help out and could provide you some insight in how projects are handled
and the various coding standards. The second program is just starting back
up and it's the Certification Study group, which as the name suggests is a
study group for getting the ColdFusion certification. These two projects are
free and can provide some of the same information you would get in a class.
The catch is the time frame is a lot longer than a 3 or 4 day class.

John
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Sunday, June 18, 2006 6:56 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Learning Cold Fusion

Thank you all for your comments.

I have 6.1 loaded on 2 servers with each running AbleCommerce.
I need to at some point consider 7.0 upgrading, but at another time.
I have Forta's Construction kit, and his advanced book.
Some list members have given me a couple links.
I am using MySQL 4.1x
And Dreamweaver MX 2k4 is loaded.

I am a self taught MCSE 4.0, Cisco, and HP certified so self taught is no
problem for me and like most have said I basically just started loading
software and started using it and making it work per the exercises. So I
guess CF will be the same thing.

All of my needs for CF are solely to make my AbleCommerce app work better,
and for us to create some internal tools like purchasing apps, add columns
to the AC framework to hold vendor csv data, create research tools like
"Where Used" (we had a LONG discussion on that last week!) etc.

So I really don't have time to learn a lot, just enough to get by or even
maybe just enough to direct someone to what I want if it's too deep.

Based on this info are there any further tidbits?
Other than that I guess I am ready to get into the meat of the Web
Constuction Kit I would say from reading you all's notes and start playing
with our data.

Im thinking a relevant project for the company may be good. Something simple
like a Phone Support lookup tool (product search)?

As far as DB Design, Normalizing etc I don't see I would need that unless I
am able to build that Where Used DB as previously discussed.
Or if I add that one to many, or many to many as was also dicussed to insert
that "Vendor_Products" table into the AC framework but Im afraid of how to
rebuild it if AC has an upgrade available later.

Robert P. Reil
Managing Director,
Motorcyclecarbs.com, Inc.
4292 Country Garden Walk NW
Kennesaw, Ga. 30152
Office 770-974-8851
Fax 770-974-8852
www.motorcyclecarbs.com 

-Original Message-
From: Dean H. Saxe
Sent: Saturday, June 17, 2006 11:51 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Learning Cold Fusion

By the way, if you haven't seen it yet I have a little advice on how *not*
to write code.  

The company I work for, Foundstone (A division of McAfee), has just release
HacmeShipping.  The tool was written by me, along with some support from
Jeremy Allen.  I

RE: [ACFUG Discuss] OT: Able Commerce

2006-06-08 Thread Cody Wehunt
Interesting, they told me it was the other way around.  But maybe they were
referencing the MX version came after the .net product.  

But I still thought it was odd they were selling a beta.


Cody

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron
Childress
Sent: Thursday, June 08, 2006 3:28 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT: Able Commerce

Paul - Able Commerce was originally a CF only product.  It was
definitly first built in CF and them later ported to .NET (sometime
around 2001/2002?).  However, I suspect that if the .NET version sold
better that they may now be putting features in the .NET version first
and then porting them to CF later.

-Cameron

On 6/8/06, Paul Morton <[EMAIL PROTECTED]> wrote:
>
>
> Cody,
>   I'm surprised to hear that.  My understanding is that the CF version has
> been around a while.  That's a good point for me to get clarified.
>   I did hear (from an Able Commerce employee)  that the current
development
> team tends to develop improvements on the DotNet platform first and apply
> the changes to the CF version latter.
>   It looks like the client is leaning towards the CF version right now
just
> due to the lower learning curve to modify source code.  They have no
> experience in either technology but are much more impressed with the ease
of
> understandability in the CF side.
>   Thanks for the feedback.
>
>
> Paul Morton
>
>
> -Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt
> Sent: Wednesday, June 07, 2006 9:07 PM
> To: discussion@acfug.org
> Subject: RE: [ACFUG Discuss] OT: Able Commerce
>
>
>
>
>
> Paul,
>
>
>
> Also keep in mind that the CF version is fairly new compared to the Dot
Net
> (old ASP) version.  On a project I worked on in the past I found it odd
they
> actually sold a beta.  But the good thing is I think for the money you can
> definitely get some great built in functionality.
>
>
>
> Cody
>
>
>
>  
>
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Morton
> Sent: Wednesday, June 07, 2006 9:05 AM
> To: discussion@acfug.org
> Subject: [ACFUG Discuss] OT: Able Commerce
>
>
>
>
> I am interested in feedback on Able Commerce .  I have a client that is
very
> interested in moving to that package, and would welcome your thoughts on
any
> support issues, performance, or implementation issues.
>
>
> Any thoughts on the Dot Net version vs. the CFMX version would also 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%40acfug.org/
> List hosted by FusionLink
> -
> -
> 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%40acfug.org/
> List hosted by FusionLink
> -
>
> -
> 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%40acfug.org/
> List hosted by FusionLink
> -


-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: [EMAIL PROTECTED]


-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
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%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] OT: Able Commerce

2006-06-07 Thread Cody Wehunt
Title: Message








Yes and it looks like you are handling it
well by just redirecting back to www.example.com
from example.com.

 

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Leon
Oosterwijk
Sent: Wednesday, June 07, 2006
11:24 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT:
Able Commerce



 

Paul,

 

We run able
commerce here. (www.daveramsey.com/shop)
I've not used the .net (or jsp) versions but the cfmx works pretty well. we had
some thread safety issues early on but those seems to all be resolved now. One
thing to keep in mind is that the license you buy is tied to one and only one
domain name. so if your store is purchased for www.example.com,
and people to do example.com they will get a license error. 

 

Leon

 

 







From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Morton
Sent: Wednesday, June 07, 2006
8:05 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Able
Commerce



I am interested in feedback on Able
Commerce .  I have a client that is very interested in moving to that
package, and would welcome your thoughts on any support issues,
performance, or implementation issues.  





Any thoughts on the Dot Net version vs. the CFMX version
would also 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%40acfug.org/

List hosted by FusionLink 
- 






-

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%40acfug.org/

List hosted by FusionLink

-


-

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%40acfug.org/

List hosted by FusionLink

-




RE: [ACFUG Discuss] OT: Able Commerce

2006-06-07 Thread Cody Wehunt
Title: Message








Paul,

 

Also keep in mind that the CF version is
fairly new compared to the Dot Net (old ASP) version.  On a project I
worked on in the past I found it odd they actually sold a beta.  But the
good thing is I think for the money you can definitely get some great built in
functionality.

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul
Morton
Sent: Wednesday, June 07, 2006
9:05 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Able
Commerce



 



I am interested in feedback on Able
Commerce .  I have a client that is very interested in moving to that
package, and would welcome your thoughts on any support issues,
performance, or implementation issues.  





Any thoughts on the Dot Net version vs. the CFMX version
would also 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%40acfug.org/

List hosted by FusionLink

-


-

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%40acfug.org/

List hosted by FusionLink

-




RE: [ACFUG Discuss] OT: Able Commerce

2006-06-07 Thread Cody Wehunt
Title: Message








And agree a bit ridiculous if it is a
licensing error.

 

 

Cody

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul
Morton
Sent: Wednesday, June 07, 2006
3:19 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] OT:
Able Commerce



 



I would agree.





 





 



Paul
Morton  




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven
Ross
Sent: Wednesday, June 07, 2006
9:38 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] OT:
Able Commerce

wow that seems like a bug
not a licensing error...



On 6/7/06, Leon
Oosterwijk <[EMAIL PROTECTED]>
wrote: 





Paul,

 

We run able
commerce here. ( www.daveramsey.com/shop)
I've not used the .net (or jsp) versions but the cfmx works pretty well. we had
some thread safety issues early on but those seems to all be resolved now. One
thing to keep in mind is that the license you buy is tied to one and only one
domain name. so if your store is purchased for www.example.com, and people to do example.com they will get a
license error. 

 

Leon

 

 







From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Paul Morton
Sent: Wednesday, June 07, 2006
8:05 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] OT: Able
Commerce







I am interested in feedback on Able
Commerce .  I have a client that is very interested in moving to that
package, and would welcome your thoughts on any support issues,
performance, or implementation issues.  





Any thoughts on the Dot Net version vs. the CFMX version
would also 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%40acfug.org/

List hosted by FusionLink

- 








- 
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%40acfug.org/

List hosted by FusionLink

- 








-- 
Steven Ross
web application & interface developer 
http://www.zerium.com
[phone] 404-488-4364 
- 
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%40acfug.org/

List hosted by FusionLink 
- 








-

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%40acfug.org/

List hosted by FusionLink

-


-

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%40acfug.org/

List hosted by FusionLink

-