Re: SOT: "most important" CFML framework

2010-02-24 Thread James Holmes
It'd be interesting to see that survey done again now that FW/1 is out in the wild as a production release. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ On 25 February 2010 09:21, Adrocknaphobia wrote: > > We (Adobe) conducted a survey last September that re

Re: SOT: "most important" CFML framework

2010-02-24 Thread Adrocknaphobia
We (Adobe) conducted a survey last September that reached out to ColdFusion customers (separately from the online community). Here is the breakdown of framework usage. However, I will say that popularity doesn't really mean much, nor does it give reliable credit to the usefulness of a framework. R

How do you use IMS?

2010-02-24 Thread Michael Dinowitz
This goes out to all those using iMS. What do you use it for? What features of it are indispensable? The server Greg gave me comes with a smartermail server and I'm looking at the API to see if it'll do what I want. The results look good but others may want more than what I need which is mainly s

Re: Best subversion repository

2010-02-24 Thread Cameron Childress
Also check out: http://www.projectlocker.com/ Supports Git, SVN, Trac, more Has a free account level They include some hooks for automatic deployment and some continuous integration tools too. I currently use a self hosted VisualSVN repo but I HATE having to deal with maintaining servers for th

Re: Best subversion repository

2010-02-24 Thread Michael Dinowitz
The question is not about using subversion, which most would say is a requirement for professional development. The question is about which of the external repositories are the best to use. Which has the best features. Some of the people replying have said that they only use one of these resources

RE: Best subversion repository

2010-02-24 Thread Rick Faircloth
And what OS are you using? -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Wednesday, February 24, 2010 4:16 PM To: cf-talk Subject: Re: Best subversion repository Yep, I've got Subversion/Apache running my repositories on port 81, and Railo/IIS running my (final

Re: coldfusion autosuggest

2010-02-24 Thread Stephane Vantroyen
I don't know where it is, but you may overwrite it with e.g. .autosuggestcontainer li {color:navy;background-color:white;} > Does anyone know where the css that controls the autosuggest feature > of an input box. I need to adjust the layout of the results returned. ~

Re: Best subversion repository

2010-02-24 Thread Eric Cobb
Yep, I've got Subversion/Apache running my repositories on port 81, and Railo/IIS running my (final test/staging) websites on port 80. Works like a champ. Thanks, Eric Cobb http://www.cfgears.com ColdFusion - the most profitable "dead" language I've ever worked with. Rick Faircloth wrote:

Re: Best subversion repository

2010-02-24 Thread Jason Fisher
I've seen a number of suggestions for hosting your own, if you have a separate box. We implemented VisualSVN server about a year ago on a spare scheduling server and we've been very happy with it. Frequent updates of the server engine for both functionality and security and the patches have a

Re: Host with CF and Alias Names/Virtual Directory Support?

2010-02-24 Thread Matthew Reinbold
Talked a bit with Vivotech and it looks like a tremendous value for the money. I'll be taking advantage of their 7 day trial to make sure I understood their responses correctly but it should be ok. The problem with the index.cfm wrapper is that things like deep linking quickly get problematic.

coldfusion autosuggest

2010-02-24 Thread Chad McCue
Does anyone know where the css that controls the autosuggest feature of an input box. I need to adjust the layout of the results returned. ~| Want to reach the ColdFusion community with something they want? Let them know on th

RE: Best subversion repository

2010-02-24 Thread Rick Faircloth
Do you run Subversion or some other repository software on it? In other words, do you run your own repository server? -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Wednesday, February 24, 2010 3:25 PM To: cf-talk Subject: Re: Best subversion repository I use an

Re: Best subversion repository

2010-02-24 Thread Eric Cobb
I use an old Pentium III Dell desktop with less than 1GB of RAM at home, and it works great! :-) Thanks, Eric Cobb http://www.cfgears.com ColdFusion - the most profitable "dead" language I've ever worked with. Rick Faircloth wrote: > Assembla's been great for me, too...but I only use the re

RE: Best subversion repository

2010-02-24 Thread LRS Scout
+1 using unfuddle They have a pimp mylyn based plug-in for eclipse too. -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Wednesday, February 24, 2010 3:17 PM To: cf-talk Subject: Re: Best subversion repository I use Unfuddle and I like it a lot. Most of my p

RE: Serious, intermittent problem with CF Web Service

2010-02-24 Thread Mark A. Kruger
You are going to need to trap the raw soap when this error occurs (I'm out of other ideas). That means running a test bed and trying to get the error to trigger. Is the error reproducible like that? -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com

Re: Best subversion repository

2010-02-24 Thread Gerald Guido
I use Unfuddle and I like it a lot. Most of my projects fit within the 200 meg limit for free accounts. You are right, it does fill up fast especially if you are working with large(ish) documents like things like MS Office docs, PSD's and Illustrator files. IIRC the last time you asked about this

Re: CFID and CFToken

2010-02-24 Thread Jochem van Dieten
On Wed, Feb 24, 2010 at 7:16 PM, Chad McCue wrote: > I open up FireFox I put in my url say http://test.devsite.com I get a unique > CFID and CFTOKEN, I keep that browser open and then open a new FireFox > browser and go to the same domain http://test.devsite.com and when I look at > the debuggi

RE: Best subversion repository

2010-02-24 Thread Andy Matthews
Are you not considering using Subversion? We've been using it here at Dealerskins for over 2 years and have been very pleased. We run our own repositories out of our staging server. So as far as cost goes it's free, if you have the machine already. -Original Message- From: Michael Dinowi

RE: iCalendar (.ics) file creation?

2010-02-24 Thread Eric Nicholas Sweeney
Glenn - I use FCKEditor for my wysisyg editor - - they paste from word is pretty good. Quick Example to follow: "Straight Paste" Big Heading Little heading Hadjakshd jksahd jkhsa jdhsajkh djkash djkash dkhsa dkhsa dkhas dkhas dkhas kjhdaskj  hdkajshd kjsadasas   "Paste From Word" Big Heading L

Re: Best subversion repository

2010-02-24 Thread Tony Bentley
Big fan of unfuddle due to the mylyn task repository plugin for eclipse and the simple integration to the svn repository in eclipse. If you are still using dreamweaver, you should make the switch because the repository plugin is only compatible with one version of svn. This means if you are doi

RE: CDATA / CGLOBAL Purging

2010-02-24 Thread Paul Alkema
Thanks Dave, I searched my site and I was only using client variables a few time and it was all in the application.cfm page. I just switched them to session variables instead of client and I disabled clientManagement. This fixed the issue. Thanks, Paul -Original Message- From: Dave Watts

RE: Best subversion repository

2010-02-24 Thread Rick Faircloth
Assembla's been great for me, too...but I only use the repository as a code back-up, since I'm a solo developer. I'm going to check out the less-expensive options, however. Rick -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Wednesday, February 24, 2010 1

Re: Best subversion repository

2010-02-24 Thread Michael Dinowitz
To update the list, codesion has no free account, lowest cost ($6.99) is effective for use and it looks like it has a range of tools. They seem more fine grained on features including a limit on bandwidth. -- Michael Dinowitz On Wed, Feb 24, 2010 at 1:40 PM, Michael Dinowitz wrote: > I'm loo

RE: Best subversion repository

2010-02-24 Thread Nick Gleason
Hi Michael, We user Codesign (formerly CVS dude). There are several different pricing levels but they are all pretty affordable. We've had a very good experience with them. When there was a small billing mix up a while back, the CEO himself got involved and straightened it out. I was impresse

Re: Best subversion repository

2010-02-24 Thread Matt Quackenbush
I can only speak of Assembla, since I use them. I am *extremely* pleased with their tools and service. HTH ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Best subversion repository

2010-02-24 Thread Michael Dinowitz
I'm looking at offsite subversion repositories and I'd like to hear the pros and cons from people who may have used them. The question is more towards tools and usage than anything else. This is what I have: Assembla - no real free account, needs the $49 account to be effective, what are the tool

RE: CFID and CFToken

2010-02-24 Thread DURETTE, STEVEN J (ATTASIAIT)
As I understand it, Firefox shares cookies, etc across all instances of Firefox. IE however treats every instance as its own little world and doesn't share well with itself. Steve -Original Message- From: Chad McCue [mailto:ch...@icsciences.com] Sent: Wednesday, February 24, 2010 1:16

CFID and CFToken

2010-02-24 Thread Chad McCue
My Issue: I open up FireFox I put in my url say http://test.devsite.com I get a unique CFID and CFTOKEN, I keep that browser open and then open a new FireFox browser and go to the same domain http://test.devsite.com and when I look at the debugging I see that the CFID and CFTOKEN are the exact

Re: 500 Server error on parse or raw HTTP post (xml)

2010-02-24 Thread sonicDivx
Just thought would follow-up. Problem stems from the Flash file created is not setting contentType to "text/xml" and was using "application/x-www-form-urlencoded" (the default). So clearly for large packets CF 8 wants proper content type, which I agree with 100%. So getting company to fix their

Re: CDATA / CGLOBAL Purging

2010-02-24 Thread Dave Watts
> I recently installed Fusion Reactor on my server. While viewing queries that > every page hit I noticed a query that I didn't recognize that was taking up > a significant amount of load time. These queries were to the tables CDATA > and CGLOBAL. > > Upon research I found that this was caused by

Re: iCalendar (.ics) file creation?

2010-02-24 Thread Glenn Hartong
I know this is a super old post, but I hope someone is still reading it. Here's my situation: My client creates events in her CMS. The event description field is a WYSIWYG editor (tinyMCE, not that it matters). She writes her event description in MS Word and then pastes it into the WYSIWYG edit

RE: House of Fusion moveover

2010-02-24 Thread Will Swain
ET Smart Security, version of virus signature database 4892 (20100224) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Want to reach the ColdFusion community with something they want? Let them k

RE: House of Fusion moveover

2010-02-24 Thread Robert Harrison
__ Information from ESET Smart Security, version of virus signature database 4892 (20100224) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Want to reach the ColdFusion community with

RE: CDATA / CGLOBAL Purging

2010-02-24 Thread Che Vilnonis
YUP, write a query against both of these tables to delete all entries that are older than a certain data range. I've done something like this in the past... btw, this is old code :) SELECT CFID FROMCGLOBAL WHERE LVISIT <= '#XAtMidnight#'

Re: House of Fusion moveover

2010-02-24 Thread Gerald Guido
>> That being said, the site will be down for a few minutes tonight while I upgrade everything to CF9 on 64bit. Is it just me, but arn't these sort of things best started at 4:30 on a Friday afternoon, with no previous notice or preparation? Preferably on date night? Cuz, you know, these sorts o

CDATA / CGLOBAL Purging

2010-02-24 Thread Paul Alkema
Hi all, I recently installed Fusion Reactor on my server. While viewing queries that every page hit I noticed a query that I didn't recognize that was taking up a significant amount of load time. These queries were to the tables CDATA and CGLOBAL. Upon research I found that this was caused by our

RE: House of Fusion moveover

2010-02-24 Thread Rick Faircloth
Sounds great! A big thank-you to Greg, but an even bigger thank-you to you, Michael, for all you've done for the CF-Talk and CF community at-large! I don't think I'd have been able to build a business around CF, it it weren't for the help of this list! Rick -Original Message- From: Mi

RE: House of Fusion moveover

2010-02-24 Thread Robert Harrison
__ Information from ESET Smart Security, version of virus signature database 4892 (20100224) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Want to reach the ColdFusion community with somethin

RE: House of Fusion moveover

2010-02-24 Thread Christian N. Abad
Michael: I believe I speak for the entire CF-Talk Community when I say a big heartfelt "Thank You" for all of the work that have put into building and maintaining the HOF website and listserv. Thank You So Very Much, Michael - We Truly Appreciate Your Work! :-) Cheers! Christian N. Abad - Pre

RE: House of Fusion moveover

2010-02-24 Thread Will Swain
Good luck Michael, hope it goes smoothly. And thanks for all your work keeping this list up and running. -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: 24 February 2010 16:26 To: cf-talk Subject: House of Fusion moveover Greg (AHPHosting.net) is giv

House of Fusion moveover

2010-02-24 Thread Michael Dinowitz
Greg (AHPHosting.net) is giving me the option to move from my current box to a 64bit windows with more power (by far). Of course, i'm taking it. :) That being said, the site will be down for a few minutes tonight while I upgrade everything to CF9 on 64bit. At the same time I'm looking into movin

Re: Pulling Cookie Ids for www.mydomain.com and mydomain.com

2010-02-24 Thread Dave Watts
> We're having issues with separate shopping cart cfcookies being set for > http://www.mydomain.com and http://mydomain.com. > > 1. What's the best way to force each page to always use > http://www.mydomain.com if they come to the page using > http://mydomain.com. Look at the CGI scope, then us

Re: Host with CF and Alias Names/Virtual Directory Support?

2010-02-24 Thread Eric Cobb
If you want to stay with Linux, and need complete control over your server, then check out Linode (http://www.linode.com/). You can get a Linux VPS starting at $20 per month. Thanks, Eric Cobb http://www.cfgears.com ColdFusion - the most profitable "dead" language I've ever worked with. Ma

Re: Host with CF and Alias Names/Virtual Directory Support?

2010-02-24 Thread Jason Fisher
I have success just having an index.cfm in the root directory of a shared host that works a cfswitch statement against the cgi.server_name (and some other stuff when necessary). I don't think this helps with your aliasing, but CF mapping can probably handle that, and this does manage multi-si

Pulling Cookie Ids for www.mydomain.com and mydomain.com

2010-02-24 Thread Richard Steele
We're having issues with separate shopping cart cfcookies being set for http://www.mydomain.com and http://mydomain.com. 1. What's the best way to force each page to always use http://www.mydomain.com if they come to the page using http://mydomain.com. 2. For legacy shopping carts, how can I