Re: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-26 Thread Ajas Mohammed
Hi, I right clicked the mail in outlook and selected properties and here is the info : domain name changed and ip addr's removed. Microsoft Mail Internet Headers Version 2.0 Received: from psmtp.com ([]) by MyDomainName.com with Microsoft SMTPSVC( 6.0.3790.1830); Fri, 26 Jan 2007 02:22:09

[ACFUG Discuss] Subversion or others

2007-01-26 Thread Robert Reil
Hi gang. Its friday... :) Anyhow I am looking into this Subversion issue again. Daniel and I have decided to stop our WACK studies at chapter 16 to start practicing what we have learned so far. We will start working with AbleCommerce to tweak it into submission and have immediately realized that

Re: [ACFUG Discuss] Subversion or others

2007-01-26 Thread Ajas Mohammed
Hi Robert, I use Subversion with TortoiseSVN which is a Windows like interface for performing all the subversion commands. My environment is like this : Dreamweaver & Eclipse for development i.e locally, TortoiseSVN installed locally and subversion is in on the server machine wher

[ACFUG Discuss] CFEclipse

2007-01-26 Thread Teddy Payne
If you have not already read it on the blogosphere, CFEclipse 1.3 beta is out. http://www.cfeclipse.org The have refactored their site, which has a nice feel to it. CFEclipse 1.3 works on 3.1.2, 3.2.1 and 3.3M4 without any issues. -- Teddy R. Payne G-Talk: [EMAIL PROTECTED] Adobe Certified Col

Re: [ACFUG Discuss] CFEclipse

2007-01-26 Thread Shifang (Frank) Sun
Aptana + CFEclipse 1.3 + Eclipse 3.2.x work wonders! On 1/26/07, Teddy Payne <[EMAIL PROTECTED]> wrote: If you have not already read it on the blogosphere, CFEclipse 1.3 beta is out. http://www.cfeclipse.org The have refactored their site, which has a nice feel to it. CFEclipse 1.3 works on 3.

Re: [ACFUG Discuss] CFEclipse

2007-01-26 Thread Ajas Mohammed
Just curious as to what tasks you are performing using Aptana? I know u could do lots of stuff like css, html , javascript etc but I want to get an idea of your exprience and how it helped you. Thanks, Ajas Mohammed. On 1/26/07, Shifang (Frank) Sun <[EMAIL PROTECTED]> wrote: Aptana + CFEclip

Re: [ACFUG Discuss] CFEclipse

2007-01-26 Thread Shifang (Frank) Sun
What's good about Aptana: being able to use "Outline" view for css and javascript is a plus for me. Also, using RDS (ftp or sftp) inside Aptana without having to use the CFEclipse + Flex plugin hack is another big plus. On 1/26/07, Ajas Mohammed <[EMAIL PROTECTED]> wrote: Just curious as to what

[ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Robert Reil
It would seem that Teddy's CFEclipse and my Subversion questions are all heading towards the ultimate question. Not to start a flame war but. What is the best IDE for: CF, HTML, CSS, JS in a windows environment While also answering the question of what is the best version for a NOOB to work w

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread John Mason
>From a purely coding side of things, I would think the majority of people would vote for Eclipse. Now, that isn't to say DW doesn't have it's place, but I think it's more on the design side. John [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Robert Reil
I think I will tend to tweak whats built already more than build from scratch. 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

Re: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Steven Ross
I know you said windows but I have to chime in... if your on a mac. I like textmate... lean and consise. On 1/26/07, John Mason <[EMAIL PROTECTED]> wrote: From a purely coding side of things, I would think the majority of people would vote for Eclipse. Now, that isn't to say DW doesn't have it

Re: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Ajas Mohammed
Best IDE? well thats a tough question and it depends on persons own taste & preferences. I like to play with all IDE's there in market and finally stick to ones which I like more. In this case its DW & Eclipse. As John Mason mentioned earlier, from coder's point of view no one can beat Eclipse for

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread axunderwood
Briefly... The ONLY reason I've ever liked DW is the fact that you can synchronize files between the local machine and a server very easily. Eclipse is supposed to have synchronize plugins but they've never seemed to work (at all). Also, DW is great for design type of work, as Ajas mentions

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Fennell, Mark P.
The best CF IDE of all time? Homesite+, formerly known as CFStudio. I have 30 files open in it right now and it's chewing on all of 25M of RAM, including 10+ years of user-defined keyboard shortcuts and snippets. Yee-ha! mf From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Dean H. Saxe
Damn dude... what kind of box are you on the Eclipse is a dog on large files? I've never seen that behavior, but that's not using CFEclipse, just the base Eclipse for Java projects... Could it be an issue with the plugin? -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] "[U]nconstitution

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread axunderwood
It may be an issue with the plugin. If you want to test it out though...just copy and paste some code into cfeclipse that makes a file that's 2,500 lines of code and then go and try to add some code in the middle of the page. You could type three lines of code and then watch it come across the

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread axunderwood
Oh, and I've got 2GB of ram and a 2.6GHz P4. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dean H. Saxe Sent: Friday, January 26, 2007 3:42 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Building my IDE Tool Box Damn dude... what kind of box are

Re: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Teddy Payne
The large file interpretation of CF files by CFEclipse is a known issue based upon an implementation of the plug-in. I talked to Mark about this and the decisions at the beginning of the project are causing the problem currently. He is trying to find the time to switch over the base of the appli

Re: Still reading???RE: [ACFUG Discuss] Re: [ACFUG Announce] Web Application Construc tion Kit (WACK) Study Group starts next week

2007-01-26 Thread Ajas Mohammed
Hi Robert, Coming back to WACK topic, are you guys planning to use AbleCommerce for a test application or is it for a client? If its just a test application and if you dont mind please inlcude me in the list. Also have you guys just gone through the text or you have tried code sam

[ACFUG Discuss] RE: Still reading?? Web Application Construstruction Kit (WACK) S tudy Group

2007-01-26 Thread Robert Reil
we did the code samples and the reading interactively. The test is actually my beta sight that is for my company. I have a LOT of upgrades and development that my company needs in Able Commerce that they wont do. I have spent the last what 6, 8 months reading, learning, interacting, and being co

[ACFUG Discuss] css styling assistance

2007-01-26 Thread robertlash
I would like to know if someone in the community knows of the following techinque or can supply some possible link resources. I have googled enough to give in to asking for help. Here is what I am trying to do: I have a basic cfm page that lists information. A link on each listing to edit the li

RE: [ACFUG Discuss] Subversion or others

2007-01-26 Thread Charlie Arehart
Robert, in addition to what Ajas mentioned, I'll also point you to a blog entry I did a few weeks ago: Getting into Subversion as a CFML developer: Another Resource List http://carehart.org/blog/client/index.cfm/2006/7/12/subversion_resources I'll admit, I don't get into Dreamweaver use specifi

Re: [ACFUG Discuss] css styling assistance

2007-01-26 Thread Teddy Payne
http://www.huddletogether.com/projects/lightbox2/ Light Box On 1/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I would like to know if someone in the community knows of the following techinque or can supply some possible link resources. I have googled enough to give in to asking for help

Re: [ACFUG Discuss] css styling assistance

2007-01-26 Thread rlash
Yes this is the effect I am going for Thanks Teddy - Original Message - From: Teddy Payne To: discussion@acfug.org Sent: Friday, January 26, 2007 4:36 PM Subject: Re: [ACFUG Discuss] css styling assistance http://www.huddletogether.com/projects/lightbox2/ Light Box

Re: [ACFUG Discuss] css styling assistance

2007-01-26 Thread Teddy Payne
No worries. You amy also want to be interested in an analagous product called ThickBox. http://jquery.com/demo/thickbox/ This is more content driven than images. Teddy On 1/26/07, rlash <[EMAIL PROTECTED]> wrote:  Yes this is the effect I am going for Thanks Teddy - Original Message

RE: [ACFUG Discuss] Subversion or others

2007-01-26 Thread Robert Reil
wow Charlie! As usual you are Johnny on the spot with a plethera of data. Give me a few months to mull all of this over! lol. I wonder if your colegue was me as it has been about 6 months since I touched on this need... Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country

Re: [ACFUG Discuss] Subversion or others

2007-01-26 Thread Jeremy Allen
One thing I will point out that is of a pretty high importance level is that you use the file system type fsfs. I didn't have time to read through all of the articles Charlie had linked to. I had a rather long pro-SVN post to ACFUG not to long ago when the CVS vs SVN question came up as some peopl