Re: Fusebox + Sajax?

2005-07-04 Thread James Holmes
Yes, CFAJAX is very different to some others for a few reasons - it is CF specific (although the component on which it is based, DWR, isn't) and it doesn't use SOAP so instead of exposing a CFC as a webservice you use a page of CF functions that can include any custom authentication scheme you

Re: OT - MySQL to MSSQL

2005-07-04 Thread Mickael
Thanks I will try that. - Original Message - From: George Abraham [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 01, 2005 2:36 PM Subject: Re: OT - MySQL to MSSQL Mickael, DTS comes with MS SQL's Enterprise Manager. And yes, DTS will create the tables, etc.

CFMX7 Flash Forms.

2005-07-04 Thread Stephen Moretti
Anyone have any idea why the cfselect in flash forms would quite happily populate from a query on my local dev copy of CFMX 7, but not on the live server? Local server is CFMX 7 Dev edition on winxp pro Live server is CFMX7 Std on Windows 2003 server. Both are running off Sun JRE 1.4.2_08. I've

CFFLUSH

2005-07-04 Thread Ian Vaughan
Hi I am using CFFLUSH before the search results come back from Verity to display a Please Wait message. So my code is like.. h1Intranet Search Results./h1 br Please wait cfflush CFSEARCH name = GetResults etc.. How can I

OT: onTap Framework Quick Start Guide

2005-07-04 Thread S . Isaac Dealey
I finished integrating the old framework forum with the latest version of the framework core components and the new Members onTap plugin last night and republished the framework site, so the Quick Start Guide is now browsable from the website at http://www.fusiontap.com Thanks to everyone for

Re: CFFLUSH

2005-07-04 Thread Adam Haskell
use a little javascript..and a div tag... wrap your please wait stuff in in div tag. The once your page starts loading use javascript to hide your div tag. Your code would look something like: div id=pleaseWait Please Wait . /div code stuf here !--- note this is inline javascript --- script

RE: CFFLUSH

2005-07-04 Thread Ian Vaughan
Could it be done using CFIF tags in coldfusion ? -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: 04 July 2005 14:51 To: CF-Talk Subject: Re: CFFLUSH use a little javascript..and a div tag... wrap your please wait stuff in in div tag. The once your page starts

RE: CFFLUSH

2005-07-04 Thread Robertson-Ravo, Neil (RX)
Well it could be if you mean writing it out but it cannot be triggered or set via CFIF - it could only be triggered via an Event Driven language such as JS. -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: 04 July 2005 15:06 To: CF-Talk Subject: RE: CFFLUSH Could

Re: OT: onTap Framework Quick Start Guide

2005-07-04 Thread James Holmes
I'm going to get to this as soon as I can - thanks for putting in the effort. On 7/4/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: I finished integrating the old framework forum with the latest version of the framework core components and the new Members onTap plugin last night and republished

CFMX7 Flash Forms.

2005-07-04 Thread Johnny Le
I assume you found the solution? I checked the test page and it populated fine. From your test page, it looks like you need to increase the height of your app. Try to set height=1000 instead of 100 and see if that works. The list seems to work fine. It just doesn't have enough space to

Re: CFMX7 Flash Forms.

2005-07-04 Thread Stephen Moretti
Johnny Le wrote: I assume you found the solution? I checked the test page and it populated fine. From your test page, it looks like you need to increase the height of your app. Try to set height=1000 instead of 100 and see if that works. The list seems to work fine. It just doesn't have

CF Localization

2005-07-04 Thread Anthony Crawford
Hi all, I have been asked to do redesign a website, in both English and French. This is the first time I have had to deal with a multi-language support. I do not want to duplicate a static site with French translated files. My question is what is the best approach in doing this? Should I use a

Re: Brain Freeze

2005-07-04 Thread Eddie
On 7/3/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've got three queries all passing variables from previous queries. The issues? The second query returns 4 records. I want to use IDs for these records in query #3. However what I have only returns only 1 record. I want all 4 ID values

Re: CF Localization

2005-07-04 Thread Kevin Aebig
Well we used a database for our first multi-language application and it turned out to be the best decision all in all. It became alot easier to add support for other languages down the road and extending it (apps, intranet, etc.) was *alot* easier. I suppose you could do it with sessions, but

Re: CF Localization

2005-07-04 Thread Anthony Crawford
Thanks for your reply Kevin, But my next question would be, what method do you use for tagging the page for its content? Say for an 'About Us' page, what method do I tag it so that I know to load the text for 'About Us' ? Something like this? (about.cfm) cfset variables.textContent = about

RE: CF Localization

2005-07-04 Thread Tarantor
I have done projects with 5 different languages until today and here are some suggestions: - Use always Unicode (utf-8) in all pages. - Use a Unicode compatible database (I prefer MySQL 4.1.x) - There are some types of multilanguage pages. Some have same pages with same content in all languages

RE: CF Localization

2005-07-04 Thread Anthony Crawford
Thanks for the tips! bring it on! I have never used UTF-8, just ISO-8859-1. Sounds like i would have to build a mini-cms solution here... looks like I will have to charge alot extra for this kind of work... hehe I have done projects with 5 different languages until today and here are some

Re: Does this seem really low?

2005-07-04 Thread Adam Haskell
Decent benifits and Walmart don't go together... Adam H On 7/3/05, Aaron Rouse [EMAIL PROTECTED] wrote: There are some jobs with Walmart that pay more than $10/hr and offer some decent benifits and take very little brain thought.

Re: Does this seem really low?

2005-07-04 Thread Aaron Rouse
By reading that job posting, ANY benifit would be considered decent. I know what walmart offers is a lot better than the nothing I get right now. On 7/4/05, Adam Haskell [EMAIL PROTECTED] wrote: Decent benifits and Walmart don't go together... Adam H On 7/3/05, Aaron Rouse [EMAIL